From 967ceddfbb0cd6726f37775eb56a478e95cd82b4 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Tue, 12 Mar 2024 08:37:41 +0100 Subject: [PATCH] Fixing downstream documentation build (#27781) Closes #27780 Signed-off-by: Alexander Schwartz --- .../tests/src/test/resources/ignored-links | 1 + .../upgrading/topics/changes/changes-23_0_0.adoc | 10 +++++----- .../upgrading/topics/changes/changes-24_0_0.adoc | 2 +- .../upgrading/topics/changes/changes.adoc | 1 + 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/documentation/tests/src/test/resources/ignored-links b/docs/documentation/tests/src/test/resources/ignored-links index b449f0e9efe..fc5442b8739 100644 --- a/docs/documentation/tests/src/test/resources/ignored-links +++ b/docs/documentation/tests/src/test/resources/ignored-links @@ -44,3 +44,4 @@ https://github.com/keycloak/keycloak/blob/025778fe9c745316f80b53fe3052aeb314e868 https://github.com/keycloak/keycloak/issues/new?* https://stackapps.com/apps/oauth/register https://github.com/keycloak/keycloak-quickstarts/tree/release/24.0/extension/extend-account-console +https://github.com/keycloak/keycloak/releases/download/DEV/keycloak-DEV.zip \ No newline at end of file diff --git a/docs/documentation/upgrading/topics/changes/changes-23_0_0.adoc b/docs/documentation/upgrading/topics/changes/changes-23_0_0.adoc index 28b769345e1..3fbddd18778 100644 --- a/docs/documentation/upgrading/topics/changes/changes-23_0_0.adoc +++ b/docs/documentation/upgrading/topics/changes/changes-23_0_0.adoc @@ -14,12 +14,12 @@ which can be turned on to prevent adding the `iss` parameter to the authenticati = Wildcard characters handling -JPA allows wildcards `%` and `_` when searching, while other providers like LDAP allow only `*`. -As `*` is a natural wildcard character in LDAP, it works in all places, while with JPA it only +JPA allows wildcards `%` and `+_+` when searching, while other providers like LDAP allow only `+*+`. +As `+*+` is a natural wildcard character in LDAP, it works in all places, while with JPA it only worked at the beginning and the end of the search string. Starting with this release the only -wildcard character is `*` which work consistently across all providers in all places in the search -string. All special characters in a specific provider like `%` and `_` for JPA are escaped. For exact -search, with added quotes e.g. `"w*ord"`, the behavior remains the same as in previous releases. +wildcard character is `+*+` which work consistently across all providers in all places in the search +string. All special characters in a specific provider like `%` and `+_+` for JPA are escaped. For exact +search, with added quotes e.g. `+"w*ord"+`, the behavior remains the same as in previous releases. = Language files for themes default to UTF-8 encoding diff --git a/docs/documentation/upgrading/topics/changes/changes-24_0_0.adoc b/docs/documentation/upgrading/topics/changes/changes-24_0_0.adoc index 543509645a4..19262ada693 100644 --- a/docs/documentation/upgrading/topics/changes/changes-24_0_0.adoc +++ b/docs/documentation/upgrading/topics/changes/changes-24_0_0.adoc @@ -179,7 +179,7 @@ to the new template. = Truststore Changes -The `spi-truststore-file-*` options and the truststore related options `https-trust-store-*` are deprecated. Therefore, use the new default location for truststore material, `conf/truststores`, or specify your desired paths by using the `truststore-paths` option. For details, see the relevant https://www.keycloak.org/server/keycloak-truststore[guide]. +The `+spi-truststore-file-*+` options and the truststore related options `+https-trust-store-*+` are deprecated. Therefore, use the new default location for truststore material, `conf/truststores`, or specify your desired paths by using the `truststore-paths` option. For details, see the relevant https://www.keycloak.org/server/keycloak-truststore[guide]. The `tls-hostname-verifier` property should be used instead of the `spi-truststore-file-hostname-verification-policy` property. diff --git a/docs/documentation/upgrading/topics/changes/changes.adoc b/docs/documentation/upgrading/topics/changes/changes.adoc index 49eb853d792..af63f24d548 100644 --- a/docs/documentation/upgrading/topics/changes/changes.adoc +++ b/docs/documentation/upgrading/topics/changes/changes.adoc @@ -1,3 +1,4 @@ +[[migration-changes]] == Migration Changes === Migrating to 25.0.0