Github user ahgittin commented on the issue:
https://github.com/apache/brooklyn-server/pull/868
there are failing tests this needs to revisit
```
CatalogOsgiVersionMoreEntityTest.testMoreEntityV1ThenV2GivesV2:181->AbstractYamlTest.addCatalogItems:248
» IllegalState
CatalogOsgiVersionMoreEntityTest.testMoreEntityV2ThenV1GivesV1:162->AbstractYamlTest.addCatalogItems:248
» IllegalState
CatalogOsgiYamlVersioningTest.testAddSameVersionWithoutBundleWorksIfItemIsSnapshot:62->assertJustOneBundle:97
Expected one bundle after installing the same; but had:
[BasicManagedBundle{symbolicName=brooklyn-catalog-bom-lh1iWaI0,
version=0.0.0.SNAPSHOT, url=null},
BasicManagedBundle{symbolicName=brooklyn-catalog-bom-XL3tI4t4,
version=0.0.0.SNAPSHOT, url=null}] expected [true] but found [false]
CatalogYamlEntityOsgiTypeRegistryTest>CatalogYamlEntityTest.testReplacementFailureLeavesPreviousItemFromAnonymousBundleIntact:685->doTestReplacementFailureLeavesPreviousIntact:74->CatalogYamlEntityTest.doTestReplacementFailureLeavesPreviousIntact:725
Failed containsLiteral(DeliberatelyMissing): Bundle
BasicManagedBundle{symbolicName=brooklyn-catalog-bom-tfLpTgDV,
version=0.0.0.SNAPSHOT, url=null} failed installation: Error installing catalog
items: Cannot add
BasicRegisteredType[my.catalog.app.id.load:0.1.2-SNAPSHOT;brooklyn-catalog-bom-tfLpTgDV:0.0.0.SNAPSHOT]
to catalog; it is different to
BasicRegisteredType[my.catalog.app.id.load:0.1.2-SNAPSHOT;brooklyn-catalog-bom-hWIMdfBx:0.0.0.SNAPSHOT],
and my.catalog.app.id.load:0.1.2-SNAPSHOT is defined in different bundle
(throwing)
CatalogYamlRebindTest.testDeleteEmptyBundleRemovedFromPersistence:423
Collection has wrong size 4 (expected 2): [hcb07jab3e, hcb07jab3e.jar,
jtom2vc1rq, jtom2vc1rq.jar]
```
---