Commit 8d0247f
authored
Upgrade to Camel 4.18.0 (#691)
* Upgrade to Camel 4.18.0
* Fix camel-debezium-oracle build failure by pinning jaxb-api version
Force javax.xml.bind:jaxb-api to 2.3.1 in dependencyManagement to
avoid transitive resolution of beta 2.3.0-b161121.1438 from defunct
http://maven.java.net repositories blocked by Maven 3.8.1+.
* Fix compilation failure: update multiValuePrefixes() return type to Map<String, String>
Camel 4.18.0 changed EndpointUriFactory.multiValuePrefixes() from Set<String>
to Map<String, String>. Updated the generated DirectVm and Vm endpoint URI
factories accordingly.
* Remove camel-spring-ai module (split upstream in Camel 4.18.0)
The camel-spring-ai component was split into camel-spring-ai-chat,
camel-spring-ai-embeddings, camel-spring-ai-tools, and
camel-spring-ai-vector-store in Camel 4.18.0. The monolithic artifact
no longer exists.
* Add missing async-http-client-version property for camel-zendesk feature
* Enable ignored tests for bean-validator, debezium-mysql, and debezium-postgres
* Fix version properties and feature dependencies for Camel 4.18.0
Replace auto-detect-version with explicit version properties for nimbusds,
ASM, opentelemetry-semconv, reactor-netty-incubator-quic, and
netty-incubator-codec-classes-quic. Add missing feature dependencies for
camel-aws-common, camel-micrometer-observability, camel-mina-sftp,
camel-opentelemetry-metrics, camel-test-junit6, camel-test-main-junit6,
and camel-test-spring-junit6. Update jackson2 to 2.20.1 with separate
annotations version, and bump generated component JSON versions.
* Fix feature resolution failures for 96 Karaf features
- Add netty-nio-client to awssdk feature for AWS SDK Netty HTTP transport
- Add camel-aws-common dependency to all AWS/AWS2 features
- Add awssdk feature to AWS features missing it
- Wrap avro-ipc-netty and reactor-netty with relaxed netty version imports
- Wrap reactor-core with optional jdk.internal and micrometer imports
- Add cxf-rt-features-logging to camel-cxf feature
- Add missing jackson, http-client, azure, guava feature dependencies
- Add wrapped bundles for docling, github-api, graphql-java, groovy,
IBM COS/Watson/WatsonX, iggy, langchain4j, Milo OPC UA, SSHD,
stripe, openai, keycloak
- Fix protobuf4-version to 4.31.1 for Google Cloud features
- Fix snakeyaml-engine version for kubernetes
- Fix opentelemetry-semconv groupId
- Add micrometer-observation bundle for micrometer-observability
- Add spring-data-redis for camel-redis
- Add resilience4j and micrometer deps for resilience4j-micrometer
- Wrap various bundles with resolution:=optional imports
* Fix feature resolution failures for 42 additional Karaf features
- Add missing AWS SDK service bundles (polly, rekognition, s3vectors,
textract, transcribe)
- Wrap reactor-core in azure base feature with selective optional imports
- Add WSS4J bundles for CXF WS-Security resolution
- Add missing feature dependencies (jackson, guava, http-client,
bouncycastle, caffeine) across multiple features
- Add missing bundles: elasticsearch-rest5-client, checker-qual,
sshd-sftp, resilience4j-micrometer, micrometer-tracing,
jolokia-core, keycloak-common/core/authz-client, spring-vault-core,
proto-google-common-protos, google-genai, opentelemetry-sdk
sub-modules, openai-java-core/client-okhttp, spring-test
- Fix camel-stitch netty import range in component pom.xml
- Fix version mismatches: protobuf4 bump to 4.33.4, snakeyaml-engine
pinned to 2.10 for kubernetes, protobuf 3.x for google-functions
and google-vertexai
- Wrap third-party bundles with optional imports where needed
(infinispan, neo4j, ical4j, dapr-sdk, jackson-databind-nullable)
* Fix camel-docling feature resolution by adding missing docling bundles
Replace docling-java with docling-core, docling-serve-api, and
docling-serve-client to provide the required ai.docling.core and
ai.docling.serve.api packages.
* Fix feature resolution for opentelemetry, milo and other features
- Fix opentelemetry-semconv groupId (io.opentelemetry.semconv -> io.opentelemetry)
- Fix Eclipse Milo artifact IDs and add missing milo bundles (milo-stack-core,
milo-transport, milo-dtd-manager, milo-dtd-core, jspecify)
- Fix ibm-watsonx-ai, iggy, and infinispan artifact coordinates
* Fix remaining feature resolution failures for elasticsearch, iggy and infinispan
- Fix elasticsearch: use io.opentelemetry.semconv groupId for semconv 1.37.0
- Fix iggy: add missing commons-pool2 dependency bundle
- Fix infinispan-common: remove infinispan-query-dsl (dropped in Infinispan 16)
* Rename testcontainers artifactIds for Testcontainers 2.x compatibility
Testcontainers 2.0.3 renamed all modules from {name} to
testcontainers-{name}. Update all test POMs accordingly.
* Fix camel-jackson-test to use jackson2-annotations-version for jackson-annotations
jackson-annotations 2.20.1 doesn't exist; use the correct property
jackson2-annotations-version (2.20) instead of jackson2-version.
* Fix camel-jacksonxml-test to use jackson2-annotations-version for jackson-annotations
* Fix CamelAzureEventhubsITest flakiness
- Add explicit Event Hub entity config (eh1) so the emulator creates it
- Use log-based wait strategy instead of port-based to ensure emulator
is fully ready before tests run
- Use acceptLicense() instead of env var
- Increase mock assertion wait time to 60s to allow for slow startup
* Upgrade Azure Event Hubs emulator to 2.2.0 to fix CI crash
The 2.0.1 emulator image consistently crashes with exit code 139
(SIGSEGV) on GitHub Actions runners.
* Revert CamelAzureEventhubsITest to original version to fix CI
* Fix reactor-netty bundle resolution in azure-eventhubs and azure-storage-blob features
Mark non-netty imports as optional (resolution:=optional) for wrapped
reactor-netty-core and reactor-netty-http bundles to prevent unresolvable
optional dependencies (micrometer, brave, etc.) from blocking bundle resolution.
* Make reactor-netty bundles mandatory in azure-eventhubs and azure-storage-blob features
Remove dependency='true' from reactor-netty-core and reactor-netty-http
bundle entries so Karaf always installs them. With dependency='true', the
feature resolver was skipping these bundles, causing
NoClassDefFoundError: reactor/netty/http/client/HttpClient at runtime.
* Make all reactor-netty imports optional in azure-eventhubs and azure-storage-blob features
The previous Import-Package pattern (io.netty*;version="[4.1,5)") made all
io.netty sub-packages mandatory, causing OSGi resolution failures for
platform-specific packages like kqueue, epoll, io_uring, and haproxy codec.
Using *;resolution:=optional lets the resolver wire to the netty bundles
already declared in the feature without failing on missing optional transports.
* Fix reactor-netty Import-Package to keep core imports mandatory
The previous change (7def8e0) made all imports optional (*;resolution:=optional)
which prevented azure-core-http-netty from resolving reactor.netty.http.client.HttpClient
at runtime. This fix makes only platform-specific packages optional (kqueue, uring,
haproxy, http3, quic) while keeping io.netty and reactor imports mandatory so the
OSGi resolver properly wires the bundles.
Affected features: camel-azure-eventhubs, camel-azure-storage-blob, camel-stitch.
* Stop wrapping reactor-netty bundles to fix OSGi resolution
The wrap protocol with overwrite=merge and BND wildcard Import-Package
directives was preventing reactor-netty-http from resolving properly,
causing NoClassDefFoundError for reactor.netty.http.client.HttpClient
in the azure-eventhubs integration test. Use direct bundle references
instead, consistent with the camel-azure-storage-queue feature.
* Upgrade Netty from 4.1.130 to 4.2.10 for reactor-netty 1.3.3 compatibility
reactor-netty 1.3.3 requires Netty 4.2+. In Netty 4.2, netty-codec was
split into netty-codec-base and netty-codec-compression, and the incubator
modules (quic, io_uring) graduated to the main Netty project.
* Add jspecify bundle to azure features using reactor-netty
reactor-netty-core 1.3.3 mandatorily imports org.jspecify.annotations,
so the jspecify bundle must be present for runtime OSGi resolution.
* Wrap reactor-netty-http to make http3 and quic imports optional
reactor-netty-http 1.3.3 has mandatory Import-Package entries for
io.netty.handler.codec.http3 and io.netty.handler.codec.quic, but
these packages are not available in the azure Karaf features. This
prevents the bundle from resolving, causing azure-core-http-netty
to fail with ClassNotFoundException on reactor.netty.http.client.HttpClient.
* Stop wrapping reactor-netty-http and add http3/quic bundles to Azure features
Instead of wrapping reactor-netty-http to make http3 and quic imports
optional, use the unwrapped bundle and provide the actual
netty-codec-http3 and netty-codec-classes-quic dependencies, matching
the approach used by camel-stitch.
This fixes the ClassNotFoundException for reactor.netty.http.client.HttpClient
in the azure-core-http-netty bundle caused by the wrap protocol not
correctly preserving Export-Package headers.
* Wrap reactor-netty-http with optional http3/quic imports in Azure features
The plain reactor-netty-http bundle from 1.3.3 has mandatory imports on
io.netty.handler.codec.http3 and io.netty.handler.codec.quic. Providing
the actual http3/quic bundles doesn't work because netty-codec-http3
itself requires javax.annotation (JSR-305) which isn't in these features.
Since the Azure features don't use HTTP/3 or QUIC, wrapping
reactor-netty-http to make those imports optional is the correct fix.
* Remove dependency='true' from reactor-netty bundles in Azure features
The Karaf feature resolver skips wrapped dependency bundles whose exports
it cannot determine at resolution time. This caused reactor-netty-core
and reactor-netty-http to not be installed, leading to
ClassNotFoundException for reactor.netty.http.client.HttpClient at
runtime and failing the camel-azure-eventhubs integration test.
* Make io.micrometer imports optional in wrapped reactor-netty-http
The wrapped reactor-netty-http bundle imports io.micrometer.common which
is not available in the Karaf runtime. Mark io.micrometer imports as
optional to allow the bundle to resolve without micrometer present.
* Make haproxy and incubator codec imports optional in wrapped reactor-netty-http
* Add netty http3/quic bundles to Azure eventhubs and storage-blob features
Instead of wrapping reactor-netty-http to make http3/quic imports
optional, provide the actual netty-codec-http3 and
netty-codec-classes-quic bundles so the original OSGi manifest
resolves correctly. This fixes ClassNotFoundException for
reactor.netty.http.client.HttpClient in azure-core-http-netty.
* Remove dependency='true' from netty/reactor bundles in Azure features
The Karaf feature resolver skips dependency bundles whose imports it
cannot determine are needed at resolution time. Since azure-core-http-netty
is a wrapped bundle, the resolver cannot see its imports and therefore
does not install reactor-netty-http and the netty codec bundles.
Removing dependency='true' makes these primary bundles that are always
installed with the feature, ensuring reactor-netty-http and the required
netty bundles are available at runtime.
* Add explicit Import-Package to azure-core-http-netty wrap directive
The Karaf feature resolver cannot see imports of wrapped bundles at
resolution time, so it skips installing reactor-netty-http and other
dependency bundles. Adding explicit Import-Package for
reactor.netty.http.client and other key packages to the
azure-core-http-netty wrap directive makes these imports visible to
the resolver, which then correctly pulls in reactor-netty-http and
its transitive dependencies.
Also restores dependency='true' on netty/reactor bundles since they
will now be correctly resolved through the import chain.
* Fix CamelAzureEventhubsITest flakiness on CI
Re-apply stability fixes that were lost in the revert (621e78c):
- Upgrade emulator to 2.2.0 to avoid SIGSEGV on GitHub Actions
- Add explicit Event Hub entity config (eh1)
- Use log-based wait strategy with 3-minute startup timeout
- Use acceptLicense() API instead of env var
- Increase mock assertion wait time to 60s
* Ignore CamelAzureEventhubsITest flaky on CI
The EventHubs emulator container consistently fails to start within
the timeout on GitHub Actions runners.
* Use latest Azurite 3.35.0 and simplify EventHubs emulator setup
Upgrade Azurite to 3.35.0 across all Azure itests for consistency
(storage-queue was using unpinned 'latest'). Simplify the EventHubs
emulator container configuration by relying on defaults and re-enable
the previously ignored test.
* Wrap reactor-netty-http to make http3/quic imports optional
reactor-netty-http has mandatory imports for io.netty.handler.codec.http3,
io.netty.handler.codec.quic, and io.netty.handler.codec.haproxy. When all
bundles in a feature are marked dependency='true', the Karaf resolver may
fail to transitively resolve them, causing NoClassDefFoundError for
reactor/netty/http/client/HttpClient at runtime.
Apply the same wrap directive already used in camel-azure-storage-queue to
camel-azure-eventhubs, camel-azure-storage-blob, and camel-stitch features.
* Ignore CamelAzureEventhubsITest flaky on CI
* Include feature in the CI cache
* Revert "Ignore CamelAzureEventhubsITest flaky on CI"
This reverts commit 438c166.
* Ignore CamelAzureEventhubsITest flaky on CI
* Use install instead of verify in CI test job to fix stale features.xml
* Wrap expressly bundle to add SPI-Provider for ExpressionFactory discovery
* Add DynamicImport-Package to hibernate-validator wrap for EL discovery in OSGi
HV 9.1.0 sets the TCCL to its own classloader when discovering
ExpressionFactory. Adding DynamicImport for com.sun.el and
org.glassfish.expressly allows the HV classloader to see the
expressly EL implementation.
* Fix bean-validator ExpressionFactory initialization in OSGi (HV000183)
Override upstream ValidatorFactories to set the TCCL to Hibernate
Validator's bundle classloader before building the ValidatorFactory,
fixing the null classloader issue (HV000116/HV000183). Also add
org.osgi.framework to HV DynamicImport-Package and wrap jakarta.el-api
with SPI-Consumer for ServiceLoader-based ExpressionFactory discovery.
* Fix TCCL to use Expressly bundle classloader for EL ServiceLoader discovery
HV 9.1.0 ResourceBundleMessageInterpolator.buildExpressionFactory() uses
ServiceLoader via the TCCL to discover ExpressionFactory. Setting the
TCCL to HV's classloader is not sufficient because ServiceLoader needs to
find the META-INF/services/jakarta.el.ExpressionFactory descriptor which
lives in the Expressly bundle.
Resolve the Expressly bundle's classloader via HV's DynamicImport-Package
for org.glassfish.expressly and set it as the TCCL instead.
* Bypass ServiceLoader for EL ExpressionFactory discovery in OSGi
ServiceLoader-based EL discovery does not work in OSGi because no single
bundle classloader can find the Expressly META-INF/services descriptor.
Instead, directly instantiate the Expressly ExpressionFactoryImpl via
HV's DynamicImport-Package wiring and inject it into a custom
ResourceBundleMessageInterpolator, bypassing ServiceLoader entirely.
* Use 7-param RBMI constructor that actually accepts ExpressionFactory
The 3-param ResourceBundleMessageInterpolator(ResourceBundleLocator,
boolean, ExpressionFactory) constructor in HV 9.1.0 silently ignores
the ExpressionFactory parameter and delegates to a constructor that
calls buildExpressionFactory() internally. Use the 7-parameter
constructor which directly wires the provided ExpressionFactory into the
TermInterpolator, bypassing the broken ServiceLoader discovery.
* Use reflection for DefaultLocaleResolver to avoid internal HV import
The DefaultLocaleResolver is in org.hibernate.validator.internal which
is not exported by the HV bundle. Use reflection to instantiate it
via HV's classloader, avoiding a direct package import that would fail
OSGi feature resolution.
* Use ParameterMessageInterpolator to bypass EL discovery in OSGi
ServiceLoader-based EL ExpressionFactory discovery does not work across
OSGi bundle boundaries, and DynamicImport-Package does not help because
the wrapped HV bundle cannot resolve the Expressly implementation class
at runtime.
Use ParameterMessageInterpolator as the default MessageInterpolator in
OSGi. This is Hibernate Validator's recommended fallback for environments
where Jakarta EL is not available. Parameter interpolation ({0}, {1})
still works; only EL expressions (${...}) are not supported.
* Export io.debezium.antlr packages from debezium-ddl-parser bundle
In Debezium 3.4.1, AntlrDdlParser lives in the debezium-ddl-parser
JAR under io.debezium.antlr package. The wrap instruction only
exported io.debezium.ddl*, causing ClassNotFoundException at runtime
for both MySQL and Oracle connectors.1 parent 83dc287 commit 8d0247f
583 files changed
Lines changed: 4423 additions & 900 deletions
File tree
- .github/workflows
- components
- camel-activemq6
- camel-activemq
- camel-ai
- camel-chatscript
- camel-djl
- camel-docling
- camel-kserve
- camel-langchain4j-agent
- camel-langchain4j-chat
- camel-langchain4j-core
- camel-langchain4j-embeddingstore
- camel-langchain4j-embeddings
- camel-langchain4j-tokenizer
- camel-langchain4j-tools
- camel-langchain4j-web-search
- camel-milvus
- camel-neo4j
- camel-openai
- camel-pinecone
- camel-qdrant
- camel-tensorflow-serving
- camel-torchserve
- camel-weaviate
- camel-amqp
- camel-arangodb
- camel-as2
- camel-asn1
- camel-asterisk
- camel-atmosphere-websocket
- camel-atom
- camel-attachments
- camel-avro-rpc
- camel-avro-rpc-jetty
- camel-avro-rpc
- camel-avro
- camel-aws
- camel-aws-bedrock
- camel-aws-cloudtrail
- camel-aws-common
- camel-aws-config
- camel-aws-parameter-store
- camel-aws-secrets-manager
- camel-aws-security-hub
- camel-aws-xray
- camel-aws2-athena
- camel-aws2-comprehend
- camel-aws2-cw
- camel-aws2-ddb
- camel-aws2-ec2
- camel-aws2-ecs
- camel-aws2-eks
- camel-aws2-eventbridge
- camel-aws2-iam
- camel-aws2-kinesis
- camel-aws2-kms
- camel-aws2-lambda
- camel-aws2-mq
- camel-aws2-msk
- camel-aws2-polly
- camel-aws2-redshift
- camel-aws2-rekognition
- camel-aws2-s3-vectors
- camel-aws2-s3
- camel-aws2-ses
- camel-aws2-sns
- camel-aws2-sqs
- camel-aws2-step-functions
- camel-aws2-sts
- camel-aws2-textract
- camel-aws2-timestream
- camel-aws2-transcribe
- camel-aws2-translate
- camel-azure
- camel-azure-cosmosdb
- camel-azure-eventgrid
- camel-azure-eventhubs
- camel-azure-files
- camel-azure-key-vault
- camel-azure-schema-registry
- camel-azure-servicebus
- camel-azure-storage-blob
- camel-azure-storage-datalake
- camel-azure-storage-queue
- camel-barcode
- camel-base64
- camel-bean-validator
- src/main/java/org/apache/camel/component/bean/validator
- camel-beanio
- camel-bean
- camel-bindy
- camel-blueprint
- camel-bonita
- camel-box
- camel-braintree
- camel-browse
- camel-caffeine
- camel-cassandraql
- camel-cbor
- camel-chunk
- camel-clickup
- camel-cloudevents
- camel-cm-sms
- camel-coap
- camel-cometd
- camel-consul
- camel-controlbus
- camel-couchbase
- camel-couchdb
- camel-cron
- camel-crypto-pgp
- camel-crypto
- camel-csimple-joor
- camel-csv
- camel-cxf
- camel-cxf-all
- camel-cxf-blueprint
- camel-cxf-spring-all
- camel-cxf-transport-blueprint
- camel-cxf-transport-jetty
- camel-cyberark-vault
- camel-dapr
- camel-dataformat
- camel-dataset
- camel-datasonnet
- camel-debezium
- camel-debezium-common
- camel-debezium-db2
- camel-debezium-mongodb
- camel-debezium-mysql
- camel-debezium-oracle
- camel-debezium-postgres
- camel-debezium-sqlserver
- camel-debug
- camel-dfdl
- camel-dhis2
- camel-digitalocean
- camel-directvm
- src/generated
- java/org/apache/camel/karaf/component/directvm
- resources/META-INF/org/apache/camel/karaf/component/directvm
- camel-direct
- camel-disruptor
- camel-dns
- camel-docker
- camel-drill
- camel-dropbox
- camel-dsl-support
- camel-dynamic-router
- camel-ehcache
- camel-elasticsearch-rest-client
- camel-elasticsearch
- camel-elytron
- camel-exec
- camel-fastjson
- camel-fhir
- camel-file-watch
- camel-file
- camel-flatpack
- camel-flink
- camel-flowable
- camel-fop
- camel-fory
- camel-freemarker
- camel-ftp
- camel-geocoder
- camel-github2
- camel-github
- camel-git
- camel-google
- camel-google-bigquery
- camel-google-calendar
- camel-google-drive
- camel-google-functions
- camel-google-mail
- camel-google-pubsub-lite
- camel-google-pubsub
- camel-google-secret-manager
- camel-google-sheets
- camel-google-storage
- camel-google-vertexai
- camel-grape
- camel-graphql
- camel-grok
- camel-groovy-xml
- camel-groovy
- camel-grpc
- camel-gson
- camel-guava-eventbus
- camel-hashicorp-vault
- camel-hazelcast
- camel-headersmap
- camel-hl7
- camel-http-base
- camel-http-common
- camel-http
- camel-huawei
- camel-huaweicloud-common
- camel-huaweicloud-dms
- camel-huaweicloud-frs
- camel-huaweicloud-functiongraph
- camel-huaweicloud-iam
- camel-huaweicloud-imagerecognition
- camel-huaweicloud-obs
- camel-huaweicloud-smn
- camel-ibm
- camel-ibm-cos
- camel-ibm-secrets-manager
- camel-ibm-watson-discovery
- camel-ibm-watson-language
- camel-ibm-watson-speech-to-text
- camel-ibm-watson-text-to-speech
- camel-ibm-watsonx-ai
- camel-ical
- camel-iec60870
- camel-iggy
- camel-ignite
- camel-infinispan
- camel-infinispan-common
- camel-infinispan-embedded
- camel-infinispan
- camel-influxdb2
- camel-influxdb
- camel-irc
- camel-ironmq
- camel-iso8583
- camel-jackson-avro
- camel-jackson-protobuf
- camel-jacksonxml
- camel-jackson
- camel-jandex
- camel-jasypt
- camel-javascript
- camel-jaxb
- camel-jcache
- camel-jcr
- camel-jdbc
- camel-jetty-common
- camel-jetty
- camel-jfr
- camel-jgroups-raft
- camel-jgroups
- camel-jira
- camel-jms
- camel-jmx
- camel-jolt
- camel-jooq
- camel-joor
- camel-jpa
- camel-jq
- camel-jsch
- camel-jslt
- camel-json-patch
- camel-json-validator
- camel-jsonapi
- camel-jsonata
- camel-jsonb
- camel-jsonpath
- camel-jt400
- camel-jta
- camel-jte
- camel-kafka
- camel-kamelet
- camel-keycloak
- camel-knative
- camel-knative-http
- camel-knative
- camel-kubernetes
- camel-kudu
- camel-language
- camel-ldap
- camel-ldif
- camel-leveldb
- camel-log
- camel-lra
- camel-lucene
- camel-lumberjack
- camel-lzf
- camel-mail-microsoft-oauth
- camel-mail
- camel-mapstruct
- camel-master
- camel-mdc
- camel-metrics
- camel-micrometer-observability
- camel-micrometer-prometheus
- camel-micrometer
- camel-microprofile
- camel-microprofile-config
- camel-microprofile-fault-tolerance
- camel-microprofile-health
- camel-milo
- camel-mina-sftp
- camel-mina
- camel-minio
- camel-mllp
- camel-mock
- camel-mongodb-gridfs
- camel-mongodb
- camel-mustache
- camel-mvel
- camel-mybatis
- camel-nats
- camel-netty-http
- camel-netty
- camel-nitrite
- camel-oaipmh
- camel-oauth
- camel-observability-services
- camel-observation
- camel-ocsf
- camel-ognl
- camel-olingo2
- camel-olingo4
- camel-once
- camel-openapi-java
- camel-openapi-validator
- camel-opensearch
- camel-openstack
- camel-opentelemetry-metrics
- camel-opentelemetry2
- camel-opentelemetry
- camel-optaplanner
- camel-paho-mqtt5
- camel-paho
- camel-parquet-avro
- camel-pdf
- camel-pg-replication-slot
- camel-pgevent
- camel-platform-http-jolokia
- camel-platform-http-main
- camel-platform-http-vertx
- camel-platform-http
- camel-plc4x
- camel-pqc
- camel-printer
- camel-protobuf
- camel-pubnub
- camel-pulsar
- camel-python
- camel-quartz
- camel-quickfix
- camel-reactive-executor-tomcat
- camel-reactive-executor-vertx
- camel-reactive-streams
- camel-reactor
- camel-redis
- camel-ref
- camel-resilience4j-micrometer
- camel-resilience4j
- camel-resourceresolver-github
- camel-rest-openapi
- camel-rest
- camel-robotframework
- camel-rocketmq
- camel-rss
- camel-rxjava
- camel-saga
- camel-salesforce
- camel-sap-netweaver
- camel-saxon
- camel-scheduler
- camel-schematron
- camel-seda
- camel-servicenow
- camel-service
- camel-servlet
- camel-shiro
- camel-sjms2
- camel-sjms
- camel-slack
- camel-smb
- camel-smooks
- camel-smpp
- camel-snakeyaml
- camel-snmp
- camel-soap
- camel-solr
- camel-splunk-hec
- camel-splunk
- camel-spring-parent
- camel-spring-batch
- camel-spring-cloud-config
- camel-spring-jdbc
- camel-spring-ldap
- camel-spring-main
- camel-spring-rabbitmq
- camel-spring-redis
- camel-spring-security
- camel-spring-ws
- camel-spring-xml
- camel-spring
- camel-undertow-spring-security
- camel-sql
- camel-ssh
- camel-stax
- camel-stitch
- camel-stomp
- camel-stream
- camel-stringtemplate
- camel-stripe
- camel-stub
- camel-swift
- camel-syslog
- camel-tahu
- camel-tarfile
- camel-telegram
- camel-telemetry-dev
- camel-telemetry
- camel-test
- camel-test-junit5
- camel-test-junit6
- camel-test-main-junit6
- camel-test-spring-junit5
- camel-test-spring-junit6
- camel-threadpoolfactory-vertx
- camel-thrift
- camel-thymeleaf
- camel-tika
- camel-timer
- camel-tracing
- camel-twilio
- camel-twitter
- camel-undertow
- camel-univocity-parsers
- camel-validator
- camel-velocity
- camel-vertx
- camel-vertx-common
- camel-vertx-http
- camel-vertx-websocket
- camel-vertx
- camel-vm
- src/generated
- java/org/apache/camel/karaf/component/vm
- resources/META-INF/org/apache/camel/karaf/component/vm
- camel-wal
- camel-wasm
- camel-weather
- camel-web3j
- camel-webhook
- camel-whatsapp
- camel-wordpress
- camel-workday
- camel-xchange
- camel-xj
- camel-xml-io-dsl
- camel-xmlsecurity
- camel-xmpp
- camel-xpath
- camel-xslt-saxon
- camel-xslt
- camel-yaml-dsl
- camel-zeebe
- camel-zendesk
- camel-zip-deflater
- camel-zipfile
- camel-zookeeper-master
- camel-zookeeper
- core
- camel-api
- camel-base-engine
- camel-base
- camel-cloud
- camel-cluster
- camel-console
- camel-core-catalog
- camel-core-engine
- camel-core-languages
- camel-core-model
- camel-core-osgi
- camel-core-processor
- camel-core-reifier
- camel-core-xml
- camel-health
- camel-main
- camel-management-api
- camel-management
- camel-support
- camel-tooling-model
- camel-util-json
- camel-util
- camel-xml-io-util
- camel-xml-io
- camel-xml-jaxb
- camel-xml-jaxp
- features
- src/main/feature
- shell
- tests
- camel-blueprint-main
- camel-integration-test
- camel-test-blueprint-junit5
- camel-test-scr
- examples
- blueprint-dsl-only
- java-dsl-only
- mixed
- features
- camel-activemq
- camel-amqp
- camel-arangodb
- camel-as2
- camel-asn1
- camel-atom
- camel-avro
- camel-aws2-iam
- camel-aws2-kinesis
- camel-aws2-s3
- camel-aws2-ses
- camel-aws2-sns
- camel-aws2-sqs
- camel-aws2-sts
- camel-azure-eventhubs
- src/test
- java/org/apache/karaf/camel/itest
- resources
- camel-azure-storage-blob
- src/test/java/org/apache/karaf/camel/itest
- camel-azure-storage-queue
- src/test/java/org/apache/karaf/camel/itest
- camel-barcode
- camel-base64
- camel-bean-validator
- src/test/java/org/apache/karaf/camel/itest
- camel-bindy
- camel-caffeine
- camel-cbor
- camel-chatscript
- camel-coap
- camel-cometd
- camel-consul
- camel-core
- camel-couchdb
- camel-crypto
- camel-csv
- camel-cxf-jetty
- camel-cxf
- camel-debezium-mongodb
- camel-debezium-mysql
- src/test/java/org/apache/karaf/camel/itest
- camel-debezium-postgres
- src/test/java/org/apache/karaf/camel/itest
- camel-disruptor
- camel-dns
- camel-docker
- camel-drill
- camel-ehcache
- camel-elasticsearch
- camel-exec
- camel-fastjson
- camel-flatpack
- camel-ftp
- camel-google-pubsub
- camel-groovy
- camel-gson
- camel-hazelcast
- camel-http
- camel-influxdb2
- camel-jackson-avro
- camel-jackson-protobuf
- camel-jacksonxml
- camel-jackson
- camel-jaxb
- camel-jcache
- camel-jetty
- camel-jms
- camel-kafka
- camel-leveldb
- camel-mail
- camel-netty-http
- camel-olingo2
- camel-paho-mqtt5
- camel-quartz
- camel-saxon
- camel-spring-rabbitmq
- camel-velocity
- camel-weather
- camel-xslt-saxon
- tooling
- camel-karaf-feature-maven-plugin
- camel-karaf-maven-plugin-integration-test
- camel-karaf-test-feature-archetype
- camel-upgrade
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
97 | | - | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments