-
Notifications
You must be signed in to change notification settings - Fork 105
Test with Java 25 #481
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
Closed
Closed
Test with Java 25 #481
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
What is broken in the current version of the bom that this needed to be updated (the commit history is inverted)?
#482
Uh oh!
There was an error while loading. Please reload this page.
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.
Nothing is broken in bom-2.479.x 4023.va_eeb_b_4e45f07. The tests pass on Ubuntu Linux with Java 25 and fail two tests on Fedora Linux 43 whether using bom-2.479.x 4023.va_eeb_b_4e45f07 or bom-2.479.x 5054.v620b_5d2b_d5e6. Since 5054.v620b_5d2b_d5e6 is the final BOM version for bom-2.479.x, it seemed reasonable to update to that version rather than remaining on a much older version, but that update is optional for this pull request.
I updated the plugin BOM in this pull request as an inadvertent result of the test failures on Fedora Linux 43 where I was doing my testing. It wasn't until after I had explored further that I realized the test failures are specific to Fedora Linux 43 (at least in my configuration). I can remove the BOM upgrade if that will allow the change to be merged.
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.
if nothing is broken then #482 should suffice and we should be able to close this