This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a change to branch CAMEL-20850/compress-changes
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 0fc53a6a07f CAMEL-20850: camel-core - compress changes in
SimpleLRUCache
add c5638e3be76 Regen SBOM from commit
e66469da55d83942fe89ff37d6b9091203f7033b (#14425)
add b2232542041 CAMEL-20833 Add a recursive option for polling files and
subdirectories (#14374)
add 0856951b23b CAMEL-20776: Kinesis Consumer uses a separate thread to
monitor shard changes (#14406)
add 58966a9af30 CAMEL-19358 - changes to address flakiness of
KafkaConsumerFullIT test (#14423)
add 97d5b9737b5 Regen
add c488231b60f CAMEL-20852: New option to allow adding empty files to a
zip (#14426)
add dda64da7713 Automate version update of documentation (#14418)
add e56e14392d2 chore(deps): Bump aws-java-sdk2-version from 2.25.68 to
2.25.69 (#14432)
add 300a397b314 camel-openapi-validator (#14437)
add 8b6c75a6a5d chore(deps): Bump metrics-version from 4.2.25 to 4.2.26
(#14436)
add ec94ff5083d chore(deps): Bump opentelemetry-version from 1.38.0 to
1.39.0 (#14435)
add d725aef7a28 chore(deps): Bump huaweicloud-sdk-version from 3.1.98 to
3.1.99 (#14433)
add 18d86b7e1a5 chore(deps): Bump
com.google.cloud:google-cloud-functions-bom (#14434)
add 400f2d5af4c Regen
add 8d894bbf6ff CAMEL-20850: camel-core - compress changes in
SimpleLRUCache
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 (0fc53a6a07f)
\
N -- N -- N refs/heads/CAMEL-20850/compress-changes (8d894bbf6ff)
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:
.github/dependabot.yml | 4 +
bom/camel-bom/pom.xml | 5 +
camel-sbom/camel-sbom.json | 20936 +++++++++----------
camel-sbom/camel-sbom.xml | 13528 ++++++------
catalog/camel-allcomponents/pom.xml | 5 +
.../catalog/beans/ZipAggregationStrategy.json | 2 +-
.../camel/catalog/components/aws2-kinesis.json | 92 +-
.../camel/catalog/components/rest-openapi.json | 2 +-
.../org/apache/camel/catalog/components/smb.json | 53 +-
.../org/apache/camel/catalog/others.properties | 1 +
.../camel/catalog/others/openapi-validator.json | 15 +
.../aws2/kinesis/Kinesis2ComponentConfigurer.java | 6 +
.../aws2/kinesis/Kinesis2EndpointConfigurer.java | 6 +
.../aws2/kinesis/Kinesis2EndpointUriFactory.java | 3 +-
.../camel/component/aws2/kinesis/aws2-kinesis.json | 92 +-
.../aws2/kinesis/Kinesis2Configuration.java | 11 +
.../component/aws2/kinesis/Kinesis2Consumer.java | 92 +-
.../KinesisConsumerClosedShardWithFailTest.java | 36 +-
.../KinesisConsumerClosedShardWithSilentTest.java | 33 +-
.../kinesis/integration/KinesisConsumerIT.java | 4 +-
.../KinesisConsumerResumeAfterRestartIT.java | 4 +-
.../integration/KinesisConsumerResumeIT.java | 4 +-
.../kafka/integration/KafkaConsumerFullIT.java | 31 +-
components/camel-openapi-validator/pom.xml | 70 +
.../services/org/apache/camel/other.properties | 7 +
.../org/apache/camel/rest-client-validator-factory | 2 +
.../src/generated/resources/openapi-validator.json | 15 +
.../src/main/docs/openapi-validator.adoc | 23 +
.../client/OpenApiRestClientRequestValidator.java | 72 +
.../OpenApiRestClientRequestValidatorTest.java | 59 +
.../src/test/resources/log4j2.properties | 28 +
.../src/test/resources/petstore-v3.json | 0
.../camel/component/rest/openapi/rest-openapi.json | 2 +-
.../DefaultRestOpenapiProcessorStrategy.java | 3 +-
.../rest/openapi/RestOpenApiEndpoint.java | 1 +
.../rest/openapi/RestOpenApiProcessor.java | 2 +-
.../rest/openapi/RestOpenapiProcessorStrategy.java | 3 +-
.../camel/component/smb/SmbEndpointConfigurer.java | 3 +
.../camel/component/smb/SmbEndpointUriFactory.java | 3 +-
.../org/apache/camel/component/smb/smb.json | 53 +-
.../camel/component/smb/SmbConfiguration.java | 14 +
.../apache/camel/component/smb/SmbConsumer.java | 88 +-
.../zipfile/ZipAggregationStrategyConfigurer.java | 6 +
.../apache/camel/bean/ZipAggregationStrategy.json | 2 +-
.../aggregate/zipfile/ZipAggregationStrategy.java | 35 +-
.../ZipAggregationStrategyEmptyFileTest.java | 39 +-
.../org/apache/camel/ExchangeConstantProvider.java | 3 +-
.../src/main/java/org/apache/camel/Exchange.java | 1 +
.../camel/support/processor/RestBindingAdvice.java | 2 +
.../others/examples/json/openapi-validator.json | 1 +
docs/components/modules/others/nav.adoc | 1 +
.../modules/others/pages/openapi-validator.adoc | 1 +
.../dsl/Aws2KinesisComponentBuilderFactory.java | 18 +
.../dsl/Kinesis2EndpointBuilderFactory.java | 30 +
.../dsl/RestOpenApiEndpointBuilderFactory.java | 8 +-
.../endpoint/dsl/SmbEndpointBuilderFactory.java | 32 +
.../camel/kotlin/components/Aws2KinesisUriDsl.kt | 14 +
.../camel/kotlin/components/RestOpenapiUriDsl.kt | 3 +-
.../apache/camel/kotlin/components/SmbUriDsl.kt | 14 +
parent/pom.xml | 16 +-
60 files changed, 18065 insertions(+), 17574 deletions(-)
create mode 100644
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/openapi-validator.json
create mode 100644 components/camel-openapi-validator/pom.xml
create mode 100644
components/camel-openapi-validator/src/generated/resources/META-INF/services/org/apache/camel/other.properties
create mode 100644
components/camel-openapi-validator/src/generated/resources/META-INF/services/org/apache/camel/rest-client-validator-factory
create mode 100644
components/camel-openapi-validator/src/generated/resources/openapi-validator.json
create mode 100644
components/camel-openapi-validator/src/main/docs/openapi-validator.adoc
create mode 100644
components/camel-openapi-validator/src/main/java/org/apache/camel/component/rest/openapi/validator/client/OpenApiRestClientRequestValidator.java
create mode 100644
components/camel-openapi-validator/src/test/java/org/apache/camel/component/rest/openapi/validator/client/OpenApiRestClientRequestValidatorTest.java
create mode 100644
components/camel-openapi-validator/src/test/resources/log4j2.properties
copy components/{camel-openapi-java =>
camel-openapi-validator}/src/test/resources/petstore-v3.json (100%)
create mode 120000
docs/components/modules/others/examples/json/openapi-validator.json
create mode 120000 docs/components/modules/others/pages/openapi-validator.adoc