-
Notifications
You must be signed in to change notification settings - Fork 217
Add JDK17 and springboot 3.0 support #975
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
Merged
Merged
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
3841661
add support for java17
skyao e0ed3a4
upgrade spotbugs-maven-plugin version to support jdk17
skyao 2d8b386
Merge branch 'dapr:master' into jdk17
skyao 5f0f8c1
Merge branch 'master' into jdk17
skyao 75985ae
add clean before install
skyao 789e288
add clean in mvn command
skyao 92a67d5
rollback spotbugs-maven-plugin version to 4.1.4
skyao 1ef6170
Merge branch 'master' into jdk17
skyao d79dd0a
add jdk17 in build
skyao f71bb29
Merge branch 'jdk17' of github.com:skyao/java-sdk into jdk17
skyao ee0a3c6
update to support jdk17
skyao e112a7f
remove jdk versions earlier than jdk17
skyao e86eb5d
remove springboot 2.3 and 2.4 because they don't support jdk17
skyao 0d80a99
update to jdk17
skyao 60a3529
update maven plugin versions to support jdk17
skyao 79482d7
temporarily ignoring checking after upgrade to new spotbugs version t…
skyao 797b57e
use the same version of maven-failsafe-plugin
skyao 7b8e98f
hard code maven-failsafe-plugin version to 3.2.2
skyao 38b6fe1
set sourceDirectory of checkstyle plugin to only check the sources di…
skyao 2cc1aaf
set release to jdk17 in examples subproject
skyao dfe18b7
update to springboot 3.0
skyao 9708112
add springboot 3.0.13 in springboot version matrics
skyao a3c2fa4
upgrade to springboot 3.0.13 in sdk-tests
skyao ad37578
remove Nullable annotation
skyao 5e19033
force opentelemetry-sdk-metrics dependencies to be version 0.14.0
skyao 47b9ac2
jakarta.servlet is needed for dapr compatibility for spring boot vers…
skyao 7137739
update code to run with jakarta.servlet and javax.servlet
skyao 9642cf8
update jakarta.annotation to latest version
skyao 1b5b073
add javax.annotation
skyao 3e190f5
trigger ci
skyao 44febd9
revert back to using 3.0 version of the github action
skyao 19323da
Merge branch 'master' into springboot30
skyao 47fe57b
revert back to use jdk11 for vallidate
skyao 4a1641c
Merge branch 'springboot30' of github.com:skyao/java-sdk into springb…
skyao 7d9aa5e
jdk17 is required for vallidate
skyao 3570c83
trigger ci
skyao 5a9824f
use jdk17 to validate
skyao b4f51b8
Merge branch 'master' into springboot30
skyao 3adeecc
fix merge conflicts
skyao 70a59e4
remove java8 support
skyao 184dcda
use jdk11 to test springboot2.x and jdk17 to test springboot3.0
skyao 7c22d48
rollback to jdk17 to test for springboot2.x
skyao acefafa
Merge branch 'master' into springboot30
skyao fc62d27
Merge branch 'master' into springboot30
mukundansundar 9a9569a
Merge branch 'master' into springboot30
mukundansundar 4038c86
rename springboot30 to springboot3
skyao 77fcd2c
Merge branch 'master' into springboot30
skyao 95ac8b3
skip mvn test in mvn install
skyao 27a185f
add more exclude for spotbugs
skyao e4225f0
add more exclude for spotbugs
skyao 18dc748
set java source and target to 17 in sdk-tests
skyao d57950c
rollback root pom.xml to remove sdk-tests module
skyao 66590b0
exclude logback to avoid conflicts
skyao f99174a
replace ctx.getLogger() with sysout
skyao 2bae97f
update stdout line according to source code
skyao f31aa63
rollback validate line, replace ctx.getLogger() with system out in wo…
skyao 0b8108f
rollback example code for subworkflow
skyao df1c4a1
print ctx.getLogger() and instanceId for debug
skyao 75b7148
rollback to not exclude logback
skyao 91c430a
add slf4j as compile dependency and upgrade its version to 2.0.9
skyao e9c6f94
print the logger implementation class
skyao c6df692
remove debug code
skyao File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.