Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Support for wildlfy 27 #297

Merged
merged 1 commit into from
Jun 29, 2023
Merged

Support for wildlfy 27 #297

merged 1 commit into from
Jun 29, 2023

Conversation

steven-aerts
Copy link
Contributor

Willdfly 27 switched from log4jv1 to log4jv2.

In practice the only change needed is to point module.xml to org.apache.logging.log4j instead of org.apache.log4j.

To make this change backwards compatible we point to both modules optionally. Validated manually on wildfly 25 (log4jv1) and 27 (log4jv2).

Willdfly 27 switched from log4jv1 to log4jv2.

In practice the only change needed is to point `module.xml` to `org.apache.logging.log4j` instead of `org.apache.log4j`.

To make this change backwards compatible we point to both modules optionally. Validated on wildfly 25 (log4jv1) and 27 (log4jv2).
@mp911de mp911de added the type: enhancement A general enhancement label May 15, 2023
@steven-aerts
Copy link
Contributor Author

I verified that the integrations tests are successful for the following 4 versions of wildfly.

JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ mvn verify -P wildfly #success wildfly 12.0.0
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ mvn verify -P wildfly  -D version.wildfly=25.0.0.Final #success
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ mvn verify -P wildfly  -D version.wildfly=27.0.0.Final #success
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ mvn verify -P wildfly  -D version.wildfly=28.0.0.Final #success

While the last 2 will fail without this change.

@roelofjansen
Copy link

When can this be merged? I would like to use WF 27+ and use your "official" version.

@mp911de mp911de added this to the 1.15.1 milestone Jun 29, 2023
@mp911de mp911de merged commit 12e98a5 into mp911de:main Jun 29, 2023
1 check passed
@mp911de
Copy link
Owner

mp911de commented Jun 29, 2023

Thank you for your contribution. That's merged now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants