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

[CALCITE-6137] Upgrade Gradle from 8.1.1 to 8.5, support jdk21 #234

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

snuyanzin
Copy link
Contributor

No description provided.

@@ -16,8 +16,8 @@
#
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionSha256Sum=3e1af3ae886920c3ac87f7a91f816c0c7c436f276a6eefdb3da152100fef72ae
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -85,9 +85,6 @@ done
APP_BASE_NAME=${0##*/}
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit

# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

every change in this file is a result of command ./gradlew wrapper --gradle-version 8.4

spotbugs.version=3.1.11

asm.version=7.1
bouncycastle.version=1.70
bytebuddy.version=1.14.10
Copy link
Contributor Author

Choose a reason for hiding this comment

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

bytebuddy which came with mockito does not support java 21

@snuyanzin snuyanzin changed the title [CALCITE-6137] Upgrade Gradle from 8.1.1 to 8.4, support jdk21 [CALCITE-6137] Upgrade Gradle from 8.1.1 to 8.5, support jdk21 Dec 3, 2023
Copy link
Contributor

@stoty stoty left a comment

Choose a reason for hiding this comment

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

+1 LGTM

I was going to suggest upgrading Mockito, but then realized that 5.x has dropped Java 8 support.

@stoty
Copy link
Contributor

stoty commented Mar 26, 2024

Do you plan to merge this @snuyanzin ?

@snuyanzin
Copy link
Contributor Author

Thanks for the reminder and thanks for the review
sorry for the delay

I just added a note about JDK 21 in history.md as it was asked in jira

I will merge it today

@snuyanzin
Copy link
Contributor Author

squashed commits

@snuyanzin snuyanzin merged commit ef9a5a6 into apache:main Mar 26, 2024
11 checks passed
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