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
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
Spencer Gibb
744ad89177
Changes default value of management.endpoint.env.post.enabled to false.
...
fixes gh-681
5 years ago
Ryan Baxter
cb0a693cc9
merge 2.1.x into 2.2.x
5 years ago
Ryan Baxter
f5baab301d
Merge branch 'srempfer-466' into 2.1.x
5 years ago
Ryan Baxter
c982cd8798
Merge branch '466' of https://github.com/srempfer/spring-cloud-commons into srempfer-466
5 years ago
Olga Maciaszek-Sharma
07977b4ad5
Make LoadBalancerClientFactory bean conditional on missing bean. ( #679 )
5 years ago
Spencer Gibb
da3a253af3
Merge branch '2.1.x' into 2.2.x
5 years ago
Spencer Gibb
6ad13c2de8
Removes inadvertant copied file
5 years ago
Spencer Gibb
c69bf5c597
Merge branch '2.1.x' into 2.2.x
5 years ago
Spencer Gibb
a6354ea405
formatting
5 years ago
Spencer Gibb
b10e449279
Forces web-application-type=none in ContextRefresher.
...
This allows apps with spring.main.web-application-type={REACTIVE|SERVLET} to function properly without error.
fixes gh-678
5 years ago
Spencer Gibb
2ddcd6c4ce
fixes description
5 years ago
Spencer Gibb
774fa69001
fixes ordering
5 years ago
Spencer Gibb
ebc46d60ec
Moves integration tests to separate package
5 years ago
Spencer Gibb
e8f9610f9f
removes unused files
5 years ago
Ryan Baxter
f043e0dd4e
Making capacity getter and setter public. Fixes #676
5 years ago
Spencer Gibb
97020405d9
Adds FixedServiceInstanceListSupplier
5 years ago
Spencer Gibb
eac5cde53a
Removes unused branches
5 years ago
Spencer Gibb
0ce1c3a741
Migrates to new OutputCaptureRule
5 years ago
Spencer Gibb
55e7ce5103
Migrates to new OutputCaptureRule
5 years ago
Spencer Gibb
8b53f2862a
Swaps deprecated ConditionalOnEnabledEndpoint for updated annotation.
...
Swaps with ConditionalOnAvailableEndpoint
5 years ago
Marcin Grzejszczak
b6ddff7d2e
Added 2.2.x to the list of whitelisted branches
5 years ago
buildmaster
bde980808c
Bumping versions
5 years ago
Olga Maciaszek-Sharma
ec784b757e
Add hints to API via the Request interface. Fixes gh-647. ( #669 )
...
* Add hints to API via the Request interface. Fixes gh-647.
* Switch to generic context.
5 years ago
Spencer Gibb
232c7f71d2
Adjusts ordering when override system properties is false. ( #670 )
...
This fixes as reversed property source bug.
fixes gh-668
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
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