buildmaster
f25bbad456
Bumping versions
5 years ago
Olga Maciaszek-Sharma
75338cde79
Zoned ServiceInstanceListSupplier ( #658 )
...
* Get ServiceInstance zone from metadata.
* Add ZonePreferenceServiceInstanceListSupplier.
* Add javadocs and license entries.
* Add tests.
* Add documentation.
* Documentation fix.
* Fix after code review.
5 years ago
Spencer Gibb
be0fa8f1b8
Merge branch '2.1.x'
5 years ago
Spencer Gibb
6c9bcb9f38
Adds static to ConfigurationPropertiesBeans bean.
...
This avoids a bean post processor warning.
Fixes gh-657
5 years ago
Spencer Gibb
5f3981bbfc
Merge branch '2.1.x'
5 years ago
Spencer Gibb
618d2b31ba
Adds .flattened-pom.xml
5 years ago
Spencer Gibb
d8db91206e
Moves locateCollection impl to static method
5 years ago
Dave Syer
bfbadec0f0
Prevent listeners being added multiple times on restart
...
(and at other times potentially - e.g. if 2 contexts share a parent).
Plus some general tidy up on compiler warnings.
Fixes gh-613
5 years ago
Ryan Baxter
4cc23b4b71
Merge remote-tracking branch 'origin/2.1.x'
5 years ago
Ryan Baxter
d0ca983936
Removing the possibility of null propertysources being returned in the locator
5 years ago
Ryan Baxter
e4be432ec4
Merge remote-tracking branch 'origin/2.1.x'
5 years ago
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