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 cb92893a4f8 CAMEL-20410: documentation fixes for camel-xj
add d622cefb643 CAMEL-20361: camel-jbang - Make jolokia pluggable for
camel-platform-http-main (#12985)
add 6dc97192545 Regen for commit d622cefb643e01394cc3bf8a478bb22b8f8e58fd
No new revisions were added by this update.
Summary of changes:
bom/camel-bom/pom.xml | 5 +
catalog/camel-allcomponents/pom.xml | 5 +
.../org/apache/camel/catalog/others.properties | 1 +
.../catalog/others/platform-http-jolokia.json | 15 +++
.../pom.xml | 56 ++++++----
.../org/apache/camel/camel-platform-http-jolokia | 2 +
.../http/plugin/camel-platform-http-jolokia | 2 +
.../services/org/apache/camel/other.properties | 7 ++
.../generated/resources/platform-http-jolokia.json | 15 +++
.../plugin/DefaultJolokiaPlatformHttpPlugin.java} | 45 ++++++--
.../DefaultJolokiaPlatformHttpPluginTest.java | 67 ++++++++++++
components/camel-platform-http-main/pom.xml | 7 --
.../platform/http/main/MainHttpServer.java | 43 ++++++--
.../http/main/MainHttpServerJolokiaTest.java | 75 -------------
components/camel-platform-http/pom.xml | 7 ++
...ent-platform-http-platform-http-plugin-registry | 2 +
.../platform/http/platform-http-plugin-registry | 2 +
.../platform/http/PlatformHttpPluginRegistry.java | 121 +++++++++++++++++++++
.../http/plugin/JolokiaPlatformHttpPlugin.java | 30 +++++
.../platform/http/spi/PlatformHttpPlugin.java | 32 ++++++
.../http/spi/PlatformHttpPluginRegistry.java | 36 ++++++
components/pom.xml | 3 +-
parent/pom.xml | 5 +
23 files changed, 455 insertions(+), 128 deletions(-)
create mode 100644
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/platform-http-jolokia.json
copy components/{camel-platform-http => camel-platform-http-jolokia}/pom.xml
(63%)
create mode 100644
components/camel-platform-http-jolokia/src/generated/resources/META-INF/services/org/apache/camel/camel-platform-http-jolokia
create mode 100644
components/camel-platform-http-jolokia/src/generated/resources/META-INF/services/org/apache/camel/component/platform/http/plugin/camel-platform-http-jolokia
create mode 100644
components/camel-platform-http-jolokia/src/generated/resources/META-INF/services/org/apache/camel/other.properties
create mode 100644
components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
rename
components/{camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/jolokia/JolokiaHttpRequestHandlerSupport.java
=>
camel-platform-http-jolokia/src/main/java/org/apache/camel/component/platform/http/plugin/DefaultJolokiaPlatformHttpPlugin.java}
(77%)
create mode 100644
components/camel-platform-http-jolokia/src/test/java/org/apache/camel/component/platform/http/plugin/DefaultJolokiaPlatformHttpPluginTest.java
delete mode 100644
components/camel-platform-http-main/src/test/java/org/apache/camel/component/platform/http/main/MainHttpServerJolokiaTest.java
create mode 100644
components/camel-platform-http/src/generated/resources/META-INF/services/org/apache/camel/component-platform-http-platform-http-plugin-registry
create mode 100644
components/camel-platform-http/src/generated/resources/META-INF/services/org/apache/camel/component/platform/http/platform-http-plugin-registry
create mode 100644
components/camel-platform-http/src/main/java/org/apache/camel/component/platform/http/PlatformHttpPluginRegistry.java
create mode 100644
components/camel-platform-http/src/main/java/org/apache/camel/component/platform/http/plugin/JolokiaPlatformHttpPlugin.java
create mode 100644
components/camel-platform-http/src/main/java/org/apache/camel/component/platform/http/spi/PlatformHttpPlugin.java
create mode 100644
components/camel-platform-http/src/main/java/org/apache/camel/component/platform/http/spi/PlatformHttpPluginRegistry.java