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

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


 discard 40dfc162d1 Rebased + genersted files
 discard 0ee3c2f7ae Revert "Disable microprofile-fault-tolerance testing due to 
#5995"
 discard 8c04946f2e Generated files
 discard 8368112fbd Upgrade Camel to 4.6.0
     add c53bbd085f Make Jasypt SmallRye Config integration operate only on 
runtime properties
     add f9ad836ac8 Activate format profile as part of CI checks
     add d4f319e236 Clean up leftovers from MicroProfile Fault Tolerance 
disablement
     add 9d3bce3d4c Jt400: possible missing resource in the native
     add 9be20b7862 Fix AsciiDoc attribute substitution in MapStruct and Jasypt 
documentation
     add 17308467ed Upgrade Quarkus to 3.10.0
     add e3d3caaa6d Remove workaround for Google BigQuery host resolution
     add 94422de0cf Upgrade to Quarkus CXF 3.10.0
     add 0a7cb4b3b1 Exclude faulttolerance package from MicroProfile 
integration test module javadoc
     new 0364ef9482 Upgrade Camel to 4.6.0
     new 5bb5c71772 Generated files
     new 33c59aeabf Revert "Disable microprofile-fault-tolerance testing due to 
#5995"
     new e6dd7a6fea Rebased + genersted files
     new 6579d78bce Update generated files

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (40dfc162d1)
            \
             N -- N -- N   refs/heads/camel-main (6579d78bce)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 5 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:
 .github/workflows/camel-master-cron.yaml           |   5 +-
 .github/workflows/ci-build.yaml                    |   5 +-
 .github/workflows/quarkus-master-cron.yaml         |   5 +-
 docs/antora.yml                                    |   2 +-
 .../ROOT/pages/reference/extensions/jasypt.adoc    |   2 +-
 .../ROOT/pages/reference/extensions/mapstruct.adoc |   4 +-
 .../jasypt/deployment/JasyptProcessor.java         |  32 +-
 .../quarkus/component/jasypt/JasyptDevUITest.java  |   2 -
 extensions/jasypt/runtime/src/main/doc/usage.adoc  |   2 +-
 .../CamelJasyptConfigSourceInterceptorFactory.java |   9 +-
 .../component/jasypt/CamelJasyptRecorder.java      |  17 +-
 ...r.java => CamelJasyptRuntimeConfigBuilder.java} |  11 +-
 .../CamelJasyptSecretKeysHandlerFactory.java       |  14 +-
 ....smallrye.config.ConfigSourceInterceptorFactory |   1 -
 .../io.smallrye.config.SecretKeysHandlerFactory    |   1 -
 .../main/resources/META-INF/quarkus-extension.yaml |   1 +
 .../main/resources/META-INF/quarkus-extension.yaml |   1 +
 .../component/jt400/deployment/Jt400Processor.java |  14 +
 .../mapstruct/runtime/src/main/doc/usage.adoc      |   4 +-
 .../spi/v2/CustomHostCapableHttpBigQueryRpc.java   | 905 ---------------------
 .../google/bigquery/it/GoogleBigqueryResource.java |  13 +-
 integration-tests/jasypt/pom.xml                   |   9 -
 .../jasypt/it/JasyptSecureExtensionConfigTest.java |   9 -
 .../it/JasyptSecureExtensionConfigTestProfile.java |   8 -
 .../jt400/mocked/it/Jt400MockResource.java         |  13 +
 .../component/jt400/mocked/Jt400MockTest.java      |  15 +
 .../quarkus/component/jt400/it/Jt400Resource.java  |  17 +-
 .../quarkus/component/jt400/it/Jt400Test.java      |  15 +
 integration-tests/microprofile/pom.xml             |  14 +-
 pom.xml                                            |   9 +-
 poms/bom/pom.xml                                   |  19 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 569 ++++++-------
 .../src/main/generated/flattened-reduced-pom.xml   |  98 ++-
 .../generated/flattened-reduced-verbose-pom.xml    | 584 ++++++-------
 34 files changed, 841 insertions(+), 1588 deletions(-)
 copy 
extensions/jasypt/runtime/src/main/java/org/apache/camel/quarkus/component/jasypt/{JasyptConfigurationCustomizer.java
 => CamelJasyptRuntimeConfigBuilder.java} (64%)
 delete mode 100644 
extensions/jasypt/runtime/src/main/resources/META-INF/services/io.smallrye.config.ConfigSourceInterceptorFactory
 delete mode 100644 
extensions/jasypt/runtime/src/main/resources/META-INF/services/io.smallrye.config.SecretKeysHandlerFactory
 delete mode 100644 
integration-tests/google-bigquery/src/main/java/com/google/cloud/bigquery/spi/v2/CustomHostCapableHttpBigQueryRpc.java

Reply via email to