-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
180 additions
and
238 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
- uses: actions/setup-java@v2 | ||
with: | ||
distribution: 'adopt' | ||
java-version: '11' | ||
java-version: '17' | ||
cache: 'gradle' | ||
- uses: actions/cache@v2 | ||
with: | ||
|
@@ -32,18 +32,7 @@ jobs: | |
strategy: | ||
matrix: | ||
springBootVersion: | ||
- 2.0.9.RELEASE | ||
- 2.1.18.RELEASE | ||
- 2.2.13.RELEASE | ||
- 2.3.12.RELEASE | ||
- 2.4.13 | ||
- 2.5.14 | ||
- 2.6.14 | ||
- 2.7.6 | ||
# 3.0.0 will not be supported for now due to: | ||
# * requires java 17 | ||
# * needs other imports for servlet classes (javax.servlet -> jakarta.servlet) | ||
# * is not backwards compatible to 2.x | ||
- 3.0.0 | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
|
@@ -62,7 +51,7 @@ jobs: | |
- uses: actions/setup-java@v2 | ||
with: | ||
distribution: 'adopt' | ||
java-version: '8' | ||
java-version: '17' | ||
cache: 'gradle' | ||
- uses: niden/actions-memcached@v7 | ||
- uses: supercharge/[email protected] | ||
|
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
10 changes: 5 additions & 5 deletions
10
.../main/resources/META-INF/spring.factories → ...t.autoconfigure.AutoConfiguration.imports
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,5 @@ | ||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ | ||
eu.fraho.spring.securityJwt.base.starter.SecurityJwtBaseAutoConfiguration,\ | ||
eu.fraho.spring.securityJwt.base.starter.SecurityJwtNoRefreshStoreAutoConfiguration,\ | ||
eu.fraho.spring.securityJwt.base.starter.InstallBouncyCastleConfiguration,\ | ||
eu.fraho.spring.securityJwt.base.starter.SecurityJwtPasswordAutoConfiguration | ||
eu.fraho.spring.securityJwt.base.config.JwtSecurityConfig | ||
eu.fraho.spring.securityJwt.base.starter.SecurityJwtBaseAutoConfiguration | ||
eu.fraho.spring.securityJwt.base.starter.SecurityJwtNoRefreshStoreAutoConfiguration | ||
eu.fraho.spring.securityJwt.base.starter.InstallBouncyCastleConfiguration | ||
eu.fraho.spring.securityJwt.base.starter.SecurityJwtPasswordAutoConfiguration |
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
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
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
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
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
Oops, something went wrong.