spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.55k stars 38.12k forks source link

Spring AOP: After upgrade to spring boot 2.4.5 Spring Aspect is not longer initialized #27019

Closed imochurad closed 3 years ago

imochurad commented 3 years ago

I have recently upgraded all my projects to run on new spring boot 2.4.5.

And I have all of them using the same aspect that comes from my common library.

And one project is broken as this aspect is not being initialized. Code-wise nothing has changed, but the dependency graph.

Here is the maven tree for the project:

[INFO] --- maven-dependency-plugin:3.1.2:tree (default-cli) @ maas-gateway ---
[INFO] com.company.maas:maas-gateway:jar:1.0-SNAPSHOT
[INFO] +- com.company.maas:maas-base:jar:28.4.0:compile
[INFO] |  +- com.companysystems:sol-jcsmp:jar:10.6.3:compile
[INFO] |  |  +- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] |  |  +- commons-lang:commons-lang:jar:2.6:compile
[INFO] |  |  +- org.osgi:org.osgi.annotation:jar:6.0.0:compile
[INFO] |  |  \- org.apache.servicemix.bundles:org.apache.servicemix.bundles.jzlib:jar:1.0.7_2:compile
[INFO] |  +- org.apache.shiro:shiro-spring-boot-web-starter:jar:1.7.1:compile
[INFO] |  |  +- org.apache.shiro:shiro-spring-boot-starter:jar:1.7.1:compile
[INFO] |  |  |  \- org.apache.shiro:shiro-spring:jar:1.7.1:compile
[INFO] |  |  |     +- org.apache.shiro:shiro-core:jar:1.7.1:compile
[INFO] |  |  |     |  +- org.apache.shiro:shiro-lang:jar:1.7.1:compile
[INFO] |  |  |     |  +- org.apache.shiro:shiro-cache:jar:1.7.1:compile
[INFO] |  |  |     |  +- org.apache.shiro:shiro-crypto-hash:jar:1.7.1:compile
[INFO] |  |  |     |  |  \- org.apache.shiro:shiro-crypto-core:jar:1.7.1:compile
[INFO] |  |  |     |  +- org.apache.shiro:shiro-crypto-cipher:jar:1.7.1:compile
[INFO] |  |  |     |  +- org.apache.shiro:shiro-config-core:jar:1.7.1:compile
[INFO] |  |  |     |  +- org.apache.shiro:shiro-config-ogdl:jar:1.7.1:compile
[INFO] |  |  |     |  |  \- commons-beanutils:commons-beanutils:jar:1.9.4:compile
[INFO] |  |  |     |  \- org.apache.shiro:shiro-event:jar:1.7.1:compile
[INFO] |  |  |     \- org.apache.shiro:shiro-web:jar:1.7.1:compile
[INFO] |  |  |        \- org.owasp.encoder:encoder:jar:1.2.2:compile
[INFO] |  |  \- org.springframework.boot:spring-boot-autoconfigure:jar:2.4.5:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.4.5:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.4.5:compile
[INFO] |  |  |  +- com.zaxxer:HikariCP:jar:3.4.5:compile
[INFO] |  |  |  \- org.springframework:spring-jdbc:jar:5.3.6:compile
[INFO] |  |  +- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile
[INFO] |  |  +- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile
[INFO] |  |  +- org.hibernate:hibernate-core:jar:5.4.30.Final:compile
[INFO] |  |  |  +- org.javassist:javassist:jar:3.27.0-GA:compile
[INFO] |  |  |  +- antlr:antlr:jar:2.7.7:compile
[INFO] |  |  |  +- org.jboss:jandex:jar:2.2.3.Final:compile
[INFO] |  |  |  +- org.dom4j:dom4j:jar:2.1.3:compile
[INFO] |  |  |  +- org.hibernate.common:hibernate-commons-annotations:jar:5.1.2.Final:compile
[INFO] |  |  |  \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.4:compile
[INFO] |  |  |     +- org.glassfish.jaxb:txw2:jar:2.3.4:compile
[INFO] |  |  |     +- com.sun.istack:istack-commons-runtime:jar:3.0.12:compile
[INFO] |  |  |     \- com.sun.activation:jakarta.activation:jar:1.2.2:runtime
[INFO] |  |  \- org.springframework.data:spring-data-jpa:jar:2.4.8:compile
[INFO] |  |     +- org.springframework.data:spring-data-commons:jar:2.4.8:compile
[INFO] |  |     +- org.springframework:spring-orm:jar:5.3.6:compile
[INFO] |  |     \- org.springframework:spring-tx:jar:5.3.6:compile
[INFO] |  +- net.logstash.logback:logstash-logback-encoder:jar:6.6:compile
[INFO] |  +- com.google.guava:guava:jar:30.1.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.8.0:compile
[INFO] |  |  +- com.google.errorprone:error_prone_annotations:jar:2.5.1:compile
[INFO] |  |  \- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[INFO] |  +- org.hibernate.validator:hibernate-validator:jar:6.1.7.Final:compile
[INFO] |  |  +- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile
[INFO] |  |  \- com.fasterxml:classmate:jar:1.5.1:compile
[INFO] |  +- com.auth0:java-jwt:jar:3.15.0:compile
[INFO] |  +- org.mapstruct:mapstruct:jar:1.4.2.Final:compile
[INFO] |  +- org.projectlombok:lombok:jar:1.18.20:compile
[INFO] |  \- com.google.code.gson:gson:jar:2.8.6:compile
[INFO] +- com.company.maas:maas-es-common:jar:5.0.0:compile
[INFO] |  +- org.elasticsearch:elasticsearch:jar:7.1.0:compile
[INFO] |  |  +- org.elasticsearch:elasticsearch-core:jar:7.1.0:compile
[INFO] |  |  +- org.elasticsearch:elasticsearch-secure-sm:jar:7.1.0:compile
[INFO] |  |  +- org.elasticsearch:elasticsearch-x-content:jar:7.1.0:compile
[INFO] |  |  |  +- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.12.3:compile
[INFO] |  |  |  \- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.12.3:compile
[INFO] |  |  +- org.elasticsearch:elasticsearch-geo:jar:7.1.0:compile
[INFO] |  |  +- org.apache.lucene:lucene-core:jar:8.0.0:compile
[INFO] |  |  +- org.apache.lucene:lucene-analyzers-common:jar:8.0.0:compile
[INFO] |  |  +- org.apache.lucene:lucene-backward-codecs:jar:8.0.0:compile
[INFO] |  |  +- org.apache.lucene:lucene-grouping:jar:8.0.0:compile
[INFO] |  |  +- org.apache.lucene:lucene-highlighter:jar:8.0.0:compile
[INFO] |  |  +- org.apache.lucene:lucene-join:jar:8.0.0:compile
[INFO] |  |  +- org.apache.lucene:lucene-memory:jar:8.0.0:compile
[INFO] |  |  +- org.apache.lucene:lucene-misc:jar:8.0.0:compile
[INFO] |  |  +- org.apache.lucene:lucene-queries:jar:8.0.0:compile
[INFO] |  |  +- org.apache.lucene:lucene-queryparser:jar:8.0.0:compile
[INFO] |  |  +- org.apache.lucene:lucene-sandbox:jar:8.0.0:compile
[INFO] |  |  +- org.apache.lucene:lucene-spatial:jar:8.0.0:compile
[INFO] |  |  +- org.apache.lucene:lucene-spatial-extras:jar:8.0.0:compile
[INFO] |  |  +- org.apache.lucene:lucene-spatial3d:jar:8.0.0:compile
[INFO] |  |  +- org.apache.lucene:lucene-suggest:jar:8.0.0:compile
[INFO] |  |  +- org.elasticsearch:elasticsearch-cli:jar:7.1.0:compile
[INFO] |  |  |  \- net.sf.jopt-simple:jopt-simple:jar:5.0.2:compile
[INFO] |  |  +- com.carrotsearch:hppc:jar:0.7.1:compile
[INFO] |  |  +- joda-time:joda-time:jar:2.10.1:compile
[INFO] |  |  +- com.tdunning:t-digest:jar:3.2:compile
[INFO] |  |  \- org.elasticsearch:jna:jar:4.5.1:compile
[INFO] |  \- org.elasticsearch.client:elasticsearch-rest-high-level-client:jar:7.1.0:compile
[INFO] |     +- org.elasticsearch.client:elasticsearch-rest-client:jar:7.1.0:compile
[INFO] |     |  +- org.apache.httpcomponents:httpasyncclient:jar:4.1.4:compile
[INFO] |     |  \- org.apache.httpcomponents:httpcore-nio:jar:4.4.14:compile
[INFO] |     +- org.elasticsearch.plugin:parent-join-client:jar:7.1.0:compile
[INFO] |     +- org.elasticsearch.plugin:aggs-matrix-stats-client:jar:7.1.0:compile
[INFO] |     +- org.elasticsearch.plugin:rank-eval-client:jar:7.1.0:compile
[INFO] |     \- org.elasticsearch.plugin:lang-mustache-client:jar:7.1.0:compile
[INFO] |        \- com.github.spullara.mustache.java:compiler:jar:0.9.3:compile
[INFO] +- org.springframework.boot:spring-boot-starter-actuator:jar:2.4.5:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:2.4.5:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:2.4.5:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:2.4.5:compile
[INFO] |  |  |  +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] |  |  |  |  \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] |  |  |  +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.13.3:compile
[INFO] |  |  |  \- org.slf4j:jul-to-slf4j:jar:1.7.30:compile
[INFO] |  |  +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] |  |  \- org.yaml:snakeyaml:jar:1.27:compile
[INFO] |  \- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.4.5:compile
[INFO] |     +- org.springframework.boot:spring-boot-actuator:jar:2.4.5:compile
[INFO] |     \- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.12.3:compile
[INFO] +- org.springframework.cloud:spring-cloud-starter-config:jar:3.0.3:compile
[INFO] |  +- org.springframework.cloud:spring-cloud-starter:jar:3.0.2:compile
[INFO] |  |  +- org.springframework.cloud:spring-cloud-context:jar:3.0.2:compile
[INFO] |  |  |  \- org.springframework.security:spring-security-crypto:jar:5.4.6:compile
[INFO] |  |  +- org.springframework.cloud:spring-cloud-commons:jar:3.0.2:compile
[INFO] |  |  \- org.springframework.security:spring-security-rsa:jar:1.0.9.RELEASE:compile
[INFO] |  |     \- org.bouncycastle:bcpkix-jdk15on:jar:1.68:compile (optional)
[INFO] |  |        \- org.bouncycastle:bcprov-jdk15on:jar:1.68:compile (optional)
[INFO] |  +- org.springframework.cloud:spring-cloud-config-client:jar:3.0.3:compile
[INFO] |  |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.12.3:compile
[INFO] |  \- com.fasterxml.jackson.core:jackson-databind:jar:2.12.2:compile
[INFO] |     \- com.fasterxml.jackson.core:jackson-core:jar:2.12.3:compile
[INFO] +- org.springframework.retry:spring-retry:jar:1.3.1:compile
[INFO] |  \- javax.annotation:javax.annotation-api:jar:1.3.2:compile
[INFO] +- org.springframework.vault:spring-vault-core:jar:2.3.2:compile
[INFO] |  +- org.springframework:spring-core:jar:5.3.6:compile
[INFO] |  |  \- org.springframework:spring-jcl:jar:5.3.6:compile
[INFO] |  +- org.springframework:spring-context:jar:5.3.6:compile
[INFO] |  |  +- org.springframework:spring-aop:jar:5.3.6:compile
[INFO] |  |  \- org.springframework:spring-expression:jar:5.3.6:compile
[INFO] |  +- org.springframework:spring-beans:jar:5.3.6:compile
[INFO] |  \- org.springframework:spring-web:jar:5.3.6:compile
[INFO] +- org.mariadb.jdbc:mariadb-java-client:jar:2.7.2:runtime
[INFO] +- org.liquibase:liquibase-core:jar:4.3.5:compile
[INFO] |  \- javax.xml.bind:jaxb-api:jar:2.3.1:compile
[INFO] |     \- javax.activation:javax.activation-api:jar:1.2.0:compile
[INFO] +- com.amazonaws:aws-java-sdk-s3:jar:1.11.281:compile
[INFO] |  +- com.amazonaws:aws-java-sdk-kms:jar:1.11.281:compile
[INFO] |  +- com.amazonaws:aws-java-sdk-core:jar:1.11.281:compile
[INFO] |  |  +- software.amazon.ion:ion-java:jar:1.0.2:compile
[INFO] |  |  \- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.12.3:compile
[INFO] |  \- com.amazonaws:jmespath-java:jar:1.11.281:compile
[INFO] +- org.springframework.cloud:spring-cloud-starter-netflix-zuul:jar:2.2.8.RELEASE:compile
[INFO] |  +- org.springframework.cloud:spring-cloud-netflix-zuul:jar:2.2.8.RELEASE:compile
[INFO] |  |  +- org.springframework.cloud:spring-cloud-netflix-hystrix:jar:2.2.8.RELEASE:compile
[INFO] |  |  \- com.netflix.netflix-commons:netflix-commons-util:jar:0.3.0:compile
[INFO] |  |     \- javax.inject:javax.inject:jar:1:runtime
[INFO] |  +- org.springframework.boot:spring-boot-starter-web:jar:2.4.5:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-json:jar:2.4.5:compile
[INFO] |  |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.12.3:compile
[INFO] |  |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.12.3:compile
[INFO] |  |  \- org.springframework.boot:spring-boot-starter-tomcat:jar:2.4.5:compile
[INFO] |  |     +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.45:compile
[INFO] |  |     +- org.glassfish:jakarta.el:jar:3.0.3:compile
[INFO] |  |     \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.45:compile
[INFO] |  +- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:jar:2.2.8.RELEASE:compile
[INFO] |  |  +- org.springframework.cloud:spring-cloud-netflix-ribbon:jar:2.2.8.RELEASE:compile
[INFO] |  |  +- com.netflix.hystrix:hystrix-core:jar:1.5.18:compile
[INFO] |  |  +- com.netflix.hystrix:hystrix-serialization:jar:1.5.18:compile
[INFO] |  |  |  \- com.fasterxml.jackson.module:jackson-module-afterburner:jar:2.12.3:runtime
[INFO] |  |  +- com.netflix.hystrix:hystrix-metrics-event-stream:jar:1.5.18:compile
[INFO] |  |  +- com.netflix.hystrix:hystrix-javanica:jar:1.5.18:compile
[INFO] |  |  \- io.reactivex:rxjava-reactive-streams:jar:1.2.1:compile
[INFO] |  |     \- org.reactivestreams:reactive-streams:jar:1.0.3:runtime
[INFO] |  +- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:jar:2.2.8.RELEASE:compile
[INFO] |  |  +- com.netflix.ribbon:ribbon:jar:2.3.0:compile
[INFO] |  |  |  +- com.netflix.ribbon:ribbon-transport:jar:2.3.0:runtime
[INFO] |  |  |  |  +- io.reactivex:rxnetty-contexts:jar:0.4.9:runtime
[INFO] |  |  |  |  \- io.reactivex:rxnetty-servo:jar:0.4.9:runtime
[INFO] |  |  |  \- io.reactivex:rxnetty:jar:0.4.9:runtime
[INFO] |  |  +- com.netflix.ribbon:ribbon-core:jar:2.3.0:compile
[INFO] |  |  +- com.netflix.ribbon:ribbon-httpclient:jar:2.3.0:compile
[INFO] |  |  |  +- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] |  |  |  +- com.sun.jersey:jersey-client:jar:1.19.1:runtime
[INFO] |  |  |  |  \- com.sun.jersey:jersey-core:jar:1.19.1:runtime
[INFO] |  |  |  |     \- javax.ws.rs:jsr311-api:jar:1.1.1:runtime
[INFO] |  |  |  \- com.sun.jersey.contribs:jersey-apache-client4:jar:1.19.1:runtime
[INFO] |  |  +- com.netflix.ribbon:ribbon-loadbalancer:jar:2.3.0:compile
[INFO] |  |  |  \- com.netflix.netflix-commons:netflix-statistics:jar:0.1.1:runtime
[INFO] |  |  \- io.reactivex:rxjava:jar:1.3.8:compile
[INFO] |  +- org.springframework.cloud:spring-cloud-starter-netflix-archaius:jar:2.2.8.RELEASE:compile
[INFO] |  |  +- org.springframework.cloud:spring-cloud-netflix-archaius:jar:2.2.8.RELEASE:compile
[INFO] |  |  +- com.netflix.archaius:archaius-core:jar:0.7.7:compile
[INFO] |  |  \- commons-configuration:commons-configuration:jar:1.8:compile
[INFO] |  \- com.netflix.zuul:zuul-core:jar:1.3.1:compile
[INFO] |     \- com.netflix.servo:servo-core:jar:0.7.2:runtime
[INFO] +- commons-io:commons-io:jar:2.9.0:compile
[INFO] +- org.apache.commons:commons-compress:jar:1.20:compile
[INFO] +- javax.mail:mail:jar:1.4.7:compile
[INFO] |  \- javax.activation:activation:jar:1.1:compile
[INFO] +- com.sparkpost:sparkpost-lib:jar:0.23:compile
[INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[INFO] |  |  \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.11:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.15:compile
[INFO] |  +- com.google.code.findbugs:annotations:jar:3.0.0:compile
[INFO] |  +- com.yepher.jsondoc:annotations:jar:0.0.2:compile
[INFO] |  \- org.slf4j:slf4j-api:jar:1.7.30:compile
[INFO] +- org.apache.logging.log4j:log4j-api:jar:2.14.1:compile
[INFO] +- org.apache.logging.log4j:log4j-core:jar:2.14.1:compile
[INFO] +- org.apache.logging.log4j:log4j-1.2-api:jar:2.14.1:compile
[INFO] +- org.passay:passay:jar:1.6.0:compile
[INFO] +- com.nimbusds:oauth2-oidc-sdk:jar:9.8:compile
[INFO] |  +- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile
[INFO] |  +- com.nimbusds:content-type:jar:2.1:compile
[INFO] |  +- com.nimbusds:lang-tag:jar:1.5:compile
[INFO] |  \- com.nimbusds:nimbus-jose-jwt:jar:8.20.2:compile
[INFO] +- net.minidev:json-smart:jar:2.4.7:compile
[INFO] |  \- net.minidev:accessors-smart:jar:2.4.7:compile
[INFO] |     \- org.ow2.asm:asm:jar:9.1:compile
[INFO] +- org.junit.vintage:junit-vintage-engine:jar:5.8.0-M1:test
[INFO] |  +- org.apiguardian:apiguardian-api:jar:1.1.1:test
[INFO] |  +- org.junit.platform:junit-platform-engine:jar:1.7.1:test
[INFO] |  |  +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] |  |  \- org.junit.platform:junit-platform-commons:jar:1.7.1:test
[INFO] |  \- junit:junit:jar:4.13.2:test
[INFO] |     \- org.hamcrest:hamcrest-core:jar:2.2:test
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.4.5:test
[INFO] |  +- org.springframework.boot:spring-boot-test:jar:2.4.5:test
[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.4.5:test
[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.4.0:test
[INFO] |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile
[INFO] |  |  \- jakarta.activation:jakarta.activation-api:jar:1.2.2:compile
[INFO] |  +- org.assertj:assertj-core:jar:3.19.0:test
[INFO] |  +- org.hamcrest:hamcrest:jar:2.2:test
[INFO] |  +- org.junit.jupiter:junit-jupiter:jar:5.7.1:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-api:jar:5.7.1:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.7.1:test
[INFO] |  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.7.1:test
[INFO] |  +- org.mockito:mockito-core:jar:3.9.0:test
[INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.10.22:compile
[INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.10.22:test
[INFO] |  |  \- org.objenesis:objenesis:jar:3.2:test
[INFO] |  +- org.mockito:mockito-junit-jupiter:jar:3.9.0:test
[INFO] |  +- org.skyscreamer:jsonassert:jar:1.5.0:test
[INFO] |  |  \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] |  +- org.springframework:spring-test:jar:5.3.6:test
[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.7.0:test
[INFO] +- org.springframework:spring-aspects:jar:5.3.6:compile
[INFO] |  \- org.aspectj:aspectjweaver:jar:1.9.6:compile
[INFO] +- org.springframework.restdocs:spring-restdocs-mockmvc:jar:2.0.5.RELEASE:test
[INFO] |  +- javax.servlet:javax.servlet-api:jar:4.0.1:test
[INFO] |  +- org.springframework.restdocs:spring-restdocs-core:jar:2.0.5.RELEASE:test
[INFO] |  \- org.springframework:spring-webmvc:jar:5.3.6:compile
[INFO] +- com.h2database:h2:jar:1.4.200:test
[INFO] +- org.apache.commons:commons-email:jar:1.5:test
[INFO] |  \- com.sun.mail:javax.mail:jar:1.5.6:test
[INFO] +- com.company.maas:maas-base:test-jar:tests:28.4.0:test
[INFO] +- org.testcontainers:elasticsearch:jar:1.15.3:test
[INFO] |  \- org.testcontainers:testcontainers:jar:1.15.3:test
[INFO] |     +- org.rnorth.duct-tape:duct-tape:jar:1.0.8:test
[INFO] |     +- org.rnorth.visible-assertions:visible-assertions:jar:2.1.2:test
[INFO] |     |  \- net.java.dev.jna:jna:jar:5.2.0:test
[INFO] |     +- com.github.docker-java:docker-java-api:jar:3.2.8:test
[INFO] |     \- com.github.docker-java:docker-java-transport-zerodep:jar:3.2.8:test
[INFO] |        \- com.github.docker-java:docker-java-transport:jar:3.2.8:test
[INFO] +- io.jsonwebtoken:jjwt:jar:0.9.1:compile
[INFO] +- io.micrometer:micrometer-registry-statsd:jar:1.6.6:compile
[INFO] +- io.micrometer:micrometer-core:jar:1.6.6:compile
[INFO] |  +- org.hdrhistogram:HdrHistogram:jar:2.1.12:compile
[INFO] |  \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime
[INFO] +- org.springframework.cloud:spring-cloud-starter-sleuth:jar:3.0.2:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-aop:jar:2.4.5:compile
[INFO] |  +- org.springframework.cloud:spring-cloud-sleuth-autoconfigure:jar:3.0.2:compile
[INFO] |  |  +- org.springframework.cloud:spring-cloud-sleuth-instrumentation:jar:3.0.2:compile
[INFO] |  |  |  \- org.springframework.cloud:spring-cloud-sleuth-api:jar:3.0.2:compile
[INFO] |  |  \- org.aspectj:aspectjrt:jar:1.9.6:compile
[INFO] |  \- org.springframework.cloud:spring-cloud-sleuth-brave:jar:3.0.2:compile
[INFO] |     +- io.zipkin.brave:brave:jar:5.13.2:compile
[INFO] |     +- io.zipkin.brave:brave-context-slf4j:jar:5.13.2:compile
[INFO] |     +- io.zipkin.brave:brave-instrumentation-messaging:jar:5.13.2:compile
[INFO] |     +- io.zipkin.brave:brave-instrumentation-rpc:jar:5.13.2:compile
[INFO] |     +- io.zipkin.brave:brave-instrumentation-spring-rabbit:jar:5.13.2:compile
[INFO] |     +- io.zipkin.brave:brave-instrumentation-kafka-clients:jar:5.13.2:compile
[INFO] |     +- io.zipkin.brave:brave-instrumentation-kafka-streams:jar:5.13.2:compile
[INFO] |     +- io.zipkin.brave:brave-instrumentation-httpclient:jar:5.13.2:compile
[INFO] |     |  \- io.zipkin.brave:brave-instrumentation-http:jar:5.13.2:compile
[INFO] |     +- io.zipkin.brave:brave-instrumentation-httpasyncclient:jar:5.13.2:compile
[INFO] |     +- io.zipkin.brave:brave-instrumentation-jms:jar:5.13.2:compile
[INFO] |     +- io.zipkin.brave:brave-instrumentation-mongodb:jar:5.13.2:compile
[INFO] |     +- io.zipkin.aws:brave-propagation-aws:jar:0.21.3:compile
[INFO] |     \- io.zipkin.reporter2:zipkin-reporter-metrics-micrometer:jar:2.16.1:compile
[INFO] |        \- io.zipkin.reporter2:zipkin-reporter:jar:2.16.1:compile
[INFO] |           \- io.zipkin.zipkin2:zipkin:jar:2.23.0:compile
[INFO] \- io.opentracing.brave:brave-opentracing:jar:0.37.4:compile
[INFO]    \- io.opentracing:opentracing-api:jar:0.32.0:compile

Should I be aware of any incompatible dependencies or other breaking changes?

snicoll commented 3 years ago

@imochurad it is impossible to say with the information you've shared. What was the previous version? What does the aspect look like? If you can share a small sample we can run ourselves, that would be ideal.

imochurad commented 3 years ago

There was a lack of a component scan on the application. Closing