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

jamesnetherton pushed a change to branch 3.8.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    from 8f53fbf8af Upgrade Quarkus CXF to 3.8.1 (#5876)
     new 7503035a5b Remove obsolete vertx-grpc exclusions since they 
potentially cause issues if quarkus-grpc is present
     new 75b40ee8af Avoid potential NPE when handling Jasypt password prefixes
     new 540a56f2ec Upgrade Camel to 4.4.1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/antora.yml                                    |   2 +-
 .../examples/components/azure-storage-datalake.yml |   4 +-
 docs/modules/ROOT/examples/components/jslt.yml     |   2 +-
 .../ROOT/examples/components/splunk-hec.yml        |   2 +-
 .../ROOT/examples/components/spring-rabbitmq.yml   |   2 +-
 docs/modules/ROOT/examples/components/stomp.yml    |   2 +-
 docs/modules/ROOT/examples/components/telegram.yml |   2 +-
 .../modules/ROOT/examples/components/wordpress.yml |   4 +-
 .../extensions/azure-storage-datalake.adoc         |   2 +-
 .../ROOT/pages/reference/extensions/telegram.adoc  |   4 +-
 .../ROOT/pages/reference/extensions/wordpress.adoc |   2 +-
 extensions/google-bigquery/deployment/pom.xml      |  30 -
 extensions/google-bigquery/runtime/pom.xml         |  16 -
 extensions/google-pubsub/deployment/pom.xml        |  30 -
 extensions/google-pubsub/runtime/pom.xml           |  16 -
 ...a => JasyptPasswordSysEnvValueMissingTest.java} |   7 +-
 ...java => JasyptPasswordSysValueMissingTest.java} |   7 +-
 .../CamelJasyptSecretKeysHandlerFactory.java       |   4 +-
 extensions/salesforce/deployment/pom.xml           |  28 -
 extensions/salesforce/runtime/pom.xml              |  18 -
 pom.xml                                            |   4 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 692 ++++++++++-----------
 .../src/main/generated/flattened-reduced-pom.xml   | 690 ++++++++++----------
 .../generated/flattened-reduced-verbose-pom.xml    | 690 ++++++++++----------
 24 files changed, 1063 insertions(+), 1197 deletions(-)
 copy 
extensions/jasypt/deployment/src/test/java/org/apache/camel/quarkus/component/jasypt/{JasyptPasswordNotProvidedTest.java
 => JasyptPasswordSysEnvValueMissingTest.java} (82%)
 copy 
extensions/jasypt/deployment/src/test/java/org/apache/camel/quarkus/component/jasypt/{JasyptPasswordNotProvidedTest.java
 => JasyptPasswordSysValueMissingTest.java} (82%)

Reply via email to