Skip to content
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

Fix enableExtensionFunctions in Java 24+ #30525

Open
wants to merge 1 commit into
base: integration
Choose a base branch
from

Conversation

gjwatts
Copy link
Member

@gjwatts gjwatts commented Jan 10, 2025

Fixes #30526

In Java 24, the default value for jdk.xml.enableExtensionFunctions was changed from true to false (reference).
This broke our JUnit XML to HTML transformations for FAT output in the junit.html directory.
Forcing the jdk.xml.enableExtensionFunctions value back to true resolves this issue.

@gjwatts
Copy link
Member Author

gjwatts commented Jan 10, 2025

#build (view Open Liberty Personal Build - ❌ completed with errors/failures.)

Note: Target locations of links might be accessible only to IBM employees.

@LibbyBot
Copy link

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 1 test infrastructure code files were changed.

  • Test failures/errors in the build could be due to these changes.

  • Please describe in a separate comment how you tested your changes.

@gjwatts
Copy link
Member Author

gjwatts commented Jan 10, 2025

Only 1 FAT failed and it was an intermittent one. Kicking off Java 24 testing next.

@LibbyBot
Copy link

Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_JRD9YM-SEe-f-sI4gb7_Pw

Target locations of links might be accessible only to IBM employees.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JUnit XML to HTML transformations fail in Java 24
3 participants