This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/jetty-version-12.0.10
in repository https://gitbox.apache.org/repos/asf/camel.git
discard ca07977a663 Bump jetty-version from 12.0.8 to 12.0.10
add f36baeb5779 CAMEL-20828: camel-platform-http - Allow to known if
platform engine is in use or not without triggering creation
add de3250707bf Bump jetty-version from 12.0.8 to 12.0.10
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 (ca07977a663)
\
N -- N -- N refs/heads/dependabot/maven/jetty-version-12.0.10
(de3250707bf)
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:
components/camel-openapi-java/pom.xml | 4 ---
.../apache/camel/openapi/RestOpenApiReader.java | 24 +++++++--------
.../org/apache/camel/openapi/ComplexTypesTest.java | 4 ---
.../org/apache/camel/openapi/DummyHttpEngine.java | 35 ----------------------
.../RestOpenApiReaderApiDocsOverrideTest.java | 4 ---
.../openapi/RestOpenApiReaderApiDocsTest.java | 4 ---
.../openapi/RestOpenApiReaderContextPathTest.java | 4 ---
.../openapi/RestOpenApiReaderDayOfWeekTest.java | 4 ---
.../openapi/RestOpenApiReaderDisabledTest.java | 4 ---
...RestOpenApiReaderEnableVendorExtensionTest.java | 4 ---
.../RestOpenApiReaderFileResponseModelTest.java | 4 ---
.../RestOpenApiReaderModelApiSecurityTest.java | 4 ---
.../RestOpenApiReaderModelBookOrderTest.java | 4 ---
.../camel/openapi/RestOpenApiReaderModelTest.java | 4 ---
.../RestOpenApiReaderPropertyPlaceholderTest.java | 4 ---
.../camel/openapi/RestOpenApiReaderTest.java | 4 ---
.../apache/camel/openapi/RestOpenApiV3XOfTest.java | 4 ---
.../camel/openapi/producer/RestOpenApiGetTest.java | 5 ----
.../producer/RestOpenApiGetUriParamTest.java | 5 ----
...SpringRestOpenApiReaderModelApiSecurityTest.xml | 3 --
.../http/vertx/VertxPlatformHttpEngine.java | 8 +++++
.../http/vertx/VertxPlatformHttpEngineTest.java | 8 +++++
.../platform/http/spi/PlatformHttpEngine.java | 18 ++++++++---
...wareProcessor.java => EmbeddedHttpService.java} | 16 ++++++----
24 files changed, 51 insertions(+), 131 deletions(-)
delete mode 100644
components/camel-openapi-java/src/test/java/org/apache/camel/openapi/DummyHttpEngine.java
copy
core/camel-api/src/main/java/org/apache/camel/spi/{WrapAwareProcessor.java =>
EmbeddedHttpService.java} (74%)