Commit graph

204 commits

Author SHA1 Message Date
dependabot[bot]
166e9455f4 chore(deps-dev): bump junit-jupiter from 1.17.1 to 1.17.2
Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.17.1 to 1.17.2.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.1...1.17.2)

---
updated-dependencies:
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-21 21:00:16 +02:00
dependabot[bot]
a9e4d82c65 chore: bump github/codeql-action from 1 to 2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 19:24:31 +02:00
Sven-Torben Janus
b6bb6afc03
docs: Update codescene badge 2022-04-22 00:09:10 +02:00
Sven-Torben Janus
b320d7bb3f
docs: Add code scene badge 2022-04-22 00:05:52 +02:00
dependabot[bot]
160ed82f1e chore(deps-dev): bump version.mockito from 4.5.0 to 4.5.1
Bumps `version.mockito` from 4.5.0 to 4.5.1.

Updates `mockito-core` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.5.0...v4.5.1)

Updates `mockito-junit-jupiter` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.5.0...v4.5.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 23:59:00 +02:00
Sven-Torben Janus
5821df841d Revert "Revert "test: Test commit to trigger build pipeline""
This reverts commit a7e3ccab27.
2022-04-21 00:43:26 +02:00
Sven-Torben Janus
9efd119ab2 test: Fix nightly compatibility tests 2022-04-21 00:42:34 +02:00
Sven-Torben Janus
a7e3ccab27 Revert "test: Test commit to trigger build pipeline"
This reverts commit 6390fb1acb.
2022-04-21 00:39:26 +02:00
Sven-Torben Janus
97ef811cf3 test: Treat wildfly and nightly builds as experimental 2022-04-21 00:39:12 +02:00
Sven-Torben Janus
6390fb1acb test: Test commit to trigger build pipeline 2022-04-21 00:31:06 +02:00
Sven-Torben Janus
d233ff9b2a test: Treat wildfly and nightly builds as experimental 2022-04-21 00:27:32 +02:00
Sven-Torben Janus
ffa7347b79 test: Drop compatibility tests for Keycloak versions < 18 2022-04-21 00:19:31 +02:00
GitHub Actions
9b3f5ddf73 chore(release): prepare for next development iteration 2022-04-21 00:01:18 +02:00
GitHub Actions
849e8ed106 chore(release): prepare release v18.0.0 2022-04-21 00:01:18 +02:00
dependabot[bot]
18a8d1aece chore(deps-dev): bump version.mockito from 4.4.0 to 4.5.0
Bumps `version.mockito` from 4.4.0 to 4.5.0.

Updates `mockito-core` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.4.0...v4.5.0)

Updates `mockito-junit-jupiter` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.4.0...v4.5.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-20 23:57:16 +02:00
Sven-Torben Janus
1d8d23c10d chore: Fix release pipeline 2022-04-20 23:53:28 +02:00
Sven-Torben Janus
73a72dd43d test: Support testing nightly builds 2022-04-20 23:34:25 +02:00
Sven-Torben Janus
6f89876fd1 chore!(deps): Update Keycloak dependencies to 18.0.0
Compatibility issues:
Due to a refactoring of Keycloak's `ResourceStore` API this extension
will no longer be backwards compatible with Keycloak versions < 18.x.

For details please see
99c06d1102
and https://github.com/keycloak/keycloak/issues/10447
2022-04-20 23:13:18 +02:00
dependabot[bot]
47f165b65e chore(deps-dev): bump junit-jupiter from 1.17.0 to 1.17.1
Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.0...1.17.1)

---
updated-dependencies:
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 14:39:31 +02:00
dependabot[bot]
d7396b4644 chore(deps-dev): bump junit-jupiter from 1.16.3 to 1.17.0
Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.16.3 to 1.17.0.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.16.3...1.17.0)

---
updated-dependencies:
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 17:49:59 +02:00
dependabot[bot]
ffd1e17d88 chore: bump actions/setup-java from 2 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 21:07:22 +02:00
Sven-Torben Janus
dc5fb0f41a test: Run configuration tests only for quarkus and versions >= 17.x 2022-04-07 00:43:50 +02:00
Sven-Torben Janus
abc79b3527 docs: Fix configuration instructions for quarkus-based distro
Fixes #69
2022-04-07 00:43:50 +02:00
Sven-Torben Janus
37d3171eae test: Add test case to reproduce issue
Relates to #69
2022-04-07 00:43:50 +02:00
dependabot[bot]
ab234f03b4 chore(deps): bump maven-failsafe-plugin from 3.0.0-M5 to 3.0.0-M6
Bumps [maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M5 to 3.0.0-M6.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M5...surefire-3.0.0-M6)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 08:02:38 +02:00
dependabot[bot]
c7caa53cce chore(deps): bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M5 to 3.0.0-M6.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M5...surefire-3.0.0-M6)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 08:02:23 +02:00
dependabot[bot]
b96ce9daa8 chore: bump peter-evans/create-pull-request from 3 to 4
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 18:07:16 +02:00
Sven-Torben Janus
ce7c82017f core(deps-dev): bump testcontainers-keycloak from 2.1.1 to 2.1.2 2022-03-25 07:30:04 +01:00
Sven-Torben Janus
52665c0a4b chore(deps): Update Keycloak dependencies to 17.0.1 2022-03-23 17:35:52 +01:00
dependabot[bot]
482872ea71 chore: bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 16:18:32 +01:00
Sven-Torben Janus
2ef06a3de5 chore(deps-dev): bump testcontainers-keycloak from 2.0.0 to 2.1.1 2022-03-10 12:19:21 +01:00
Sven-Torben Janus
bd4bc17314 chore(dev-deps): Remove jitpack repository
testcontainers-keycloak 2.x is now on maven central
2022-03-10 12:17:07 +01:00
Sven-Torben Janus
8808bb16bc chore: Fix image name in docker-compose.yml 2022-03-10 12:15:46 +01:00
dependabot[bot]
57740140bb chore(deps-dev): bump version.mockito from 4.3.1 to 4.4.0
Bumps `version.mockito` from 4.3.1 to 4.4.0.

Updates `mockito-core` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.3.1...v4.4.0)

Updates `mockito-junit-jupiter` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.3.1...v4.4.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-10 12:14:42 +01:00
dependabot[bot]
e495c5e3c9 chore: bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 15:41:16 +01:00
dependabot[bot]
78b9a381bd chore(deps-dev): bump log4j-slf4j18-impl from 2.17.1 to 2.17.2
Bumps log4j-slf4j18-impl from 2.17.1 to 2.17.2.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-slf4j18-impl
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 18:47:05 +01:00
dependabot[bot]
e4de470c18 chore(deps-dev): bump log4j-core from 2.17.1 to 2.17.2
Bumps log4j-core from 2.17.1 to 2.17.2.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 18:41:53 +01:00
Sven-Torben Janus
8903ef7e9b chore(tests): Remove compatibility tests for Keycloak < 15.1.1 2022-02-15 19:55:07 +01:00
GitHub Actions
00582697a2 chore(release): prepare for next development iteration 2022-02-15 19:53:29 +01:00
GitHub Actions
3e1c72421f chore(release): prepare release v17.0.0 2022-02-15 19:53:29 +01:00
Sven-Torben Janus
37c0d98524 docs: Add deprecation warning to release notes 2022-02-15 19:47:51 +01:00
Sven-Torben Janus
64950345e9 docs: Deprecate legacy/Wildfly-based Keycloak support 2022-02-15 19:46:42 +01:00
Sven-Torben Janus
9b80c05a40 chore: Make compatibility tests work with latest testcontainers
Relates to #19
2022-02-15 19:03:21 +01:00
Sven-Torben Janus
40f9a490b6 chore(dev-deps): Update testcontainers-keycloak to latest version
Relates to #19
2022-02-15 19:01:55 +01:00
Sven-Torben Janus
65f207cb9c Revert "chore: Fix build for Keycloak 'latest'"
This reverts commit e8082792ad.
2022-02-14 08:52:39 +01:00
Sven-Torben Janus
e8082792ad chore: Fix build for Keycloak 'latest'
Closes #58
2022-02-14 08:45:30 +01:00
Sven-Torben Janus
a8b7a8a461 chore: Fix build for Keycloak 'latest'
Relates to #58
2022-02-14 08:40:45 +01:00
Sven-Torben Janus
106e1c46f9 chore: Fix build for Keycloak 17.0.0
Resolves #58
2022-02-14 08:36:26 +01:00
Sven-Torben Janus
1c0203fc9d chore(deps): Remove keycloak-spi-bom. Not available for 17.0.0 2022-02-14 08:08:32 +01:00
Sven-Torben Janus
325afaab29 chore(deps): Update Keycloak dependencies to 17.0.0 2022-02-12 10:16:52 +01:00