This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from b82f21457ff camel-jbang - Do not change keys in application.properties
when exporting.
new 4281f681f8d Tone down logging noise
new de8fe5938c5 camel-console - Dev console for JSSE
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:
.../camel/support/jsse/SSLContextParameters.java | 4 +-
....java => JavaSecurityDevConsoleConfigurer.java} | 8 +-
...pache.camel.impl.console.JavaSecurityDevConsole | 2 +
.../org/apache/camel/dev-console/java-security | 2 +
.../camel/impl/console/JavaSecurityDevConsole.java | 109 +++++++++++++++++++++
5 files changed, 120 insertions(+), 5 deletions(-)
copy
core/camel-console/src/generated/java/org/apache/camel/impl/console/{MemoryDevConsoleConfigurer.java
=> JavaSecurityDevConsoleConfigurer.java} (75%)
create mode 100644
core/camel-console/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.impl.console.JavaSecurityDevConsole
create mode 100644
core/camel-console/src/generated/resources/META-INF/services/org/apache/camel/dev-console/java-security
create mode 100644
core/camel-console/src/main/java/org/apache/camel/impl/console/JavaSecurityDevConsole.java