Giter Club home page Giter Club logo

Comments (2)

spencergibb avatar spencergibb commented on September 25, 2024

Please try with a non milestone of Spring Cloud 2023.0.0

from spring-cloud-gateway.

poser55 avatar poser55 commented on September 25, 2024

Thank you.

I tried with 2023.0.1-SNAPSHOT of org.springframework.cloud:spring-cloud-dependencies .
The issue still exists.

Here are my versions (mvn dependency:tree):

--- dependency:3.6.1:tree (default-cli) @ gs-gateway ---
[INFO] com.example:gs-gateway:jar:0.0.1-SNAPSHOT
[INFO] +- org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:jar:3.1.1-SNAPSHOT:compile
[INFO] | +- org.springframework.cloud:spring-cloud-starter:jar:4.1.2-SNAPSHOT:compile
[INFO] | | +- org.springframework.cloud:spring-cloud-context:jar:4.1.2-SNAPSHOT:compile
[INFO] | | | - org.springframework.security:spring-security-crypto:jar:6.2.2:compile
[INFO] | | +- org.springframework.cloud:spring-cloud-commons:jar:4.1.2-SNAPSHOT:compile
[INFO] | | - org.springframework.security:spring-security-rsa:jar:1.1.1:compile
[INFO] | | - org.bouncycastle:bcprov-jdk18on:jar:1.74:compile
[INFO] | +- org.springframework.cloud:spring-cloud-circuitbreaker-resilience4j:jar:3.1.1-SNAPSHOT:compile
[INFO] | | - io.github.resilience4j:resilience4j-spring-boot3:jar:2.1.0:compile
[INFO] | | +- io.github.resilience4j:resilience4j-spring6:jar:2.1.0:compile
[INFO] | | | +- io.github.resilience4j:resilience4j-annotations:jar:2.1.0:compile
[INFO] | | | +- io.github.resilience4j:resilience4j-consumer:jar:2.1.0:compile
[INFO] | | | | - io.github.resilience4j:resilience4j-circularbuffer:jar:2.1.0:runtime
[INFO] | | | - io.github.resilience4j:resilience4j-framework-common:jar:2.1.0:compile
[INFO] | | - io.github.resilience4j:resilience4j-micrometer:jar:2.1.0:runtime
[INFO] | | - io.micrometer:micrometer-core:jar:1.12.3:runtime
[INFO] | | +- org.hdrhistogram:HdrHistogram:jar:2.1.12:runtime
[INFO] | | - org.latencyutils:LatencyUtils:jar:2.0.3:runtime
[INFO] | +- io.github.resilience4j:resilience4j-circuitbreaker:jar:2.1.0:compile
[INFO] | | - io.github.resilience4j:resilience4j-core:jar:2.1.0:compile
[INFO] | - io.github.resilience4j:resilience4j-timelimiter:jar:2.1.0:compile
[INFO] +- org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j:jar:3.1.1-SNAPSHOT:compile
[INFO] | - io.github.resilience4j:resilience4j-reactor:jar:2.1.0:compile
[INFO] | +- io.projectreactor:reactor-core:jar:3.6.3:compile
[INFO] | | - org.reactivestreams:reactive-streams:jar:1.0.4:compile
[INFO] | +- io.github.resilience4j:resilience4j-ratelimiter:jar:2.1.0:compile
[INFO] | +- io.github.resilience4j:resilience4j-bulkhead:jar:2.1.0:runtime
[INFO] | - io.github.resilience4j:resilience4j-retry:jar:2.1.0:compile
[INFO] +- org.springframework.cloud:spring-cloud-starter-gateway:jar:4.1.2-SNAPSHOT:compile
[INFO] | +- org.springframework.cloud:spring-cloud-gateway-server:jar:4.1.2-SNAPSHOT:compile
[INFO] | | +- org.springframework.boot:spring-boot-starter-validation:jar:3.2.3:compile
[INFO] | | | +- org.apache.tomcat.embed:tomcat-embed-el:jar:10.1.19:compile
[INFO] | | | - org.hibernate.validator:hibernate-validator:jar:8.0.1.Final:compile
[INFO] | | | +- jakarta.validation:jakarta.validation-api:jar:3.0.2:compile
[INFO] | | | +- org.jboss.logging:jboss-logging:jar:3.5.3.Final:compile
[INFO] | | | - com.fasterxml:classmate:jar:1.6.0:compile
[INFO] | | - io.projectreactor.addons:reactor-extra:jar:3.5.1:compile
[INFO] | - org.springframework.boot:spring-boot-starter-webflux:jar:3.2.3:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:3.2.3:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.15.4:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.15.4:compile
[INFO] | | | - com.fasterxml.jackson.core:jackson-core:jar:2.15.4:compile
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.15.4:compile
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.4:compile
[INFO] | | - com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.15.4:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-reactor-netty:jar:3.2.3:compile
[INFO] | | - io.projectreactor.netty:reactor-netty-http:jar:1.1.16:compile
[INFO] | | +- io.netty:netty-codec-http:jar:4.1.107.Final:compile
[INFO] | | | +- io.netty:netty-common:jar:4.1.107.Final:compile
[INFO] | | | +- io.netty:netty-buffer:jar:4.1.107.Final:compile
[INFO] | | | +- io.netty:netty-transport:jar:4.1.107.Final:compile
[INFO] | | | +- io.netty:netty-codec:jar:4.1.107.Final:compile
[INFO] | | | - io.netty:netty-handler:jar:4.1.107.Final:compile
[INFO] | | +- io.netty:netty-codec-http2:jar:4.1.107.Final:compile
[INFO] | | +- io.netty:netty-resolver-dns:jar:4.1.107.Final:compile
[INFO] | | | +- io.netty:netty-resolver:jar:4.1.107.Final:compile
[INFO] | | | - io.netty:netty-codec-dns:jar:4.1.107.Final:compile
[INFO] | | +- io.netty:netty-resolver-dns-native-macos:jar:osx-x86_64:4.1.107.Final:compile
[INFO] | | | - io.netty:netty-resolver-dns-classes-macos:jar:4.1.107.Final:compile
[INFO] | | +- io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.107.Final:compile
[INFO] | | | +- io.netty:netty-transport-native-unix-common:jar:4.1.107.Final:compile
[INFO] | | | - io.netty:netty-transport-classes-epoll:jar:4.1.107.Final:compile
[INFO] | | - io.projectreactor.netty:reactor-netty-core:jar:1.1.16:compile
[INFO] | | - io.netty:netty-handler-proxy:jar:4.1.107.Final:compile
[INFO] | | - io.netty:netty-codec-socks:jar:4.1.107.Final:compile
[INFO] | +- org.springframework:spring-web:jar:6.1.4:compile
[INFO] | | - org.springframework:spring-beans:jar:6.1.4:compile
[INFO] | - org.springframework:spring-webflux:jar:6.1.4:compile
[INFO] +- io.micrometer:micrometer-tracing-bridge-otel:jar:1.2.3:compile
[INFO] | +- io.micrometer:micrometer-tracing:jar:1.2.3:compile
[INFO] | | +- io.micrometer:context-propagation:jar:1.1.1:compile
[INFO] | | - aopalliance:aopalliance:jar:1.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:2.0.12:compile
[INFO] | +- io.micrometer:micrometer-observation:jar:1.12.3:compile
[INFO] | | - io.micrometer:micrometer-commons:jar:1.12.3:compile
[INFO] | +- io.opentelemetry:opentelemetry-api:jar:1.31.0:compile
[INFO] | | - io.opentelemetry:opentelemetry-context:jar:1.31.0:compile
[INFO] | +- io.opentelemetry.semconv:opentelemetry-semconv:jar:1.21.0-alpha:compile
[INFO] | +- io.opentelemetry:opentelemetry-sdk-common:jar:1.31.0:compile
[INFO] | +- io.opentelemetry:opentelemetry-sdk-trace:jar:1.31.0:compile
[INFO] | +- io.opentelemetry:opentelemetry-sdk:jar:1.31.0:compile
[INFO] | | +- io.opentelemetry:opentelemetry-sdk-metrics:jar:1.31.0:compile
[INFO] | | - io.opentelemetry:opentelemetry-sdk-logs:jar:1.31.0:compile
[INFO] | | - io.opentelemetry:opentelemetry-api-events:jar:1.31.0-alpha:runtime
[INFO] | +- io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv:jar:1.31.0-alpha:compile
[INFO] | | +- io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:jar:1.31.0:compile
[INFO] | | - io.opentelemetry:opentelemetry-extension-incubator:jar:1.31.0-alpha:runtime
[INFO] | - io.opentelemetry:opentelemetry-extension-trace-propagators:jar:1.31.0:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:3.2.3:test
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:3.2.3:compile
[INFO] | | +- org.springframework.boot:spring-boot:jar:3.2.3:compile
[INFO] | | | - org.springframework:spring-context:jar:6.1.4:compile
[INFO] | | | +- org.springframework:spring-aop:jar:6.1.4:compile
[INFO] | | | - org.springframework:spring-expression:jar:6.1.4:compile
[INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:3.2.3:compile
[INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:3.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-classic:jar:1.4.14:compile
[INFO] | | | | - ch.qos.logback:logback-core:jar:1.4.14:compile
[INFO] | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.21.1:compile
[INFO] | | | | - org.apache.logging.log4j:log4j-api:jar:2.21.1:compile
[INFO] | | | - org.slf4j:jul-to-slf4j:jar:2.0.12: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-test:jar:3.2.3:test
[INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:3.2.3:test
[INFO] | +- com.jayway.jsonpath:json-path:jar:2.9.0:test
[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.1:test
[INFO] | | - jakarta.activation:jakarta.activation-api:jar:2.1.2:test
[INFO] | +- net.minidev:json-smart:jar:2.5.0:test
[INFO] | | - net.minidev:accessors-smart:jar:2.5.0:test
[INFO] | | - org.ow2.asm:asm:jar:9.3:test
[INFO] | +- org.assertj:assertj-core:jar:3.24.2:test
[INFO] | | - net.bytebuddy:byte-buddy:jar:1.14.12:test
[INFO] | +- org.awaitility:awaitility:jar:4.2.0:test
[INFO] | +- org.hamcrest:hamcrest:jar:2.2:test
[INFO] | +- org.junit.jupiter:junit-jupiter:jar:5.10.2:test
[INFO] | | +- org.junit.jupiter:junit-jupiter-api:jar:5.10.2:test
[INFO] | | | +- org.opentest4j:opentest4j:jar:1.3.0:test
[INFO] | | | +- org.junit.platform:junit-platform-commons:jar:1.10.2:test
[INFO] | | | - org.apiguardian:apiguardian-api:jar:1.1.2:test
[INFO] | | +- org.junit.jupiter:junit-jupiter-params:jar:5.10.2:test
[INFO] | | - org.junit.jupiter:junit-jupiter-engine:jar:5.10.2:test
[INFO] | | - org.junit.platform:junit-platform-engine:jar:1.10.2:test
[INFO] | +- org.mockito:mockito-core:jar:5.7.0:test
[INFO] | | +- net.bytebuddy:byte-buddy-agent:jar:1.14.12:test
[INFO] | | - org.objenesis:objenesis:jar:3.3:test
[INFO] | +- org.mockito:mockito-junit-jupiter:jar:5.7.0:test
[INFO] | +- org.skyscreamer:jsonassert:jar:1.5.1:test
[INFO] | | - com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] | +- org.springframework:spring-core:jar:6.1.4:compile
[INFO] | | - org.springframework:spring-jcl:jar:6.1.4:compile
[INFO] | +- org.springframework:spring-test:jar:6.1.4:test
[INFO] | - org.xmlunit:xmlunit-core:jar:2.9.1:test
[INFO] - org.springframework.cloud:spring-cloud-starter-contract-stub-runner:jar:4.1.1-SNAPSHOT:test
[INFO] +- org.springframework.cloud:spring-cloud-contract-stub-runner:jar:4.1.1-SNAPSHOT:test
[INFO] | +- org.springframework.cloud:spring-cloud-contract-verifier:jar:4.1.1-SNAPSHOT:test
[INFO] | | +- org.apache.commons:commons-text:jar:1.11.0:test
[INFO] | | | - org.apache.commons:commons-lang3:jar:3.13.0:test
[INFO] | | +- javax.inject:javax.inject:jar:1:test
[INFO] | | +- com.toomuchcoding.jsonassert:jsonassert:jar:0.8.0:test
[INFO] | | +- com.rackspace.eclipse.webtools.sourceediting:org.eclipse.wst.xml.xpath2.processor:jar:2.1.100:test
[INFO] | | | +- edu.princeton.cup:java-cup:jar:10k:test
[INFO] | | | - com.ibm.icu:icu4j:jar:4.6:test
[INFO] | | +- org.apache.groovy:groovy:jar:4.0.18:test
[INFO] | | +- org.apache.groovy:groovy-nio:jar:4.0.18:test
[INFO] | | +- org.apache.groovy:groovy-json:jar:4.0.18:test
[INFO] | | +- org.apache.groovy:groovy-xml:jar:4.0.18:test
[INFO] | | +- com.github.jknack:handlebars:jar:4.3.1:test
[INFO] | | +- commons-beanutils:commons-beanutils:jar:1.9.4:test
[INFO] | | | +- commons-logging:commons-logging:jar:1.2:test
[INFO] | | | - commons-collections:commons-collections:jar:3.2.2:test
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.15.4:test
[INFO] | | - net.javacrumbs.json-unit:json-unit-assertj:jar:2.38.0:test
[INFO] | | +- net.javacrumbs.json-unit:json-unit-core:jar:2.38.0:test
[INFO] | | | - org.hamcrest:hamcrest-core:jar:2.2:test
[INFO] | | - net.javacrumbs.json-unit:json-unit-json-path:jar:2.38.0:test
[INFO] | +- org.springframework.cloud:spring-cloud-contract-shade:jar:4.1.1-SNAPSHOT:test
[INFO] | +- org.springframework.cloud:spring-cloud-contract-converters:jar:4.1.1-SNAPSHOT:test
[INFO] | +- org.springframework.cloud:spring-cloud-contract-spec:jar:4.1.1-SNAPSHOT:test
[INFO] | | +- org.springframework.cloud:spring-cloud-contract-spec-java:jar:4.1.1-SNAPSHOT:test
[INFO] | | | - dk.brics:automaton:jar:1.12-4:test
[INFO] | | - org.springframework.cloud:spring-cloud-contract-spec-groovy:jar:4.1.1-SNAPSHOT:test
[INFO] | +- org.eclipse.jgit:org.eclipse.jgit:jar:6.6.1.202309021850-r:test
[INFO] | | - com.googlecode.javaewah:JavaEWAH:jar:1.2.3:test
[INFO] | +- org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:jar:6.7.0.202309050840-r:test
[INFO] | | +- com.jcraft:jsch:jar:0.1.55:test
[INFO] | | - com.jcraft:jzlib:jar:1.1.3:test
[INFO] | +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9:test
[INFO] | | - com.jcraft:jsch.agentproxy.core:jar:0.0.9:test
[INFO] | +- com.jcraft:jsch.agentproxy.jsch:jar:0.0.9:test
[INFO] | - com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9:test
[INFO] | +- net.java.dev.jna:jna:jar:4.1.0:test
[INFO] | - net.java.dev.jna:jna-platform:jar:4.1.0:test
[INFO] +- org.springframework.cloud:spring-cloud-contract-wiremock:jar:4.1.1-SNAPSHOT:test
[INFO] | +- com.github.tomakehurst:wiremock-jre8-standalone:jar:2.35.1:test
[INFO] | +- org.apache.httpcomponents.client5:httpclient5:jar:5.2.3:test
[INFO] | | +- org.apache.httpcomponents.core5:httpcore5:jar:5.2.4:test
[INFO] | | - org.apache.httpcomponents.core5:httpcore5-h2:jar:5.2.4:test
[INFO] | - org.springframework.cloud:spring-cloud-test-support:jar:4.1.2-SNAPSHOT:test
[INFO] | +- org.apache.maven.resolver:maven-resolver-connector-basic:jar:1.9.16:test
[INFO] | | +- org.apache.maven.resolver:maven-resolver-spi:jar:1.9.16:test
[INFO] | | - org.apache.maven.resolver:maven-resolver-util:jar:1.9.16:test
[INFO] | +- org.apache.maven.resolver:maven-resolver-impl:jar:1.9.16:test
[INFO] | | - org.apache.maven.resolver:maven-resolver-named-locks:jar:1.9.16:test
[INFO] | +- org.apache.maven:maven-resolver-provider:jar:3.9.5:test
[INFO] | | +- org.apache.maven:maven-model:jar:3.9.5:test
[INFO] | | +- org.apache.maven:maven-model-builder:jar:3.9.5:test
[INFO] | | | +- org.codehaus.plexus:plexus-interpolation:jar:1.26:test
[INFO] | | | +- org.apache.maven:maven-artifact:jar:3.9.5:test
[INFO] | | | - org.apache.maven:maven-builder-support:jar:3.9.5:test
[INFO] | | - org.apache.maven:maven-repository-metadata:jar:3.9.5:test
[INFO] | - org.apache.maven.resolver:maven-resolver-transport-http:jar:1.9.16:test
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.14:test
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.16:test
[INFO] | - commons-codec:commons-codec:jar:1.16.1:test
[INFO] +- org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:test
[INFO] - org.sonatype.sisu:sisu-inject-plexus:jar:2.6.0:test
[INFO] +- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:test
[INFO] +- org.codehaus.plexus:plexus-classworlds:jar:2.5.2:test
[INFO] +- org.codehaus.plexus:plexus-utils:jar:3.0.18:test
[INFO] +- org.sonatype.sisu:sisu-inject-bean:jar:2.6.0:test
[INFO] | +- javax.enterprise:cdi-api:jar:1.0:test
[INFO] | | - javax.annotation:jsr250-api:jar:1.0:test
[INFO] | +- org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.5:test
[INFO] | | - com.google.guava:guava:jar:16.0.1:test
[INFO] | - org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0:test
[INFO] - org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0:test

from spring-cloud-gateway.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.