From 8883ba5d38c1a222dd7a631c0571290d2b251a1b Mon Sep 17 00:00:00 2001 From: Jan Lieskovsky Date: Mon, 1 Mar 2021 13:40:20 +0100 Subject: [PATCH] [KEYCLOAK-14894] Update versions of (various) URN namespaces to match their respective Wildfly 22 counterparts [KEYCLOAK-16760] Update Keycloak documentation for the upgrade to Wildfly 22 Signed-off-by: Jan Lieskovsky --- server_admin/topics/authentication/x509.adoc | 2 +- .../document-attributes-community.adoc | 6 +++--- .../templates/document-attributes-product.adoc | 6 +++--- upgrading/topics/keycloak/changes.adoc | 18 ++++++++++++++++++ 4 files changed, 25 insertions(+), 7 deletions(-) diff --git a/server_admin/topics/authentication/x509.adoc b/server_admin/topics/authentication/x509.adoc index b7f7c7b859..367a53d566 100644 --- a/server_admin/topics/authentication/x509.adoc +++ b/server_admin/topics/authentication/x509.adoc @@ -343,7 +343,7 @@ Enable TRACE logging under the logging subsystem:: ---- ... - + ... diff --git a/topics/templates/document-attributes-community.adoc b/topics/templates/document-attributes-community.adoc index 2f097ef2f0..d68fd20c8d 100644 --- a/topics/templates/document-attributes-community.adoc +++ b/topics/templates/document-attributes-community.adoc @@ -103,7 +103,7 @@ endif::[] :appserver_name: WildFly :appserver_dirref: WILDFLY_HOME -:appserver_version: 21 +:appserver_version: 22 :appserver_doc_base_url: http://docs.wildfly.org/{appserver_version} :appserver_socket_link: {appserver_doc_base_url}/Admin_Guide.html#Interfaces_and_ports @@ -125,7 +125,7 @@ endif::[] :jdgserver_name: Infinispan :jdgserver_version: 9.4.19 -:jdgserver_version_latest: 11.0.3 +:jdgserver_version_latest: 11.0.8 :jdgserver_crossdcdocs_link: https://infinispan.org/docs/11.0.x/titles/xsite/xsite.html :fuseVersion: JBoss Fuse 6.3.0 Rollup 12 @@ -137,4 +137,4 @@ endif::[] :subsystem_undertow_xml_urn: urn:jboss:domain:undertow:11.0 :subsystem_infinispan_xml_urn: urn:jboss:domain:infinispan:11.0 :subsystem_datasources_xml_urn: urn:jboss:domain:datasources:6.0 -:saml_adapter_xsd_urn: https://www.keycloak.org/schema/keycloak_saml_adapter_1_10.xsd \ No newline at end of file +:saml_adapter_xsd_urn: https://www.keycloak.org/schema/keycloak_saml_adapter_1_10.xsd diff --git a/topics/templates/document-attributes-product.adoc b/topics/templates/document-attributes-product.adoc index e555021e09..d8d35298d3 100644 --- a/topics/templates/document-attributes-product.adoc +++ b/topics/templates/document-attributes-product.adoc @@ -150,7 +150,7 @@ :fuse7Version: JBoss Fuse 7.4.0 -:subsystem_undertow_xml_urn: urn:jboss:domain:undertow:10.0 -:subsystem_infinispan_xml_urn: urn:jboss:domain:infinispan:9.0 -:subsystem_datasources_xml_urn: urn:jboss:domain:datasources:5.0 +:subsystem_undertow_xml_urn: urn:jboss:domain:undertow:11.0 +:subsystem_infinispan_xml_urn: urn:jboss:domain:infinispan:11.0 +:subsystem_datasources_xml_urn: urn:jboss:domain:datasources:6.0 :saml_adapter_xsd_urn: https://www.keycloak.org/schema/keycloak_saml_adapter_1_10.xsd diff --git a/upgrading/topics/keycloak/changes.adoc b/upgrading/topics/keycloak/changes.adoc index d1ea130c02..de0c2ba156 100644 --- a/upgrading/topics/keycloak/changes.adoc +++ b/upgrading/topics/keycloak/changes.adoc @@ -1,5 +1,23 @@ == Migration Changes +=== Migrating to 13.0.0 + +==== Upgrade to Wildfly 22 + +The {project_name} server was upgraded to use Wildfly 22 as the underlying container. This does not directly involve any +specific {project_name} server functionality, but a few changes related to the migration, which are worth mentioning. + +Dependency updates:: + The dependencies were updated to the versions used by Wildfly 22 server. For example, Infinispan is now `11.0.8.Final`. + +Configuration changes:: + A few configuration changes exist in the `standalone(-ha).xml` and `domain.xml` files. You should follow the <<_install_new_version>> + section to handle the migration of configuration files automatically. If more detail is needed, because, for example, you did some + configuration changes on your own, the list of the most important changes follows: + * The link:https://docs.wildfly.org/22/Admin_Guide.html#MicroProfile_Config_SmallRye[Eclipse MicroProfile Config], link:https://docs.wildfly.org/22/Admin_Guide.html#MicroProfile_Health_SmallRye[Eclipse MicroProfile Health], and link:https://docs.wildfly.org/22/Admin_Guide.html#MicroProfile_Metrics_SmallRye[Eclipse MicroProfile Metrics] subsystems were replaced by link:https://docs.wildfly.org/22/Admin_Guide.html#Health[WildFly subsystem for health] and link:https://docs.wildfly.org/22/Admin_Guide.html#MicroProfile_Metrics_SmallRye[WildFly subsystem for base metrics]. + + * The default Wildfly configuration now utilizes the ability to make use of an automatically generated self-signed certificate with Elytron. Refer to link:https://docs.wildfly.org/22/WildFly_Elytron_Security.html#update-wildfly-to-use-the-default-elytron-components-for-application-authentication[a dedicated `applicationSSC` server SSL context section] for details. + === Migrating to 12.0.2 ==== Read-only attributes