[ 
https://issues.apache.org/jira/browse/CAMEL-22536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18029523#comment-18029523
 ] 

Philippe Brossier commented on CAMEL-22536:
-------------------------------------------

Below is the dependency tree of our v3-common library which we plug into a 
Spring Boot app. Already, in this library, we have some Spring Integration 
tests (@SpringBootTest) which fail at startup with the 
UnsupportedClassVersionError when using camel-jackson-starter at 4.15.0.

 
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.mwiah:v3-common >-------------------------
[INFO] Building V3 Common 2.0.18-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ v3-common ---
[INFO] Deleting /Users/a138209/code/v3-common/target
[INFO] 
[INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ v3-common ---
[INFO] com.mwiah:v3-common:jar:2.0.18-SNAPSHOT
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:3.3.8:compile
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:3.3.8:compile
[INFO] | | +- org.springframework.boot:spring-boot:jar:3.3.8:compile
[INFO] | | +- 
org.springframework.boot:spring-boot-starter-logging:jar:3.3.8:compile
[INFO] | | | +- ch.qos.logback:logback-classic:jar:1.5.16:compile
[INFO] | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.23.1:compile
[INFO] | | | | \- org.apache.logging.log4j:log4j-api:jar:2.23.1:compile
[INFO] | | | \- org.slf4j:jul-to-slf4j:jar:2.0.16:compile
[INFO] | | +- jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile
[INFO] | | \- org.yaml:snakeyaml:jar:2.2:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:3.3.8:compile
[INFO] | | +- 
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.17.3:compile
[INFO] | | \- 
com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.17.3:compile
[INFO] | +- 
org.springframework.boot:spring-boot-starter-tomcat:jar:3.3.8:compile
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:10.1.34:compile
[INFO] | | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:10.1.34:compile
[INFO] | +- org.springframework:spring-web:jar:6.1.16:compile
[INFO] | | \- org.springframework:spring-beans:jar:6.1.16:compile
[INFO] | \- org.springframework:spring-webmvc:jar:6.1.16:compile
[INFO] | +- org.springframework:spring-context:jar:6.1.16:compile
[INFO] | \- org.springframework:spring-expression:jar:6.1.16:compile
[INFO] +- 
org.springframework.boot:spring-boot-starter-data-jpa:jar:3.3.8:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-aop:jar:3.3.8:compile
[INFO] | | \- org.aspectj:aspectjweaver:jar:1.9.22.1:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-jdbc:jar:3.3.8:compile
[INFO] | | +- com.zaxxer:HikariCP:jar:5.1.0:compile
[INFO] | | \- org.springframework:spring-jdbc:jar:6.1.16:compile
[INFO] | +- org.hibernate.orm:hibernate-core:jar:6.5.3.Final:compile
[INFO] | | +- jakarta.persistence:jakarta.persistence-api:jar:3.1.0:compile
[INFO] | | +- jakarta.transaction:jakarta.transaction-api:jar:2.0.1:compile
[INFO] | | +- org.jboss.logging:jboss-logging:jar:3.5.3.Final:compile
[INFO] | | +- 
org.hibernate.common:hibernate-commons-annotations:jar:6.0.6.Final:runtime
[INFO] | | +- io.smallrye:jandex:jar:3.1.2:runtime
[INFO] | | +- com.fasterxml:classmate:jar:1.7.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.14.19:runtime
[INFO] | | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2:compile
[INFO] | | | \- jakarta.activation:jakarta.activation-api:jar:2.1.3:compile
[INFO] | | +- org.glassfish.jaxb:jaxb-runtime:jar:4.0.5:compile
[INFO] | | | \- org.glassfish.jaxb:jaxb-core:jar:4.0.5:compile
[INFO] | | | +- org.eclipse.angus:angus-activation:jar:2.0.2:runtime
[INFO] | | | +- org.glassfish.jaxb:txw2:jar:4.0.5:compile
[INFO] | | | \- com.sun.istack:istack-commons-runtime:jar:4.1.2:compile
[INFO] | | +- jakarta.inject:jakarta.inject-api:jar:2.0.1:runtime
[INFO] | | \- org.antlr:antlr4-runtime:jar:4.13.0:compile
[INFO] | +- org.springframework.data:spring-data-jpa:jar:3.3.8:compile
[INFO] | | +- org.springframework.data:spring-data-commons:jar:3.3.8:compile
[INFO] | | +- org.springframework:spring-orm:jar:6.1.16:compile
[INFO] | | \- org.springframework:spring-tx:jar:6.1.16:compile
[INFO] | \- org.springframework:spring-aspects:jar:6.1.16:compile
[INFO] +- 
org.springframework.boot:spring-boot-starter-validation:jar:3.3.8:compile
[INFO] | +- org.apache.tomcat.embed:tomcat-embed-el:jar:10.1.34:compile
[INFO] | \- org.hibernate.validator:hibernate-validator:jar:8.0.2.Final:compile
[INFO] | \- jakarta.validation:jakarta.validation-api:jar:3.0.2:compile
[INFO] +- 
org.springframework.boot:spring-boot-starter-security:jar:3.3.8:compile
[INFO] | +- org.springframework:spring-aop:jar:6.1.16:compile
[INFO] | +- 
org.springframework.security:spring-security-config:jar:6.3.6:compile
[INFO] | \- org.springframework.security:spring-security-web:jar:6.3.6:compile
[INFO] +- 
org.springframework.security:spring-security-oauth2-resource-server:jar:6.3.6:compile
[INFO] | +- org.springframework.security:spring-security-core:jar:6.3.6:compile
[INFO] | | \- 
org.springframework.security:spring-security-crypto:jar:6.3.6:compile
[INFO] | +- 
org.springframework.security:spring-security-oauth2-core:jar:6.3.6:compile
[INFO] | \- org.springframework:spring-core:jar:6.1.16:compile
[INFO] | \- org.springframework:spring-jcl:jar:6.1.16:compile
[INFO] +- 
org.springframework.security:spring-security-oauth2-jose:jar:6.3.6:compile
[INFO] | \- com.nimbusds:nimbus-jose-jwt:jar:9.37.3:compile
[INFO] | \- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile
[INFO] +- 
org.springframework.boot:spring-boot-starter-actuator:jar:3.3.8:compile
[INFO] | +- 
org.springframework.boot:spring-boot-actuator-autoconfigure:jar:3.3.8:compile
[INFO] | +- io.micrometer:micrometer-observation:jar:1.13.10:compile
[INFO] | | \- io.micrometer:micrometer-commons:jar:1.13.10:compile
[INFO] | \- io.micrometer:micrometer-jakarta9:jar:1.13.10:compile
[INFO] | \- io.micrometer:micrometer-core:jar:1.13.10:compile
[INFO] | +- org.hdrhistogram:HdrHistogram:jar:2.2.2:runtime
[INFO] | \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime
[INFO] +- 
org.springframework.boot:spring-boot-configuration-processor:jar:3.3.8:compile
[INFO] +- com.mwiah:common-data-model:jar:1.2.9:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.17.3:compile
[INFO] +- com.mwiah.merlin:merlin-messaging:jar:2.0.7:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.17.3:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.17.3:compile
[INFO] | +- 
com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.17.3:compile
[INFO] | +- 
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.17.3:compile
[INFO] | \- org.slf4j:slf4j-api:jar:2.0.16:compile
[INFO] +- com.fasterxml.woodstox:woodstox-core:jar:6.6.2:compile
[INFO] | \- org.codehaus.woodstox:stax2-api:jar:4.2.2:compile
[INFO] +- com.azure:azure-core:jar:1.54.1:compile
[INFO] | +- com.azure:azure-json:jar:1.3.0:compile
[INFO] | +- com.azure:azure-xml:jar:1.1.0:compile
[INFO] | \- io.projectreactor:reactor-core:jar:3.6.13:compile
[INFO] | \- org.reactivestreams:reactive-streams:jar:1.0.4:compile
[INFO] +- com.azure:azure-identity:jar:1.15.0:compile
[INFO] | +- com.azure:azure-core-http-netty:jar:1.15.7:compile
[INFO] | | +- io.netty:netty-handler:jar:4.1.117.Final:compile
[INFO] | | | +- io.netty:netty-resolver:jar:4.1.117.Final:compile
[INFO] | | | \- io.netty:netty-transport:jar:4.1.117.Final:compile
[INFO] | | +- io.netty:netty-handler-proxy:jar:4.1.117.Final:compile
[INFO] | | | \- io.netty:netty-codec-socks:jar:4.1.117.Final:compile
[INFO] | | +- io.netty:netty-buffer:jar:4.1.117.Final:compile
[INFO] | | +- io.netty:netty-codec:jar:4.1.117.Final:compile
[INFO] | | +- io.netty:netty-codec-http:jar:4.1.117.Final:compile
[INFO] | | +- io.netty:netty-codec-http2:jar:4.1.117.Final:compile
[INFO] | | +- 
io.netty:netty-transport-native-unix-common:jar:4.1.117.Final:compile
[INFO] | | +- 
io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.117.Final:compile
[INFO] | | | \- io.netty:netty-transport-classes-epoll:jar:4.1.117.Final:compile
[INFO] | | +- 
io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.117.Final:compile
[INFO] | | | \- 
io.netty:netty-transport-classes-kqueue:jar:4.1.117.Final:compile
[INFO] | | +- io.netty:netty-tcnative-boringssl-static:jar:2.0.69.Final:compile
[INFO] | | | +- io.netty:netty-tcnative-classes:jar:2.0.69.Final:compile
[INFO] | | | +- 
io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.69.Final:compile
[INFO] | | | +- 
io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.69.Final:compile
[INFO] | | | +- 
io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.69.Final:compile
[INFO] | | | +- 
io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.69.Final:compile
[INFO] | | | \- 
io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.69.Final:compile
[INFO] | | +- io.projectreactor.netty:reactor-netty-http:jar:1.1.26:compile
[INFO] | | | +- 
io.netty:netty-resolver-dns-native-macos:jar:osx-x86_64:4.1.117.Final:compile
[INFO] | | | \- io.projectreactor.netty:reactor-netty-core:jar:1.1.26:compile
[INFO] | | \- io.netty:netty-common:jar:4.1.117.Final:compile
[INFO] | +- com.microsoft.azure:msal4j:jar:1.17.2:compile
[INFO] | | \- com.nimbusds:oauth2-oidc-sdk:jar:11.18:compile
[INFO] | | +- com.nimbusds:content-type:jar:2.3:compile
[INFO] | | \- com.nimbusds:lang-tag:jar:1.7:compile
[INFO] | +- com.microsoft.azure:msal4j-persistence-extension:jar:1.3.0:compile
[INFO] | | \- net.java.dev.jna:jna:jar:5.13.0:compile
[INFO] | \- net.java.dev.jna:jna-platform:jar:5.13.0:compile
[INFO] +- com.azure:azure-messaging-servicebus:jar:7.17.8:compile
[INFO] | \- com.azure:azure-core-amqp:jar:2.9.12:compile
[INFO] | +- com.microsoft.azure:qpid-proton-j-extensions:jar:1.2.5:compile
[INFO] | \- org.apache.qpid:proton-j:jar:0.34.1:compile
[INFO] +- com.azure:azure-security-keyvault-secrets:jar:4.9.2:compile
[INFO] +- 
io.netty:netty-resolver-dns-native-macos:jar:osx-aarch_64:4.1.117.Final:compile
[INFO] | \- io.netty:netty-resolver-dns-classes-macos:jar:4.1.117.Final:compile
[INFO] | \- io.netty:netty-resolver-dns:jar:4.1.117.Final:compile
[INFO] | \- io.netty:netty-codec-dns:jar:4.1.117.Final:compile
[INFO] +- org.openapitools:jackson-databind-nullable:jar:0.2.6:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.14.0:compile
[INFO] +- org.modelmapper:modelmapper:jar:3.2.2:compile
[INFO] +- com.jayway.jsonpath:json-path:jar:2.9.0:compile
[INFO] | \- net.minidev:json-smart:jar:2.5.1:compile
[INFO] | \- net.minidev:accessors-smart:jar:2.5.1:compile
[INFO] | \- org.ow2.asm:asm:jar:9.6:compile
[INFO] +- 
com.mwiah.integrations:key-vault-environment-processor:jar:2.0.0:compile
[INFO] | \- com.mwiah.integrations:azure-credentials-factory:jar:2.0.0:compile
[INFO] +- com.mwiah.integrations:service-monitoring:jar:2.2.0:compile
[INFO] | +- 
com.newrelic.telemetry:micrometer-registry-new-relic:jar:0.10.0:compile
[INFO] | | \- com.newrelic.telemetry:telemetry-core:jar:0.15.0:compile
[INFO] | +- ch.qos.logback.access:logback-access-tomcat:jar:2.0.6:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.5.16:compile
[INFO] | | \- ch.qos.logback.access:logback-access-common:jar:2.0.6:compile
[INFO] | | \- jakarta.servlet:jakarta.servlet-api:jar:6.0.0:compile
[INFO] | \- net.logstash.logback:logstash-logback-encoder:jar:8.0:compile
[INFO] +- com.mwiah.integrations:tenant-service-client:jar:2.1.3:compile
[INFO] | \- org.springframework.boot:spring-boot-actuator:jar:3.3.8:compile
[INFO] +- com.mwiah.integrations:tenant-datasource:jar:1.1.2:compile
[INFO] +- org.projectlombok:lombok:jar:1.18.36:compile
[INFO] +- com.mwiah:event-entities:jar:1.0.86:compile
[INFO] | +- com.mwiah:custom-avro-logical-types-defs:jar:1.0.86:compile
[INFO] | | \- org.apache.avro:avro:jar:1.12.0:compile
[INFO] | +- org.apache.avro:avro-compiler:jar:1.12.0:compile
[INFO] | | \- org.apache.commons:commons-text:jar:1.12.0:compile
[INFO] | +- org.apache.velocity:velocity-engine-core:jar:2.4.1:compile
[INFO] | +- io.confluent:kafka-avro-serializer:jar:7.8.0:compile
[INFO] | | +- org.apache.commons:commons-compress:jar:1.26.1:compile
[INFO] | | | \- commons-codec:commons-codec:jar:1.16.1:compile
[INFO] | | +- io.confluent:kafka-schema-serializer:jar:7.8.0:compile
[INFO] | | | \- 
com.fasterxml.jackson.dataformat:jackson-dataformat-csv:jar:2.17.3:compile
[INFO] | | +- io.confluent:kafka-schema-registry-client:jar:7.8.0:compile
[INFO] | | | \- io.swagger.core.v3:swagger-annotations:jar:2.1.10:compile
[INFO] | | +- com.google.guava:guava:jar:32.0.1-jre:compile
[INFO] | | | +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] | | | +- 
com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] | | | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] | | | +- org.checkerframework:checker-qual:jar:3.33.0:compile
[INFO] | | | +- com.google.errorprone:error_prone_annotations:jar:2.18.0:compile
[INFO] | | | \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
[INFO] | | +- io.confluent:logredactor:jar:1.0.12:compile
[INFO] | | | +- com.google.re2j:re2j:jar:1.6:compile
[INFO] | | | +- io.confluent:logredactor-metrics:jar:1.0.12:compile
[INFO] | | | \- com.eclipsesource.minimal-json:minimal-json:jar:0.9.5:compile
[INFO] | | \- io.confluent:common-utils:jar:7.8.0:compile
[INFO] | \- org.javatuples:javatuples:jar:1.2:compile
[INFO] +- com.mwiah.common.camel:camel-common:jar:1.0.27-SNAPSHOT:compile
[INFO] | +- org.springframework.boot:spring-boot-autoconfigure:jar:3.3.8:compile
[INFO] | +- org.springframework.kafka:spring-kafka:jar:3.2.6:compile
[INFO] | | +- org.springframework:spring-messaging:jar:6.1.16:compile
[INFO] | | +- org.springframework.retry:spring-retry:jar:2.0.11:compile
[INFO] | | \- org.apache.kafka:kafka-clients:jar:3.7.2:compile
[INFO] | | +- com.github.luben:zstd-jni:jar:1.5.6-4:runtime
[INFO] | | +- org.lz4:lz4-java:jar:1.8.0:runtime
[INFO] | | \- org.xerial.snappy:snappy-java:jar:1.1.10.5:runtime
[INFO] | +- org.apache.camel:camel-kafka:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-support:jar:4.15.0:compile
[INFO] | | | +- org.apache.camel:camel-management-api:jar:4.15.0:compile
[INFO] | | | +- org.apache.camel:camel-util:jar:4.15.0:compile
[INFO] | | | +- org.apache.camel:camel-util-json:jar:4.15.0:compile
[INFO] | | | \- org.apache.camel:camel-xml-jaxp-util:jar:4.15.0:compile
[INFO] | | \- org.apache.camel:camel-health:jar:4.15.0:compile
[INFO] | +- org.apache.camel:camel-core:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-core-engine:jar:4.15.0:compile
[INFO] | | | +- org.apache.camel:camel-base-engine:jar:4.15.0:compile
[INFO] | | | | \- org.apache.camel:camel-base:jar:4.15.0:compile
[INFO] | | | \- org.apache.camel:camel-core-reifier:jar:4.15.0:compile
[INFO] | | | \- org.apache.camel:camel-core-processor:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-core-languages:jar:4.15.0:compile
[INFO] | | | \- org.apache.camel:camel-core-model:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-bean:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-browse:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-cluster:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-controlbus:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-dataformat:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-dataset:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-direct:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-file:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-language:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-log:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-mock:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-ref:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-rest:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-saga:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-scheduler:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-seda:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-stub:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-timer:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-validator:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-xpath:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-xslt:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-xml-io:jar:4.15.0:compile
[INFO] | | | \- org.apache.camel:camel-xml-io-util:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-xml-jaxb:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-xml-jaxp:jar:4.15.0:compile
[INFO] | | \- org.apache.camel:camel-yaml-io:jar:4.15.0:compile
[INFO] | | +- org.apache.camel:camel-core-catalog:jar:4.15.0:compile
[INFO] | | | \- org.apache.camel:camel-tooling-model:jar:4.15.0:compile
[INFO] | | \- 
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.17.3:compile
[INFO] | +- org.apache.camel:camel-jsonpath:jar:4.15.0:compile
[INFO] | +- org.apache.camel:camel-componentdsl:jar:4.15.0:compile
[INFO] | | \- org.apache.camel:camel-api:jar:4.15.0:compile
[INFO] | \- org.apache.camel.springboot:camel-jackson-starter:jar:4.15.0:compile
[INFO] | +- org.apache.camel:camel-jackson:jar:4.15.0:compile
[INFO] | \- org.apache.camel.springboot:camel-core-starter:jar:4.15.0:compile
[INFO] | \- org.apache.camel.springboot:camel-spring-boot:jar:4.15.0:compile
[INFO] | +- org.apache.camel:camel-spring:jar:4.15.0:compile
[INFO] | +- org.apache.camel:camel-spring-main:jar:4.15.0:compile
[INFO] | | \- org.apache.camel:camel-main:jar:4.15.0:compile
[INFO] | \- org.apache.camel:camel-cloud:jar:4.15.0:compile
[INFO] +- com.mwiah.integrations:test-utilities:jar:1.1.0:test
[INFO] | +- org.springframework.boot:spring-boot-starter-test:jar:3.3.8:test
[INFO] | | +- org.springframework.boot:spring-boot-test:jar:3.3.8:test
[INFO] | | +- 
org.springframework.boot:spring-boot-test-autoconfigure:jar:3.3.8:test
[INFO] | | +- org.assertj:assertj-core:jar:3.25.3:test
[INFO] | | +- org.hamcrest:hamcrest:jar:2.2:test
[INFO] | | +- org.junit.jupiter:junit-jupiter:jar:5.10.5:test
[INFO] | | | +- org.junit.jupiter:junit-jupiter-params:jar:5.10.5:test
[INFO] | | | \- org.junit.jupiter:junit-jupiter-engine:jar:5.10.5:test
[INFO] | | +- org.mockito:mockito-core:jar:5.11.0:test
[INFO] | | | \- net.bytebuddy:byte-buddy-agent:jar:1.14.19:test
[INFO] | | +- org.mockito:mockito-junit-jupiter:jar:5.11.0:test
[INFO] | | +- org.skyscreamer:jsonassert:jar:1.5.3:test
[INFO] | | | \- 
com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] | | +- org.springframework:spring-test:jar:6.1.16:test
[INFO] | | \- org.xmlunit:xmlunit-core:jar:2.9.1:test
[INFO] | +- org.springframework.security:spring-security-test:jar:6.3.6:test
[INFO] | \- org.jeasy:easy-random-core:jar:5.0.0:test
[INFO] | +- org.objenesis:objenesis:jar:3.1:test
[INFO] | \- io.github.classgraph:classgraph:jar:4.8.90:test
[INFO] +- com.h2database:h2:jar:2.2.224:test
[INFO] +- org.wiremock:wiremock-standalone:jar:3.12.0:test
[INFO] \- com.mwiah:camel-common-test:jar:1.0.9-SNAPSHOT:test
[INFO] +- org.testcontainers:kafka:jar:1.21.1:test
[INFO] | \- org.testcontainers:testcontainers:jar:1.21.1:test
[INFO] | +- junit:junit:jar:4.13.2:test
[INFO] | | \- org.hamcrest:hamcrest-core:jar:2.2:test
[INFO] | +- org.rnorth.duct-tape:duct-tape:jar:1.0.8:test
[INFO] | | \- org.jetbrains:annotations:jar:17.0.0:test
[INFO] | +- com.github.docker-java:docker-java-api:jar:3.4.2:test
[INFO] | \- com.github.docker-java:docker-java-transport-zerodep:jar:3.4.2:test
[INFO] | \- com.github.docker-java:docker-java-transport:jar:3.4.2:test
[INFO] +- org.awaitility:awaitility:jar:4.2.2:test
[INFO] +- org.springframework.kafka:spring-kafka-test:jar:3.2.6:test
[INFO] | +- org.apache.zookeeper:zookeeper:jar:3.8.4:test
[INFO] | | +- org.apache.zookeeper:zookeeper-jute:jar:3.8.4:test
[INFO] | | +- org.apache.yetus:audience-annotations:jar:0.12.0:test
[INFO] | | \- io.netty:netty-transport-native-epoll:jar:4.1.117.Final:test
[INFO] | +- org.apache.kafka:kafka-clients:jar:test:3.7.2:test
[INFO] | +- org.apache.kafka:kafka-metadata:jar:3.7.2:test
[INFO] | | +- org.apache.kafka:kafka-raft:jar:3.7.2:test
[INFO] | | \- com.yammer.metrics:metrics-core:jar:2.2.0:test
[INFO] | +- org.apache.kafka:kafka-server-common:jar:3.7.2:test
[INFO] | | +- net.sf.jopt-simple:jopt-simple:jar:5.0.4:test
[INFO] | | \- org.pcollections:pcollections:jar:4.0.1:test
[INFO] | +- org.apache.kafka:kafka-server-common:jar:test:3.7.2:test
[INFO] | +- org.apache.kafka:kafka-streams-test-utils:jar:3.7.2:test
[INFO] | | \- org.apache.kafka:kafka-streams:jar:3.7.2:test
[INFO] | | \- org.rocksdb:rocksdbjni:jar:7.9.2:test
[INFO] | +- org.apache.kafka:kafka_2.13:jar:3.7.2:test
[INFO] | | +- org.scala-lang:scala-library:jar:2.13.12:test
[INFO] | | +- org.apache.kafka:kafka-group-coordinator:jar:3.7.2:test
[INFO] | | +- org.apache.kafka:kafka-storage-api:jar:3.7.2:test
[INFO] | | +- org.apache.kafka:kafka-tools-api:jar:3.7.2:test
[INFO] | | +- org.apache.kafka:kafka-storage:jar:3.7.2:test
[INFO] | | | \- com.github.ben-manes.caffeine:caffeine:jar:3.1.8:test
[INFO] | | +- org.apache.kafka:kafka-server:jar:3.7.2:test
[INFO] | | +- net.sourceforge.argparse4j:argparse4j:jar:0.7.0:test
[INFO] | | +- commons-validator:commons-validator:jar:1.7:test
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.4:test
[INFO] | | | +- commons-digester:commons-digester:jar:2.1:test
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:test
[INFO] | | +- 
com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.17.3:test
[INFO] | | | \- com.thoughtworks.paranamer:paranamer:jar:2.8:test
[INFO] | | +- org.bitbucket.b_c:jose4j:jar:0.9.4:test
[INFO] | | +- 
org.scala-lang.modules:scala-collection-compat_2.13:jar:2.10.0:test
[INFO] | | +- org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2:test
[INFO] | | +- org.scala-lang:scala-reflect:jar:2.13.12:test
[INFO] | | +- com.typesafe.scala-logging:scala-logging_2.13:jar:3.9.4:test
[INFO] | | +- io.dropwizard.metrics:metrics-core:jar:4.1.12.1:test
[INFO] | | \- commons-cli:commons-cli:jar:1.4:test
[INFO] | +- org.apache.kafka:kafka_2.13:jar:test:3.7.2:test
[INFO] | +- org.junit.jupiter:junit-jupiter-api:jar:5.10.5:test
[INFO] | | +- org.opentest4j:opentest4j:jar:1.3.0:test
[INFO] | | +- org.junit.platform:junit-platform-commons:jar:1.10.5:test
[INFO] | | \- org.apiguardian:apiguardian-api:jar:1.1.2:test
[INFO] | \- org.junit.platform:junit-platform-launcher:jar:1.10.5:test
[INFO] | \- org.junit.platform:junit-platform-engine:jar:1.10.5:test
[INFO] \- commons-io:commons-io:jar:2.20.0:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.370 s
[INFO] Finished at: 2025-10-13T15:24:23+01:00
[INFO] ------------------------------------------------------------------------
 

 

> camel-jackson-starter 4.15.0 fails when used with Java 17
> ---------------------------------------------------------
>
>                 Key: CAMEL-22536
>                 URL: https://issues.apache.org/jira/browse/CAMEL-22536
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-jackson
>    Affects Versions: 4.15.0
>            Reporter: Philippe Brossier
>            Priority: Minor
>
> We use Java 17 and a few org.apache.camel dependencies. All works OK with 
> version 4.14.1. When moving to 4.15.0, there is an issue with 
> org.apache.camel.springboot:camel-jackson-starter where we get the following 
> exception at startup (our library is plugged into a Spring Boot app):
> Caused by: java.lang.UnsupportedClassVersionError: 
> org/apache/camel/spring/boot/CamelVirtualThreadEnvironmentPostProcessor has 
> been compiled by a more recent version of the Java Runtime (class file 
> version 65.0), this version of the Java Runtime only recognizes class file 
> versions up to 61.0
>  
> If we revert camel-jackson-starter only to 4.14.1, all works fine.
>  
> Raising this issue as https://camel.apache.org/releases/release-4.15.0/ says 
> that it supports Java 17 & 21.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to