Missing osgi headers (#288) and added support for Apache Karaf#458
Missing osgi headers (#288) and added support for Apache Karaf#458bbottema merged 2 commits intobbottema:masterfrom
Conversation
|
Thank you for your effort. Question: is there a reason why you are using a nested a module named karaf-feaure? It deviated from how the other modules are configured in Maven. |
For the future development, we could have each module as separate, installable karaf feature, like However, current PR doesn't have these submodules. I can also remove the submodule for now. |
|
Ahh, I see. Yes, let's remove the nested module structure until we have multiple modules to nest. You're welcome to perform the change, else I will do it later this week. Thanks. |
68065de to
0320e2b
Compare
|
Released in 8.1.0 |
|
Note, that for the next release, whenever that is, I'm renaming the module to karaf-module. Together with artifactGroup, that should be enough (as with the other modules). So the dependency becomes org.simplejavamail:karaf-module:8.1.x |
Fixing issue where org.simplejavamail.internal.* are not exported in Osgi.
In addition, have Apache Karaf feature available.