Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Karaf to fix feature repo version ranges #246

Open
brjeter opened this issue Jun 11, 2019 · 0 comments
Open

Upgrade to Karaf to fix feature repo version ranges #246

brjeter opened this issue Jun 11, 2019 · 0 comments

Comments

@brjeter
Copy link
Contributor

brjeter commented Jun 11, 2019

Hardcoding the DDF version for the feature repos (https://github.com/connexta/admin-console/blob/master/features/admin-query/src/main/feature/feature.xml#L20) causes downstream projects to start that version of features in addition to starting DDF features for the version that the downstream project points to. Effectively, the system ends up starting duplicate DDF features, some for the version that admin-console points to and some for the version that the downstream project points to.

This can be fixed by changing the feature repos to use a version range instead. However, there is a current bug in Karaf that breaks this use-case: https://issues.apache.org/jira/browse/KARAF-6294. Once this bug is fixed, we should use version ranges for the feature repos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant