diff --git a/dist/standalone/pom.xml b/dist/standalone/pom.xml index 46d008f5..dbac60b8 100644 --- a/dist/standalone/pom.xml +++ b/dist/standalone/pom.xml @@ -343,50 +343,6 @@ ${project.groupId} jboss-server-migration-wildfly34.0-server - - ${project.groupId} - jboss-server-migration-wildfly24.0-to-wildfly34.0 - - - ${project.groupId} - jboss-server-migration-wildfly25.0-to-wildfly34.0 - - - ${project.groupId} - jboss-server-migration-wildfly26.0-to-wildfly34.0 - - - ${project.groupId} - jboss-server-migration-wildfly27.0-to-wildfly34.0 - - - ${project.groupId} - jboss-server-migration-wildfly28.0-to-wildfly34.0 - - - ${project.groupId} - jboss-server-migration-wildfly29.0-to-wildfly34.0 - - - ${project.groupId} - jboss-server-migration-wildfly30.0-to-wildfly34.0 - - - ${project.groupId} - jboss-server-migration-wildfly31.0-to-wildfly34.0 - - - ${project.groupId} - jboss-server-migration-wildfly32.0-to-wildfly34.0 - - - ${project.groupId} - jboss-server-migration-wildfly33.0-to-wildfly34.0 - - - ${project.groupId} - jboss-server-migration-wildfly34.0-to-wildfly34.0 - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/pom.xml b/docs/user-guides/migrations/wildfly34.0/wildfly24.0/pom.xml deleted file mode 100644 index d34f54a3..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/pom.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../../../pom.xml - - - jboss-server-migration-wildfly24.0-to-wildfly34.0-userguide - - JBoss Server Migration: User-Guide Wildfly 24.0 to Wildfly 34.0 - - - - ${project.groupId} - jboss-server-migration-docs-userguide-migration-includes - - - - - - - maven-resources-plugin - - - generate-sources - - copy-resources - - - ${project.build.directory}/asciidoc - - - src/main/asciidoc - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-includes - generate-sources - - unpack-dependencies - - - ${project.build.directory}/asciidoc - compile - - - - - - org.asciidoctor - asciidoctor-maven-plugin - - - generate-resources - - process-asciidoc - - - master.adoc - ${project.build.outputDirectory}/index.html - - - - - - - - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/master.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/master.adoc deleted file mode 100644 index e07c1767..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/master.adoc +++ /dev/null @@ -1,115 +0,0 @@ -// setup of vars used by this and/or included docs -:server-source-productName: WildFly 24.0 -:server-source-name: WildFly -:server-source-version: 24.0.0.Final -:server-source-baseDir: wildfly-24.0 - -:server-target-productName: WildFly 34.0 -:server-target-name: WildFly -:server-target-version: 34.0.0.Final -:server-target-baseDir: wildfly-34.0 - -:includesDir: topics - -// toc setup -:toc: -:numbered: - -// include abstract -include::{includesDir}/ServerMigration.adoc[] - -// customize -The server migration from {server-source-productName} to {server-target-productName} includes: - - * Modules Migration - * Standalone Server Migration - * Managed Domain Migration - -:leveloffset: +1 - -// --- modules migration - -include::{includesDir}/ServerMigration-Modules.adoc[] - -// --- standalone server migration - -include::{includesDir}/ServerMigration-StandaloneServer.adoc[] - -:leveloffset: +1 - -// ------ standalone server configuration migration - -include::{includesDir}/ServerMigration-StandaloneServer-StandaloneServerConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/WFLY24.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/WFLY24.0toWFLY34.0-ServerMigration-StandaloneServerConfiguration-MigrateLegacySecurityRealms.adoc[] - -include::{includesDir}/WFLY24.0toWFLY34.0-ServerMigration-StandaloneServerConfiguration-MigrateLegacySecurityDomains.adoc[] - -include::{includesDir}/WFLY24.0toWFLY34.0-ServerMigration-ServerConfiguration-Subsystem-Migrate-keycloak.adoc[] - -include::{includesDir}/WFLY24.0toWFLY34.0-ServerMigration-ServerConfiguration-Subsystem-Migrate-picketlink.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -// --- managed domain migration - -include::{includesDir}/ServerMigration-ManagedDomain.adoc[] - -// ------ domain configuration - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ManagedDomain-DomainConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/WFLY24.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/WFLY24.0toWFLY34.0-ServerMigration-ManagedDomain-DomainConfiguration-MigrateLegacySecurityRealms.adoc[] - -include::{includesDir}/WFLY24.0toWFLY34.0-ServerMigration-ManagedDomain-DomainConfiguration-MigrateLegacySecurityDomains.adoc[] - -include::{includesDir}/WFLY24.0toWFLY34.0-ServerMigration-ServerConfiguration-Subsystem-Migrate-keycloak.adoc[] - -include::{includesDir}/WFLY24.0toWFLY34.0-ServerMigration-ServerConfiguration-Subsystem-Migrate-picketlink.adoc[] - -include::{includesDir}/ServerMigration-ManagedDomain-AddHostExcludes.adoc[] - -:leveloffset: -1 - -// ------ host configuration - -include::{includesDir}/ServerMigration-ManagedDomain-HostConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/WFLY24.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -:leveloffset: -1 - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-ManagedDomain-DomainConfiguration-MigrateLegacySecurityDomains.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-ManagedDomain-DomainConfiguration-MigrateLegacySecurityDomains.adoc deleted file mode 100644 index cdcb99ba..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-ManagedDomain-DomainConfiguration-MigrateLegacySecurityDomains.adoc +++ /dev/null @@ -1,22 +0,0 @@ -= Migrate Legacy Security Domains - -{server-target-productName} does not supports the legacy Security Domains framework, and the tool migrates any usage of such resources to instead use the default {server-target-productName} Elytron replacements. - -Please note that further manual Elytron configuration may be needed if the legacy Security Domain(s) being used were not the {server-source-productName}'s defaults! - -The console logs all configuration resources migrated to the default {server-target-productName} Elytron replacements, for each configuration profile. -[source,options="nowrap"] ----- - WARN Migrated ejb3 subsystem resource /profile/default/subsystem/ejb3/application-security-domain/other using legacy security domain other, to Elytron's default application Security Domain. Please note that further manual Elytron configuration may be needed if the legacy security domain being used was not the source server's default Application Domain configuration! - WARN Migrated undertow subsystem resource /profile/default/subsystem/undertow/application-security-domain/other using legacy security domain other, to Elytron's default application Security Domain. Please note that further manual Elytron configuration may be needed if the legacy security domain being used was not the source server's default Application Domain configuration! - WARN Migrated ejb3 subsystem resource /profile/full/subsystem/ejb3/application-security-domain/other using legacy security domain other, to Elytron's default application Security Domain. Please note that further manual Elytron configuration may be needed if the legacy security domain being used was not the source server's default Application Domain configuration! - WARN Migrated undertow subsystem resource /profile/full/subsystem/undertow/application-security-domain/other using legacy security domain other, to Elytron's default application Security Domain. Please note that further manual Elytron configuration may be needed if the legacy security domain being used was not the source server's default Application Domain configuration! - WARN Migrated messaging-activemq subsystem server resource /profile/full/subsystem/messaging-activemq/server/default, to Elytron's default application Security Domain. Please note that further manual Elytron configuration may be needed if the legacy security domain being used was not the source server's default Application Domain configuration! - WARN Migrated iiop-openjdk subsystem resource using legacy security domain to Elytron defaults. Please note that further manual Elytron configuration should be needed! - WARN Migrated ejb3 subsystem resource /profile/ha/subsystem/ejb3/application-security-domain/other using legacy security domain other, to Elytron's default application Security Domain. Please note that further manual Elytron configuration may be needed if the legacy security domain being used was not the source server's default Application Domain configuration! - WARN Migrated undertow subsystem resource /profile/ha/subsystem/undertow/application-security-domain/other using legacy security domain other, to Elytron's default application Security Domain. Please note that further manual Elytron configuration may be needed if the legacy security domain being used was not the source server's default Application Domain configuration! - WARN Migrated ejb3 subsystem resource /profile/full-ha/subsystem/ejb3/application-security-domain/other using legacy security domain other, to Elytron's default application Security Domain. Please note that further manual Elytron configuration may be needed if the legacy security domain being used was not the source server's default Application Domain configuration! - WARN Migrated undertow subsystem resource /profile/full-ha/subsystem/undertow/application-security-domain/other using legacy security domain other, to Elytron's default application Security Domain. Please note that further manual Elytron configuration may be needed if the legacy security domain being used was not the source server's default Application Domain configuration! - WARN Migrated messaging-activemq subsystem server resource /profile/full-ha/subsystem/messaging-activemq/server/default, to Elytron's default application Security Domain. Please note that further manual Elytron configuration may be needed if the legacy security domain being used was not the source server's default Application Domain configuration! - WARN Migrated iiop-openjdk subsystem resource using legacy security domain to Elytron defaults. Please note that further manual Elytron configuration should be needed! ----- \ No newline at end of file diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-ManagedDomain-DomainConfiguration-MigrateLegacySecurityRealms.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-ManagedDomain-DomainConfiguration-MigrateLegacySecurityRealms.adoc deleted file mode 100644 index e5f5c8e2..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-ManagedDomain-DomainConfiguration-MigrateLegacySecurityRealms.adoc +++ /dev/null @@ -1,27 +0,0 @@ -= Migrate Legacy Security Realms - -{server-target-productName} does not supports the legacy Security Realms framework, and the tool migrates any usage of such resources to instead use the default {server-target-productName} Elytron replacements. - -Please note that further manual Elytron configuration may be needed if the legacy security realm(s) being used were not the {server-source-productName}'s defaults! - -The console logs all configuration resources migrated to the default {server-target-productName} Elytron replacements, for each configuration profile. -[source,options="nowrap"] ----- - INFO Legacy security XML configuration retrieved. - WARN Migrated Remoting subsystem's http connector resource /profile/full-ha/subsystem/remoting/http-connector/http-remoting-connector using a legacy security-realm, to Elytron's default application SASL Authentication Factory migration-defaultApplicationSaslAuthenticationFactory. Please note that further manual Elytron configuration may be needed if the legacy security realm being used was not the source server's default Application Realm configuration! - WARN Migrated Undertow subsystem https-listener resource /profile/full-ha/subsystem/undertow/server/default-server/https-listener/https using a legacy security-realm, to Elytron's default TLS ServerSSLContext migration-defaultTLSServerSSLContext. Please note that further manual Elytron configuration may be needed if the legacy security realm being used was not the source server's default Application Realm configuration! - WARN Migrated Undertow subsystem http-invoker resource /profile/full-ha/subsystem/undertow/server/default-server/host/default-host/setting/http-invoker using a legacy security-realm, to Elytron's default Application HTTP AuthenticationFactory migration-defaultApplicationHttpAuthenticationFactory. Please note that further manual Elytron configuration may be needed if the legacy security realm being used was not the source server's default Application Realm configuration! - INFO Legacy security realms migrated to Elytron. - WARN Migrated Remoting subsystem's http connector resource /profile/full/subsystem/remoting/http-connector/http-remoting-connector using a legacy security-realm, to Elytron's default application SASL Authentication Factory migration-defaultApplicationSaslAuthenticationFactory. Please note that further manual Elytron configuration may be needed if the legacy security realm being used was not the source server's default Application Realm configuration! - WARN Migrated Undertow subsystem https-listener resource /profile/full/subsystem/undertow/server/default-server/https-listener/https using a legacy security-realm, to Elytron's default TLS ServerSSLContext migration-defaultTLSServerSSLContext. Please note that further manual Elytron configuration may be needed if the legacy security realm being used was not the source server's default Application Realm configuration! - WARN Migrated Undertow subsystem http-invoker resource /profile/full/subsystem/undertow/server/default-server/host/default-host/setting/http-invoker using a legacy security-realm, to Elytron's default Application HTTP AuthenticationFactory migration-defaultApplicationHttpAuthenticationFactory. Please note that further manual Elytron configuration may be needed if the legacy security realm being used was not the source server's default Application Realm configuration! - INFO Legacy security realms migrated to Elytron. - WARN Migrated Remoting subsystem's http connector resource /profile/ha/subsystem/remoting/http-connector/http-remoting-connector using a legacy security-realm, to Elytron's default application SASL Authentication Factory migration-defaultApplicationSaslAuthenticationFactory. Please note that further manual Elytron configuration may be needed if the legacy security realm being used was not the source server's default Application Realm configuration! - WARN Migrated Undertow subsystem https-listener resource /profile/ha/subsystem/undertow/server/default-server/https-listener/https using a legacy security-realm, to Elytron's default TLS ServerSSLContext migration-defaultTLSServerSSLContext. Please note that further manual Elytron configuration may be needed if the legacy security realm being used was not the source server's default Application Realm configuration! - WARN Migrated Undertow subsystem http-invoker resource /profile/ha/subsystem/undertow/server/default-server/host/default-host/setting/http-invoker using a legacy security-realm, to Elytron's default Application HTTP AuthenticationFactory migration-defaultApplicationHttpAuthenticationFactory. Please note that further manual Elytron configuration may be needed if the legacy security realm being used was not the source server's default Application Realm configuration! - INFO Legacy security realms migrated to Elytron. - WARN Migrated Remoting subsystem's http connector resource /profile/default/subsystem/remoting/http-connector/http-remoting-connector using a legacy security-realm, to Elytron's default application SASL Authentication Factory migration-defaultApplicationSaslAuthenticationFactory. Please note that further manual Elytron configuration may be needed if the legacy security realm being used was not the source server's default Application Realm configuration! - WARN Migrated Undertow subsystem https-listener resource /profile/default/subsystem/undertow/server/default-server/https-listener/https using a legacy security-realm, to Elytron's default TLS ServerSSLContext migration-defaultTLSServerSSLContext. Please note that further manual Elytron configuration may be needed if the legacy security realm being used was not the source server's default Application Realm configuration! - WARN Migrated Undertow subsystem http-invoker resource /profile/default/subsystem/undertow/server/default-server/host/default-host/setting/http-invoker using a legacy security-realm, to Elytron's default Application HTTP AuthenticationFactory migration-defaultApplicationHttpAuthenticationFactory. Please note that further manual Elytron configuration may be needed if the legacy security realm being used was not the source server's default Application Realm configuration! - INFO Legacy security realms migrated to Elytron. ----- \ No newline at end of file diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc deleted file mode 100644 index dcbeacf0..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc +++ /dev/null @@ -1,18 +0,0 @@ -= Migrate JBoss Domain Properties - -The words `master` and `slave` on Domain related property names were replaced with the words 'primary' and 'secondary', and the migrates automatically fixes any usage of the old property names. - -The console logs any properties renamed by the migration. - -[source,options="nowrap"] ----- - INFO JBoss domain property jboss.domain.master.address migrated to jboss.domain.primary.address - INFO JBoss domain property jboss.domain.master.port migrated to jboss.domain.primary.port - INFO JBoss domain property jboss.domain.master.protocol migrated to jboss.domain.primary.protocol ----- - -If any property was successfully renamed the following message will be logged. -[source,options="nowrap"] ----- - INFO JBoss domain properties migrated. ----- diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-ServerConfiguration-Subsystem-Migrate-keycloak.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-ServerConfiguration-Subsystem-Migrate-keycloak.adoc deleted file mode 100644 index c56325fb..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-ServerConfiguration-Subsystem-Migrate-keycloak.adoc +++ /dev/null @@ -1,5 +0,0 @@ -:subsystem-migrate-legacySubsystemName: keycloak -:subsystem-migrate-legacyExtensionName: org.keycloak.keycloak-adapter-subsystem -:subsystem-migrate-replacementSubsystemName: elytron-oidc-client - -include::ServerMigration-ServerConfiguration-Subsystem-Migrate.adoc[] diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-ServerConfiguration-Subsystem-Migrate-picketlink.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-ServerConfiguration-Subsystem-Migrate-picketlink.adoc deleted file mode 100644 index bfe1432a..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-ServerConfiguration-Subsystem-Migrate-picketlink.adoc +++ /dev/null @@ -1,5 +0,0 @@ -:subsystem-migrate-legacySubsystemName: picketlink-federation -:subsystem-migrate-legacyExtensionName: org.wildfly.extension.picketlink -:subsystem-migrate-replacementSubsystemName: keycloak-saml - -include::ServerMigration-ServerConfiguration-Subsystem-Migrate.adoc[] diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-StandaloneServerConfiguration-MigrateLegacySecurityDomains.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-StandaloneServerConfiguration-MigrateLegacySecurityDomains.adoc deleted file mode 100644 index 0f9b28b3..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-StandaloneServerConfiguration-MigrateLegacySecurityDomains.adoc +++ /dev/null @@ -1,12 +0,0 @@ -= Migrate Legacy Security Domains - -{server-target-productName} does not supports the legacy Security Domains framework, and the tool migrates any usage of such resources to instead use the default {server-target-productName} Elytron replacements. - -Please note that further manual Elytron configuration may be needed if the legacy Security Domain(s) being used were not the {server-source-productName}'s defaults! - -The console logs all configuration resources migrated to the default {server-target-productName} Elytron replacements. -[source,options="nowrap"] ----- - WARN Migrated ejb3 subsystem resource /subsystem/ejb3/application-security-domain/other using legacy security domain other, to Elytron's default application Security Domain. Please note that further manual Elytron configuration may be needed if the legacy security domain being used was not the source server's default Application Domain configuration! - WARN Migrated undertow subsystem resource /subsystem/undertow/application-security-domain/other using legacy security domain other, to Elytron's default application Security Domain. Please note that further manual Elytron configuration may be needed if the legacy security domain being used was not the source server's default Application Domain configuration! ----- \ No newline at end of file diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-StandaloneServerConfiguration-MigrateLegacySecurityRealms.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-StandaloneServerConfiguration-MigrateLegacySecurityRealms.adoc deleted file mode 100644 index dbe30bd1..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly24.0/src/main/asciidoc/topics/WFLY24.0toWFLY34.0-ServerMigration-StandaloneServerConfiguration-MigrateLegacySecurityRealms.adoc +++ /dev/null @@ -1,15 +0,0 @@ -= Migrate Legacy Security Realms - -{server-target-productName} does not supports the legacy Security Realms framework, and the tool migrates any usage of such resources to instead use the default {server-target-productName} Elytron replacements. - -Please note that further manual Elytron configuration may be needed if the legacy security realm(s) being used were not the {server-source-productName}'s defaults! - -The console logs all configuration resources migrated to the default {server-target-productName} Elytron replacements. -[source,options="nowrap"] ----- - INFO Legacy security XML configuration retrieved. - WARN Migrated Remoting subsystem's http connector resource /subsystem/remoting/http-connector/http-remoting-connector using a legacy security-realm, to Elytron's default application SASL Authentication Factory migration-defaultApplicationSaslAuthenticationFactory. Please note that further manual Elytron configuration may be needed if the legacy security realm being used was not the source server's default Application Realm configuration! - WARN Migrated Undertow subsystem https-listener resource /subsystem/undertow/server/default-server/https-listener/https using a legacy security-realm, to Elytron's default TLS ServerSSLContext migration-defaultTLSServerSSLContext. Please note that further manual Elytron configuration may be needed if the legacy security realm being used was not the source server's default Application Realm configuration! - WARN Migrated Undertow subsystem http-invoker resource /subsystem/undertow/server/default-server/host/default-host/setting/http-invoker using a legacy security-realm, to Elytron's default Application HTTP AuthenticationFactory migration-defaultApplicationHttpAuthenticationFactory. Please note that further manual Elytron configuration may be needed if the legacy security realm being used was not the source server's default Application Realm configuration! - INFO Legacy security realms migrated to Elytron. ----- \ No newline at end of file diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly25.0/pom.xml b/docs/user-guides/migrations/wildfly34.0/wildfly25.0/pom.xml deleted file mode 100644 index 312ac39a..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly25.0/pom.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../../../pom.xml - - - jboss-server-migration-wildfly25.0-to-wildfly34.0-userguide - - JBoss Server Migration: User-Guide Wildfly 25.0 to Wildfly 34.0 - - - - ${project.groupId} - jboss-server-migration-docs-userguide-migration-includes - - - - - - - maven-resources-plugin - - - generate-sources - - copy-resources - - - ${project.build.directory}/asciidoc - - - src/main/asciidoc - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-includes - generate-sources - - unpack-dependencies - - - ${project.build.directory}/asciidoc - compile - - - - - - org.asciidoctor - asciidoctor-maven-plugin - - - generate-resources - - process-asciidoc - - - master.adoc - ${project.build.outputDirectory}/index.html - - - - - - - - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly25.0/src/main/asciidoc/master.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly25.0/src/main/asciidoc/master.adoc deleted file mode 100644 index d711006d..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly25.0/src/main/asciidoc/master.adoc +++ /dev/null @@ -1,99 +0,0 @@ -// setup of vars used by this and/or included docs -:server-source-productName: WildFly 25.0 -:server-source-name: WildFly -:server-source-version: 25.0.0.Final -:server-source-baseDir: wildfly-25.0 - -:server-target-productName: WildFly 34.0 -:server-target-name: WildFly -:server-target-version: 34.0.0.Final -:server-target-baseDir: wildfly-34.0 - -:includesDir: topics - -// toc setup -:toc: -:numbered: - -// include abstract -include::{includesDir}/ServerMigration.adoc[] - -// customize -The server migration from {server-source-productName} to {server-target-productName} includes: - - * Modules Migration - * Standalone Server Migration - * Managed Domain Migration - -:leveloffset: +1 - -// --- modules migration - -include::{includesDir}/ServerMigration-Modules.adoc[] - -// --- standalone server migration - -include::{includesDir}/ServerMigration-StandaloneServer.adoc[] - -:leveloffset: +1 - -// ------ standalone server configuration migration - -include::{includesDir}/ServerMigration-StandaloneServer-StandaloneServerConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/WFLY25.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -// --- managed domain migration - -include::{includesDir}/ServerMigration-ManagedDomain.adoc[] - -// ------ domain configuration - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ManagedDomain-DomainConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/WFLY25.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ManagedDomain-AddHostExcludes.adoc[] - -:leveloffset: -1 - -// ------ host configuration - -include::{includesDir}/ServerMigration-ManagedDomain-HostConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/WFLY25.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -:leveloffset: -1 - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly25.0/src/main/asciidoc/topics/WFLY25.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly25.0/src/main/asciidoc/topics/WFLY25.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc deleted file mode 100644 index dcbeacf0..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly25.0/src/main/asciidoc/topics/WFLY25.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc +++ /dev/null @@ -1,18 +0,0 @@ -= Migrate JBoss Domain Properties - -The words `master` and `slave` on Domain related property names were replaced with the words 'primary' and 'secondary', and the migrates automatically fixes any usage of the old property names. - -The console logs any properties renamed by the migration. - -[source,options="nowrap"] ----- - INFO JBoss domain property jboss.domain.master.address migrated to jboss.domain.primary.address - INFO JBoss domain property jboss.domain.master.port migrated to jboss.domain.primary.port - INFO JBoss domain property jboss.domain.master.protocol migrated to jboss.domain.primary.protocol ----- - -If any property was successfully renamed the following message will be logged. -[source,options="nowrap"] ----- - INFO JBoss domain properties migrated. ----- diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly26.0/pom.xml b/docs/user-guides/migrations/wildfly34.0/wildfly26.0/pom.xml deleted file mode 100644 index 8c4d6cd5..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly26.0/pom.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../../../pom.xml - - - jboss-server-migration-wildfly26.0-to-wildfly34.0-userguide - - JBoss Server Migration: User-Guide Wildfly 26.0 to Wildfly 34.0 - - - - ${project.groupId} - jboss-server-migration-docs-userguide-migration-includes - - - - - - - maven-resources-plugin - - - generate-sources - - copy-resources - - - ${project.build.directory}/asciidoc - - - src/main/asciidoc - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-includes - generate-sources - - unpack-dependencies - - - ${project.build.directory}/asciidoc - compile - - - - - - org.asciidoctor - asciidoctor-maven-plugin - - - generate-resources - - process-asciidoc - - - master.adoc - ${project.build.outputDirectory}/index.html - - - - - - - - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly26.0/src/main/asciidoc/master.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly26.0/src/main/asciidoc/master.adoc deleted file mode 100644 index f441e36e..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly26.0/src/main/asciidoc/master.adoc +++ /dev/null @@ -1,99 +0,0 @@ -// setup of vars used by this and/or included docs -:server-source-productName: WildFly 26.0 -:server-source-name: WildFly -:server-source-version: 26.0.0.Final -:server-source-baseDir: wildfly-26.0 - -:server-target-productName: WildFly 34.0 -:server-target-name: WildFly -:server-target-version: 34.0.0.Final -:server-target-baseDir: wildfly-34.0 - -:includesDir: topics - -// toc setup -:toc: -:numbered: - -// include abstract -include::{includesDir}/ServerMigration.adoc[] - -// customize -The server migration from {server-source-productName} to {server-target-productName} includes: - - * Modules Migration - * Standalone Server Migration - * Managed Domain Migration - -:leveloffset: +1 - -// --- modules migration - -include::{includesDir}/ServerMigration-Modules.adoc[] - -// --- standalone server migration - -include::{includesDir}/ServerMigration-StandaloneServer.adoc[] - -:leveloffset: +1 - -// ------ standalone server configuration migration - -include::{includesDir}/ServerMigration-StandaloneServer-StandaloneServerConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/WFLY26.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -// --- managed domain migration - -include::{includesDir}/ServerMigration-ManagedDomain.adoc[] - -// ------ domain configuration - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ManagedDomain-DomainConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/WFLY26.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ManagedDomain-AddHostExcludes.adoc[] - -:leveloffset: -1 - -// ------ host configuration - -include::{includesDir}/ServerMigration-ManagedDomain-HostConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/WFLY26.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -:leveloffset: -1 - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly26.0/src/main/asciidoc/topics/WFLY26.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly26.0/src/main/asciidoc/topics/WFLY26.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc deleted file mode 100644 index dcbeacf0..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly26.0/src/main/asciidoc/topics/WFLY26.0toWFLY34.0-ServerMigration-ServerConfiguration-MigrateJBossDomainProperties.adoc +++ /dev/null @@ -1,18 +0,0 @@ -= Migrate JBoss Domain Properties - -The words `master` and `slave` on Domain related property names were replaced with the words 'primary' and 'secondary', and the migrates automatically fixes any usage of the old property names. - -The console logs any properties renamed by the migration. - -[source,options="nowrap"] ----- - INFO JBoss domain property jboss.domain.master.address migrated to jboss.domain.primary.address - INFO JBoss domain property jboss.domain.master.port migrated to jboss.domain.primary.port - INFO JBoss domain property jboss.domain.master.protocol migrated to jboss.domain.primary.protocol ----- - -If any property was successfully renamed the following message will be logged. -[source,options="nowrap"] ----- - INFO JBoss domain properties migrated. ----- diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly27.0/pom.xml b/docs/user-guides/migrations/wildfly34.0/wildfly27.0/pom.xml deleted file mode 100644 index a204520c..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly27.0/pom.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../../../pom.xml - - - jboss-server-migration-wildfly27.0-to-wildfly34.0-userguide - - JBoss Server Migration: User-Guide Wildfly 27.0 to Wildfly 34.0 - - - - ${project.groupId} - jboss-server-migration-docs-userguide-migration-includes - - - - - - - maven-resources-plugin - - - generate-sources - - copy-resources - - - ${project.build.directory}/asciidoc - - - src/main/asciidoc - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-includes - generate-sources - - unpack-dependencies - - - ${project.build.directory}/asciidoc - compile - - - - - - org.asciidoctor - asciidoctor-maven-plugin - - - generate-resources - - process-asciidoc - - - master.adoc - ${project.build.outputDirectory}/index.html - - - - - - - - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly27.0/src/main/asciidoc/master.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly27.0/src/main/asciidoc/master.adoc deleted file mode 100644 index 317493ec..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly27.0/src/main/asciidoc/master.adoc +++ /dev/null @@ -1,97 +0,0 @@ -// setup of vars used by this and/or included docs -:server-source-productName: WildFly 27.0 -:server-source-name: WildFly -:server-source-version: 27.0.0.Final -:server-source-baseDir: wildfly-27.0 - -:server-target-productName: WildFly 34.0 -:server-target-name: WildFly -:server-target-version: 34.0.0.Final -:server-target-baseDir: wildfly-34.0 - -:includesDir: topics - -// toc setup -:toc: -:numbered: - -// include abstract -include::{includesDir}/ServerMigration.adoc[] - -// customize -The server migration from {server-source-productName} to {server-target-productName} includes: - - * Modules Migration - * Standalone Server Migration - * Managed Domain Migration - -:leveloffset: +1 - -// --- modules migration - -include::{includesDir}/ServerMigration-Modules.adoc[] - -// --- standalone server migration - -include::{includesDir}/ServerMigration-StandaloneServer.adoc[] - -:leveloffset: +1 - -// ------ standalone server configuration migration - -include::{includesDir}/ServerMigration-StandaloneServer-StandaloneServerConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateDeployments.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -// --- managed domain migration - -include::{includesDir}/ServerMigration-ManagedDomain.adoc[] - -// ------ domain configuration - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ManagedDomain-DomainConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ManagedDomain-AddHostExcludes.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateDeployments.adoc[] - -:leveloffset: -1 - -// ------ host configuration - -include::{includesDir}/ServerMigration-ManagedDomain-HostConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -:leveloffset: -1 - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly28.0/pom.xml b/docs/user-guides/migrations/wildfly34.0/wildfly28.0/pom.xml deleted file mode 100644 index cdefeca1..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly28.0/pom.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../../../pom.xml - - - jboss-server-migration-wildfly28.0-to-wildfly34.0-userguide - - JBoss Server Migration: User-Guide Wildfly 28.0 to Wildfly 34.0 - - - - ${project.groupId} - jboss-server-migration-docs-userguide-migration-includes - - - - - - - maven-resources-plugin - - - generate-sources - - copy-resources - - - ${project.build.directory}/asciidoc - - - src/main/asciidoc - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-includes - generate-sources - - unpack-dependencies - - - ${project.build.directory}/asciidoc - compile - - - - - - org.asciidoctor - asciidoctor-maven-plugin - - - generate-resources - - process-asciidoc - - - master.adoc - ${project.build.outputDirectory}/index.html - - - - - - - - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly28.0/src/main/asciidoc/master.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly28.0/src/main/asciidoc/master.adoc deleted file mode 100644 index 291d2997..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly28.0/src/main/asciidoc/master.adoc +++ /dev/null @@ -1,97 +0,0 @@ -// setup of vars used by this and/or included docs -:server-source-productName: WildFly 28.0 -:server-source-name: WildFly -:server-source-version: 28.0.0.Final -:server-source-baseDir: wildfly-28.0 - -:server-target-productName: WildFly 34.0 -:server-target-name: WildFly -:server-target-version: 34.0.0.Final -:server-target-baseDir: wildfly-34.0 - -:includesDir: topics - -// toc setup -:toc: -:numbered: - -// include abstract -include::{includesDir}/ServerMigration.adoc[] - -// customize -The server migration from {server-source-productName} to {server-target-productName} includes: - - * Modules Migration - * Standalone Server Migration - * Managed Domain Migration - -:leveloffset: +1 - -// --- modules migration - -include::{includesDir}/ServerMigration-Modules.adoc[] - -// --- standalone server migration - -include::{includesDir}/ServerMigration-StandaloneServer.adoc[] - -:leveloffset: +1 - -// ------ standalone server configuration migration - -include::{includesDir}/ServerMigration-StandaloneServer-StandaloneServerConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateDeployments.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -// --- managed domain migration - -include::{includesDir}/ServerMigration-ManagedDomain.adoc[] - -// ------ domain configuration - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ManagedDomain-DomainConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ManagedDomain-AddHostExcludes.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateDeployments.adoc[] - -:leveloffset: -1 - -// ------ host configuration - -include::{includesDir}/ServerMigration-ManagedDomain-HostConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -:leveloffset: -1 - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly29.0/pom.xml b/docs/user-guides/migrations/wildfly34.0/wildfly29.0/pom.xml deleted file mode 100644 index 109cc247..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly29.0/pom.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../../../pom.xml - - - jboss-server-migration-wildfly29.0-to-wildfly34.0-userguide - - JBoss Server Migration: User-Guide Wildfly 29.0 to Wildfly 34.0 - - - - ${project.groupId} - jboss-server-migration-docs-userguide-migration-includes - - - - - - - maven-resources-plugin - - - generate-sources - - copy-resources - - - ${project.build.directory}/asciidoc - - - src/main/asciidoc - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-includes - generate-sources - - unpack-dependencies - - - ${project.build.directory}/asciidoc - compile - - - - - - org.asciidoctor - asciidoctor-maven-plugin - - - generate-resources - - process-asciidoc - - - master.adoc - ${project.build.outputDirectory}/index.html - - - - - - - - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly29.0/src/main/asciidoc/master.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly29.0/src/main/asciidoc/master.adoc deleted file mode 100644 index ace39ba0..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly29.0/src/main/asciidoc/master.adoc +++ /dev/null @@ -1,97 +0,0 @@ -// setup of vars used by this and/or included docs -:server-source-productName: WildFly 29.0 -:server-source-name: WildFly -:server-source-version: 29.0.0.Final -:server-source-baseDir: wildfly-29.0 - -:server-target-productName: WildFly 34.0 -:server-target-name: WildFly -:server-target-version: 34.0.0.Final -:server-target-baseDir: wildfly-34.0 - -:includesDir: topics - -// toc setup -:toc: -:numbered: - -// include abstract -include::{includesDir}/ServerMigration.adoc[] - -// customize -The server migration from {server-source-productName} to {server-target-productName} includes: - - * Modules Migration - * Standalone Server Migration - * Managed Domain Migration - -:leveloffset: +1 - -// --- modules migration - -include::{includesDir}/ServerMigration-Modules.adoc[] - -// --- standalone server migration - -include::{includesDir}/ServerMigration-StandaloneServer.adoc[] - -:leveloffset: +1 - -// ------ standalone server configuration migration - -include::{includesDir}/ServerMigration-StandaloneServer-StandaloneServerConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateDeployments.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -// --- managed domain migration - -include::{includesDir}/ServerMigration-ManagedDomain.adoc[] - -// ------ domain configuration - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ManagedDomain-DomainConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ManagedDomain-AddHostExcludes.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateDeployments.adoc[] - -:leveloffset: -1 - -// ------ host configuration - -include::{includesDir}/ServerMigration-ManagedDomain-HostConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -:leveloffset: -1 - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly30.0/pom.xml b/docs/user-guides/migrations/wildfly34.0/wildfly30.0/pom.xml deleted file mode 100644 index 16765629..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly30.0/pom.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../../../pom.xml - - - jboss-server-migration-wildfly30.0-to-wildfly34.0-userguide - - JBoss Server Migration: User-Guide Wildfly 30.0 to Wildfly 34.0 - - - - ${project.groupId} - jboss-server-migration-docs-userguide-migration-includes - - - - - - - maven-resources-plugin - - - generate-sources - - copy-resources - - - ${project.build.directory}/asciidoc - - - src/main/asciidoc - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-includes - generate-sources - - unpack-dependencies - - - ${project.build.directory}/asciidoc - compile - - - - - - org.asciidoctor - asciidoctor-maven-plugin - - - generate-resources - - process-asciidoc - - - master.adoc - ${project.build.outputDirectory}/index.html - - - - - - - - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly30.0/src/main/asciidoc/master.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly30.0/src/main/asciidoc/master.adoc deleted file mode 100644 index 1fe36e64..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly30.0/src/main/asciidoc/master.adoc +++ /dev/null @@ -1,97 +0,0 @@ -// setup of vars used by this and/or included docs -:server-source-productName: WildFly 30.0 -:server-source-name: WildFly -:server-source-version: 30.0.0.Final -:server-source-baseDir: wildfly-30.0 - -:server-target-productName: WildFly 34.0 -:server-target-name: WildFly -:server-target-version: 34.0.0.Final -:server-target-baseDir: wildfly-34.0 - -:includesDir: topics - -// toc setup -:toc: -:numbered: - -// include abstract -include::{includesDir}/ServerMigration.adoc[] - -// customize -The server migration from {server-source-productName} to {server-target-productName} includes: - - * Modules Migration - * Standalone Server Migration - * Managed Domain Migration - -:leveloffset: +1 - -// --- modules migration - -include::{includesDir}/ServerMigration-Modules.adoc[] - -// --- standalone server migration - -include::{includesDir}/ServerMigration-StandaloneServer.adoc[] - -:leveloffset: +1 - -// ------ standalone server configuration migration - -include::{includesDir}/ServerMigration-StandaloneServer-StandaloneServerConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateDeployments.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -// --- managed domain migration - -include::{includesDir}/ServerMigration-ManagedDomain.adoc[] - -// ------ domain configuration - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ManagedDomain-DomainConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ManagedDomain-AddHostExcludes.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateDeployments.adoc[] - -:leveloffset: -1 - -// ------ host configuration - -include::{includesDir}/ServerMigration-ManagedDomain-HostConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -:leveloffset: -1 - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly31.0/pom.xml b/docs/user-guides/migrations/wildfly34.0/wildfly31.0/pom.xml deleted file mode 100644 index be4504c6..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly31.0/pom.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../../../pom.xml - - - jboss-server-migration-wildfly31.0-to-wildfly34.0-userguide - - JBoss Server Migration: User-Guide Wildfly 31.0 to Wildfly 34.0 - - - - ${project.groupId} - jboss-server-migration-docs-userguide-migration-includes - - - - - - - maven-resources-plugin - - - generate-sources - - copy-resources - - - ${project.build.directory}/asciidoc - - - src/main/asciidoc - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-includes - generate-sources - - unpack-dependencies - - - ${project.build.directory}/asciidoc - compile - - - - - - org.asciidoctor - asciidoctor-maven-plugin - - - generate-resources - - process-asciidoc - - - master.adoc - ${project.build.outputDirectory}/index.html - - - - - - - - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly31.0/src/main/asciidoc/master.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly31.0/src/main/asciidoc/master.adoc deleted file mode 100644 index a0a5f3ec..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly31.0/src/main/asciidoc/master.adoc +++ /dev/null @@ -1,97 +0,0 @@ -// setup of vars used by this and/or included docs -:server-source-productName: WildFly 31.0 -:server-source-name: WildFly -:server-source-version: 31.0.0.Final -:server-source-baseDir: wildfly-31.0 - -:server-target-productName: WildFly 34.0 -:server-target-name: WildFly -:server-target-version: 34.0.0.Final -:server-target-baseDir: wildfly-34.0 - -:includesDir: topics - -// toc setup -:toc: -:numbered: - -// include abstract -include::{includesDir}/ServerMigration.adoc[] - -// customize -The server migration from {server-source-productName} to {server-target-productName} includes: - - * Modules Migration - * Standalone Server Migration - * Managed Domain Migration - -:leveloffset: +1 - -// --- modules migration - -include::{includesDir}/ServerMigration-Modules.adoc[] - -// --- standalone server migration - -include::{includesDir}/ServerMigration-StandaloneServer.adoc[] - -:leveloffset: +1 - -// ------ standalone server configuration migration - -include::{includesDir}/ServerMigration-StandaloneServer-StandaloneServerConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateDeployments.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -// --- managed domain migration - -include::{includesDir}/ServerMigration-ManagedDomain.adoc[] - -// ------ domain configuration - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ManagedDomain-DomainConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ManagedDomain-AddHostExcludes.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateDeployments.adoc[] - -:leveloffset: -1 - -// ------ host configuration - -include::{includesDir}/ServerMigration-ManagedDomain-HostConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -:leveloffset: -1 - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly32.0/pom.xml b/docs/user-guides/migrations/wildfly34.0/wildfly32.0/pom.xml deleted file mode 100644 index 375b09ee..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly32.0/pom.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../../../pom.xml - - - jboss-server-migration-wildfly32.0-to-wildfly34.0-userguide - - JBoss Server Migration: User-Guide Wildfly 32.0 to Wildfly 34.0 - - - - ${project.groupId} - jboss-server-migration-docs-userguide-migration-includes - - - - - - - maven-resources-plugin - - - generate-sources - - copy-resources - - - ${project.build.directory}/asciidoc - - - src/main/asciidoc - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-includes - generate-sources - - unpack-dependencies - - - ${project.build.directory}/asciidoc - compile - - - - - - org.asciidoctor - asciidoctor-maven-plugin - - - generate-resources - - process-asciidoc - - - master.adoc - ${project.build.outputDirectory}/index.html - - - - - - - - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly32.0/src/main/asciidoc/master.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly32.0/src/main/asciidoc/master.adoc deleted file mode 100644 index 6e9ece8c..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly32.0/src/main/asciidoc/master.adoc +++ /dev/null @@ -1,97 +0,0 @@ -// setup of vars used by this and/or included docs -:server-source-productName: WildFly 32.0 -:server-source-name: WildFly -:server-source-version: 32.0.0.Final -:server-source-baseDir: wildfly-32.0 - -:server-target-productName: WildFly 34.0 -:server-target-name: WildFly -:server-target-version: 34.0.0.Final -:server-target-baseDir: wildfly-34.0 - -:includesDir: topics - -// toc setup -:toc: -:numbered: - -// include abstract -include::{includesDir}/ServerMigration.adoc[] - -// customize -The server migration from {server-source-productName} to {server-target-productName} includes: - - * Modules Migration - * Standalone Server Migration - * Managed Domain Migration - -:leveloffset: +1 - -// --- modules migration - -include::{includesDir}/ServerMigration-Modules.adoc[] - -// --- standalone server migration - -include::{includesDir}/ServerMigration-StandaloneServer.adoc[] - -:leveloffset: +1 - -// ------ standalone server configuration migration - -include::{includesDir}/ServerMigration-StandaloneServer-StandaloneServerConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateDeployments.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -// --- managed domain migration - -include::{includesDir}/ServerMigration-ManagedDomain.adoc[] - -// ------ domain configuration - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ManagedDomain-DomainConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ManagedDomain-AddHostExcludes.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateDeployments.adoc[] - -:leveloffset: -1 - -// ------ host configuration - -include::{includesDir}/ServerMigration-ManagedDomain-HostConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -:leveloffset: -1 - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly33.0/pom.xml b/docs/user-guides/migrations/wildfly34.0/wildfly33.0/pom.xml deleted file mode 100644 index 44b5fbb6..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly33.0/pom.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../../../pom.xml - - - jboss-server-migration-wildfly33.0-to-wildfly34.0-userguide - - JBoss Server Migration: User-Guide Wildfly 33.0 to Wildfly 34.0 - - - - ${project.groupId} - jboss-server-migration-docs-userguide-migration-includes - - - - - - - maven-resources-plugin - - - generate-sources - - copy-resources - - - ${project.build.directory}/asciidoc - - - src/main/asciidoc - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-includes - generate-sources - - unpack-dependencies - - - ${project.build.directory}/asciidoc - compile - - - - - - org.asciidoctor - asciidoctor-maven-plugin - - - generate-resources - - process-asciidoc - - - master.adoc - ${project.build.outputDirectory}/index.html - - - - - - - - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly33.0/src/main/asciidoc/master.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly33.0/src/main/asciidoc/master.adoc deleted file mode 100644 index 86f10312..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly33.0/src/main/asciidoc/master.adoc +++ /dev/null @@ -1,97 +0,0 @@ -// setup of vars used by this and/or included docs -:server-source-productName: WildFly 33.0 -:server-source-name: WildFly -:server-source-version: 33.0.0.Final -:server-source-baseDir: wildfly-33.0 - -:server-target-productName: WildFly 34.0 -:server-target-name: WildFly -:server-target-version: 34.0.0.Final -:server-target-baseDir: wildfly-34.0 - -:includesDir: topics - -// toc setup -:toc: -:numbered: - -// include abstract -include::{includesDir}/ServerMigration.adoc[] - -// customize -The server migration from {server-source-productName} to {server-target-productName} includes: - - * Modules Migration - * Standalone Server Migration - * Managed Domain Migration - -:leveloffset: +1 - -// --- modules migration - -include::{includesDir}/ServerMigration-Modules.adoc[] - -// --- standalone server migration - -include::{includesDir}/ServerMigration-StandaloneServer.adoc[] - -:leveloffset: +1 - -// ------ standalone server configuration migration - -include::{includesDir}/ServerMigration-StandaloneServer-StandaloneServerConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateDeployments.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -// --- managed domain migration - -include::{includesDir}/ServerMigration-ManagedDomain.adoc[] - -// ------ domain configuration - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ManagedDomain-DomainConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ManagedDomain-AddHostExcludes.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateDeployments.adoc[] - -:leveloffset: -1 - -// ------ host configuration - -include::{includesDir}/ServerMigration-ManagedDomain-HostConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -:leveloffset: -1 - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly34.0/pom.xml b/docs/user-guides/migrations/wildfly34.0/wildfly34.0/pom.xml deleted file mode 100644 index 92c28597..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly34.0/pom.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../../../pom.xml - - - jboss-server-migration-wildfly34.0-to-wildfly34.0-userguide - - JBoss Server Migration: User-Guide Wildfly 34.0 to Wildfly 34.0 - - - - ${project.groupId} - jboss-server-migration-docs-userguide-migration-includes - - - - - - - maven-resources-plugin - - - generate-sources - - copy-resources - - - ${project.build.directory}/asciidoc - - - src/main/asciidoc - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-includes - generate-sources - - unpack-dependencies - - - ${project.build.directory}/asciidoc - compile - - - - - - org.asciidoctor - asciidoctor-maven-plugin - - - generate-resources - - process-asciidoc - - - master.adoc - ${project.build.outputDirectory}/index.html - - - - - - - - diff --git a/docs/user-guides/migrations/wildfly34.0/wildfly34.0/src/main/asciidoc/master.adoc b/docs/user-guides/migrations/wildfly34.0/wildfly34.0/src/main/asciidoc/master.adoc deleted file mode 100644 index ca8637cf..00000000 --- a/docs/user-guides/migrations/wildfly34.0/wildfly34.0/src/main/asciidoc/master.adoc +++ /dev/null @@ -1,95 +0,0 @@ -// setup of vars used by this and/or included docs -:server-source-productName: WildFly 34.0 -:server-source-name: WildFly -:server-source-version: 34.0.0.Final -:server-source-baseDir: wildfly-34.0 - -:server-target-productName: WildFly 34.0 -:server-target-name: WildFly -:server-target-version: 34.0.0.Final -:server-target-baseDir: wildfly-34.0 - -:includesDir: topics - -// toc setup -:toc: -:numbered: - -// include abstract -include::{includesDir}/ServerMigration.adoc[] - -// customize -The server migration from {server-source-productName} to {server-target-productName} includes: - - * Modules Migration - * Standalone Server Migration - * Managed Domain Migration - -:leveloffset: +1 - -// --- modules migration - -include::{includesDir}/ServerMigration-Modules.adoc[] - -// --- standalone server migration - -include::{includesDir}/ServerMigration-StandaloneServer.adoc[] - -:leveloffset: +1 - -// ------ standalone server configuration migration - -include::{includesDir}/ServerMigration-StandaloneServer-StandaloneServerConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateDeployments.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -// --- managed domain migration - -include::{includesDir}/ServerMigration-ManagedDomain.adoc[] - -// ------ domain configuration - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ManagedDomain-DomainConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-RemoveUnsupportedSubsystems.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateDeployments.adoc[] - -:leveloffset: -1 - -// ------ host configuration - -include::{includesDir}/ServerMigration-ManagedDomain-HostConfiguration.adoc[] - -:leveloffset: +1 - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedModules.adoc[] - -include::{includesDir}/ServerMigration-ServerConfiguration-MigrateReferencedPaths.adoc[] - -:leveloffset: -1 - -:leveloffset: -1 - -:leveloffset: -1 - diff --git a/docs/user-guides/tool/standalone/pom.xml b/docs/user-guides/tool/standalone/pom.xml index e6a91da0..ec7ebbd4 100644 --- a/docs/user-guides/tool/standalone/pom.xml +++ b/docs/user-guides/tool/standalone/pom.xml @@ -99,52 +99,6 @@ jboss-server-migration-eap8.0-to-eap8.0-userguide - - - ${project.groupId} - jboss-server-migration-wildfly24.0-to-wildfly34.0-userguide - - - ${project.groupId} - jboss-server-migration-wildfly25.0-to-wildfly34.0-userguide - - - ${project.groupId} - jboss-server-migration-wildfly26.0-to-wildfly34.0-userguide - - - ${project.groupId} - jboss-server-migration-wildfly27.0-to-wildfly34.0-userguide - - - ${project.groupId} - jboss-server-migration-wildfly28.0-to-wildfly34.0-userguide - - - ${project.groupId} - jboss-server-migration-wildfly29.0-to-wildfly34.0-userguide - - - ${project.groupId} - jboss-server-migration-wildfly30.0-to-wildfly34.0-userguide - - - ${project.groupId} - jboss-server-migration-wildfly31.0-to-wildfly34.0-userguide - - - ${project.groupId} - jboss-server-migration-wildfly32.0-to-wildfly34.0-userguide - - - ${project.groupId} - jboss-server-migration-wildfly33.0-to-wildfly34.0-userguide - - - ${project.groupId} - jboss-server-migration-wildfly34.0-to-wildfly34.0-userguide - - ${project.groupId} @@ -386,128 +340,6 @@ - - - WFLY24.0toWFLY34.0 - generate-resources - - unpack-dependencies - - - jboss-server-migration-wildfly24.0-to-wildfly34.0-userguide - ${project.build.outputDirectory}/migrations/wildfly24.0-to-wildfly34.0 - - - - WFLY25.0toWFLY34.0 - generate-resources - - unpack-dependencies - - - jboss-server-migration-wildfly25.0-to-wildfly34.0-userguide - ${project.build.outputDirectory}/migrations/wildfly25.0-to-wildfly34.0 - - - - WFLY26.0toWFLY34.0 - generate-resources - - unpack-dependencies - - - jboss-server-migration-wildfly26.0-to-wildfly34.0-userguide - ${project.build.outputDirectory}/migrations/wildfly26.0-to-wildfly34.0 - - - - WFLY27.0toWFLY34.0 - generate-resources - - unpack-dependencies - - - jboss-server-migration-wildfly27.0-to-wildfly34.0-userguide - ${project.build.outputDirectory}/migrations/wildfly27.0-to-wildfly34.0 - - - - WFLY28.0toWFLY34.0 - generate-resources - - unpack-dependencies - - - jboss-server-migration-wildfly28.0-to-wildfly34.0-userguide - ${project.build.outputDirectory}/migrations/wildfly28.0-to-wildfly34.0 - - - - WFLY29.0toWFLY34.0 - generate-resources - - unpack-dependencies - - - jboss-server-migration-wildfly29.0-to-wildfly34.0-userguide - ${project.build.outputDirectory}/migrations/wildfly29.0-to-wildfly34.0 - - - - WFLY30.0toWFLY34.0 - generate-resources - - unpack-dependencies - - - jboss-server-migration-wildfly30.0-to-wildfly34.0-userguide - ${project.build.outputDirectory}/migrations/wildfly30.0-to-wildfly34.0 - - - - WFLY31.0toWFLY34.0 - generate-resources - - unpack-dependencies - - - jboss-server-migration-wildfly31.0-to-wildfly34.0-userguide - ${project.build.outputDirectory}/migrations/wildfly31.0-to-wildfly34.0 - - - - WFLY32.0toWFLY34.0 - generate-resources - - unpack-dependencies - - - jboss-server-migration-wildfly32.0-to-wildfly34.0-userguide - ${project.build.outputDirectory}/migrations/wildfly32.0-to-wildfly34.0 - - - - WFLY33.0toWFLY34.0 - generate-resources - - unpack-dependencies - - - jboss-server-migration-wildfly33.0-to-wildfly34.0-userguide - ${project.build.outputDirectory}/migrations/wildfly33.0-to-wildfly34.0 - - - - WFLY34.0toWFLY34.0 - generate-resources - - unpack-dependencies - - - jboss-server-migration-wildfly34.0-to-wildfly34.0-userguide - ${project.build.outputDirectory}/migrations/wildfly34.0-to-wildfly34.0 - - WFLY25.0toWFLY35.0 diff --git a/docs/user-guides/tool/standalone/src/main/asciidoc/master.adoc b/docs/user-guides/tool/standalone/src/main/asciidoc/master.adoc index 03d8ed72..40a5e06c 100644 --- a/docs/user-guides/tool/standalone/src/main/asciidoc/master.adoc +++ b/docs/user-guides/tool/standalone/src/main/asciidoc/master.adoc @@ -371,18 +371,6 @@ This standard distribution of the JBoss Server Migration Tool includes support f * link:migrations/wildfly34.0-to-wildfly35.0/index.html[WildFly 34.0 to WildFly 35.0] * link:migrations/wildfly35.0-to-wildfly35.0/index.html[WildFly 35.0 to WildFly 35.0] -* link:migrations/wildfly24.0-to-wildfly34.0/index.html[WildFly 24.0 to WildFly 34.0] -* link:migrations/wildfly25.0-to-wildfly34.0/index.html[WildFly 25.0 to WildFly 34.0] -* link:migrations/wildfly26.0-to-wildfly34.0/index.html[WildFly 26.0 to WildFly 34.0] -* link:migrations/wildfly27.0-to-wildfly34.0/index.html[WildFly 27.0 to WildFly 34.0] -* link:migrations/wildfly28.0-to-wildfly34.0/index.html[WildFly 28.0 to WildFly 34.0] -* link:migrations/wildfly29.0-to-wildfly34.0/index.html[WildFly 29.0 to WildFly 34.0] -* link:migrations/wildfly30.0-to-wildfly34.0/index.html[WildFly 30.0 to WildFly 34.0] -* link:migrations/wildfly31.0-to-wildfly34.0/index.html[WildFly 31.0 to WildFly 34.0] -* link:migrations/wildfly32.0-to-wildfly34.0/index.html[WildFly 32.0 to WildFly 34.0] -* link:migrations/wildfly33.0-to-wildfly34.0/index.html[WildFly 33.0 to WildFly 34.0] -* link:migrations/wildfly34.0-to-wildfly34.0/index.html[WildFly 34.0 to WildFly 34.0] - * link:migrations/eap7.0-to-eap8.0/index.html[JBoss EAP 7.0 to JBoss EAP 8.0] * link:migrations/eap7.1-to-eap8.0/index.html[JBoss EAP 7.1 to JBoss EAP 8.0] * link:migrations/eap7.2-to-eap8.0/index.html[JBoss EAP 7.2 to JBoss EAP 8.0] diff --git a/migrations/wildfly34.0/wildfly24.0/pom.xml b/migrations/wildfly34.0/wildfly24.0/pom.xml deleted file mode 100644 index 24c2e14e..00000000 --- a/migrations/wildfly34.0/wildfly24.0/pom.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../pom.xml - - - jboss-server-migration-wildfly24.0-to-wildfly34.0 - - JBoss Server Migration: WildFly 24.0 to WildFly 34.0 - - - - ${project.groupId} - jboss-server-migration-wildfly24.0-server - - - ${project.groupId} - jboss-server-migration-wildfly34.0-server - - - - diff --git a/migrations/wildfly34.0/wildfly24.0/src/main/java/org/jboss/migration/wfly/WildFly24_0ToWildFly34_0ServerMigrationProvider.java b/migrations/wildfly34.0/wildfly24.0/src/main/java/org/jboss/migration/wfly/WildFly24_0ToWildFly34_0ServerMigrationProvider.java deleted file mode 100644 index 2a7cf659..00000000 --- a/migrations/wildfly34.0/wildfly24.0/src/main/java/org/jboss/migration/wfly/WildFly24_0ToWildFly34_0ServerMigrationProvider.java +++ /dev/null @@ -1,92 +0,0 @@ -/* - * Copyright 2024 Red Hat, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.jboss.migration.wfly; - -import org.jboss.migration.wfly.task.hostexclude.WildFly34_0AddHostExcludes; -import org.jboss.migration.wfly.task.paths.WildFly26_0MigrateReferencedPaths; -import org.jboss.migration.wfly.task.security.LegacySecurityConfigurationMigration; -import org.jboss.migration.wfly.task.subsystem.keycloak.MigrateKeycloakSubsystem; -import org.jboss.migration.wfly.task.subsystem.picketlink.MigratePicketLinkSubsystem; -import org.jboss.migration.wfly.task.xml.WildFly26_0MigrateVault; -import org.jboss.migration.wfly.task.xml.WildFly27_0MigrateJBossDomainProperties; -import org.jboss.migration.wfly10.WildFlyServer10; -import org.jboss.migration.wfly10.WildFlyServerMigration10; -import org.jboss.migration.wfly10.config.task.module.MigrateReferencedModules; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedExtensions; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedSubsystems; -import org.jboss.migration.wfly10.config.task.update.ServerUpdate; - -/** - * Server migration to WFLY 34.0, from WFLY 24.0. - * @author emmartins - */ -public class WildFly24_0ToWildFly34_0ServerMigrationProvider implements WildFly34_0ServerMigrationProvider { - - @Override - public WildFlyServerMigration10 getServerMigration() { - final ServerUpdate.Builders serverUpdateBuilders = new ServerUpdate.Builders<>(); - final LegacySecurityConfigurationMigration legacySecurityConfigurationMigration = new LegacySecurityConfigurationMigration<>(); - return serverUpdateBuilders.serverUpdateBuilder() - .standaloneServer(serverUpdateBuilders.standaloneConfigurationBuilder() - .subtask(new WildFly27_0MigrateJBossDomainProperties<>()) - .subtask(legacySecurityConfigurationMigration.getReadLegacySecurityConfiguration()) - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new WildFly26_0MigrateVault<>()) - .subtask(legacySecurityConfigurationMigration.getRemoveLegacySecurityRealms()) - .subtask(legacySecurityConfigurationMigration.getEnsureBasicElytronSubsystem()) - .subtask(legacySecurityConfigurationMigration.getMigrateLegacySecurityRealmsToElytron()) - .subtask(legacySecurityConfigurationMigration.getMigrateLegacySecurityDomainsToElytron()) - .subtask(new MigratePicketLinkSubsystem<>()) - .subtask(new MigrateKeycloakSubsystem<>()) - ) - .domain(serverUpdateBuilders.domainBuilder() - .domainConfigurations(serverUpdateBuilders.domainConfigurationBuilder() - .subtask(new WildFly27_0MigrateJBossDomainProperties<>()) - .subtask(legacySecurityConfigurationMigration.getReadLegacySecurityConfiguration()) - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new WildFly34_0AddHostExcludes<>()) - .subtask(legacySecurityConfigurationMigration.getEnsureBasicElytronSubsystem()) - .subtask(legacySecurityConfigurationMigration.getMigrateLegacySecurityRealmsToElytron()) - .subtask(legacySecurityConfigurationMigration.getMigrateLegacySecurityDomainsToElytron()) - .subtask(new MigratePicketLinkSubsystem<>()) - .subtask(new MigrateKeycloakSubsystem<>()) - ) - .hostConfigurations(serverUpdateBuilders.hostConfigurationBuilder() - .subtask(new WildFly27_0MigrateJBossDomainProperties<>()) - .subtask(legacySecurityConfigurationMigration.getReadLegacySecurityConfiguration()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(legacySecurityConfigurationMigration.getRemoveLegacySecurityRealms()) - .subtask(serverUpdateBuilders.hostBuilder() - .subtask(legacySecurityConfigurationMigration.getEnsureBasicElytronSubsystem()) - .subtask(legacySecurityConfigurationMigration.getMigrateLegacySecurityRealmsToElytron()) - .subtask(legacySecurityConfigurationMigration.getMigrateLegacySecurityDomainsToElytron()) - ) - ) - ).build(); - } - - @Override - public Class getSourceType() { - return WildFly24_0Server.class; - } -} diff --git a/migrations/wildfly34.0/wildfly24.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider b/migrations/wildfly34.0/wildfly24.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider deleted file mode 100644 index dded0cf0..00000000 --- a/migrations/wildfly34.0/wildfly24.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright 2024 Red Hat, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -org.jboss.migration.wfly.WildFly24_0ToWildFly34_0ServerMigrationProvider diff --git a/migrations/wildfly34.0/wildfly25.0/pom.xml b/migrations/wildfly34.0/wildfly25.0/pom.xml deleted file mode 100644 index b2b21ff4..00000000 --- a/migrations/wildfly34.0/wildfly25.0/pom.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../pom.xml - - - jboss-server-migration-wildfly25.0-to-wildfly34.0 - - JBoss Server Migration: WildFly 25.0 to WildFly 34.0 - - - - ${project.groupId} - jboss-server-migration-wildfly25.0-server - - - ${project.groupId} - jboss-server-migration-wildfly34.0-server - - - - diff --git a/migrations/wildfly34.0/wildfly25.0/src/main/java/org/jboss/migration/wfly/WildFly25_0ToWildFly34_0ServerMigrationProvider.java b/migrations/wildfly34.0/wildfly25.0/src/main/java/org/jboss/migration/wfly/WildFly25_0ToWildFly34_0ServerMigrationProvider.java deleted file mode 100644 index ed1f79e5..00000000 --- a/migrations/wildfly34.0/wildfly25.0/src/main/java/org/jboss/migration/wfly/WildFly25_0ToWildFly34_0ServerMigrationProvider.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Copyright 2024 Red Hat, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.jboss.migration.wfly; - -import org.jboss.migration.wfly.task.hostexclude.WildFly34_0AddHostExcludes; -import org.jboss.migration.wfly.task.paths.WildFly26_0MigrateReferencedPaths; -import org.jboss.migration.wfly.task.xml.WildFly27_0MigrateJBossDomainProperties; -import org.jboss.migration.wfly10.WildFlyServer10; -import org.jboss.migration.wfly10.WildFlyServerMigration10; -import org.jboss.migration.wfly10.config.task.module.MigrateReferencedModules; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedExtensions; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedSubsystems; -import org.jboss.migration.wfly10.config.task.update.ServerUpdate; - -/** - * Server migration to WFLY 34.0, from WFLY 25.0. - * @author emmartins - */ -public class WildFly25_0ToWildFly34_0ServerMigrationProvider implements WildFly34_0ServerMigrationProvider { - - @Override - public WildFlyServerMigration10 getServerMigration() { - final ServerUpdate.Builders serverUpdateBuilders = new ServerUpdate.Builders<>(); - return serverUpdateBuilders.serverUpdateBuilder() - .standaloneServer(serverUpdateBuilders.standaloneConfigurationBuilder() - .subtask(new WildFly27_0MigrateJBossDomainProperties<>()) - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - ) - .domain(serverUpdateBuilders.domainBuilder() - .domainConfigurations(serverUpdateBuilders.domainConfigurationBuilder() - .subtask(new WildFly27_0MigrateJBossDomainProperties<>()) - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new WildFly34_0AddHostExcludes<>()) - ) - .hostConfigurations(serverUpdateBuilders.hostConfigurationBuilder() - .subtask(new WildFly27_0MigrateJBossDomainProperties<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - ) - ).build(); - } - - @Override - public Class getSourceType() { - return WildFly25_0Server.class; - } -} diff --git a/migrations/wildfly34.0/wildfly25.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider b/migrations/wildfly34.0/wildfly25.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider deleted file mode 100644 index bacc77ae..00000000 --- a/migrations/wildfly34.0/wildfly25.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright 2024 Red Hat, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -org.jboss.migration.wfly.WildFly25_0ToWildFly34_0ServerMigrationProvider diff --git a/migrations/wildfly34.0/wildfly26.0/pom.xml b/migrations/wildfly34.0/wildfly26.0/pom.xml deleted file mode 100644 index 17e32a7c..00000000 --- a/migrations/wildfly34.0/wildfly26.0/pom.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../pom.xml - - - jboss-server-migration-wildfly26.0-to-wildfly34.0 - - JBoss Server Migration: WildFly 26.0 to WildFly 34.0 - - - - ${project.groupId} - jboss-server-migration-wildfly26.0-server - - - ${project.groupId} - jboss-server-migration-wildfly34.0-server - - - - diff --git a/migrations/wildfly34.0/wildfly26.0/src/main/java/org/jboss/migration/wfly/WildFly26_0ToWildFly34_0ServerMigrationProvider.java b/migrations/wildfly34.0/wildfly26.0/src/main/java/org/jboss/migration/wfly/WildFly26_0ToWildFly34_0ServerMigrationProvider.java deleted file mode 100644 index 52dde9df..00000000 --- a/migrations/wildfly34.0/wildfly26.0/src/main/java/org/jboss/migration/wfly/WildFly26_0ToWildFly34_0ServerMigrationProvider.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Copyright 2024 Red Hat, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.jboss.migration.wfly; - -import org.jboss.migration.wfly.task.hostexclude.WildFly34_0AddHostExcludes; -import org.jboss.migration.wfly.task.paths.WildFly26_0MigrateReferencedPaths; -import org.jboss.migration.wfly.task.xml.WildFly27_0MigrateJBossDomainProperties; -import org.jboss.migration.wfly10.WildFlyServer10; -import org.jboss.migration.wfly10.WildFlyServerMigration10; -import org.jboss.migration.wfly10.config.task.module.MigrateReferencedModules; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedExtensions; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedSubsystems; -import org.jboss.migration.wfly10.config.task.update.ServerUpdate; - -/** - * Server migration to WFLY 34.0, from WFLY 26.0. - * @author emmartins - */ -public class WildFly26_0ToWildFly34_0ServerMigrationProvider implements WildFly34_0ServerMigrationProvider { - - @Override - public WildFlyServerMigration10 getServerMigration() { - final ServerUpdate.Builders serverUpdateBuilders = new ServerUpdate.Builders<>(); - return serverUpdateBuilders.serverUpdateBuilder() - .standaloneServer(serverUpdateBuilders.standaloneConfigurationBuilder() - .subtask(new WildFly27_0MigrateJBossDomainProperties<>()) - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - ) - .domain(serverUpdateBuilders.domainBuilder() - .domainConfigurations(serverUpdateBuilders.domainConfigurationBuilder() - .subtask(new WildFly27_0MigrateJBossDomainProperties<>()) - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new WildFly34_0AddHostExcludes<>()) - ) - .hostConfigurations(serverUpdateBuilders.hostConfigurationBuilder() - .subtask(new WildFly27_0MigrateJBossDomainProperties<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - ) - ).build(); - } - - @Override - public Class getSourceType() { - return WildFly26_0Server.class; - } -} diff --git a/migrations/wildfly34.0/wildfly26.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider b/migrations/wildfly34.0/wildfly26.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider deleted file mode 100644 index 2b989fcf..00000000 --- a/migrations/wildfly34.0/wildfly26.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright 2024 Red Hat, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -org.jboss.migration.wfly.WildFly26_0ToWildFly34_0ServerMigrationProvider diff --git a/migrations/wildfly34.0/wildfly27.0/pom.xml b/migrations/wildfly34.0/wildfly27.0/pom.xml deleted file mode 100644 index 70255017..00000000 --- a/migrations/wildfly34.0/wildfly27.0/pom.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../pom.xml - - - jboss-server-migration-wildfly27.0-to-wildfly34.0 - - JBoss Server Migration: WildFly 27.0 to WildFly 34.0 - - - - ${project.groupId} - jboss-server-migration-wildfly27.0-server - - - ${project.groupId} - jboss-server-migration-wildfly34.0-server - - - - diff --git a/migrations/wildfly34.0/wildfly27.0/src/main/java/org/jboss/migration/wfly/WildFly27_0ToWildFly34_0ServerMigrationProvider.java b/migrations/wildfly34.0/wildfly27.0/src/main/java/org/jboss/migration/wfly/WildFly27_0ToWildFly34_0ServerMigrationProvider.java deleted file mode 100644 index 0fd3d88b..00000000 --- a/migrations/wildfly34.0/wildfly27.0/src/main/java/org/jboss/migration/wfly/WildFly27_0ToWildFly34_0ServerMigrationProvider.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Copyright 2024 Red Hat, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.jboss.migration.wfly; - -import org.jboss.migration.wfly.task.hostexclude.WildFly34_0AddHostExcludes; -import org.jboss.migration.wfly.task.paths.WildFly26_0MigrateReferencedPaths; -import org.jboss.migration.wfly10.WildFlyServer10; -import org.jboss.migration.wfly10.WildFlyServerMigration10; -import org.jboss.migration.wfly10.config.task.module.MigrateReferencedModules; -import org.jboss.migration.wfly10.config.task.update.MigrateDeployments; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedExtensions; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedSubsystems; -import org.jboss.migration.wfly10.config.task.update.ServerUpdate; - -/** - * Server migration to WFLY 34.0, from WFLY 27.0. - * @author emmartins - */ -public class WildFly27_0ToWildFly34_0ServerMigrationProvider implements WildFly34_0ServerMigrationProvider { - - @Override - public WildFlyServerMigration10 getServerMigration() { - final ServerUpdate.Builders serverUpdateBuilders = new ServerUpdate.Builders<>(); - return serverUpdateBuilders.serverUpdateBuilder() - .standaloneServer(serverUpdateBuilders.standaloneConfigurationBuilder() - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new MigrateDeployments<>()) - ) - .domain(serverUpdateBuilders.domainBuilder() - .domainConfigurations(serverUpdateBuilders.domainConfigurationBuilder() - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new WildFly34_0AddHostExcludes<>()) - .subtask(new MigrateDeployments<>()) - ) - .hostConfigurations(serverUpdateBuilders.hostConfigurationBuilder() - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - ) - ).build(); - } - - @Override - public Class getSourceType() { - return WildFly27_0Server.class; - } -} diff --git a/migrations/wildfly34.0/wildfly27.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider b/migrations/wildfly34.0/wildfly27.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider deleted file mode 100644 index 133de11e..00000000 --- a/migrations/wildfly34.0/wildfly27.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright 2024 Red Hat, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -org.jboss.migration.wfly.WildFly27_0ToWildFly34_0ServerMigrationProvider diff --git a/migrations/wildfly34.0/wildfly28.0/pom.xml b/migrations/wildfly34.0/wildfly28.0/pom.xml deleted file mode 100644 index 766b217e..00000000 --- a/migrations/wildfly34.0/wildfly28.0/pom.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../pom.xml - - - jboss-server-migration-wildfly28.0-to-wildfly34.0 - - JBoss Server Migration: WildFly 28.0 to WildFly 34.0 - - - - ${project.groupId} - jboss-server-migration-wildfly28.0-server - - - ${project.groupId} - jboss-server-migration-wildfly34.0-server - - - - diff --git a/migrations/wildfly34.0/wildfly28.0/src/main/java/org/jboss/migration/wfly/WildFly28_0ToWildFly34_0ServerMigrationProvider.java b/migrations/wildfly34.0/wildfly28.0/src/main/java/org/jboss/migration/wfly/WildFly28_0ToWildFly34_0ServerMigrationProvider.java deleted file mode 100644 index cc4ec824..00000000 --- a/migrations/wildfly34.0/wildfly28.0/src/main/java/org/jboss/migration/wfly/WildFly28_0ToWildFly34_0ServerMigrationProvider.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Copyright 2024 Red Hat, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.jboss.migration.wfly; - -import org.jboss.migration.wfly.task.hostexclude.WildFly34_0AddHostExcludes; -import org.jboss.migration.wfly.task.paths.WildFly26_0MigrateReferencedPaths; -import org.jboss.migration.wfly10.WildFlyServer10; -import org.jboss.migration.wfly10.WildFlyServerMigration10; -import org.jboss.migration.wfly10.config.task.module.MigrateReferencedModules; -import org.jboss.migration.wfly10.config.task.update.MigrateDeployments; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedExtensions; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedSubsystems; -import org.jboss.migration.wfly10.config.task.update.ServerUpdate; - -/** - * Server migration to WFLY 34.0, from WFLY 28.0. - * @author emmartins - */ -public class WildFly28_0ToWildFly34_0ServerMigrationProvider implements WildFly34_0ServerMigrationProvider { - - @Override - public WildFlyServerMigration10 getServerMigration() { - final ServerUpdate.Builders serverUpdateBuilders = new ServerUpdate.Builders<>(); - return serverUpdateBuilders.serverUpdateBuilder() - .standaloneServer(serverUpdateBuilders.standaloneConfigurationBuilder() - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new MigrateDeployments<>()) - ) - .domain(serverUpdateBuilders.domainBuilder() - .domainConfigurations(serverUpdateBuilders.domainConfigurationBuilder() - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new WildFly34_0AddHostExcludes<>()) - .subtask(new MigrateDeployments<>()) - ) - .hostConfigurations(serverUpdateBuilders.hostConfigurationBuilder() - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - ) - ).build(); - } - - @Override - public Class getSourceType() { - return WildFly28_0Server.class; - } -} diff --git a/migrations/wildfly34.0/wildfly28.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider b/migrations/wildfly34.0/wildfly28.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider deleted file mode 100644 index 3276f0e1..00000000 --- a/migrations/wildfly34.0/wildfly28.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright 2024 Red Hat, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -org.jboss.migration.wfly.WildFly28_0ToWildFly34_0ServerMigrationProvider diff --git a/migrations/wildfly34.0/wildfly29.0/pom.xml b/migrations/wildfly34.0/wildfly29.0/pom.xml deleted file mode 100644 index d491926c..00000000 --- a/migrations/wildfly34.0/wildfly29.0/pom.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../pom.xml - - - jboss-server-migration-wildfly29.0-to-wildfly34.0 - - JBoss Server Migration: WildFly 29.0 to WildFly 34.0 - - - - ${project.groupId} - jboss-server-migration-wildfly29.0-server - - - ${project.groupId} - jboss-server-migration-wildfly34.0-server - - - - diff --git a/migrations/wildfly34.0/wildfly29.0/src/main/java/org/jboss/migration/wfly/WildFly29_0ToWildFly34_0ServerMigrationProvider.java b/migrations/wildfly34.0/wildfly29.0/src/main/java/org/jboss/migration/wfly/WildFly29_0ToWildFly34_0ServerMigrationProvider.java deleted file mode 100644 index dfaf3fab..00000000 --- a/migrations/wildfly34.0/wildfly29.0/src/main/java/org/jboss/migration/wfly/WildFly29_0ToWildFly34_0ServerMigrationProvider.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Copyright 2024 Red Hat, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.jboss.migration.wfly; - -import org.jboss.migration.wfly.task.hostexclude.WildFly34_0AddHostExcludes; -import org.jboss.migration.wfly.task.paths.WildFly26_0MigrateReferencedPaths; -import org.jboss.migration.wfly10.WildFlyServer10; -import org.jboss.migration.wfly10.WildFlyServerMigration10; -import org.jboss.migration.wfly10.config.task.module.MigrateReferencedModules; -import org.jboss.migration.wfly10.config.task.update.MigrateDeployments; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedExtensions; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedSubsystems; -import org.jboss.migration.wfly10.config.task.update.ServerUpdate; - -/** - * Server migration to WFLY 34.0, from WFLY 29.0. - * @author emmartins - */ -public class WildFly29_0ToWildFly34_0ServerMigrationProvider implements WildFly34_0ServerMigrationProvider { - - @Override - public WildFlyServerMigration10 getServerMigration() { - final ServerUpdate.Builders serverUpdateBuilders = new ServerUpdate.Builders<>(); - return serverUpdateBuilders.serverUpdateBuilder() - .standaloneServer(serverUpdateBuilders.standaloneConfigurationBuilder() - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new MigrateDeployments<>()) - ) - .domain(serverUpdateBuilders.domainBuilder() - .domainConfigurations(serverUpdateBuilders.domainConfigurationBuilder() - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new WildFly34_0AddHostExcludes<>()) - .subtask(new MigrateDeployments<>()) - ) - .hostConfigurations(serverUpdateBuilders.hostConfigurationBuilder() - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - ) - ).build(); - } - - @Override - public Class getSourceType() { - return WildFly29_0Server.class; - } -} diff --git a/migrations/wildfly34.0/wildfly29.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider b/migrations/wildfly34.0/wildfly29.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider deleted file mode 100644 index 8c8578a3..00000000 --- a/migrations/wildfly34.0/wildfly29.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright 2024 Red Hat, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -org.jboss.migration.wfly.WildFly29_0ToWildFly34_0ServerMigrationProvider diff --git a/migrations/wildfly34.0/wildfly30.0/pom.xml b/migrations/wildfly34.0/wildfly30.0/pom.xml deleted file mode 100644 index ccf24078..00000000 --- a/migrations/wildfly34.0/wildfly30.0/pom.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../pom.xml - - - jboss-server-migration-wildfly30.0-to-wildfly34.0 - - JBoss Server Migration: WildFly 30.0 to WildFly 34.0 - - - - ${project.groupId} - jboss-server-migration-wildfly30.0-server - - - ${project.groupId} - jboss-server-migration-wildfly34.0-server - - - - diff --git a/migrations/wildfly34.0/wildfly30.0/src/main/java/org/jboss/migration/wfly/WildFly30_0ToWildFly34_0ServerMigrationProvider.java b/migrations/wildfly34.0/wildfly30.0/src/main/java/org/jboss/migration/wfly/WildFly30_0ToWildFly34_0ServerMigrationProvider.java deleted file mode 100644 index 1de2447c..00000000 --- a/migrations/wildfly34.0/wildfly30.0/src/main/java/org/jboss/migration/wfly/WildFly30_0ToWildFly34_0ServerMigrationProvider.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Copyright 2024 Red Hat, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.jboss.migration.wfly; - -import org.jboss.migration.wfly.task.hostexclude.WildFly34_0AddHostExcludes; -import org.jboss.migration.wfly.task.paths.WildFly26_0MigrateReferencedPaths; -import org.jboss.migration.wfly10.WildFlyServer10; -import org.jboss.migration.wfly10.WildFlyServerMigration10; -import org.jboss.migration.wfly10.config.task.module.MigrateReferencedModules; -import org.jboss.migration.wfly10.config.task.update.MigrateDeployments; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedExtensions; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedSubsystems; -import org.jboss.migration.wfly10.config.task.update.ServerUpdate; - -/** - * Server migration to WFLY 34.0, from WFLY 30.0. - * @author emmartins - */ -public class WildFly30_0ToWildFly34_0ServerMigrationProvider implements WildFly34_0ServerMigrationProvider { - - @Override - public WildFlyServerMigration10 getServerMigration() { - final ServerUpdate.Builders serverUpdateBuilders = new ServerUpdate.Builders<>(); - return serverUpdateBuilders.serverUpdateBuilder() - .standaloneServer(serverUpdateBuilders.standaloneConfigurationBuilder() - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new MigrateDeployments<>()) - ) - .domain(serverUpdateBuilders.domainBuilder() - .domainConfigurations(serverUpdateBuilders.domainConfigurationBuilder() - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new WildFly34_0AddHostExcludes<>()) - .subtask(new MigrateDeployments<>()) - ) - .hostConfigurations(serverUpdateBuilders.hostConfigurationBuilder() - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - ) - ).build(); - } - - @Override - public Class getSourceType() { - return WildFly30_0Server.class; - } -} diff --git a/migrations/wildfly34.0/wildfly30.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider b/migrations/wildfly34.0/wildfly30.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider deleted file mode 100644 index a29cb2fa..00000000 --- a/migrations/wildfly34.0/wildfly30.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright 2024 Red Hat, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -org.jboss.migration.wfly.WildFly30_0ToWildFly34_0ServerMigrationProvider diff --git a/migrations/wildfly34.0/wildfly31.0/pom.xml b/migrations/wildfly34.0/wildfly31.0/pom.xml deleted file mode 100644 index 8439b08f..00000000 --- a/migrations/wildfly34.0/wildfly31.0/pom.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../pom.xml - - - jboss-server-migration-wildfly31.0-to-wildfly34.0 - - JBoss Server Migration: WildFly 31.0 to WildFly 34.0 - - - - ${project.groupId} - jboss-server-migration-wildfly31.0-server - - - ${project.groupId} - jboss-server-migration-wildfly34.0-server - - - - diff --git a/migrations/wildfly34.0/wildfly31.0/src/main/java/org/jboss/migration/wfly/WildFly31_0ToWildFly34_0ServerMigrationProvider.java b/migrations/wildfly34.0/wildfly31.0/src/main/java/org/jboss/migration/wfly/WildFly31_0ToWildFly34_0ServerMigrationProvider.java deleted file mode 100644 index 3b333d77..00000000 --- a/migrations/wildfly34.0/wildfly31.0/src/main/java/org/jboss/migration/wfly/WildFly31_0ToWildFly34_0ServerMigrationProvider.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Copyright 2024 Red Hat, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.jboss.migration.wfly; - -import org.jboss.migration.wfly.task.hostexclude.WildFly34_0AddHostExcludes; -import org.jboss.migration.wfly.task.paths.WildFly26_0MigrateReferencedPaths; -import org.jboss.migration.wfly10.WildFlyServer10; -import org.jboss.migration.wfly10.WildFlyServerMigration10; -import org.jboss.migration.wfly10.config.task.module.MigrateReferencedModules; -import org.jboss.migration.wfly10.config.task.update.MigrateDeployments; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedExtensions; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedSubsystems; -import org.jboss.migration.wfly10.config.task.update.ServerUpdate; - -/** - * Server migration to WFLY 34.0, from WFLY 31.0. - * @author emmartins - */ -public class WildFly31_0ToWildFly34_0ServerMigrationProvider implements WildFly34_0ServerMigrationProvider { - - @Override - public WildFlyServerMigration10 getServerMigration() { - final ServerUpdate.Builders serverUpdateBuilders = new ServerUpdate.Builders<>(); - return serverUpdateBuilders.serverUpdateBuilder() - .standaloneServer(serverUpdateBuilders.standaloneConfigurationBuilder() - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new MigrateDeployments<>()) - ) - .domain(serverUpdateBuilders.domainBuilder() - .domainConfigurations(serverUpdateBuilders.domainConfigurationBuilder() - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new WildFly34_0AddHostExcludes<>()) - .subtask(new MigrateDeployments<>()) - ) - .hostConfigurations(serverUpdateBuilders.hostConfigurationBuilder() - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - ) - ).build(); - } - - @Override - public Class getSourceType() { - return WildFly31_0Server.class; - } -} diff --git a/migrations/wildfly34.0/wildfly31.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider b/migrations/wildfly34.0/wildfly31.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider deleted file mode 100644 index ea7d7beb..00000000 --- a/migrations/wildfly34.0/wildfly31.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright 2024 Red Hat, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -org.jboss.migration.wfly.WildFly31_0ToWildFly34_0ServerMigrationProvider diff --git a/migrations/wildfly34.0/wildfly32.0/pom.xml b/migrations/wildfly34.0/wildfly32.0/pom.xml deleted file mode 100644 index 5fd8272d..00000000 --- a/migrations/wildfly34.0/wildfly32.0/pom.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../pom.xml - - - jboss-server-migration-wildfly32.0-to-wildfly34.0 - - JBoss Server Migration: WildFly 32.0 to WildFly 34.0 - - - - ${project.groupId} - jboss-server-migration-wildfly32.0-server - - - ${project.groupId} - jboss-server-migration-wildfly34.0-server - - - - diff --git a/migrations/wildfly34.0/wildfly32.0/src/main/java/org/jboss/migration/wfly/WildFly32_0ToWildFly34_0ServerMigrationProvider.java b/migrations/wildfly34.0/wildfly32.0/src/main/java/org/jboss/migration/wfly/WildFly32_0ToWildFly34_0ServerMigrationProvider.java deleted file mode 100644 index ff25070a..00000000 --- a/migrations/wildfly34.0/wildfly32.0/src/main/java/org/jboss/migration/wfly/WildFly32_0ToWildFly34_0ServerMigrationProvider.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Copyright 2024 Red Hat, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.jboss.migration.wfly; - -import org.jboss.migration.wfly.task.hostexclude.WildFly34_0AddHostExcludes; -import org.jboss.migration.wfly.task.paths.WildFly26_0MigrateReferencedPaths; -import org.jboss.migration.wfly10.WildFlyServer10; -import org.jboss.migration.wfly10.WildFlyServerMigration10; -import org.jboss.migration.wfly10.config.task.module.MigrateReferencedModules; -import org.jboss.migration.wfly10.config.task.update.MigrateDeployments; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedExtensions; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedSubsystems; -import org.jboss.migration.wfly10.config.task.update.ServerUpdate; - -/** - * Server migration to WFLY 34.0, from WFLY 32.0. - * @author emmartins - */ -public class WildFly32_0ToWildFly34_0ServerMigrationProvider implements WildFly34_0ServerMigrationProvider { - - @Override - public WildFlyServerMigration10 getServerMigration() { - final ServerUpdate.Builders serverUpdateBuilders = new ServerUpdate.Builders<>(); - return serverUpdateBuilders.serverUpdateBuilder() - .standaloneServer(serverUpdateBuilders.standaloneConfigurationBuilder() - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new MigrateDeployments<>()) - ) - .domain(serverUpdateBuilders.domainBuilder() - .domainConfigurations(serverUpdateBuilders.domainConfigurationBuilder() - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new WildFly34_0AddHostExcludes<>()) - .subtask(new MigrateDeployments<>()) - ) - .hostConfigurations(serverUpdateBuilders.hostConfigurationBuilder() - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - ) - ).build(); - } - - @Override - public Class getSourceType() { - return WildFly32_0Server.class; - } -} diff --git a/migrations/wildfly34.0/wildfly32.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider b/migrations/wildfly34.0/wildfly32.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider deleted file mode 100644 index f0fbbe32..00000000 --- a/migrations/wildfly34.0/wildfly32.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright 2024 Red Hat, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -org.jboss.migration.wfly.WildFly32_0ToWildFly34_0ServerMigrationProvider diff --git a/migrations/wildfly34.0/wildfly33.0/pom.xml b/migrations/wildfly34.0/wildfly33.0/pom.xml deleted file mode 100644 index 11146a85..00000000 --- a/migrations/wildfly34.0/wildfly33.0/pom.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../pom.xml - - - jboss-server-migration-wildfly33.0-to-wildfly34.0 - - JBoss Server Migration: WildFly 33.0 to WildFly 34.0 - - - - ${project.groupId} - jboss-server-migration-wildfly33.0-server - - - ${project.groupId} - jboss-server-migration-wildfly34.0-server - - - - diff --git a/migrations/wildfly34.0/wildfly33.0/src/main/java/org/jboss/migration/wfly/WildFly33_0ToWildFly34_0ServerMigrationProvider.java b/migrations/wildfly34.0/wildfly33.0/src/main/java/org/jboss/migration/wfly/WildFly33_0ToWildFly34_0ServerMigrationProvider.java deleted file mode 100644 index 3168fe4a..00000000 --- a/migrations/wildfly34.0/wildfly33.0/src/main/java/org/jboss/migration/wfly/WildFly33_0ToWildFly34_0ServerMigrationProvider.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Copyright 2024 Red Hat, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.jboss.migration.wfly; - -import org.jboss.migration.wfly.task.hostexclude.WildFly34_0AddHostExcludes; -import org.jboss.migration.wfly.task.paths.WildFly26_0MigrateReferencedPaths; -import org.jboss.migration.wfly10.WildFlyServer10; -import org.jboss.migration.wfly10.WildFlyServerMigration10; -import org.jboss.migration.wfly10.config.task.module.MigrateReferencedModules; -import org.jboss.migration.wfly10.config.task.update.MigrateDeployments; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedExtensions; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedSubsystems; -import org.jboss.migration.wfly10.config.task.update.ServerUpdate; - -/** - * Server migration to WFLY 34.0, from WFLY 33.0. - * @author emmartins - */ -public class WildFly33_0ToWildFly34_0ServerMigrationProvider implements WildFly34_0ServerMigrationProvider { - - @Override - public WildFlyServerMigration10 getServerMigration() { - final ServerUpdate.Builders serverUpdateBuilders = new ServerUpdate.Builders<>(); - return serverUpdateBuilders.serverUpdateBuilder() - .standaloneServer(serverUpdateBuilders.standaloneConfigurationBuilder() - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new MigrateDeployments<>()) - ) - .domain(serverUpdateBuilders.domainBuilder() - .domainConfigurations(serverUpdateBuilders.domainConfigurationBuilder() - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new WildFly34_0AddHostExcludes<>()) - .subtask(new MigrateDeployments<>()) - ) - .hostConfigurations(serverUpdateBuilders.hostConfigurationBuilder() - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - ) - ).build(); - } - - @Override - public Class getSourceType() { - return WildFly33_0Server.class; - } -} diff --git a/migrations/wildfly34.0/wildfly33.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider b/migrations/wildfly34.0/wildfly33.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider deleted file mode 100644 index b426c509..00000000 --- a/migrations/wildfly34.0/wildfly33.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright 2024 Red Hat, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -org.jboss.migration.wfly.WildFly33_0ToWildFly34_0ServerMigrationProvider diff --git a/migrations/wildfly34.0/wildfly34.0/pom.xml b/migrations/wildfly34.0/wildfly34.0/pom.xml deleted file mode 100644 index 272bf0b6..00000000 --- a/migrations/wildfly34.0/wildfly34.0/pom.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - 4.0.0 - - - org.jboss.migration - jboss-server-migration-parent - 35.0.0.Final-SNAPSHOT - ../../../pom.xml - - - jboss-server-migration-wildfly34.0-to-wildfly34.0 - - JBoss Server Migration: WildFly 34.0 to WildFly 34.0 - - - - ${project.groupId} - jboss-server-migration-wildfly34.0-server - - - - diff --git a/migrations/wildfly34.0/wildfly34.0/src/main/java/org/jboss/migration/wfly/WildFly34_0ToWildFly34_0ServerMigrationProvider.java b/migrations/wildfly34.0/wildfly34.0/src/main/java/org/jboss/migration/wfly/WildFly34_0ToWildFly34_0ServerMigrationProvider.java deleted file mode 100644 index d45d22b1..00000000 --- a/migrations/wildfly34.0/wildfly34.0/src/main/java/org/jboss/migration/wfly/WildFly34_0ToWildFly34_0ServerMigrationProvider.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * Copyright 2024 Red Hat, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.jboss.migration.wfly; - -import org.jboss.migration.wfly.task.paths.WildFly26_0MigrateReferencedPaths; -import org.jboss.migration.wfly10.WildFlyServer10; -import org.jboss.migration.wfly10.WildFlyServerMigration10; -import org.jboss.migration.wfly10.config.task.module.MigrateReferencedModules; -import org.jboss.migration.wfly10.config.task.update.MigrateDeployments; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedExtensions; -import org.jboss.migration.wfly10.config.task.update.RemoveUnsupportedSubsystems; -import org.jboss.migration.wfly10.config.task.update.ServerUpdate; - -/** - * Server migration to WFLY 34.0, from WFLY 34.0. - * @author emmartins - */ -public class WildFly34_0ToWildFly34_0ServerMigrationProvider implements WildFly34_0ServerMigrationProvider { - - @Override - public WildFlyServerMigration10 getServerMigration() { - final ServerUpdate.Builders serverUpdateBuilders = new ServerUpdate.Builders<>(); - return serverUpdateBuilders.serverUpdateBuilder() - .standaloneServer(serverUpdateBuilders.standaloneConfigurationBuilder() - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new MigrateDeployments<>()) - ) - .domain(serverUpdateBuilders.domainBuilder() - .domainConfigurations(serverUpdateBuilders.domainConfigurationBuilder() - .subtask(new RemoveUnsupportedExtensions<>()) - .subtask(new RemoveUnsupportedSubsystems<>()) - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - .subtask(new MigrateDeployments<>()) - ) - .hostConfigurations(serverUpdateBuilders.hostConfigurationBuilder() - .subtask(new MigrateReferencedModules<>()) - .subtask(new WildFly26_0MigrateReferencedPaths<>()) - ) - ).build(); - } - - @Override - public Class getSourceType() { - return WildFly34_0Server.class; - } -} diff --git a/migrations/wildfly34.0/wildfly34.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider b/migrations/wildfly34.0/wildfly34.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider deleted file mode 100644 index 33f2d3bf..00000000 --- a/migrations/wildfly34.0/wildfly34.0/src/main/resources/META-INF/services/org.jboss.migration.wfly.WildFly34_0ServerMigrationProvider +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright 2024 Red Hat, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -org.jboss.migration.wfly.WildFly34_0ToWildFly34_0ServerMigrationProvider diff --git a/pom.xml b/pom.xml index 737a6d3e..49f93f0b 100644 --- a/pom.xml +++ b/pom.xml @@ -94,17 +94,6 @@ docs/user-guides/migrations/eap8.0/eap7.3 docs/user-guides/migrations/eap8.0/eap7.4 docs/user-guides/migrations/eap8.0/eap8.0 - docs/user-guides/migrations/wildfly34.0/wildfly24.0 - docs/user-guides/migrations/wildfly34.0/wildfly25.0 - docs/user-guides/migrations/wildfly34.0/wildfly26.0 - docs/user-guides/migrations/wildfly34.0/wildfly27.0 - docs/user-guides/migrations/wildfly34.0/wildfly28.0 - docs/user-guides/migrations/wildfly34.0/wildfly29.0 - docs/user-guides/migrations/wildfly34.0/wildfly30.0 - docs/user-guides/migrations/wildfly34.0/wildfly31.0 - docs/user-guides/migrations/wildfly34.0/wildfly32.0 - docs/user-guides/migrations/wildfly34.0/wildfly33.0 - docs/user-guides/migrations/wildfly34.0/wildfly34.0 docs/user-guides/migrations/wildfly35.0/wildfly25.0 docs/user-guides/migrations/wildfly35.0/wildfly26.0 docs/user-guides/migrations/wildfly35.0/wildfly27.0 @@ -130,17 +119,6 @@ migrations/eap8.0/eap7.3 migrations/eap8.0/eap7.4 migrations/eap8.0/eap8.0 - migrations/wildfly34.0/wildfly24.0 - migrations/wildfly34.0/wildfly25.0 - migrations/wildfly34.0/wildfly26.0 - migrations/wildfly34.0/wildfly27.0 - migrations/wildfly34.0/wildfly28.0 - migrations/wildfly34.0/wildfly29.0 - migrations/wildfly34.0/wildfly30.0 - migrations/wildfly34.0/wildfly31.0 - migrations/wildfly34.0/wildfly32.0 - migrations/wildfly34.0/wildfly33.0 - migrations/wildfly34.0/wildfly34.0 migrations/wildfly35.0/wildfly25.0 migrations/wildfly35.0/wildfly26.0 migrations/wildfly35.0/wildfly27.0 @@ -771,116 +749,6 @@ jboss-server-migration-wildfly34.0-server ${project.version} - - ${project.groupId} - jboss-server-migration-wildfly24.0-to-wildfly34.0 - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly25.0-to-wildfly34.0 - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly26.0-to-wildfly34.0 - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly27.0-to-wildfly34.0 - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly28.0-to-wildfly34.0 - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly29.0-to-wildfly34.0 - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly30.0-to-wildfly34.0 - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly31.0-to-wildfly34.0 - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly32.0-to-wildfly34.0 - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly33.0-to-wildfly34.0 - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly34.0-to-wildfly34.0 - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly24.0-to-wildfly34.0-userguide - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly25.0-to-wildfly34.0-userguide - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly26.0-to-wildfly34.0-userguide - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly27.0-to-wildfly34.0-userguide - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly28.0-to-wildfly34.0-userguide - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly29.0-to-wildfly34.0-userguide - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly30.0-to-wildfly34.0-userguide - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly31.0-to-wildfly34.0-userguide - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly32.0-to-wildfly34.0-userguide - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly33.0-to-wildfly34.0-userguide - ${project.version} - - - ${project.groupId} - jboss-server-migration-wildfly34.0-to-wildfly34.0-userguide - ${project.version} -