Olga Maciaszek-Sharma
ecec99a37d
Fix test naming.
2022-06-29 13:03:42 +02:00
jizhuozhi
f70b006b32
Remove unnecessary sign check, whether positive or negative ( #1078 )
2022-06-29 13:03:27 +02:00
jizhuozhi
12842c2c7a
Enforces the order of RoundRobinLoadBalancer when positive overflow ( #1077 )
...
# Conflicts:
# spring-cloud-loadbalancer/src/main/java/org/springframework/cloud/loadbalancer/core/RoundRobinLoadBalancer.java
# spring-cloud-loadbalancer/src/test/java/org/springframework/cloud/loadbalancer/core/RoundRobinLoadBalancerTest.java
2022-06-29 13:03:05 +02:00
jizhuozhi
d24ab1b7cf
Remove unnecessary sign check, whether positive or negative ( #1078 )
2022-06-29 13:01:29 +02:00
Olga Maciaszek-Sharma
c09c1ca6b4
Rename classes after review.
2022-06-29 12:40:20 +02:00
Olga Maciaszek-Sharma
c13ee2c884
Add Javadocs.
2022-06-29 12:40:12 +02:00
Olga Maciaszek-Sharma
3bfc291d77
Add HttpRequestLoadBalancerRequest, DefaultLoadBalancerRequest and DefaultAsyncLoadBalancerRequest.
2022-06-29 12:40:04 +02:00
Olga Maciaszek-Sharma
ff6a7fc998
Expose indicators map - needed for a bugfix in SC Netflix.
2022-06-28 19:04:09 +02:00
buildmaster
e385b5adff
Bumping versions
2022-02-24 07:31:21 +00:00
buildmaster
ceb7a16df4
Bumping versions to 3.0.6-SNAPSHOT after release
2021-12-15 15:48:21 +00:00
buildmaster
956d40d617
Going back to snapshots
2021-12-15 15:48:21 +00:00
buildmaster
57e07d319f
Update SNAPSHOT to 3.0.5
2021-12-15 15:45:36 +00:00
guerlab
2a546976f0
actuate endpoint "actuator/serviceregistry" return object type error ( #1052 )
...
* change method return type
2021-12-09 14:19:21 -05:00
Olga MaciaszekSharma
0088d28711
Make CaffeineWarnLogger message more specific. Refactor. Fixes gh-1050.
2021-12-06 18:00:50 +01:00
Olga MaciaszekSharma
c2c361b7fe
Fix error logging for CompatibilityNotMetException. Fixes gh-1048.
2021-11-30 15:04:00 +01:00
Olga MaciaszekSharma
d195b9bb0b
Fix javadoc.
2021-11-29 19:06:38 +01:00
Hyeonmin Park
2a10a077e1
Fix the comment in is2_5 not matching with Javadoc since value ( #1041 )
2021-11-22 19:29:18 -05:00
buildmaster
be43c362f6
Bumping versions to 3.0.5-SNAPSHOT after release
2021-09-21 14:23:27 +00:00
buildmaster
8ddb5ccc9b
Going back to snapshots
2021-09-21 14:23:27 +00:00
buildmaster
7d4d886e22
Update SNAPSHOT to 3.0.4
2021-09-21 14:19:11 +00:00
Ryan Baxter
1a67bbbb70
Add BindHandler to handle errors that may come up when binding the property
2021-09-13 19:27:06 -04:00
Ryan Baxter
dabc2c519c
Take into account spring.config.imports in referenced imports. Fixes #1006 ( #1007 )
2021-09-09 15:39:40 -04:00
Olga MaciaszekSharma
abd6d178d0
Fix docs. Reformat. Fixes gh-1001.
2021-09-08 15:47:43 +02:00
huayaoyue6
d99a7a40c3
Fix property value
...
fix out of date property "spring.cloud.loadbalancer.repeat-health-check" to "spring.cloud.loadbalancer.health-check.repeat-health-check"
2021-09-08 15:38:15 +02:00
Andrii Bohutskyi
90a00946a4
Fixes gh-994 ( #996 )
...
Co-authored-by: Andrii Bohutskyi <abohutskyi@playtika.com >
2021-08-01 10:16:22 -04:00
Olga MaciaszekSharma
6929b5058a
Remove spring-boot-starter-validation from LoadBalancer dependencies. Fixes gh-992.
2021-07-27 15:13:27 +02:00
Tiffany
b41d197c78
Update spring-cloud-commons.adoc ( #991 )
2021-07-27 11:26:29 +02:00
Robert McNees
08b2e60704
Issue 973 - Update Unit version - spring-cloud-context ( #977 )
2021-07-15 21:14:32 +02:00
Olga MaciaszekSharma
bae3ddd4ea
Handle errror logging not enabled.
2021-07-12 20:02:18 +02:00
Robert McNees
c59c256fa6
Upgrade JUnit version ( #973 ) ( #975 )
...
* Upgrade JUnit version (#973 )
See gh-973
2021-07-07 14:06:51 -04:00
Olga MaciaszekSharma
4933259c17
Merge remote-tracking branch 'origin/2.2.x'
2021-07-05 16:24:10 +02:00
rodbate
84fb8550c7
Fix blocking discovery client.
2021-07-05 16:19:06 +02:00
Patrick Baumgartner
2a03867363
Fixing spring.cloud.loadbalancer.repeat-health-check boolean ( #970 )
2021-07-05 13:53:22 +02:00
buildmaster
f46efe3dc7
Bumping versions
2021-07-01 08:46:55 +00:00
Ryan Baxter
6762e882fa
Cherry pick 610b88479f
2021-06-30 14:20:21 -04:00
Ryan Baxter
610b88479f
Add a TaskSchedulerWrapper for downstream projects to use ( #974 )
...
* Add a TaskSchedulerWrapper for downstream projects to use
2021-06-30 14:17:03 -04:00
Spencer Gibb
74a0b68287
Run all EnvironmentPostProcessors on refresh. ( #969 )
...
This includes ConfigDataEnvironmentPostProcessors which replaces the static call.
Issue #968 was specifically about the cloud foundry vcap post processor. Previously the DecryptEnvironmentPostProcessor was hard coded in ConfigDataContextRefresher
Fixes gh-968
2021-06-23 15:23:31 -04:00
Olga MaciaszekSharma
2e0db8e21e
Add info on Request-based load-balancing support limitations.
2021-06-18 17:30:16 +02:00
Jisfeng
7d6b9857b1
rewrite annotation on ReactiveRetryConfiguration ( #965 )
2021-06-14 11:48:18 +02:00
Spencer Gibb
f1b3956722
removes '=true' from property
2021-06-03 11:37:38 -04:00
bberto
65df30f420
fixes gh-953 ( #963 )
2021-06-01 09:45:00 -04:00
buildmaster
28d0bc407d
Bumping versions
2021-05-28 08:45:42 +00:00
buildmaster
90740c1a7f
Bumping versions to 3.0.4-SNAPSHOT after release
2021-05-27 20:46:02 +00:00
buildmaster
14886fcee6
Going back to snapshots
2021-05-27 20:46:01 +00:00
buildmaster
0c5d661725
Update SNAPSHOT to 3.0.3
2021-05-27 20:41:35 +00:00
spencergibb
b9c4ac463a
adds comment
2021-05-27 11:24:59 -04:00
buildmaster
004c5243ba
Bumping versions
2021-05-27 08:45:55 +00:00
buildmaster
ca60bc30fa
Bumping versions to 3.0.4-SNAPSHOT after release
2021-05-27 07:41:53 +00:00
buildmaster
c9cc7fbe35
Going back to snapshots
2021-05-27 07:41:53 +00:00
buildmaster
a79a87015a
Update SNAPSHOT to 3.0.3
2021-05-27 07:37:15 +00:00