-
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
base: master
Are you sure you want to change the base?
Conversation
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
|
a6126f2
to
8ce1d36
Compare
802d5aa
to
24bc0f2
Compare
@@ -404,9 +404,10 @@ pipeline { | |||
agentLabel: 'chrome_112', | |||
runSteps: { | |||
cambpmRunMaven('qa/', | |||
'clean install -Pwildfly,h2,webapps-integration', | |||
"clean install -Pwildfly,h2,webapps-integration -pl '!integration-tests-engine-jakarta'", |
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.
ℹ️ This CI had to be updated to jdk17, which automatically enabled a profile that adds integration-tests-engine-jakarta'
. For now we're excluding it manually here as it interfered with the Wildfly test setup, but I've created https://github.com/camunda/team-automation-platform/issues/282 to reconsider the logic behind this auto profile.
@@ -239,7 +239,7 @@ | |||
<plugin> | |||
<groupId>org.codehaus.cargo</groupId> | |||
<artifactId>cargo-maven3-plugin</artifactId> | |||
<version>1.10.9</version> | |||
<version>1.10.16</version> |
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 updated cargo to have access to the wildfly35x
containerID used in qa/integration-tests-webapps/pom.xml
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