You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
MacOS, Java 11, Gradle 7.4
The text was updated successfully, but these errors were encountered: