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

oscerd pushed a change to branch quick-fix/remove-examples-xref-418
in repository https://gitbox.apache.org/repos/asf/camel.git


    from ac4a37cdd9df chore: remove broken xref examples sentence from 
java-xml-io-dsl docs
     add 0f25c130787e CAMEL-23730: Fix export dry-run failing with 
NoSuchBeanException for bean references (#23921)
     add 12a9ac3c94d6 CAMEL-23726: Use JSON instead of Java serialization for 
key metadata in AWS and HashiCorp Vault lifecycle managers (#23914)
     add 472f3a982e4c CAMEL-23731: Upgrade to Spring Boot 3.5.15
     add e0a7f16aaa63 ci: restore camel-jbang xref links on camel-4.18.x 
(#23934)
     add 96717a7eedd2 chore: fix broken xref to moved spring beans section 
(#23954)
     add 5338df52a87f Merge branch 'camel-4.18.x' into 
quick-fix/remove-examples-xref-418

No new revisions were added by this update.

Summary of changes:
 .../AwsSecretsManagerKeyLifecycleManager.java      |  79 +++--------
 .../lifecycle/FileBasedKeyLifecycleManager.java    |  24 +++-
 .../HashicorpVaultKeyLifecycleManager.java         |  28 ++--
 .../component/pqc/lifecycle/KeyMetadataCodec.java  | 144 +++++++++++++++++++++
 .../camel/component/pqc/PQCKeyLifecycleTest.java   |  55 ++++++++
 .../pqc/lifecycle/KeyMetadataCodecTest.java        | 122 +++++++++++++++++
 .../spring/ws/bean/CamelDirectSender.java          |   3 +-
 .../ROOT/pages/camel-upgrade-recipes-tool.adoc     |   2 +-
 .../apache/camel/dsl/jbang/core/commands/Run.java  |   3 +-
 .../java/org/apache/camel/main/KameletMain.java    |   4 +-
 .../DependencyDownloaderTransformerResolver.java   |   7 +-
 .../apache/camel/main/StubBeanRepositoryTest.java  |  39 ++----
 ...ependencyDownloaderTransformerResolverTest.java |  17 ++-
 parent/pom.xml                                     |  38 +++---
 14 files changed, 432 insertions(+), 133 deletions(-)
 create mode 100644 
components/camel-pqc/src/main/java/org/apache/camel/component/pqc/lifecycle/KeyMetadataCodec.java
 create mode 100644 
components/camel-pqc/src/test/java/org/apache/camel/component/pqc/lifecycle/KeyMetadataCodecTest.java
 copy 
components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpSocketExceptionTest.java
 => 
dsl/camel-kamelet-main/src/test/java/org/apache/camel/main/StubBeanRepositoryTest.java
 (53%)

Reply via email to