Ryan Baxter
763b6c1711
Add each PropertySource from PropertySourceLocators individually ( #652 )
...
* Add each PropertySource from PropertySourceLocators individually instead of as a CompositePropertySource. Fixes #611
5 years ago
Ryan Baxter
04c24271e7
Merge remote-tracking branch 'origin/2.1.x'
5 years ago
Ryan Baxter
b7bef1d3e0
Added clarification to documentation on where to set spring.profiles.active. Fixes #612
5 years ago
Olga Maciaszek-Sharma
de9e259b1e
Make LoadBalancer cache conditional on no Ribbon default. ( #650 )
5 years ago
Tim Ysewyn
7b0af856a4
Bumped spring-security-rsa
5 years ago
Tim Ysewyn
af772dbafb
Bumped spring-security-rsa
5 years ago
Jay Bryant
359dd79aac
Making the Load Balancer and Circuit Breaker sections consistent ( #646 )
...
I edited the Load Balancer and Circuit Breaker sections to make them be consistent with the rest of the document. I tinkered with some other things while I was at it.
5 years ago
srempfer
70129ecc07
Introduced property 'spring.cloud.bootstrap.additional-location' according to 'spring.config.additional-location' ( #466 )
5 years ago
buildmaster
b2d834f37f
Bumping versions
5 years ago
buildmaster
8ab3c2723a
Bumping versions to 2.2.1.BUILD-SNAPSHOT after release
5 years ago
buildmaster
a70b9f30bd
Going back to snapshots
5 years ago
buildmaster
a20cde9672
Update SNAPSHOT to 2.2.0.RELEASE
5 years ago
Olga Maciaszek-Sharma
da0e06eb7a
Add evictor based loadbalancer caching ( #644 )
...
* Add Evictor dependency. Implement EvictorCache.
* Add EvictorBasedLoadBalancerCacheManager. Add evictor to starter.
* Set caffeine InitialCapacity from properties.
* Add tests. Add javadocs. Fix creating multiple cache instances.
* Reformat. Change property name. Add documentation.
* Add more tests.
* Move evictor version to parent. Add more tests.
* Ignore .flattened-pom.xml.
* Encapsulate Evictor and switch to non-evictor specific class naming.
* Adjust the docs.
* Fix after code review.
5 years ago
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
f2e1ea7e36
Removing resource class from circileci config
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