Pin java version to 17.0.11, Mockito has issues with 17.0.13 (#104)
This commit is contained in:
parent
8c44012e94
commit
7697801472
4 changed files with 6 additions and 6 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- uses: actions/setup-java@v4
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: 17
|
java-version: 17.0.11
|
||||||
cache: maven
|
cache: maven
|
||||||
- run: mvn $MAVEN_ARGS deploy
|
- run: mvn $MAVEN_ARGS deploy
|
||||||
env:
|
env:
|
||||||
|
|
6
.github/workflows/pr.yaml
vendored
6
.github/workflows/pr.yaml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- uses: actions/setup-java@v4
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: 17
|
java-version: 17.0.11
|
||||||
cache: maven
|
cache: maven
|
||||||
- run: mvn $MAVEN_ARGS verify
|
- run: mvn $MAVEN_ARGS verify
|
||||||
- run: mvn $MAVEN_ARGS site
|
- run: mvn $MAVEN_ARGS site
|
||||||
|
@ -52,12 +52,12 @@ jobs:
|
||||||
- 23.0.7
|
- 23.0.7
|
||||||
- 24.0.5
|
- 24.0.5
|
||||||
- 25.0.6
|
- 25.0.6
|
||||||
- 26.0.2
|
- 26.0.6
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-java@v4
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: 17
|
java-version: 17.0.11
|
||||||
cache: maven
|
cache: maven
|
||||||
- run: mvn $MAVEN_ARGS verify -Dcheck.skip -Dversion.org.keycloak.test=${{ matrix.version }}
|
- run: mvn $MAVEN_ARGS verify -Dcheck.skip -Dversion.org.keycloak.test=${{ matrix.version }}
|
||||||
|
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- uses: actions/setup-java@v4
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: 17
|
java-version: 17.0.11
|
||||||
cache: maven
|
cache: maven
|
||||||
server-id: sonatype-nexus
|
server-id: sonatype-nexus
|
||||||
server-username: SERVER_USERNAME
|
server-username: SERVER_USERNAME
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Keycloak Metrics
|
# Keycloak Metrics
|
||||||
|
|
||||||
Provides metrics for Keycloak user/admin events and user/client/session count. Tested on Keycloak [21-25](.github/workflows/pr.yaml#L50-L55).
|
Provides metrics for Keycloak user/admin events and user/client/session count. Tested on Keycloak [21-26](.github/workflows/pr.yaml#L48-L55).
|
||||||
|
|
||||||
[](http://www.apache.org/licenses/)
|
[](http://www.apache.org/licenses/)
|
||||||
[](https://central.sonatype.com/search?namespace=io.kokuwa.keycloak&q=keycloak-event-metrics)
|
[](https://central.sonatype.com/search?namespace=io.kokuwa.keycloak&q=keycloak-event-metrics)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue