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

davsclaus pushed a change to branch fix/CAMEL-24188
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 7f5ee71480db CAMEL-24188: Promote camel-jbang to stable
     add 0742bc45a399 CAMEL-24125: Expose dev console API contract via OpenAPI 
spec
     add 01c474a8e346 CAMEL-23215: Prevent SpringAiImageOllamaIT from blocking 
on retries
     add d95bfeee46e2 CAMEL-24188: Promote camel-jbang to stable
     add 1a1dad7e3b2f CAMEL-24188: Regenerate jbang-console.json with updated 
support level

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7f5ee71480db)
            \
             N -- N -- N   refs/heads/fix/CAMEL-24188 (1a1dad7e3b2f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/dev-consoles.properties   |   1 +
 .../dev-consoles/{endpoint.json => api.json}       |   8 +-
 components/camel-platform-http-main/pom.xml        |   5 +
 .../platform/http/main/DevConsoleOpenApiTest.java  | 146 +++++++++++++++++
 .../springai/image/SpringAiImageOllamaIT.java      |  12 +-
 .../camel/impl/engine/AbstractCamelContext.java    |   2 +-
 ...onfigurer.java => ApiDevConsoleConfigurer.java} |   8 +-
 .../META-INF/org/apache/camel/dev-console/api.json |   8 +-
 .../org.apache.camel.impl.console.ApiDevConsole    |   2 +
 .../services/org/apache/camel/dev-console/api      |   2 +-
 .../org/apache/camel/dev-consoles.properties       |   2 +-
 .../apache/camel/impl/console/ApiDevConsole.java   | 181 +++++++++++++++++++++
 .../src/generated/resources/jbang-console.json     |   2 +-
 13 files changed, 361 insertions(+), 18 deletions(-)
 copy 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/{endpoint.json
 => api.json} (53%)
 create mode 100644 
components/camel-platform-http-main/src/test/java/org/apache/camel/component/platform/http/main/DevConsoleOpenApiTest.java
 copy 
core/camel-console/src/generated/java/org/apache/camel/impl/console/{MemoryDevConsoleConfigurer.java
 => ApiDevConsoleConfigurer.java} (80%)
 copy 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/endpoint.json
 => 
core/camel-console/src/generated/resources/META-INF/org/apache/camel/dev-console/api.json
 (53%)
 create mode 100644 
core/camel-console/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.impl.console.ApiDevConsole
 copy 
components/camel-ai/camel-djl/src/generated/resources/META-INF/services/org/apache/camel/component/djl
 => 
core/camel-console/src/generated/resources/META-INF/services/org/apache/camel/dev-console/api
 (53%)
 create mode 100644 
core/camel-console/src/main/java/org/apache/camel/impl/console/ApiDevConsole.java

Reply via email to