-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
deps(wildfly): upgrade to wildfly 35 #4863
Merged
Merged
Conversation
This file contains 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
PHWaechtler
added
ci:jbosseap
Runs the builds for the JBoss EAP application server.
ci:wildfly
Runs the builds for the Wildfly application server.
bot:java-dependency-check
When assigned to a PR, generates SBOMs for the PR and base branch and compares them.
labels
Dec 19, 2024
Java dependency diffOmitted due to character limit. See workflow artifacts for full diff file. Module detailsOmitted due to character limit. See workflow artifacts for full diff file. ChecklistUnique changes
Unique additions
Developer commentsGlossaryLimitations
Emojies
|
PHWaechtler
force-pushed
the
4655-support-wildfly-35
branch
from
December 20, 2024 12:53
a6126f2
to
8ce1d36
Compare
PHWaechtler
force-pushed
the
4655-support-wildfly-35
branch
from
January 9, 2025 08:49
802d5aa
to
24bc0f2
Compare
PHWaechtler
commented
Jan 9, 2025
PHWaechtler
commented
Jan 9, 2025
psavidis
approved these changes
Jan 20, 2025
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.
Review Highlights
- Manual Testing
- Wildfly Distro CE - I was able to build, start up the distro and start a process instance, observe it in cockpit etc. Everything looks standard.
- Wildfly Distro EE - Same as above
- JBoss EAP 8 - Same as above
- CI
- Cargo Maven Plugin is updated to latest version by the time of the review
- Example in
webapp-IT-wildfly-h2
stage- Log:
[2025-01-09T09:44:35.141Z] [INFO] --- cargo-maven3-plugin:1.10.16:stop (stop-container) @ camunda-qa-integration-tests-webapps-shared-engine ---
- Log:
- Example in
webapp-IT-wildfly-h2
module now tests against the updated version wildfly version- Example in
webapp-IT-wildfly-h2
stage- Log:
[2025-01-09T09:44:35.343Z] [INFO] WildFly 35.0.0.Final is stopping...
- Log:
- Example in
- Cargo Maven Plugin is updated to latest version by the time of the review
- License check looks complete and accurate to me
🚀 LGTM, good job!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bot:java-dependency-check
When assigned to a PR, generates SBOMs for the PR and base branch and compares them.
ci:jbosseap
Runs the builds for the JBoss EAP application server.
ci:wildfly
Runs the builds for the Wildfly application server.
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.
related to #4655
Description
Adds support for wildfly 35
Keeping track of license check in this doc
For manual testing setup, this guide was used.
Follow up: https://github.com/camunda/team-automation-platform/issues/282