Bram de Kruijff edited a comment on Bug AMDATU-655

First of all; what is the status of the parent pom with groupId 'org.amdatu' and artifactId 'amdatu'? It seems to be released independent of any projects (latest version is 6-RC2). It is used by all subprojects as root pom. Should the subprojects depend on this pom or start using their own parent pom instead?

Yes, amdatu-parent has an individual lifecycle. IMHO it would be a good practice to keep all "native" projects on the same parent. It's on organizational pom that also tries to provides cross cutting defaults. Maybe it tries to do too much and we need to move some stuff away to make it more stable. Obviously, anyone can choose not to extend it or override it's default settings.

Anyway, after 'upgrading' from 4 to 6-RC2 I noticed that several bundles have become much larger. For example the Shindig bundle has grown from 16 Mb to over 40 Mb. Reason is that it now includes any related jar file, despite the fact that I restricted the Embed-Dependency to scope=compile (it just includes all dependencies). At runtime I also get missing clover package errors:
org.osgi.framework.BundleException: Unresolved constraint in bundle org.amdatu.opensocial.shindig [3]: Unable to resolve
3.0: missing requirement [3.0] osgi.wiring.package; (osgi.wiring.package=clover.it.unimi.dsi.fastutil.booleans)

Well, bundles are created by the bundle plugin [0]. It is configured in the parent and has been upgraded. So that's your starting point. I have not seen any such behavior before. Maybe the default on embed transitive changed?

[0] http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html

http://www.amdatu.org/confluence/display/Amdatu/Development+environment

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to