[WFCORE-7380] Remove JDK 23 specific profile and enable the annotation processor in the main compiler configuration#6842
Open
javideros wants to merge 1 commit into
Open
[WFCORE-7380] Remove JDK 23 specific profile and enable the annotation processor in the main compiler configuration#6842javideros wants to merge 1 commit into
javideros wants to merge 1 commit into
Conversation
…n processor in the main compiler configuration Signed-off-by: javideros <javideros@gmail.com>
|
Hello, javideros. I'm waiting for one of the admins to verify this patch with /ok-to-test in a comment. |
Contributor
|
/ok-to-test |
|
Core -> Full Integration Build 15246 outcome was FAILURE using a merge of d445501 |
Contributor
|
Just for the record, we can forget the failures on the "Integration" Jobs, we need the WildFly counterpart PR merged first to proceed with this one. |
This comment was marked as outdated.
This comment was marked as outdated.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes: https://issues.redhat.com/browse/WFCORE-7380
Removes the jdk23 profile and enables the jboss-logging annotation processor in the main compiler configuration via annotationProcessorPaths in the root pom's pluginManagement, as discussed on the JIRA:
Verified with full clean builds on JDK 17, 21 and 25; annotation-processor output confirmed identical across all three.
Counterpart of WFLY-21910 on the WildFly side.
Relates to wildfly/wildfly#20205