You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by kl...@apache.org on 2022/04/27 14:57:53 UTC

[camel-spring-boot] branch main updated (97e245d3bbc -> 29e53265494)

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

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


    from 97e245d3bbc [create-pull-request] automated change
     add 29e53265494 CAMEL-17992: add a unit test to verify the handling of ssl properties (#544)

No new revisions were added by this update.

Summary of changes:
 .../NettyComponentConfigurationTest.java           | 123 +++++++++++++++++++++
 .../src/test/resources/application.properties      |   2 +
 .../src/test/resources/keystore.jks                | Bin 0 -> 1473 bytes
 3 files changed, 125 insertions(+)
 create mode 100644 components-starter/camel-netty-starter/src/test/java/org/apache/camel/component/netty/springboot/NettyComponentConfigurationTest.java
 copy components-starter/{camel-consul-starter => camel-netty-starter}/src/test/resources/application.properties (90%)
 create mode 100644 components-starter/camel-netty-starter/src/test/resources/keystore.jks