This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch net in repository https://gitbox.apache.org/repos/asf/camel.git
discard b4f72af3d66 CAMEL-20812: camel-netty-http: hostnameVerification option not used add ed5b774f06e CAMEL-20785: fixes JUnit 5 API abuses add 2b9391f3f3b CAMEL-20823 Filter out folders when listing files add 706ea8d28fa CAMEL-20824: camel-core - Backlog tracer should include internal exchange properties add e8ea0225e57 CAMEL-20825: camel-rest - Contract first for api-doc should include the spec add 8eac2405fff CAMEL-20825: camel-rest - Contract first for api-doc should include the spec add 2cbf7047654 Regen SBOM from commit 8eac2405fff282c7b37a43fc6c53a91421083f7a (#14299) add 6e663329c79 CAMEL-20825: camel-rest - Contract first for api-doc should include the spec add 9b90ee93615 CAMEL-20825: camel-rest - Contract first for api-doc should include the spec add 4a4f78d43c8 camel-jbang - Allow to specifiy port in jolokia command add 5b61290cff8 CAMEL-20812: camel-netty-http: hostnameVerification option not used 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 (b4f72af3d66) \ N -- N -- N refs/heads/net (5b61290cff8) 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: camel-sbom/camel-sbom.json | 18672 +++++++++---------- camel-sbom/camel-sbom.xml | 15144 ++++++++------- .../camel/catalog/models/restConfiguration.json | 2 +- .../apache/camel/catalog/schemas/camel-spring.xsd | 1 + .../SqsProducerAutoCreateQueueLocalstackIT.java | 8 +- .../file/watch/FileWatchComponentTestBase.java | 13 +- .../component/jpa/JpaWithOptionsTestSupport.java | 5 +- .../component/nitrite/AbstractNitriteTest.java | 15 +- components/camel-openapi-java/pom.xml | 4 + .../apache/camel/openapi/RestOpenApiReader.java | 67 +- .../org/apache/camel/openapi/ComplexTypesTest.java | 4 + .../org/apache/camel/openapi/DummyHttpEngine.java} | 21 +- .../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 + .../apache/camel/component/smb/SmbConsumer.java | 2 +- .../org/apache/camel/spi/RestConfiguration.java | 3 +- .../apache/camel/model/rest/restConfiguration.json | 2 +- .../camel/model/rest/RestHostNameResolver.java | 3 +- .../camel/management/BacklogTracerFilterTest.java | 9 + .../management/BacklogTracerIdOnAllNodesTest.java | 6 + .../camel/management/BacklogTracerPatternTest.java | 6 + .../management/BacklogTracerStreamCachingTest.java | 3 + .../apache/camel/management/BacklogTracerTest.java | 24 + .../org/apache/camel/support/MessageHelper.java | 4 +- .../modules/ROOT/pages/rest-dsl-openapi.adoc | 33 +- .../dsl/jbang/core/commands/process/Jolokia.java | 13 +- .../dsl/yaml/deserializers/ModelDeserializers.java | 2 +- .../generated/resources/schema/camelYamlDsl.json | 2 +- 42 files changed, 16388 insertions(+), 17745 deletions(-) copy components/{camel-platform-http/src/test/java/org/apache/camel/component/platform/http/JettyCustomPlatformHttpEngine.java => camel-openapi-java/src/test/java/org/apache/camel/openapi/DummyHttpEngine.java} (64%)