When Aries Blueprint is present, delegates to him blueprint instantiation#1
Open
ycastorium wants to merge 1 commit intoeclipse-gemini:mainfrom
Open
When Aries Blueprint is present, delegates to him blueprint instantiation#1ycastorium wants to merge 1 commit intoeclipse-gemini:mainfrom
ycastorium wants to merge 1 commit intoeclipse-gemini:mainfrom
Conversation
…e responsability to instantiate blueprint bundles
Contributor
|
Thanks a lot @YgorCastor for this patch! I think this is a good idea and would introduce this behavior via a configuration ("Disable blueprint support if Apache Aries Blueprint is present") and enable it by default. I've filed an eclipse issue for this change: Thanks & regards, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With the old spring-dm it was possible to use spring-powered bundles and aries-blueprint bundles within the same container, with gemini the same can not be achieved. That's because there are several thirdparty bundles which are strongly tied with aries-blueprint implementation and gemini can not parse those bundles correctly.
This patch checks if aries is present at the running container, if it is, gemini ignores blueprint-bundles allowing aries to instantiate them.