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

Bump up Java 21 #132

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Bump up Java 21 #132

merged 1 commit into from
Aug 1, 2024

Conversation

sohyun-ku
Copy link
Contributor

related to #131
Bump up Java 21

  • Build Results with Java 21 (on my local PC)
image

@sohyun-ku sohyun-ku self-assigned this Jul 26, 2024
@sohyun-ku sohyun-ku requested review from junoyoon and a team as code owners July 26, 2024 07:08
Copy link

Scavenger Test Results

159 files  159 suites   1m 33s ⏱️
267 tests 255 ✅ 12 💤 0 ❌
285 runs  273 ✅ 12 💤 0 ❌

Results for commit 22560cc.

Copy link
Contributor

@taeyeon-Kim taeyeon-Kim left a comment

Choose a reason for hiding this comment

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

👍 👍

@@ -36,6 +36,9 @@ dependencies {
java {
withJavadocJar()
withSourcesJar()
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
Copy link
Contributor

Choose a reason for hiding this comment

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

What do you think about discontinuing Java 7 support from now on?

Copy link
Contributor Author

@sohyun-ku sohyun-ku Jul 30, 2024

Choose a reason for hiding this comment

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

I think that's good.
If we keep supporting java 7, we'll have to give up more because of considering minimum java version compatibility.

@sohyun-ku sohyun-ku merged commit 71ed2b0 into develop Aug 1, 2024
6 checks passed
@sohyun-ku sohyun-ku deleted the feature/bump-up-java-21 branch August 1, 2024 07:43
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.

3 participants