Olga MaciaszekSharma
656aeaa023
Bumping versions to 2.2.10.BUILD-SNAPSHOT after release
...
This reverts commit 411a180374
.
3 years ago
Olga MaciaszekSharma
5885938777
Going back to snapshots
...
This reverts commit 0e5f7849aa
.
3 years ago
buildmaster
02d3e0e192
Bumping versions
3 years ago
Olga MaciaszekSharma
7fc2695e8e
Revert "Update SNAPSHOT to 2.2.9.RELEASE"
...
This reverts commit 3a05d99e92
.
3 years ago
Olga MaciaszekSharma
0e5f7849aa
Revert "Going back to snapshots"
...
This reverts commit 5af57fdeee
.
3 years ago
Olga MaciaszekSharma
411a180374
Revert "Bumping versions to 2.2.10.BUILD-SNAPSHOT after release"
...
This reverts commit 27a2a92f46
.
3 years ago
buildmaster
27a2a92f46
Bumping versions to 2.2.10.BUILD-SNAPSHOT after release
3 years ago
buildmaster
5af57fdeee
Going back to snapshots
3 years ago
buildmaster
3a05d99e92
Update SNAPSHOT to 2.2.9.RELEASE
3 years ago
Olga MaciaszekSharma
f90f11d7b1
Fixes gh-898.
3 years ago
o.gusev
b628338e54
Fixes gh-898
...
If HikariDataSource bean gets AOP-proxied more than once, the spring-cloud rebind operation doesn't treat it as never-refreshable.
3 years ago
rodbate
84fb8550c7
Fix blocking discovery client.
3 years ago
Ryan Baxter
6762e882fa
Cherry pick 610b88479f
3 years ago
Olga MaciaszekSharma
b56e755d0d
Revert "Switch to GH actions."
...
This reverts commit 04ef589ad2
.
4 years ago
Olga MaciaszekSharma
04ef589ad2
Switch to GH actions.
4 years ago
Ryan Baxter
2341cf6ffc
Fixing broken documentation links
4 years ago
buildmaster
6b7772cab4
Bumping versions to 2.2.9.BUILD-SNAPSHOT after release
4 years ago
buildmaster
dee48dd900
Going back to snapshots
4 years ago
buildmaster
2e8cf980cd
Update SNAPSHOT to 2.2.8.RELEASE
4 years ago
buildmaster
68b9ef179b
Bumping versions
4 years ago
buildmaster
9b7ca95a28
Bumping versions
4 years ago
Andrii Bohutskyi
9003dc453c
2.2.x ( #941 )
...
introduce new method in circuit breaker factory
Co-authored-by: Andrii Bohutskyi <abohutskyi@playtika.com>
4 years ago
spencergibb
fcc613bcb6
Revert "Implements DefaultServiceInstance.getScheme()."
...
This reverts commit 4269bb38
4 years ago
spencergibb
c6e4e4a47f
Revert "polish"
...
This reverts commit f2fe2820
4 years ago
spencergibb
f2fe28203a
polish
4 years ago
Daniel Gerber
4269bb3803
Implements DefaultServiceInstance.getScheme().
...
This fixes the problem, that a https URI could not be overriden in Unit tests with http (avoiding certificate problems on the build server)
4 years ago
Olga MaciaszekSharma
9551cfb5c2
Add note on not using `@Configuration` with `@LoadBalancerClient`. Regenerate configprops. Fixes gh-922.
4 years ago
bono007
ee2a6f168f
Add probe method to DiscoveryClient ( #789 )
...
Add probe method to DiscoveryClient and optionally use in DiscoveryClientHealthIndicator.
Fixes gh-785
Co-authored-by: Spencer Gibb <sgibb@pivotal.io>
4 years ago
Olga MaciaszekSharma
3e74ab018d
Merge remote-tracking branch 'origin/2.2.x' into 2.2.x
4 years ago
Toshiaki Maki
eddaaac5cb
Add LoadBalancerClientRequestTransformer to 2.2.x ( #925 )
4 years ago
Olga MaciaszekSharma
61560ef760
Fix flaky test.
4 years ago
Olga Maciaszek-Sharma
8bffa27e9a
Instantiate one LoadBalancedRetryFactory bean. ( #917 )
4 years ago
Tim Ysewyn
894b7d25c9
Log exceptions as errors
4 years ago
Ryan Baxter
d55b09b598
Adding the need for management.endpoint.env.post.enabled=true to the docs
4 years ago
Роман Чигвинцев
95a22796eb
Fix bug of service instance refetching when repeating health check is activated ( #904 )
...
Fixes gh-899
(cherry picked from commit 3d257b4300
)
4 years ago
buildmaster
3aff1bea0d
Bumping versions to 2.2.8.BUILD-SNAPSHOT after release
4 years ago
buildmaster
c8d0e7f13d
Going back to snapshots
4 years ago
buildmaster
d74cd35533
Update SNAPSHOT to 2.2.7.RELEASE
4 years ago
Olga Maciaszek-Sharma
5bfd4610de
Backport retryable lb exchange filter function ( #902 )
4 years ago
spencergibb
28932e58e9
Fix false positives in SpringBootVersionVerifier
...
If user was using boot 2.4 with Hoxton, the manifest check would return false, then try the reflection based predicates which would match 2.3 since the 2.3 predicate still holds true in 2.4
Fixes gh-895
4 years ago
spencergibb
eaa2ddaa86
Formatting
4 years ago
spencergibb
00d6a364b2
Moves CloudFlux to spring cloud package.
...
FluxFirstNonEmptyEmitting and Tests used package private classes/interfaces from reactor. These were replaced with the public interfaces they were extending and any default methods copied to the implementation.
LambdaSubscriber was copied to the test where it was used and had similar treatment for its package protected interfaces.
Fixes gh-887
4 years ago
Olga Maciaszek-Sharma
5839758365
Add CaffeineCacheManager class conditions to LoadBalancerCacheAutoConfiguration. ( #891 )
4 years ago
Olga Maciaszek-Sharma
3493612ab4
Use daemon threads with DefaultLoadBalancerCacheManager. ( #890 )
4 years ago
Olga Maciaszek-Sharma
65201f8f61
Add RandomLoadBalancer, along with tests and docs. ( #868 )
...
# Conflicts:
# spring-cloud-loadbalancer/src/main/java/org/springframework/cloud/loadbalancer/core/RoundRobinLoadBalancer.java
4 years ago
Olga Maciaszek-Sharma
c1128e5065
Fix @since info.
4 years ago
Olga Maciaszek-Sharma
843cb79649
Support same service instance preference ( #862 )
...
* Draft initial implementation.
* Rename default configuration property. Check previously chosen instance for equality.
* Verify previous service instance for null. Add tests.
* Add docs.
* Add javadocs.
* Fix javadocs after review.
4 years ago
Olga Maciaszek-Sharma
cbedae2e82
Allow refetching instances for healthcheck ( #855 )
...
* Allow refetching instances by HealthCheckServiceInstanceListSupplier.
* Add docs and javadocs.
* Fix docs after review.
4 years ago
Dave Syer
7287a3c767
Re-implement /pause endpoint
...
A new interface PauseHandler provides a callback for /pause and
/resume. The only implementation provided out of the box is for
Spring Integration's Pausable (so it will work with Spring Cloud
Stream Kafka for instance).
Fixes gh-788
4 years ago
spencergibb
18109085aa
formatting
4 years ago