-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update samples to use okta spring boot starter and spring boot 3 (#30)
* Update samples to use okta spring boot starter and spring boot 3 * udpate to gradle 8.4 * remove @EnableWebSecurity as it is not needed * update machine image * try older node image and install java 17 * update config.yml * update config.yml * remove nvm install - test script needs change * update quickstarts-test version * use API_IDENTIFIER in application.yml example * Update 01-Authorization-WebFlux/build.gradle Co-authored-by: Frederik Prijck <[email protected]> * Update 01-Authorization-MVC/build.gradle Co-authored-by: Frederik Prijck <[email protected]> --------- Co-authored-by: Frederik Prijck <[email protected]>
- Loading branch information
1 parent
9288dd1
commit b6d4229
Showing
24 changed files
with
289 additions
and
376 deletions.
There are no files selected for viewing
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM gradle:5.4.1-jdk8 | ||
FROM gradle:8.4-jdk17 | ||
|
||
WORKDIR /tmp | ||
ADD . /tmp | ||
|
This file contains 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 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
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip | ||
networkTimeout=10000 | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.