spring-cloud-commons icon indicating copy to clipboard operation
spring-cloud-commons copied to clipboard

Common classes used in different Spring Cloud implementations

Results 206 spring-cloud-commons issues
Sort by recently updated
recently updated
newest added

The current implement of LoggingRebinder , when refreshed by the /refresh endpoint, only changes the level of specific loggers and does not yet support changes the level of logger groups....

enhancement
waiting for feedback

Fixes gh-823. Probably for major release.

enhancement

This fixes the problem, that a https URI could not be overriden in Unit tests with http (avoiding certificate problems on the build server)

in progress
for-major-release

Bumps [spring-hateoas](https://github.com/spring-projects/spring-hateoas) from 1.1.0.M1 to 1.3.0-SNAPSHOT. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=org.springframework.hateoas:spring-hateoas&package-manager=maven&previous-version=1.1.0.M1&new-version=1.3.0-SNAPSHOT)](https://dependabot.com/compatibility-score/?dependency-name=org.springframework.hateoas:spring-hateoas&package-manager=maven&previous-version=1.1.0.M1&new-version=1.3.0-SNAPSHOT) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps `maven-resolver.version` from 1.1.1 to 1.6.1. Updates `maven-resolver-connector-basic` from 1.1.1 to 1.6.1 Commits be51390 [maven-release-plugin] prepare release maven-resolver-1.6.1 526fa33 [MRESOLVER-136] Migrate from maven-bundle-plugin to bnd-maven-plugin 21cf41f [MRESOLVER-109] AndDependencySelector should override...

dependencies

Bumps [spring-cloud-build](https://github.com/spring-cloud/spring-cloud-build) from 3.0.0-SNAPSHOT to 3.0.0.M1. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=org.springframework.cloud:spring-cloud-build&package-manager=maven&previous-version=3.0.0-SNAPSHOT&new-version=3.0.0.M1)](https://dependabot.com/compatibility-score/?dependency-name=org.springframework.cloud:spring-cloud-build&package-manager=maven&previous-version=3.0.0-SNAPSHOT&new-version=3.0.0.M1) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [spring-cloud-dependencies-parent](https://github.com/spring-cloud/spring-cloud-build) from 3.0.0-SNAPSHOT to 3.0.0.M1. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=org.springframework.cloud:spring-cloud-dependencies-parent&package-manager=maven&previous-version=3.0.0-SNAPSHOT&new-version=3.0.0.M1)](https://dependabot.com/compatibility-score/?dependency-name=org.springframework.cloud:spring-cloud-dependencies-parent&package-manager=maven&previous-version=3.0.0-SNAPSHOT&new-version=3.0.0.M1) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [maven-resolver-provider](https://github.com/apache/maven) from 3.5.4 to 3.6.3. Commits cecedd3 [maven-release-plugin] prepare release maven-3.6.3 f8bd6d5 [MNG-6771] Fix license issues on binary distribution c82409a [MNG-6759] Maven fails to use <repositories> section from dependency...

dependencies

This PR involves creating a request factory that will be used to convert incoming HTTP requests from ReactorLoadBalancerExchangeFilterFunction/LoadBalancerInterceptor to `org.springframework.cloud.client.loadbalancer.reactive.Request`. `RequestFactory` has one method that allows developers to plug in...

icebox

Supplies actuator endpoints for commons methods on these interfaces.

in progress