-
-
Notifications
You must be signed in to change notification settings - Fork 444
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
Support Spring 6 and Spring Boot 3 #2289
Changes from all commits
a475ef2
3e3dc41
fff8560
f549b95
fbfb0b8
7020f8b
32a060a
22d4d1c
218620e
2a2ba5b
1ff1653
dfa0d8a
0d9de66
8ae17ab
208d378
6a0634e
b5b1eb2
bb7d43e
5f27c1d
4fd8c42
0e7d0c2
37bf80a
0cfe7e5
1a98fde
a2cb819
7057701
01792ca
b445bb9
b253c97
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Daemon’s heap size | ||
org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=512m -XX:MaxMetaspaceSize=1536m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC | ||
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1536m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. IIRC, There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's been removed in Java 17, see https://stackoverflow.com/questions/69402824/java-17-with-maven-wrapper-results-in-unrecognized-vm-option-maxpermsize-512m |
||
|
||
org.gradle.parallel=true | ||
|
||
|
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.
Any reason to change the
distribution
?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.
I think this is a good move since they have rebranded and recommend people move from Adopt to Termurin.
See - https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/