Commit graph

93 commits

Author SHA1 Message Date
29b573f2f7
[maven-release-plugin] prepare for next development iteration 2023-05-02 08:32:45 +00:00
f005be46cc
[maven-release-plugin] prepare release 1.0.0 [no ci] 2023-05-02 08:32:42 +00:00
131b33f31e
Do not add metrics for clients which never had a session (#39) 2023-05-02 10:09:59 +02:00
99a01e5c02
Add unit tests with mockito for metric stats (#38) 2023-05-02 09:30:58 +02:00
cfce0dee45
Refactor test: remove micrometer mocking, micrometer is testable (#32) 2023-05-02 09:02:27 +02:00
b4e8c3be4e
Include 21.1.1 in ci 2023-05-01 12:45:09 +02:00
dependabot[bot]
f836554143
Bump keycloak-parent from 21.1.0 to 21.1.1 (#36)
Bumps [keycloak-parent](https://github.com/keycloak/keycloak) from 21.1.0 to 21.1.1.
- [Release notes](https://github.com/keycloak/keycloak/releases)
- [Commits](https://github.com/keycloak/keycloak/compare/21.1.0...21.1.1)

---
updated-dependencies:
- dependency-name: org.keycloak:keycloak-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-01 08:23:30 +00:00
dependabot[bot]
f17c6e5e90
Bump checkstyle from 10.9.3 to 10.10.0 (#37)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.9.3 to 10.10.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.9.3...checkstyle-10.10.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-01 08:13:27 +00:00
dependabot[bot]
52d33f1d78
Bump mockito-junit-jupiter from 5.2.0 to 5.3.1 (#35)
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.2.0 to 5.3.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.2.0...v5.3.1)

---
updated-dependencies:
- 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-01 08:10:34 +00:00
dependabot[bot]
c0b7ab6b58
Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 (#34)
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.1...maven-checkstyle-plugin-3.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-01 08:09:25 +00:00
37dcc07309
Add additional metrics for user/client/session count (#31) 2023-04-25 10:28:30 +02:00
566f31ddc2
Replace CDI with Micrometer global (#30) 2023-04-25 08:51:48 +02:00
32fc7a1d5d
Move event-listener to sub package (#29) 2023-04-24 12:58:23 +00:00
a392076722
Change default value for replaceIds (#28) 2023-04-24 14:55:22 +02:00
5fbeb49a61
[maven-release-plugin] prepare for next development iteration 2023-04-24 12:34:39 +00:00
2ed645be11
[maven-release-plugin] prepare release 0.2.1 [no ci] 2023-04-24 12:34:36 +00:00
a2879be8d7
Bump versions and include previous versions in build (#27) 2023-04-24 14:32:46 +02:00
d1680a4ccc
Check realm from context for null, fix #25 (#26) 2023-04-24 14:22:45 +02:00
181fcd6d38
Event#clientId is already Client#clientIdand notClient#id, fix #23 (#24) 2023-04-24 14:20:22 +02:00
dependabot[bot]
456f903159
Bump testcontainers-bom from 1.17.6 to 1.18.0 (#21)
Bumps [testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.17.6 to 1.18.0.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.6...1.18.0)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-06 07:20:18 +00:00
dependabot[bot]
ed0ebb8bc1
Bump maven-resources-plugin from 3.3.0 to 3.3.1 (#20)
Bumps [maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/apache/maven-resources-plugin/releases)
- [Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.3.0...maven-resources-plugin-3.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-06 07:20:05 +00:00
dependabot[bot]
6881379268
Bump checkstyle from 10.8.0 to 10.9.3 (#19)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.8.0 to 10.9.3.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.8.0...checkstyle-10.9.3)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-06 07:19:58 +00:00
dependabot[bot]
7985958376
Bump keycloak-parent from 21.0.1 to 21.0.2 (#18)
Bumps [keycloak-parent](https://github.com/keycloak/keycloak) from 21.0.1 to 21.0.2.
- [Release notes](https://github.com/keycloak/keycloak/releases)
- [Commits](https://github.com/keycloak/keycloak/compare/21.0.1...21.0.2)

---
updated-dependencies:
- dependency-name: org.keycloak:keycloak-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-06 07:19:42 +00:00
0d9eef4363
Increase pull request limit for dependency updates (#17) 2023-04-06 09:17:22 +02:00
dependabot[bot]
ca966a4c6b
Bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#15)
Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.0...maven-deploy-plugin-3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 08:23:13 +00:00
dependabot[bot]
0b3aa8af31
Bump mockito-junit-jupiter from 5.1.1 to 5.2.0 (#14)
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.1.1...v5.2.0)

---
updated-dependencies:
- 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 08:22:15 +00:00
dependabot[bot]
b08d35755e
Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 (#13)
Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M7 to 3.0.0.
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0-M7...maven-release-3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 08:21:47 +00:00
dependabot[bot]
03ceb58d44
Bump version.org.apache.maven.plugins.surefire from 3.0.0-M9 to 3.0.0 (#12)
Bumps `version.org.apache.maven.plugins.surefire` from 3.0.0-M9 to 3.0.0.

Updates `maven-failsafe-plugin` from 3.0.0-M9 to 3.0.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M9...surefire-3.0.0)

Updates `maven-surefire-plugin` from 3.0.0-M9 to 3.0.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M9...surefire-3.0.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 08:21:00 +00:00
dependabot[bot]
00d47dda4a
Bump maven-install-plugin from 3.1.0 to 3.1.1 (#11)
Bumps [maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/apache/maven-install-plugin/releases)
- [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.1.0...maven-install-plugin-3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 08:18:22 +00:00
15a553cbdb
Remove unnecessary event spi (#9) (#10) 2023-03-20 08:55:56 +01:00
190d515f1a
[maven-release-plugin] prepare for next development iteration 2023-03-13 14:08:05 +00:00
9b549fe347
[maven-release-plugin] prepare release 0.2.0 [no ci] 2023-03-13 14:08:01 +00:00
579d0a929c
Read model names without lookup by using context object (#8) 2023-03-13 11:06:34 +01:00
4e0c4afc71
Add why section to readme (#7) 2023-03-13 08:29:20 +00:00
74d80a84d0
Bump version for release 2023-03-10 20:13:23 +01:00
db929056f3
Add option to replace model ids with model names, fix #3 (#6) 2023-03-10 13:31:06 +01:00
62bdac4717
Add tests using Mockito. (#5) 2023-03-06 17:46:20 +01:00
f68ff22aac
Remove useless delegation from listener to recorder. (#4) 2023-03-06 15:29:24 +01:00
a79ba51a2a
Update README.md 2023-03-03 13:15:03 +01:00
21e57ce501
[maven-release-plugin] prepare for next development iteration 2023-03-03 11:42:02 +00:00
37c1fa3207
[maven-release-plugin] prepare release 0.1.0 [no ci] 2023-03-03 11:41:58 +00:00
c8977d7175
First draft of implementation (#1)
* First draft of implementation

Readme will follow

* Rename id.

* Exclude `commons-io` to disable build warnings

* Simplify metrics and add documentation
2023-03-03 12:38:06 +01:00
dc38b3715e
first commit 2023-03-02 21:42:26 +01:00