This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git

commit 655ca464b57fc018648fd4305383dbc6bd690624
Author: James Netherton <[email protected]>
AuthorDate: Mon Oct 20 14:51:34 2025 +0100

    Remove references to deprecated configuration options
    
    * Updated deprecated quarkus.log.file.enable to quarkus.log.file.enabled
    * Updated deprecated quarkus.hibernate-orm.database.generation to 
quarkus.hibernate-orm.schema-management.strategy
---
 amqp/src/main/resources/application.properties                      | 2 +-
 aws2-s3/src/main/resources/application.properties                   | 2 +-
 cluster-leader-election/src/main/resources/application.properties   | 2 +-
 cxf-soap/src/main/resources/application.properties                  | 2 +-
 file-split-log-xml/src/main/resources/application.properties        | 2 +-
 http-log/src/main/resources/application.properties                  | 2 +-
 jdbc-datasource/src/main/resources/application.properties           | 2 +-
 jms-jpa/README.adoc                                                 | 2 +-
 jms-jpa/src/main/resources/application.properties                   | 6 +++---
 jta-jpa/README.adoc                                                 | 2 +-
 jta-jpa/src/main/resources/application.properties                   | 6 +++---
 kamelet-chucknorris/src/main/resources/application.properties       | 2 +-
 message-bridge/src/main/resources/application.properties            | 2 +-
 netty-custom-correlation/src/main/resources/application.properties  | 2 +-
 .../src/main/resources/application.properties                       | 2 +-
 spring-redis/src/main/resources/application.properties              | 2 +-
 timer-log-main/src/main/resources/application.properties            | 2 +-
 timer-log/src/main/resources/application.properties                 | 2 +-
 18 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/amqp/src/main/resources/application.properties 
b/amqp/src/main/resources/application.properties
index a4e2bea..77a56a6 100644
--- a/amqp/src/main/resources/application.properties
+++ b/amqp/src/main/resources/application.properties
@@ -16,7 +16,7 @@
 ## ---------------------------------------------------------------------------
 
 
-quarkus.log.file.enable = true
+quarkus.log.file.enabled = true
 
 greeting.message=Hello World via AMQP!
 
diff --git a/aws2-s3/src/main/resources/application.properties 
b/aws2-s3/src/main/resources/application.properties
index 9920504..0985e0f 100644
--- a/aws2-s3/src/main/resources/application.properties
+++ b/aws2-s3/src/main/resources/application.properties
@@ -15,7 +15,7 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
-quarkus.log.file.enable = true
+quarkus.log.file.enabled = true
 
 #customizable authentication (see README.adoc for more details)
 camel.component.aws2-s3.accessKey=${AWS_ACCESS_KEY}
diff --git a/cluster-leader-election/src/main/resources/application.properties 
b/cluster-leader-election/src/main/resources/application.properties
index 374232c..e190a0e 100644
--- a/cluster-leader-election/src/main/resources/application.properties
+++ b/cluster-leader-election/src/main/resources/application.properties
@@ -18,7 +18,7 @@
 # Quarkus
 #
 quarkus.banner.enabled = false
-quarkus.log.file.enable = true
+quarkus.log.file.enabled = true
 
 # No need for k8s dev services in this project
 quarkus.kubernetes-client.devservices.enabled = false
diff --git a/cxf-soap/src/main/resources/application.properties 
b/cxf-soap/src/main/resources/application.properties
index a5bd905..dc70127 100644
--- a/cxf-soap/src/main/resources/application.properties
+++ b/cxf-soap/src/main/resources/application.properties
@@ -18,7 +18,7 @@
 # Quarkus
 #
 quarkus.banner.enabled = false
-quarkus.log.file.enable = true
+quarkus.log.file.enabled = true
 quarkus.log.file.rotation.max-backup-index = 0
 
 #
diff --git a/file-split-log-xml/src/main/resources/application.properties 
b/file-split-log-xml/src/main/resources/application.properties
index 76bf7d8..b1d326a 100644
--- a/file-split-log-xml/src/main/resources/application.properties
+++ b/file-split-log-xml/src/main/resources/application.properties
@@ -18,7 +18,7 @@
 # Quarkus
 #
 quarkus.banner.enabled = false
-quarkus.log.file.enable = true
+quarkus.log.file.enabled = true
 
 #
 # Camel
diff --git a/http-log/src/main/resources/application.properties 
b/http-log/src/main/resources/application.properties
index 1ed3a9f..56e6cd4 100644
--- a/http-log/src/main/resources/application.properties
+++ b/http-log/src/main/resources/application.properties
@@ -18,7 +18,7 @@
 # Quarkus
 #
 quarkus.banner.enabled = false
-quarkus.log.file.enable = true
+quarkus.log.file.enabled = true
 
 #
 # Quarkus - Camel
diff --git a/jdbc-datasource/src/main/resources/application.properties 
b/jdbc-datasource/src/main/resources/application.properties
index d5ff331..0b76689 100644
--- a/jdbc-datasource/src/main/resources/application.properties
+++ b/jdbc-datasource/src/main/resources/application.properties
@@ -18,7 +18,7 @@
 # Quarkus
 #
 quarkus.banner.enabled = false
-quarkus.log.file.enable = true
+quarkus.log.file.enabled = true
 
 # Set how many time the route should be applied
 etl.timer.repeatcount = 0
diff --git a/jms-jpa/README.adoc b/jms-jpa/README.adoc
index 5706bab..d1ded83 100644
--- a/jms-jpa/README.adoc
+++ b/jms-jpa/README.adoc
@@ -90,7 +90,7 @@ $prod.quarkus.datasource.password=admin
 %prod.quarkus.datasource.jdbc.url=mysql://localhost:3306/testdb
 %prod.quarkus.datasource.jdbc.transactions=xa
 
-%prod.quarkus.hibernate-orm.database.generation=none
+%prod.quarkus.hibernate-orm.schema-management.strategy=none
 
 %prod.quarkus.artemis.url=tcp://localhost:61616
 %prod.quarkus.artemis.username=admin
diff --git a/jms-jpa/src/main/resources/application.properties 
b/jms-jpa/src/main/resources/application.properties
index 013bcae..1d17494 100644
--- a/jms-jpa/src/main/resources/application.properties
+++ b/jms-jpa/src/main/resources/application.properties
@@ -18,7 +18,7 @@
 # Quarkus
 #
 quarkus.banner.enabled = false
-quarkus.log.file.enable = true
+quarkus.log.file.enabled = true
 
 # Default Datasource
 quarkus.datasource.db-kind=h2
@@ -33,8 +33,8 @@ quarkus.datasource.jdbc.transactions=xa
 #%prod.quarkus.datasource.jdbc.transactions=xa
 
 # Hibernate ORM
-quarkus.hibernate-orm.database.generation=drop-and-create
-#%prod.quarkus.hibernate-orm.database.generation=none
+quarkus.hibernate-orm.schema-management.strategy=drop-and-create
+#%prod.quarkus.hibernate-orm.schema-management.strategy=none
 
 # Quarkus Narayana JTA
 quarkus.transaction-manager.object-store.directory=target/narayana
diff --git a/jta-jpa/README.adoc b/jta-jpa/README.adoc
index 436f795..a3b4d06 100644
--- a/jta-jpa/README.adoc
+++ b/jta-jpa/README.adoc
@@ -79,7 +79,7 @@ docker exec -it db-mysql mysql -uadmin -padmin testdb -e \
 %prod.quarkus.datasource.jdbc.url=mysql://localhost:3306/testdb
 %prod.quarkus.datasource.jdbc.transactions=xa
 
-%prod.quarkus.hibernate-orm.database.generation=none
+%prod.quarkus.hibernate-orm.schema-management.strategy=none
 ----
 
 ==== JVM mode
diff --git a/jta-jpa/src/main/resources/application.properties 
b/jta-jpa/src/main/resources/application.properties
index 55d65a0..83a70bf 100644
--- a/jta-jpa/src/main/resources/application.properties
+++ b/jta-jpa/src/main/resources/application.properties
@@ -18,7 +18,7 @@
 # Quarkus
 #
 quarkus.banner.enabled = false
-quarkus.log.file.enable = true
+quarkus.log.file.enabled = true
 
 # Default Datasource
 quarkus.datasource.db-kind=h2
@@ -33,8 +33,8 @@ quarkus.datasource.jdbc.transactions=xa
 #%prod.quarkus.datasource.jdbc.transactions=xa
 
 # Hibernate ORM
-quarkus.hibernate-orm.database.generation=drop-and-create
-#%prod.quarkus.hibernate-orm.database.generation=none
+quarkus.hibernate-orm.schema-management.strategy=drop-and-create
+#%prod.quarkus.hibernate-orm.schema-management.strategy=none
 
 # Quarkus Narayana JTA
 quarkus.transaction-manager.object-store.directory=target/narayana
diff --git a/kamelet-chucknorris/src/main/resources/application.properties 
b/kamelet-chucknorris/src/main/resources/application.properties
index 8b11b0f..722cf0b 100644
--- a/kamelet-chucknorris/src/main/resources/application.properties
+++ b/kamelet-chucknorris/src/main/resources/application.properties
@@ -19,7 +19,7 @@
 # Quarkus
 #
 quarkus.banner.enabled = false
-quarkus.log.file.enable = true
+quarkus.log.file.enabled = true
 
 # Camel
 quarkus.camel.kamelet.identifiers = chuck-norris-source
diff --git a/message-bridge/src/main/resources/application.properties 
b/message-bridge/src/main/resources/application.properties
index 01b8b1f..a76e223 100644
--- a/message-bridge/src/main/resources/application.properties
+++ b/message-bridge/src/main/resources/application.properties
@@ -14,7 +14,7 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-quarkus.log.file.enable=true
+quarkus.log.file.enabled=true
 
 ibm.mq.host=localhost
 %kubernetes.ibm.mq.host=${MQ_SERVICE_HOST}
diff --git a/netty-custom-correlation/src/main/resources/application.properties 
b/netty-custom-correlation/src/main/resources/application.properties
index be06a90..1fda099 100644
--- a/netty-custom-correlation/src/main/resources/application.properties
+++ b/netty-custom-correlation/src/main/resources/application.properties
@@ -15,4 +15,4 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
-quarkus.log.file.enable = true
+quarkus.log.file.enabled = true
diff --git 
a/platform-http-security-keycloak/src/main/resources/application.properties 
b/platform-http-security-keycloak/src/main/resources/application.properties
index 400f452..a1c2ea0 100644
--- a/platform-http-security-keycloak/src/main/resources/application.properties
+++ b/platform-http-security-keycloak/src/main/resources/application.properties
@@ -16,7 +16,7 @@
 ## ---------------------------------------------------------------------------
 # Quarkus
 quarkus.banner.enabled = false
-quarkus.log.file.enable = true
+quarkus.log.file.enabled = true
 
 # Security
 %prod.quarkus.oidc.auth-server-url=http://localhost:8082/realms/quarkus
diff --git a/spring-redis/src/main/resources/application.properties 
b/spring-redis/src/main/resources/application.properties
index ca897ba..1d89809 100644
--- a/spring-redis/src/main/resources/application.properties
+++ b/spring-redis/src/main/resources/application.properties
@@ -15,7 +15,7 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
-quarkus.log.file.enable = true
+quarkus.log.file.enabled = true
 
 camel.quarkus.spring-redis.port=6379
 camel.quarkus.spring-redis.host=localhost
\ No newline at end of file
diff --git a/timer-log-main/src/main/resources/application.properties 
b/timer-log-main/src/main/resources/application.properties
index 65d45b5..b47ea52 100644
--- a/timer-log-main/src/main/resources/application.properties
+++ b/timer-log-main/src/main/resources/application.properties
@@ -19,7 +19,7 @@
 # Quarkus
 #
 quarkus.banner.enabled = false
-quarkus.log.file.enable = true
+quarkus.log.file.enabled = true
 
 #
 # Camel - Main
diff --git a/timer-log/src/main/resources/application.properties 
b/timer-log/src/main/resources/application.properties
index 116966c..712ac81 100644
--- a/timer-log/src/main/resources/application.properties
+++ b/timer-log/src/main/resources/application.properties
@@ -18,7 +18,7 @@
 # Quarkus
 #
 quarkus.banner.enabled = false
-quarkus.log.file.enable = true
+quarkus.log.file.enabled = true
 
 #
 # Camel

Reply via email to