KEYCLOAK-9987 Upgrade to Wildfly 17.0.1.Final
This commit is contained in:
parent
e9a1ebff61
commit
805a69e4a5
4 changed files with 33 additions and 11 deletions
|
@ -1,3 +1,7 @@
|
||||||
= Apache Tomcat Adapter
|
= Apache Tomcat Adapter
|
||||||
|
|
||||||
Java adapter for Apache Tomcat 8 and Apache Tomcat 9 was unified and now it serves for both of them.
|
Java adapter for Apache Tomcat 8 and Apache Tomcat 9 was unified and now it serves for both of them.
|
||||||
|
|
||||||
|
= WildFly 17 Upgrade
|
||||||
|
|
||||||
|
Keycloak server was upgraded to use WildFly 17 under the covers.
|
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
:appserver_name: WildFly
|
:appserver_name: WildFly
|
||||||
:appserver_dirref: WILDFLY_HOME
|
:appserver_dirref: WILDFLY_HOME
|
||||||
:appserver_version: 16
|
:appserver_version: 17
|
||||||
|
|
||||||
:appserver_doc_base_url: http://docs.wildfly.org/{appserver_version}
|
:appserver_doc_base_url: http://docs.wildfly.org/{appserver_version}
|
||||||
:appserver_socket_link: {appserver_doc_base_url}/Admin_Guide.html#Interfaces_and_ports
|
:appserver_socket_link: {appserver_doc_base_url}/Admin_Guide.html#Interfaces_and_ports
|
||||||
|
@ -88,16 +88,16 @@
|
||||||
:appserver_loadbalancer_name: {appserver_name} {appserver_version} Documentation
|
:appserver_loadbalancer_name: {appserver_name} {appserver_version} Documentation
|
||||||
|
|
||||||
:jdgserver_name: Infinispan
|
:jdgserver_name: Infinispan
|
||||||
:jdgserver_version: 9.4.8
|
:jdgserver_version: 9.4.14
|
||||||
:jdgserver_crossdcdocs_link: https://access.redhat.com/documentation/en-us/red_hat_data_grid/7.3/html/red_hat_data_grid_user_guide/x_site_replication
|
:jdgserver_crossdcdocs_link: https://access.redhat.com/documentation/en-us/red_hat_data_grid/7.3/html/red_hat_data_grid_user_guide/x_site_replication
|
||||||
|
|
||||||
:fuseVersion: JBoss Fuse 6.3.0 Rollup 5
|
:fuseVersion: JBoss Fuse 6.3.0 Rollup 11
|
||||||
:fuseHawtioEAPVersion: JBoss EAP 6.4
|
:fuseHawtioEAPVersion: JBoss EAP 6.4
|
||||||
:fuseHawtioWARVersion: hawtio-wildfly-1.4.0.redhat-630254.war
|
:fuseHawtioWARVersion: hawtio-wildfly-1.4.0.redhat-630377.war
|
||||||
|
|
||||||
:fuse7Version: JBoss Fuse 7.2.0
|
:fuse7Version: JBoss Fuse 7.3.1
|
||||||
|
|
||||||
:subsystem_undertow_xml_urn: urn:jboss:domain:undertow:8.0
|
:subsystem_undertow_xml_urn: urn:jboss:domain:undertow:9.0
|
||||||
:subsystem_infinispan_xml_urn: urn:jboss:domain:infinispan:8.0
|
:subsystem_infinispan_xml_urn: urn:jboss:domain:infinispan:8.0
|
||||||
:subsystem_datasources_xml_urn: urn:jboss:domain:datasources:5.0
|
:subsystem_datasources_xml_urn: urn:jboss:domain:datasources:5.0
|
||||||
:saml_adapter_xsd_urn: https://www.keycloak.org/schema/keycloak_saml_adapter_1_10.xsd
|
:saml_adapter_xsd_urn: https://www.keycloak.org/schema/keycloak_saml_adapter_1_10.xsd
|
||||||
|
|
|
@ -113,14 +113,14 @@ endif::[]
|
||||||
:jdgserver_version: 7.3.0
|
:jdgserver_version: 7.3.0
|
||||||
:jdgserver_crossdcdocs_link: https://access.redhat.com/documentation/en-us/red_hat_data_grid/7.3/html/red_hat_data_grid_user_guide/x_site_replication
|
:jdgserver_crossdcdocs_link: https://access.redhat.com/documentation/en-us/red_hat_data_grid/7.3/html/red_hat_data_grid_user_guide/x_site_replication
|
||||||
|
|
||||||
:fuseVersion: JBoss Fuse 6.3.0 Rollup 10
|
:fuseVersion: JBoss Fuse 6.3.0 Rollup 11
|
||||||
:fuseHawtioEAPVersion: JBoss EAP 6.4
|
:fuseHawtioEAPVersion: JBoss EAP 6.4
|
||||||
:fuseHawtioWARVersion: hawtio-wildfly-1.4.0.redhat-630254.war
|
:fuseHawtioWARVersion: hawtio-wildfly-1.4.0.redhat-630377.war
|
||||||
|
|
||||||
:fuse7Version: JBoss Fuse 7.2.0
|
:fuse7Version: JBoss Fuse 7.3.1
|
||||||
|
|
||||||
:subsystem_undertow_xml_urn: urn:jboss:domain:undertow:6.0
|
:subsystem_undertow_xml_urn: urn:jboss:domain:undertow:9.0
|
||||||
:subsystem_infinispan_xml_urn: urn:jboss:domain:infinispan:6.0
|
:subsystem_infinispan_xml_urn: urn:jboss:domain:infinispan:8.0
|
||||||
:subsystem_datasources_xml_urn: urn:jboss:domain:datasources:5.0
|
:subsystem_datasources_xml_urn: urn:jboss:domain:datasources:5.0
|
||||||
:saml_adapter_xsd_urn: https://www.keycloak.org/schema/keycloak_saml_adapter_1_10.xsd
|
:saml_adapter_xsd_urn: https://www.keycloak.org/schema/keycloak_saml_adapter_1_10.xsd
|
||||||
:generic_adapter_name: keycloak-gatekeeper
|
:generic_adapter_name: keycloak-gatekeeper
|
||||||
|
|
|
@ -1,5 +1,23 @@
|
||||||
== Migration Changes
|
== Migration Changes
|
||||||
|
|
||||||
|
=== Migrating to 7.0.0
|
||||||
|
|
||||||
|
==== Upgrade to Wildfly 17
|
||||||
|
|
||||||
|
The {project_name} server was upgraded to use Wildfly 17 as the underlying container. This does not directly involve any
|
||||||
|
specific {project_name} server functionality, but there are a few changes related to the migration, which are worth mentioning.
|
||||||
|
|
||||||
|
Dependency updates::
|
||||||
|
The dependencies were updated to the versions used by Wildfly 17 server. For example, Infinispan is now 9.4.14.Final.
|
||||||
|
|
||||||
|
Configuration changes::
|
||||||
|
There are few configuration changes 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.
|
||||||
|
|
||||||
|
Cross-Datacenter Replication changes::
|
||||||
|
* You will need to upgrade {jdgserver_name} server to version {jdgserver_version}. The older version may still work, but it is
|
||||||
|
not guaranteed as we don't test it anymore.
|
||||||
|
|
||||||
=== Migrating to 6.0.0
|
=== Migrating to 6.0.0
|
||||||
|
|
||||||
==== Upgrade to Wildfly 16
|
==== Upgrade to Wildfly 16
|
||||||
|
|
Loading…
Reference in a new issue