buildmaster
7fcfceea42
Going back to snapshots
5 years ago
buildmaster
a6191e08f9
Update SNAPSHOT to 2.2.3.RELEASE
5 years ago
buildmaster
5019c7235b
Bumping versions
5 years ago
Olga Maciaszek-Sharma
b430529ccc
Switch initialDelay to Duration. ( #768 )
5 years ago
Olga Maciaszek-Sharma
da23fe4f07
Handle exceptions and timeouts new ( #767 )
...
* Handle timeouts and exceptions while retrieving instances.
* Update docs.
5 years ago
Olga Maciaszek-Sharma
87e5d7a62b
Fix execution thread for blocking and adjusts timing
...
* Fix execution thread for blocking DiscoveryClientServiceInstanceListSupplier.
* Desynchronise HealthCheck and Cache. Add info about using HealthCheck without Cache to docs.
See gh-760
5 years ago
buildmaster
55990f140b
Bumping versions
5 years ago
Marcin Grzejszczak
766ab94d46
Setting up repository for docs.spring.io migration
5 years ago
Marcin Grzejszczak
6566e318bc
Setting up repository for docs.spring.io migration
5 years ago
Spencer Gibb
83bb54bafd
Renames ServiceInstanceListSuppliers to ServiceInstanceListSupplierBuilder ( #761 )
...
Puts static builder() method on ServiceInstanceListSupplier.
Deprecates ServiceInstanceListSupplier.fixed(Environment) and replaces with fixed(serviceId).
5 years ago
Spencer Gibb
a10fbb9b07
Renames ServiceInstanceListSuppliers to ServiceInstanceListSupplierBuilder ( #761 )
...
Puts static builder() method on ServiceInstanceListSupplier.
Deprecates ServiceInstanceListSupplier.fixed(Environment) and replaces with fixed(serviceId).
5 years ago
Olga Maciaszek-Sharma
c998d69c66
Add predefined ServiceInstanceListSupplier configurations. 2nd part of gh-741. ( #758 )
5 years ago
Olga Maciaszek-Sharma
8dff101d6f
Lb configuration builders ( #751 )
...
* Adds ServiceInstanceListSuppliers.java with Builder
* Implement TODOs.
* Add javadocs.
* Remove unused type.
* Add test.
* Safer caching config: resolve LoadBalancerCacheManager lazily. Return delegate if LoadBalancerCacheManager not available.
* Switch to using builder in LoadBalancerClientConfiguration.
* Autoformatting with spring-java-format.
* Update docs.
Co-authored-by: Spencer Gibb <spencer@gibb.us>
5 years ago
Olga Maciaszek-Sharma
5f413a7297
Fix capitalisation.
5 years ago
Olga Maciaszek-Sharma
d27b59e6f6
Fix docs on Instance Health-Check for LoadBalancer. Fixes gh-746.
5 years ago
buildmaster
dffbf85119
Bumping versions
5 years ago
buildmaster
f773511eb8
Going back to snapshots
5 years ago
buildmaster
1cbd1f9588
Update SNAPSHOT to 3.0.0.M1
5 years ago
Ryan Baxter
bea81f7b51
Cherry picking commit 4119a9c
5 years ago
Marcin Grzejszczak
f78a9a8859
Updated docs
5 years ago
Ryan Baxter
4119a9c138
Add a property source that produces a random value that is cached ( #719 )
...
* Add a property source that produces a random value that is cached.
5 years ago
buildmaster
9441a25938
Bumping versions
5 years ago
Spencer Gibb
7d84168da5
Removes references to Hystrix
5 years ago
JinSoo Han
3863d389bb
Typo correction in document ( #708 )
...
Co-authored-by: jinsoohan <jinsoo.han@gmail.com>
5 years ago
buildmaster
c6b069d72d
Bumping versions
5 years ago
buildmaster
86d9fc762f
Bumping versions to 2.2.3.BUILD-SNAPSHOT after release
5 years ago
buildmaster
f18c131bb8
Going back to snapshots
5 years ago
buildmaster
562088c03d
Update SNAPSHOT to 2.2.2.RELEASE
5 years ago
Spencer Gibb
69a8cece5f
Ensures HikariDataSource is never re-bound.
...
Removes HikariDataSource from extra-refreshable and adds it to a new property never-refreshable.
ConfigurationPropertiesRebinder now checks that property and does not rebind beans whose class is in never-refreshable.
fixes gh-687
5 years ago
Olga Maciaszek-Sharma
2710c8251d
Remove ribbon integration ( #691 )
...
* Remove Ribbon-specific configuration.
* Remove Ribbon-specific docs. Refactor.
5 years ago
Olga Maciaszek-Sharma
070e0a8518
Add info on SimpleDiscoveryClient in the docs. Remove redundant param. ( #684 )
...
* Add info on SimpleDiscoveryClient in the docs. Remove redundant parameter.
* Remove warning after discussion.
5 years ago
Olga Maciaszek-Sharma
47a810606d
Fix gh 629 new ( #683 )
...
* Swaps deprecated ConditionalOnEnabledEndpoint for updated annotation.
Swaps with ConditionalOnAvailableEndpoint
* Migrates to new OutputCaptureRule
* Migrates to new OutputCaptureRule
* Add health check loadBalancing implementation.
* Make isAlive() method protected.
Co-authored-by: Spencer Gibb <spencer@gibb.tech>
5 years ago
buildmaster
e08b8b61aa
Bumping versions
5 years ago
buildmaster
d0febfbfba
Bumping versions
5 years ago
Spencer Gibb
eac5cde53a
Removes unused branches
5 years ago
Marcin Grzejszczak
b6ddff7d2e
Added 2.2.x to the list of whitelisted branches
5 years ago
buildmaster
c2fc64a3e5
Bumping versions
5 years ago
buildmaster
39921b2d33
Bumping versions
5 years ago
buildmaster
83d6912076
Bumping versions
5 years ago
Spencer Gibb
188b98a659
Updates to 3.0.0.BUILD-SNAPSHOT
5 years ago
Toshiaki Maki
d7767a058a
Add once method for Customizer of circuit breaker ( #626 )
...
* Add Customizer.once
* Make the logic of Customer.once atomic
* Add document on how to use once method
5 years ago
Ryan Baxter
61ba39ee11
Fix broken links. Fixes #663
5 years ago
buildmaster
080cd374fc
Bumping versions
5 years ago
buildmaster
2e40fcec41
Bumping versions to 2.2.2.BUILD-SNAPSHOT after release
5 years ago
buildmaster
980ce49895
Going back to snapshots
5 years ago
buildmaster
f533ef1553
Update SNAPSHOT to 2.2.1.RELEASE
5 years ago
Olga Maciaszek-Sharma
8c054083cc
Use configuration properties instead of environment. ( #662 )
...
* Use configuration properties instead of environment.
* Fix after review.
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
Ryan Baxter
b7bef1d3e0
Added clarification to documentation on where to set spring.profiles.active. Fixes #612
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