Skip to content

prepare version switch with Java 17 - #1138

Open
ArneBab wants to merge 1 commit into
hyphanet:nextfrom
ArneBab:branch-off-java-17-version
Open

prepare version switch with Java 17#1138
ArneBab wants to merge 1 commit into
hyphanet:nextfrom
ArneBab:branch-off-java-17-version

Conversation

@ArneBab

@ArneBab ArneBab commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Split shares for the UPDATE_URI have been sent to core devs as contingency.

Split shares for the UPDATE_URI have been sent to core devs as contingency.
public final static String UPDATE_URI = "USK@rW3wdla3fvFIBcMyl1xyd8umjiQQaZaQ-UqaZQCDOMQ,FfihUHiGuHNgNchv5paweQV5oHD0k4~MdlS-eNXcDF0,AQACAAE/jar/"
+ Version.buildNumber();

/** The URI for post-TRANSITION_VERSION builds' freenet.jar on EoL JVMs. */

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now we have two “post-TRANSITION_VERSION builds” and I think we should update both of these comments to be more explicit about what they are. 🙂

assertTrue(JVMVersion.isEOL("1.5"));
assertTrue(JVMVersion.isEOL("1.7.0_65"));
assertTrue(JVMVersion.isEOL("1.7"));
assertTrue(JVMVersion.isEOL("10"));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This name of this method and the testRecentEnoughWarning method are terrible confusing, as e.g. Java 10 is in both of them. Is it too old or recent enough?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants