gurkerl83 opened a new pull request #5:
URL: https://github.com/apache/jclouds-labs/pull/5
This project, the lab version of Apache JCloud, share the exact build instructions as the
primary Apache JCloud project with all its modules.
Apache JCloud is shifting its strategy in handling OSGi configuration. Instead of using
the Maven Bundle Plugin, a wrapper of the BND plugin, the BND plugin gets used directly.
Remove the OSGi configuration from each module. The configuration gets served to the BND
through dedicated configuration / bnd files.
Onboard bnd-configuration files, one per module
Change packaging structure of cloud-sigma regions
Move provider classes from implementation and test from org.jclouds.cloudsigma2 to the
respective package, e.g., org.jclouds.cloudsigma2.hnl to avoid a collision by identical package
name served from different bundles.
Adjust GSON handling
Instead of repacking GSON in the Apache JCloud on a package name level, only the OSGi Metadata
gets changed. This means the original GSON packing stays intact.
Ignore bnd files
Disable broken unit test
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
|