Commit 042e674
authored
Upgrade to Camel 4.18.1 (#695)
* Upgrade to Camel 4.18.1
* Fix undefined jackson2-annotations-version property
Replace ${jackson2-annotations-version} with ${jackson2-version} in
camel-jackson and camel-jacksonxml test POMs as the former property
is not defined and breaks the build.
* Fix netty feature bundles for Netty 4.1.x compatibility
Replace netty-codec-base and netty-codec-compression bundles with
netty-codec, as the split artifacts only exist in Netty 4.2.x.
Camel 4.18.1 uses Netty 4.1.131.Final where codec and compression
are packaged together in the netty-codec artifact.
* Fix CI failures caused by missing/incorrect version properties after 4.18.1 upgrade
- Fix camel-osgi-jackson2-version range from [2.20,2.21) to [2.19,2.20) to
match jackson2-version 2.19.4 used by Camel 4.18.1
- Restore missing version properties accidentally removed during upgrade:
docling-core-version, docling-serve-api-version, docling-serve-client-version,
langchain4j-hugging-face-version, langchain4j-community-dashscope-version,
microprofile-fault-tolerance-version, neo4j-bolt-version,
reactor-netty-incubator-quic-version, async-http-client-version
- Fix camel-kafka feature to use explicit lz4-java-version instead of
auto-detect-version which failed version resolution
* Fix undefined jackson2-annotations-version property in jackson feature
Use jackson2-version instead of the undefined jackson2-annotations-version
property for jackson-annotations bundle, consistent with jackson-databind
and jackson-core in the same feature block.
* Fix camel-avro feature resolution by upgrading Jackson to 2.20.1
Avro 1.12.1 requires com.fasterxml.jackson.annotation >= 2.20.0 in its
OSGi manifest, but jackson2-version was 2.19.4 and the OSGi import range
was [2.19,2.20) which explicitly excluded 2.20+.
* Fix CI failures: missing properties, jackson-annotations version, and Netty 4.2-only artifacts
- Add jackson2-annotations-version=2.20 property (annotations uses different
versioning than core/databind which use 2.20.x)
- Restore jspecify-version, nimbusds-content-type-version, nimbusds-lang-tag-version,
and nimbusds-oauth2-oidc-sdk-version properties accidentally dropped in 4.18.1 upgrade
- Remove netty-codec-http3 and netty-codec-classes-quic bundles from azure-eventhubs,
azure-storage-blob, and stitch features (only exist in Netty 4.2+, already optional)
* Fix remaining CI failures: Netty version, lz4 groupId, snakeyaml property
- Restore Netty to 4.2.12.Final (4.18.1 upgrade incorrectly downgraded to 4.1.131
which is incompatible with reactor-netty 1.3.3 OSGi imports requiring >=4.2.0)
- Restore netty-codec-http3 and netty-codec-classes-quic bundles (exist in 4.2.x)
- Fix lz4-java groupId from org.lz4 to at.yawk.lz4 (Kafka 3.9.2 uses the new groupId)
- Restore snakeyaml-engine-kubernetes-version=2.10 property (fabric8 kubernetes-client
imports snakeyaml-engine [2.10,3), needs separate 2.x version)
* Add netty-codec-base to netty feature to fix OSGi resolution failures
In Netty 4.2.x, io.netty.handler.codec was moved from netty-codec to
the new netty-codec-base artifact. Without it, any feature depending
on io.netty.handler.codec (camel-amqp, camel-netty, camel-cassandraql,
camel-avro-rpc, camel-azure-eventhubs, reactor-netty-core, etc.) fails
feature resolution.
* Add netty-codec-base and netty-codec-compression to netty feature
In Netty 4.2.x, io.netty.handler.codec and io.netty.handler.codec.compression
were extracted from netty-codec into two new dedicated artifacts.
Without them the feature resolver cannot satisfy the import requirements
of netty-codec-http and any bundle that depends on it (camel-amqp,
camel-netty-http, camel-azure-*, camel-stitch, camel-platform-http-vertx,
camel-micrometer-prometheus, etc.).
* Fix jackson-annotations version
* Fix jackson-annotations version1 parent 8d0247f commit 042e674
570 files changed
Lines changed: 604 additions & 603 deletions
File tree
- 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
- 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
- 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
- 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
- camel-azure-storage-blob
- camel-azure-storage-queue
- camel-barcode
- camel-base64
- camel-bean-validator
- 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
- camel-debezium-postgres
- 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 | |
|---|---|---|---|
| |||
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 | |
|---|---|---|---|
| |||
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 | |
|---|---|---|---|
| |||
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