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 b1a0b3cb15 [maven-release-plugin] Set next development version 
3.8.3-SNAPSHOT
     new a0f6587d97 Update generated files after release
     new 43943c906f Make Jasypt SmallRye Config integration operate only on 
runtime properties

The 2 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 +-
 .../jasypt/deployment/JasyptProcessor.java         |   32 +-
 .../quarkus/component/jasypt/JasyptDevUITest.java  |    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 -
 .../org/apache/camel/component/qute/qute.json      |    2 +-
 integration-tests/jasypt/pom.xml                   |    9 -
 .../jasypt/it/JasyptSecureExtensionConfigTest.java |    9 -
 .../it/JasyptSecureExtensionConfigTestProfile.java |    8 -
 pom.xml                                            |    2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 1314 ++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   | 1314 ++++++++++----------
 .../generated/flattened-reduced-verbose-pom.xml    | 1314 ++++++++++----------
 17 files changed, 2015 insertions(+), 2046 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

Reply via email to