buildmaster
05d936803f
Bumping versions
5 years ago
Olga Maciaszek-Sharma
1ddeca4a8e
Switch to Spring Boot String to Duration conversion.
5 years ago
Olga Maciaszek-Sharma
bf6b31ee8a
caffeine cache for loadbalancer Fix gh 638 ( #643 )
...
* Add Caffeine-based loadBalancerCacheManager.
* Add more tests.
* Fix test.
* Only enable loadBalancer caching if caffeine is on classpath. Warn if
caffeine is not on classpath.
* Add javadocs.
* Add docs. Change property name.
* Fix configuration.
* Fix after code review. Add another constructor to CaffeineBasedLoadBalancerCacheManager,
allowing to pass cache name, in order to support alternative ServiceInstanceListSupplierImplementations.
5 years ago
Ryan Baxter
d4cc825aa0
Merge remote-tracking branch 'origin/2.1.x'
5 years ago
Ryan Baxter
fe86020456
Added docs about using multiple LoadBalanced WebClient objects. Fixes #387
5 years ago
buildmaster
cc05a2ba2c
Bumping versions
5 years ago
Ryan Baxter
2b35336cd6
Update issue templates
5 years ago
Ryan Baxter
da7261d373
Create SECURITY.md
5 years ago
buildmaster
4bd752192c
Bumping versions to 2.1.5.BUILD-SNAPSHOT after release
5 years ago
buildmaster
178395f6c9
Going back to snapshots
5 years ago
buildmaster
4bba3d1a80
Update SNAPSHOT to 2.1.4.RELEASE
5 years ago
Ryan Baxter
18a4227c4e
Added proxyBeanMethods = false to configuration classes. Fixes #623
5 years ago
buildmaster
80a9a38712
Going back to snapshots
5 years ago
buildmaster
9ec71f275e
Update SNAPSHOT to 2.2.0.RC2
5 years ago
buildmaster
efcb959e8c
Bumping versions
5 years ago
Marcin Grzejszczak
ea957512a0
Added maven flatten plugin
5 years ago
Olga Maciaszek-Sharma
6356d92727
Remove unnecessary debug code.
5 years ago
Olga Maciaszek-Sharma
b85e8a23cc
Minor doc fixes.
5 years ago
Olga Maciaszek-Sharma
b1b0ec86a6
Fix gh 619 pass customisers in bean post processors ( #627 )
...
* Switch to passing customisers in BeanPostProcessor instead of the
SmartInitializingSingleton.
* Do not instantiate ReactorLoadBalancerExchangeFilterFunction while registering
LB BeanPostProcessor.
* Do not instantiate ReactorLoadBalancerExchangeFilterFunction while registering
LB BeanPostProcessor.
* Extract BeanPostProcessor instantiation to a separate configuration.
* Fix tests.
* Switch to using generics for DeferringLoadBalancerExchangeFilterFunction
and reusing BPP configuration for Ribbon. Add more test assertions.
* Add javadocs.
* Add test verifying LB filters added when WebClient built in constructor.
5 years ago
Olga Maciaszek-Sharma
c437379857
Merge branch '2.1.x'
...
# Conflicts:
# spring-cloud-loadbalancer/src/main/java/org/springframework/cloud/loadbalancer/config/BlockingLoadBalancerClientAutoConfiguration.java
5 years ago
Olga Maciaszek-Sharma
b3c4698f99
Make RibbonWarnLogger conditional on `loadbalancer.ribbon.enabled=true`.
...
Fixes gh-628
5 years ago
buildmaster
8e2374140a
Going back to snapshots
5 years ago
buildmaster
338649716f
Update SNAPSHOT to 2.2.0.RC1
5 years ago
Tim Ysewyn
7033a9877f
Take first non-empty flux into consideration for composite reactive service discovery
5 years ago
Spencer Gibb
3fe7725fca
Removes Objects.requireNonNull()
5 years ago
Olga Maciaszek-Sharma
ffecfb7d0b
Add Spring Cloud LoadBalancer section to docs. ( #624 )
5 years ago
Olga Maciaszek-Sharma
092960e26e
Fix Spring Cloud CircuitBreaker docs level offset.
5 years ago
Tim Ysewyn
e506e8ee60
Removed resource_class from circle config
5 years ago
buildmaster
dd08f97b93
Going back to snapshots
5 years ago
buildmaster
191a2724a4
Update SNAPSHOT to 2.2.0.M3
5 years ago
Tim Ysewyn
c0113c5235
Support reactive discovery client for load balancing
5 years ago
Phil Webb
2ded4eb554
Migrate from deprecate methods ( #610 )
...
Migrate away from deprecated Spring Boot configuration property
bean classes and methods.
5 years ago
buildmaster
1eeb648295
Bumping versions
5 years ago
Olga Maciaszek-Sharma
c2344f4580
Deprecate LoadBalancerExchangeFilterFunction.
5 years ago
Olga Maciaszek-Sharma
87fa3c7897
Use Ribbon by default. ( #609 )
...
* Use Ribbon by default.
* Fix after review.
* Reformat.
5 years ago
Olga Maciaszek-Sharma
da0ce3c4c8
Gh 595 add serviceinstancelistsupplier ( #607 )
...
* Add ServiceInstanceListSupplier and its implementations.
Deprecate ServiceInstanceSupplier and its implementations.
Fixes gh-595.
* Switch to non-parameterised type.
* Switch autoConfiguration and tests to new implementation.
* Update docs and javadocs. Remove deprecated TODOs.
* Fix after code review.
5 years ago
Olga Maciaszek-Sharma
1f6a4b1b37
Merge branch '2.1.x'
5 years ago
Olga Maciaszek-Sharma
8b8cf43add
Mark ReactiveLoadBalancerAutoConfiguration as deprecated.
5 years ago
Ryan Baxter
f3477ba465
Removing Sleuth from docs
5 years ago
Ryan Baxter
eeccf1e2fe
Adding auto generated configuration properties documentation. Fixes #600
5 years ago
Olga Maciaszek-Sharma
bcbc5d4819
Remove spring.provides. Fixes gh-602.
5 years ago
Olga Maciaszek-Sharma
bef0543c2a
Merge branch '2.1.x'
...
# Conflicts:
# docs/pom.xml
# pom.xml
# spring-cloud-commons-dependencies/pom.xml
# spring-cloud-commons/pom.xml
# spring-cloud-context-integration-tests/pom.xml
# spring-cloud-context/pom.xml
# spring-cloud-loadbalancer/pom.xml
# spring-cloud-starter/pom.xml
# spring-cloud-test-support/pom.xml
5 years ago
Olga Maciaszek-Sharma
38db8440f1
Remove spring.provides.
5 years ago
buildmaster
afbe230b37
Bumping versions
5 years ago
Spencer Gibb
d2396bb21a
Moves `@ConditionalOnClass(RestTemplate.class)` to inner class.
...
Creates test to make sure this works
5 years ago
Spencer Gibb
a70d99f79c
Merge branch 'philwebb-healthcontributor'
5 years ago
Spencer Gibb
3ba5fcabaa
Merge branch 'healthcontributor' of https://github.com/philwebb/spring-cloud-commons into philwebb-healthcontributor
5 years ago
Olga Maciaszek-Sharma
8bbd4384cc
Remove deprecated comment. Move property configuration metadata to
...
loadbalancer module.
5 years ago
Spencer Gibb
6f83156c73
Moves conditional on class to class level
5 years ago
Tim Ysewyn
7f5823000f
Updated discovery auto configuration
5 years ago