Commit Graph

824 Commits

Author SHA1 Message Date
vramik
cac15f703c Upgrade liquibase version to avoid a bug where a changeset is executed twice
Closes #23220

(cherry picked from commit 7f2f4aae67)

Conflicts:
	testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/zerodowntime/ZeroDowntimeTest.java
2023-10-09 14:25:01 +02:00
Stian Thorgersen
d64bfc50c6 Fix set-version.sh's handling of NPM versions (#23638) (#23680)
This introduces a maven property, `project.version.npm`, to allow maven to know what NPM version is, in scenarios that it's not identical to `project.version`. This occurs when the set-version's semver translation code is activated

Closes #23635

Co-authored-by: Alex Szczuczko <aszczucz@redhat.com>
2023-10-04 09:22:01 +02:00
rmartinc
59bf71d9e7 Align wildfly-core and wildfly version for tests
Closes https://github.com/keycloak/keycloak/issues/23342
2023-09-21 17:20:44 +02:00
Václav Muzikář
013991ee7e Upgrade to Quarkus 3.2.6 (#23282)
Closes #23280
2023-09-15 13:46:39 +02:00
Michal Hajas
17432514a2 Upgrade to Infinispan 14.0.17 (#23099)
Closes #23046

(cherry picked from commit 93a80e9278)

Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2023-09-08 16:48:26 +00:00
Alexander Schwartz
2f2706a9b1 Remove MS SQL JDBC driver from the Keycloak product (#23060)
Closes #22983

(cherry picked from commit 2eb37dbe4f)
2023-09-08 08:17:29 +02:00
Peter Skopek
e879367aab Set distinct wildfly-common versions for Quarkus and WildFly based modules
Signed-off-by: Peter Skopek <pskopek@redhat.com>
(cherry picked from commit 35c2d52a54)
2023-09-07 15:22:42 +02:00
Peter Skopek
2113d62e6a Tidy up SAML Adapter Galleon Feature Pack build
Signed-off-by: Peter Skopek <pskopek@redhat.com>
(cherry picked from commit bca5fe8051)
2023-09-07 15:22:42 +02:00
Farah Juma
4481b1b3a8 Update the Keycloak SAML adapter subsystem to no longer use the AttributeDefinition#getAttributeMarshaller method
Closes https://github.com/keycloak/keycloak/issues/22593

Signed-off-by: Peter Skopek <pskopek@redhat.com>
(cherry picked from commit ec08a7bb73)
2023-09-07 15:22:42 +02:00
Peter Skopek
ef9726af81 SAML Adapter fix for EAP8 and WF29
Signed-off-by: Peter Skopek <pskopek@redhat.com>
(cherry picked from commit ef272f7668)
2023-09-07 15:22:42 +02:00
Peter Skopek
baab346d82 Remove org.jetbrains:annotations:jar from server distribution. (#23015)
Signed-off-by: Peter Skopek <pskopek@redhat.com>
(cherry picked from commit c92d10c750)
2023-09-07 09:46:50 +02:00
Alexander Schwartz
c494c60bf6 Upgrade to Infinispan 14.0.16 (#22975)
Closes #22932

(cherry picked from commit 71fa95721d)
2023-09-05 12:56:16 +02:00
Michal Hajas
abf2519493 Upgrade to Infinispan 14.0.15.Final (#22887) (#22896)
Closes #22855

(cherry picked from commit 65a3af8a1e)

Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2023-09-04 09:04:36 +02:00
Václav Muzikář
345f93eb42 Upgrade to Quarkus 3.2.5.Final (#22747)
* Upgrade to Quarkus 3.2.5.Final

Closes #22745

* Update K8s version
2023-08-30 09:59:01 +02:00
Václav Muzikář
85c99e9abc Upgrade to Quarkus 3.2.4.Final (#22420)
Closes #22418
2023-08-17 08:56:55 +02:00
Alexander Schwartz
0b180543ce Upgrade to Infinispan 14.0.14 (#22485)
Closes #21092

(cherry picked from commit dfc8c80264)
2023-08-16 14:00:30 +00:00
Václav Muzikář
842b70c6c2 Upgrade to Quarkus 3.2.3 (#22256)
Closes #22220

(cherry picked from commit 4b537bee42)
2023-08-07 09:04:32 +02:00
Václav Muzikář
616110902e Upgrade to Quarkus 3.2.2.Final (#21912)
Closes #21907

(cherry picked from commit ecdf8e897f)
2023-07-26 18:55:20 +02:00
Václav Muzikář
13893cbb96 Update bcpkix and bcprov dependencies (#21543) (#21845)
Closes #21360

(cherry picked from commit 776bcbcbd4)
2023-07-26 06:58:47 +02:00
Alexander Schwartz
4ddf78200c Upgrade Infinispan to 14.0.13.Final (#21861)
Closes #21564

(cherry picked from commit 7c9593f88a)
2023-07-24 11:28:24 +02:00
Bruno Oliveira da Silva
ebf878e1f0 CVE-2022-45868 H2 Cleartext Storage of Sensitive Information (#21568)
Closes #21567
2023-07-11 08:09:24 +02:00
Václav Muzikář
97a37f565e Align guava dependency with the Quarkus Platform BOM (#21544)
Closes #21364
2023-07-10 16:13:13 +02:00
Bruno Oliveira da Silva
ebc9e9f4ef CVE-2023-21971 - Update Connector/J to 8.0.33
Updates to the library name to align with the changes here:
- https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-31.html

Closes #21199
2023-07-07 20:48:38 +02:00
Gregor Tudan
4517ef5d7e Bump Freemarker to Version 2.3.32. (#16866)
Co-authored-by: Bruno Oliveira da Silva <bruno@abstractj.com>
2023-07-07 10:40:59 -03:00
Peter Zaoral
2b1c29a6f2 Use Quarkus Platform BOM
Closes #20570
Closes #15870

Co-authored-by: Peter Zaoral <pzaoral@redhat.com>
2023-07-06 12:45:48 -03:00
Alexander Schwartz
3f1553c6cb Referencing information in pom.xml for the list of tested databases
Closes: #21349
2023-07-06 11:39:11 -03:00
Miquel Simon
e1eb5146a6 Closes #20226 and #20227. Upgrade ojdbc11 version due to CVE-2022-21510 and CVE-2022-21511. 2023-07-06 13:27:39 +02:00
Miquel Simon
9513cbbca0 Upgrade nexus staging maven plugin version (#21428)
Closes #21427
2023-07-04 11:00:04 +00:00
mposolda
0ea2891eee Remove support for OpenJDK 11 on the server side
closes #15014
2023-07-03 13:12:22 -03:00
Václav Muzikář
8db6f8185b Upgrade to Quarkus 3.2.0.Final and QOSDK 6.2.0
Closes #21272
2023-07-03 08:11:18 -03:00
Václav Muzikář
ad988ca914 Upgrade to Quarkus 3.2.0.Final and QOSDK 6.2.0
Closes #21272
2023-07-03 08:11:18 -03:00
Miquel Simon
83d043e7a8 Upgrade supported and tested version of Postgresql to 15 in order to match supported configuration for Keycloak 22. (#21333)
Closes #21338
2023-06-30 11:29:06 +00:00
Joshua Sorah
f695eeaa44 Refactor Admin REST API Documentation to use OpenAPI annotations.
Removes dependencies on swagger-doclet
Adds dependencies on microprofile-openapi-api
Plugins for smallrye-open-api-maven-plugin, openapi-generator-maven-plugin

Customized ascii doc template for openapi-generator-maven-plugin, to give similar feel to previous documentation.

OpenAPI annotations added to Admin REST API resources.

Closes keycloak/keycloak#20433
2023-06-29 17:03:38 +02:00
Bruno Oliveira da Silva
67c64c37df Guava vulnerable to insecure use of temporary directory
Closes #21079
2023-06-23 11:50:17 -03:00
Bruno Oliveira da Silva
4103ec58d8 Update to Quarkus 3.1.2.Final
Closes #21051
2023-06-19 12:59:11 -03:00
Martin Bartoš
c3000984db Upgrade to Quarkus 3.1.1.Final (#20958)
Co-authored-by: Bruno Oliveira da Silva <bruno@abstractj.com>
2023-06-14 08:51:38 -03:00
Jon Koops
72af6a0454 Enable Dependabot for PNPM (#20975) 2023-06-14 07:24:27 +02:00
Bruno Oliveira da Silva
f90536d6be High severity - Use of a Broken or Risky Cryptographic Algorithm vulnerability in org.bitbucket.b_c:jose4j (#20632)
Closes #20631
2023-06-13 08:22:50 +02:00
Alexander Schwartz
475b4fa05b Remove override of mime4j version in parent pom (#20893)
Closes #20892

Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2023-06-12 13:23:41 +02:00
Martin Kanis
5730b54ac7 keycloak-server from testsuite won't start
Closes #20920
2023-06-12 13:22:21 +02:00
Alexander Schwartz
4d0fa6796f Upgrade to Infinispan 14.0.10.Final (#20804)
Closing #20803
2023-06-08 10:43:22 +02:00
Jon Koops
fcd2a5138d Update dependencies to latest version (#20788) 2023-06-06 12:35:06 -04:00
Bruno Oliveira da Silva
dcdd102f8c Update Keycloak to Quarkus 3.1.0.Final (#20698)
Closes #20697
2023-06-01 13:50:15 +02:00
Václav Muzikář
f627e9535f Add support to the Operator for setting default labels on Keycloak pods (#20661)
Closes #20625
2023-06-01 13:39:41 +02:00
stianst
0832992e59 Removing OpenShift integration and moving to separate extension
closes #20496

Co-authored-by: mposolda <mposolda@gmail.com>
2023-05-30 17:39:32 +02:00
Bruno Oliveira da Silva
38994de056 Update Keycloak to Quarkus 3.0.4.Final (#20561)
Closes #20560
2023-05-25 15:42:43 +02:00
rmartinc
827943571e Downgrade jna to 4.5.1 to align with prod
Closes https://github.com/keycloak/keycloak/issues/20387
2023-05-24 11:43:20 +02:00
mposolda
588265e463 Upgrade owasp sanitizer to newest version
closes #20388
2023-05-23 09:57:14 +02:00
dependabot[bot]
22593c5878 Bump undertow-core from 2.2.22.Final to 2.2.24.Final (#20463)
Bumps [undertow-core](https://github.com/undertow-io/undertow) from 2.2.22.Final to 2.2.24.Final.
- [Commits](https://github.com/undertow-io/undertow/compare/2.2.22.Final...2.2.24.Final)

---
updated-dependencies:
- dependency-name: io.undertow:undertow-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 16:31:19 +02:00
Alexander Schwartz
d7a408d081 Remove log4j dependency from model/jpa which is EOL
Closes #20421
2023-05-19 17:43:51 -03:00