CAMEL-23162 - Post-Quantum Cryptography (PQC) readiness: Add PQC readiness support to Camel Spring Boot SSL auto-configuration

Align with Camel core changes (CAMEL-23154, CAMEL-23158, CAMEL-23159) by
exposing namedGroups, namedGroupsFilter, signatureSchemes, and
signatureSchemesFilter in CamelSSLConfigurationProperties and wiring them
through CamelSSLAutoConfiguration, enabling Spring Boot users to configure
post-quantum TLS key exchange groups and signature algorithms.

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
3 files changed
tree: f0e424774bc7ff3cfd73152c5202d89102a327c4
  1. .github/
  2. .mvn/
  3. archetypes/
  4. camel-spring-boot-sbom/
  5. catalog/
  6. components-starter/
  7. core/
  8. core-starter/
  9. docs/
  10. dsl-starter/
  11. parent/
  12. tests/
  13. tooling/
  14. .asf.yaml
  15. .gitattributes
  16. .gitignore
  17. Jenkinsfile.sb
  18. Jenkinsfile.sb.deploy
  19. Jenkinsfile.sb.ppc64le
  20. KEYS
  21. LICENSE.txt
  22. mvnw
  23. mvnw.cmd
  24. NOTICE.txt
  25. pom.xml
  26. README.md
  27. starter-create
  28. starter-create.cmd
  29. starter-delete
  30. starter-delete.cmd
README.md

Apache Camel Spring Boot Support

Maven Central Javadocs Stack Overflow Chat Twitter

Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns with powerful bean integration.

Introduction

This project provides Spring Boot support for Apache Camel.

Creating / deleting starters

To create a starter for the zoot component, run the following command:

./starter-create zoot

Similarly, to delete the starter for the zoot component, run the following command:

./starter-delete zoot

More information can be found on the Camel website