-
Notifications
You must be signed in to change notification settings - Fork 23
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
Remove DDF feature repos temporarily #251
Conversation
<repository>mvn:ddf.features/admin/${ddf.version}/xml/features</repository> | ||
<repository>mvn:ddf.features/security/${ddf.version}/xml/features</repository> | ||
<repository>mvn:ddf.catalog/catalog-app/${ddf.version}/xml/features</repository> | ||
<!-- Uncomment and put in version ranges once https://github.com/connexta/admin-console/issues/246 is complete. --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❓ How does the features still being used in the commented out feature files get found by this feature file?
❓ Should we add TODO to all these comments to make them easily searchable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can add the TODO. The features files will need to be already included in the running Karaf instance in order for these features to be installed (this is the way the 1.2.x branch of admin-console
works).
4bd5d30
to
fb02cc7
Compare
build now |
fb02cc7
to
da1c580
Compare
Tested per the instruction. Ingested a files, search for it successfully. |
build now |
What does this PR do?
Removes DDF feature repos and disables the feature itests until we can upgrade Karaf. See #246 for details.
Who is reviewing it (please choose AT LEAST two reviewers that need to approve the PR before it can get merged)?
@peterhuffer @blen-desta
How should this be tested? (List steps with links to updated documentation)
CI
Hero steps:
1.3.1-SNAPSHOT
and ddf version2.16.0-SNAPSHOT
list -t 0 -s | grep -i ddf
every once in awhile, and make sure no2.15.0
versioned DDF bundles are starting up.Any background context you want to provide?
Screenshots (if appropriate)
Checklist: