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

added support for gradle 8.5 #108

Closed
wants to merge 1 commit into from
Closed

Conversation

Achal1607
Copy link
Member

Patch for gradle 8.5 added so that the misleading pop-up doesn't appear.
closes #29

Signed-off-by: Achal Talati <[email protected]>
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 25, 2024
+ // Optimistic bias, if the GradleVersion is newer than the last NB
+ // knows, we say it's compatible with any JDK
+ return lastKnown.compareTo(version.getBaseVersion()) < 0
+ || jdkMajorVersion <= lastSupportedJava();
Copy link
Member

Choose a reason for hiding this comment

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

can we make use of Gradle compatibility table given here https://docs.gradle.org/current/userguide/compatibility.html ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes maybe I don't know for sure, but currently it is manually handled in netbeans for every release. This patch is taken from apache/netbeans#6807

@capricube
Copy link

who is able to give the final approval? The error message when using the Java Platform Support extension is very annoying.

@Achal1607
Copy link
Member Author

who is able to give the final approval? The error message when using the Java Platform Support extension is very annoying.

The change is available in NB-21 and it would be released in next version of the extension

@Achal1607
Copy link
Member Author

Available in NB-21. So, closing this PR.

@Achal1607 Achal1607 closed this Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vscode reports a need to upgrade Gradle to an earlier version for JDK-21
3 participants