-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch update updated patch update patch
- Loading branch information
radtriste
committed
Sep 6, 2023
1 parent
b52ff4b
commit a6fb3b7
Showing
3 changed files
with
38 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 2 additions & 8 deletions
10
.ci/environments/quarkus-3/patches/0021_spring_boot_remove_keycloak_adapter.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
commit 9484c20d8bdd78f9e1be0bdff0d4dcffd1fc6a9a | ||
Author: Pere Fernandez <[email protected]> | ||
Date: Mon May 15 21:22:56 2023 +0200 | ||
|
||
Remove Keycloak Spring Boot Adapter | ||
|
||
diff --git a/springboot/bom/pom.xml b/springboot/bom/pom.xml | ||
index 8ee023830e..b495cd9857 100644 | ||
index 6822b0dd32..57f07435a2 100644 | ||
--- a/springboot/bom/pom.xml | ||
+++ b/springboot/bom/pom.xml | ||
@@ -25,6 +25,7 @@ | ||
<version.org.springframework.cloud.kubernetes.fabric8>3.0.2</version.org.springframework.cloud.kubernetes.fabric8> | ||
<version.org.springframework.cloud.kubernetes.fabric8>3.0.4</version.org.springframework.cloud.kubernetes.fabric8> | ||
<!-- CVE-2022-25857: Upgrading snakeyaml until we upgrade to Spring Boot 3.x --> | ||
<!-- See: https://github.com/spring-projects/spring-boot/issues/32221 --> | ||
+ <version.org.springframework.security>1.1.2</version.org.springframework.security> | ||
|