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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 5d772e2  Sync deps
     add 03fce41  CAMEL-16170: Modularize camel-spring
     add 38e211d  CAMEL-16170: Modularize camel-spring
     add 2a69043  Upgrade Icu4j to version 68.2
     add 5b07091  Sync deps
     add 1043508  CAMEL-16190 Sensitive configuration values not redacted in 
Auto-configuration summary (#5078)
     add 88e150f  CAMEL-16189 - AWS2S3Producer not setting serverside 
encryption values
     add 4c178c6  CAMEL-16189 - AWS2S3Producer not setting serverside 
encryption values, added tests
     add 02fa797  CAMEL-16189 - AWS2S3Producer not setting serverside 
encryption values, improved the test with a getObject
     add 581c7fe  CAMEL-16170: Modularize camel-spring
     add e81ace2  CAMEL-16193 - Use SecureRandom instead of Random - Camel-Apns
     add 4a580e7  CAMEL-16170: Modularize camel-spring
     add 6ede5be  Fixed CS
     add c327873  Regen for commit 6ede5be902da2358b1a6397a6ea2d7d6f73f5772

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |  2 +-
 .../camel/catalog/docs/properties-component.adoc   |  2 +-
 .../camel/component/apns/util/ApnsUtils.java       |  4 +-
 .../camel/component/aws2/s3/AWS2S3Producer.java    |  4 ++
 .../aws2/s3/localstack/Aws2S3BaseTest.java         |  6 +++
 ...pleEncryptedUploadOperationLocalstackTest.java} | 22 +++++++++-
 .../component/jms/remoting/JmsRemotingTest.java    | 38 ----------------
 .../apache/camel/component/jms/remoting/spring.xml | 51 ----------------------
 .../camel/spring/spi}/CamelBeanPostProcessor.java  | 28 +++---------
 .../src/main/docs/properties-component.adoc        |  2 +-
 .../java/org/apache/camel/util/SensitiveUtils.java |  4 ++
 .../org/apache/camel/util/SensitiveUtilsTest.java  |  2 +
 .../modules/ROOT/pages/properties-component.adoc   |  2 +-
 .../ROOT/pages/camel-3x-upgrade-guide-3_9.adoc     |  5 +++
 .../ROOT/pages/using-propertyplaceholder.adoc      |  2 +-
 parent/pom.xml                                     |  2 +-
 16 files changed, 54 insertions(+), 122 deletions(-)
 copy 
components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/localstack/{S3SimpleUploadOperationLocalstackTest.java
 => S3SimpleEncryptedUploadOperationLocalstackTest.java} (77%)
 delete mode 100644 
components/camel-jms/src/test/java/org/apache/camel/component/jms/remoting/JmsRemotingTest.java
 delete mode 100644 
components/camel-jms/src/test/resources/org/apache/camel/component/jms/remoting/spring.xml
 copy components/{camel-spring-xml/src/main/java/org/apache/camel/spring/xml => 
camel-spring/src/main/java/org/apache/camel/spring/spi}/CamelBeanPostProcessor.java
 (89%)

Reply via email to