buildmaster
7fcfceea42
Going back to snapshots
5 years ago
buildmaster
a6191e08f9
Update SNAPSHOT to 2.2.3.RELEASE
5 years ago
Olga Maciaszek-Sharma
a33ca5da43
Update README.
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
Olga Maciaszek-Sharma
587f5f568a
Gh 760 health check with cache new ( #765 )
...
* Cache first element of service instance list flux.
* Invoke destroy() and afterPropertiesSet() in non-bean ServiceInstanceListSupplier delegates.
* Fix return updated instances.
* Fix return updated instances.
(cherry picked from commit 88b2f0e869
)
5 years ago
shollander
b828877611
Adds ConditionalOnMissingBean to SimpleDiscoveryProperties.
...
Fixes gh-759
Fixes gh-762
5 years ago
spencergibb
26dae55042
Adds support for non-enumerable property sources in bootstrap.
...
Fixes gh-724
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
spencergibb
b59a546ce8
Stops casting RandomPropertySource.
...
This avoids casting errors if property sources are wrapped.
Fixes gh-757
5 years ago
spencergibb
d8034eb31d
ignores .sdkmanrc
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
如梦技术
4892418207
spring-cloud-loadbalancer add additional-spring-configuration-metadata.json
...
# Conflicts:
# spring-cloud-loadbalancer/src/main/resources/META-INF/additional-spring-configuration-metadata.json
5 years ago
Olga Maciaszek-Sharma
d27b59e6f6
Fix docs on Instance Health-Check for LoadBalancer. Fixes gh-746.
5 years ago
Olga Maciaszek-Sharma
ad5cb2ebb9
Update license comments.
5 years ago
Tim van Baarsen
047bca54e2
#738 ( #740 )
...
The default value for management.endpoint.env.post.enabled should be false instead of true.
5 years ago
Ryan Baxter
8519d3dd16
Changing default value to be false. Fixes #738
5 years ago
Ryan Baxter
5ed5bc9253
Add utility method to provide a service if to IdUtils ( #721 )
5 years ago
Ryan Baxter
bea81f7b51
Cherry picking commit 4119a9c
5 years ago
robotmrv
0e3ea3397d
try to fix flaky test ( #718 )
...
fixes gh-716
5 years ago
Spencer Gibb
de9882ced9
Ignores failing test because of old boot version.
...
see gh-717
5 years ago
Spencer Gibb
a03fd4c3f8
Fixes issue
5 years ago
Spencer Gibb
d5dc4465b2
Ignores flaky test.
...
See gh-1627
5 years ago
Spencer Gibb
128ca4392a
Bumps to build 2.3.0.BUILD-SNAPSHOT
5 years ago
Spencer Gibb
7dd88a6e7f
Verifies current boot version is in CompatibilityVerifierProperties.
...
Also fixes support for wildcard 2.2.x beyond boot 2.1.x
fixes gh-715
5 years ago
Spencer Gibb
d679add055
Updates compatible versions to 2.2.x and 2.3.x
...
see https://github.com/spring-cloud/spring-cloud-build/issues/153
5 years ago
Spencer Gibb
41208021ed
Bumps to build 2.2.4.BUILD-SNAPSHOT
5 years ago
Spencer Gibb
e946ef1e79
Adds boot 2.3 compatiblity
5 years ago
Olga Maciaszek-Sharma
c30b424e5d
Minor refactoring to adjust to team conventions.
5 years ago
Timothy
b85f7375d1
Adds reconstructURI method to ReactorLoadBalancerExchangeFilterFunction
...
fixes gh-711
5 years ago
Spencer Gibb
289d1dbae5
Increase timeout for CI tests
5 years ago
JinSoo Han
3863d389bb
Typo correction in document ( #708 )
...
Co-authored-by: jinsoohan <jinsoo.han@gmail.com>
5 years ago
Spencer Gibb
e8952fc66a
Updates ContextRefresher to maintain property source ordering. ( #705 )
...
Updates the targetName so that property sources maintain ordering from the bootstrap environment where they were refreshed.
Fixes gh-704
5 years ago
Spencer Gibb
38fdd36a6d
formatting
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
Spencer Gibb
5ea26e13a3
formatting
5 years ago
Spencer Gibb
0f78c5b4ad
Pass SimpleDiscoveryProperties as parameter.
...
18a4227c4e
turned proxying off which broke this.
fixes gh-687
5 years ago
Spencer Gibb
773888fcad
Updates javadoc to mention WebClient.
...
fixes gh-645
5 years ago
robotmrv
6db6a81d82
Fixes issues in HealthCheckServiceInstanceListSupplier ( #685 )
...
- WebClient response leaks
- potential Scheduled task leak
- rework polling to plain reactor operators
- remove non atomic operations on ServiceInstance lists
related to gh-629
fixes issues from gh-683
5 years ago
Ryan Baxter
fdfc0d5e9f
Making constructor public
5 years ago
Ryan Baxter
8127bab974
Move BootstrapPropertySource to its own class and expose delegate PropertySource via getter ( #695 )
5 years ago
Olga Maciaszek-Sharma
def41f4540
Allow overriding choose(String serviceId) method.
5 years ago
Olga Maciaszek-Sharma
7716c939b7
Allow overriding ReactorLoadBalancerExchangeFilterFunction.
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
22efb79776
Fix warning wording.
5 years ago