GitHub user CMoH opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/945
More on karaf feature.xml for brooklyn-core
The current showstopper is brooklyn-core wanting to instantiate apache
felix, again using code from the private packages. This time the fix is not as
easy as for xstreams.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/CMoH/incubator-brooklyn karaf-container
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/945.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #945
----
commit 2cc71e12ea668f62ca3ff78db12b48033a49cc05
Author: Hadrian Zbarcea <[email protected]>
Date: 2015-09-23T00:05:01Z
Skeleton for karaf container
commit f6077ca27a570dfe82cc26bb31547809735b9344
Author: Ciprian Ciubotariu <[email protected]>
Date: 2015-09-24T14:37:59Z
Skeleton of karaf shell commands project
commit 5c511b31cfd4047d529ef6d70f56056f51ac59ff
Author: Ciprian Ciubotariu <[email protected]>
Date: 2015-09-24T16:22:17Z
Use java.version property from brooklyn-parent
commit ddcf1e6256b2208a61e71998cf56743ee07b6526
Author: Hadrian Zbarcea <[email protected]>
Date: 2015-09-24T18:23:33Z
Merge pull request #1 from CMoH/karaf-container
Skeleton of karaf shell commands project
commit ef068cb4790bdc511eeaea4e148dbcd45b1cb1c0
Author: Ciprian Ciubotariu <[email protected]>
Date: 2015-10-01T11:46:06Z
Add description to existing features
commit 333705e56e76b93e7bf66e417ccc2b1db9561e92
Author: Ciprian Ciubotariu <[email protected]>
Date: 2015-10-02T09:00:05Z
Work on karaf features project
* convert karaf feature project to use karaf-maven-plugin
* reparent karaf project on brooklyn-parent instead of root brooklyn pom
(needed to access version properties)
* add license files as directed by rat plugin
* add version properties for transitive dependencies explicit within
features
* attempt to have brooklyn-core loadable in karaf as a feature; not yet done
commit cf45f7a66caaeeecaa7fa07d7721a3e36a21ecbc
Author: Ciprian Ciubotariu <[email protected]>
Date: 2015-10-02T16:11:46Z
Add pax-exam integration tests stub project
commit e695f992e3b5aea68facab59eac6dcf8087155b0
Author: Hadrian Zbarcea <[email protected]>
Date: 2015-10-02T22:33:40Z
Merge pull request #3 from CMoH/pax-exam
Pax exam project stub
commit d396124433135eeacf7e07293a106eadca23036e
Author: Ciprian Ciubotariu <[email protected]>
Date: 2015-10-03T22:58:56Z
Don't hide system bundles from local shell user
commit 7247c1a1f0680c8da97de31182ec54335196e470
Author: Hadrian Zbarcea <[email protected]>
Date: 2015-10-04T08:29:37Z
Merge pull request #4 from CMoH/fix-local-roles
Don't hide system bundles from local shell user
commit 9461e68570e9c74cdbc659926f92099d29ec009b
Author: Ciprian Ciubotariu <[email protected]>
Date: 2015-10-04T20:36:13Z
Reparent karaf features to brooklyn root pom
Fixes pax-exam stub tests crashing because of missing custom surefire
reporter.
Move version properties from brooklyn-parent to brooklyn root pom.
commit 9f33fadf5e9578502c0258a25ca51b5e38c71bc5
Author: Ciprian Ciubotariu <[email protected]>
Date: 2015-10-05T12:50:34Z
Use brooklyn-itest project to signal bundle resolution problems
Add brooklyn-core feature to boot features in apache-brooklyn karaf
assembly. Remove custom setting of org.osgi.framework.system.packages.extra.
Depend on apache-brooklyn assembly in brooklyn-itest. Use
apache-brooklyn as OSGi runtime for AssemblyTest.
commit 768289fc795e4de3ef345d9aba2011ba07b6d074
Author: Ciprian Ciubotariu <[email protected]>
Date: 2015-10-08T21:38:14Z
Don't use of HierarchicalStreams.readClassType
Replaced with UnmarshallingContext.getRequiredType() -
although it does not have the same implementation.
commit cbf47f4e5f620f9cde50372ccf7a826189ca6f5e
Author: Ciprian Ciubotariu <[email protected]>
Date: 2015-10-08T22:40:21Z
Copy bundle-private code from xstreams into XmlMementoSerializer
Temporarily until osgification is complete.
commit af7bb4dd16829b3e57fc5d1d7e3530dd20e700d5
Author: Ciprian Ciubotariu <[email protected]>
Date: 2015-10-10T20:43:19Z
Split brooklyn-* bundles into different features.
Add more bundle dependencies to each feature to make them installable
standalone.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---