Skip to content

Commit

Permalink
enhance jboss domain properties task documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Dec 15, 2023
1 parent c59933f commit 94297b4
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

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 all properties renamed by the migration.
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
INFO JBoss domain properties migrated.
----
----

If any property was successfully renamed the following message will be logged.
[source,options="nowrap"]
----
INFO JBoss domain properties migrated.
----
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

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 all properties renamed by the migration.
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
INFO JBoss domain properties migrated.
----
----

If any property was successfully renamed the following message will be logged.
[source,options="nowrap"]
----
INFO JBoss domain properties migrated.
----
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

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 all properties renamed by the migration.
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
INFO JBoss domain properties migrated.
----
----

If any property was successfully renamed the following message will be logged.
[source,options="nowrap"]
----
INFO JBoss domain properties migrated.
----
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

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 all properties renamed by the migration.
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
INFO JBoss domain properties migrated.
----
----

If any property was successfully renamed the following message will be logged.
[source,options="nowrap"]
----
INFO JBoss domain properties migrated.
----
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

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 all properties renamed by the migration.
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
INFO JBoss domain properties migrated.
----
----

If any property was successfully renamed the following message will be logged.
[source,options="nowrap"]
----
INFO JBoss domain properties migrated.
----

0 comments on commit 94297b4

Please sign in to comment.