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

Changing umbrella dependency version in build.gradle, features generated are not installed #745

Open
kathrynkodama opened this issue Apr 27, 2022 · 0 comments

Comments

@kathrynkodama
Copy link
Contributor

kathrynkodama commented Apr 27, 2022

Changing the umbrella MicroProfile or Java/Jakarta EE dependency version in the build.gradle triggers generateFeatures. The correct features are generated (matching the updated umbrella dependency version), install-feature starts but then hangs. Waited > 5 mins and nothing happened. "o" and Enter to trigger feature generation again and features are re-generated and install feature runs and is successful. App updates and works as expected.

> Task :libertyDev
Source compilation was successful.
Tests compilation was successful.


> Task :generateFeatures
Generated the following features: [mpMetrics-2.0, cdi-2.0, mpHealth-2.0, jaxrs-2.1]

BUILD SUCCESSFUL in 897ms
1 actionable task: 1 executed

> Task :libertyDev
Copied file: /Users/kathrynkodama/devex/featureGeneration/snapshot-testing-04-22/demo-devmode/src/main/liberty/config/configDropins/overrides/generated-features.xml to: /private/var/folders/gr/3p093xzj0f9fj9psx80z_zw00000gn/T/tempConfig13655374232257094076/configDropins/overrides/generated-features.xml
Copied file: /Users/kathrynkodama/devex/featureGeneration/snapshot-testing-04-22/demo-devmode/src/main/liberty/config/configDropins/overrides/generated-features.xml to: /private/var/folders/gr/3p093xzj0f9fj9psx80z_zw00000gn/T/tempConfig13655374232257094076/configDropins/overrides/generated-features.xml


> Task :installFeature


BUILD SUCCESSFUL in 13s
1 actionable task: 1 executed
<<========-----> 66% EXECUTING [2m 39s]

MacOS, Java 11, Gradle 7.4

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

No branches or pull requests

1 participant