Commit graph

8 commits

Author SHA1 Message Date
7ecccbc76e
Migrate from parent to local config only 2025-05-30 20:55:39 +02:00
dependabot[bot]
f8d1acbc8f
Bump org.keycloak:keycloak-quarkus-server from 23.0.7 to 24.0.0 (#78)
* Bump org.keycloak:keycloak-quarkus-server from 23.0.7 to 24.0.0

Bumps org.keycloak:keycloak-quarkus-server from 23.0.7 to 24.0.0.

---
updated-dependencies:
- dependency-name: org.keycloak:keycloak-quarkus-server
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Adjust docs and ci

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stephan Schnabel <stephan.schnabel@posteo.de>
2024-03-04 11:24:13 +01:00
dependabot[bot]
fab113d912
Bump org.keycloak:keycloak-quarkus-server from 22.0.2 to 22.0.3 (#57)
* Bump org.keycloak:keycloak-quarkus-server from 22.0.2 to 22.0.3

Bumps org.keycloak:keycloak-quarkus-server from 22.0.2 to 22.0.3.

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

Signed-off-by: dependabot[bot] <support@github.com>

* Use java http client because keycloak api in incompatible

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stephan Schnabel <stephan.schnabel@posteo.de>
2023-09-15 11:47:38 +02:00
398239d79c Migrate from javaxto jakarta 2023-07-12 11:25:56 +02:00
37dcc07309
Add additional metrics for user/client/session count (#31) 2023-04-25 10:28:30 +02:00
181fcd6d38
Event#clientId is already Client#clientIdand notClient#id, fix #23 (#24) 2023-04-24 14:20:22 +02:00
db929056f3
Add option to replace model ids with model names, fix #3 (#6) 2023-03-10 13:31:06 +01: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