Commit Graph

1730 Commits

Author SHA1 Message Date
Olga Maciaszek-Sharma
82213bab6b Cosmetic fix in doc. 2022-11-02 18:58:36 +01:00
jizhuozhi
07f7328ca2 Lazy fills service instances to reduce max latency (#1165) 2022-11-02 15:21:43 +01:00
buildmaster
fa53e6cb1c Going back to snapshots 2022-10-27 21:49:50 +00:00
buildmaster
3acff28aeb Update SNAPSHOT to 4.0.0-RC1 2022-10-27 21:48:01 +00:00
jizhuozhi
aef64061be feat: support autoconfigure WeightedServiceInstanceListSupplier (#1163) 2022-10-27 19:24:04 +02:00
spencergibb
0a4ee74bca Merge branch '3.1.x' 2022-10-27 11:51:56 -04:00
spencergibb
3a582dc603 Adds rebind/refresh an individual bean by type
Fixes gh-1162
2022-10-27 11:51:04 -04:00
spencergibb
d1dba70bbf Adds rebind/refresh an individual bean by type
Fixes gh-1162
2022-10-27 11:43:45 -04:00
Ryan Baxter
7afddc8eb8 Destroy and initialize beans within the correct context. Fixes #1158 (#1160)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2022-10-25 09:06:31 -04:00
Ryan Baxter
86c44de855 Destroy and initialize beans within the correct context. Fixes #1158 (#1160)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2022-10-25 09:05:18 -04:00
Marcin Grzejszczak
6a03d2b201 Sets parentObservation on circuitbreaker Observation (#1159) 2022-10-24 17:02:50 +02:00
Olga Maciaszek-Sharma
ceab8dc08f Fix capitalisation. 2022-10-20 16:08:07 +02:00
spencergibb
4f553328e7 Updates version compatibility 3.0 class to check 2022-10-19 15:12:52 -04:00
Ryan Baxter
37f17ba9e2 Merge branch '3.1.x' 2022-10-17 19:22:20 -04:00
Ryan Baxter
12beb8cc08 Switch default in id from 0 to 8080 if server.port is not set. Fixes #1154 (#1155)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2022-10-17 19:21:39 -04:00
spencergibb
c0c2b1ee83 Updates to new Observation classes 2022-10-10 14:34:06 -04:00
spencergibb
d73f3b614e Updates to new AOT classes 2022-10-10 14:31:39 -04:00
spencergibb
8937a79d0d Makes LoadBalancerChildContextInitializer static 2022-10-10 14:31:22 -04:00
spencergibb
b18ea82607 Fixes test 2022-10-10 14:28:10 -04:00
spencergibb
733e9f3ee8 Fixes test 2022-10-10 14:24:13 -04:00
spencergibb
1eb27ae9e7 Rename to avoid conflict 2022-10-10 14:23:57 -04:00
buildmaster
f30a42f01e Going back to snapshots 2022-10-06 00:57:03 +00:00
buildmaster
f003ea1813 Update SNAPSHOT to 4.0.0-M5 2022-10-06 00:55:09 +00:00
Olga Maciaszek-Sharma
64a0f4618d Merge remote-tracking branch 'origin/3.1.x' 2022-10-05 16:40:43 +02:00
jizhuozhi
69856a0ea8 Do not move position when there is only 1 instance (#1152) 2022-10-05 16:36:41 +02:00
Olga Maciaszek-Sharma
42b5a915c0 Merge remote-tracking branch 'origin/3.1.x' 2022-10-04 13:42:21 +02:00
Olga Maciaszek-Sharma
cf20bc788b Fix docs after editor review. Fix checkstyle issues. 2022-10-04 13:30:48 +02:00
jizhuozhi
6955fdcc7a feat: expand the list by weights to implement weighted load balancing (#1140) 2022-10-04 12:33:01 +02:00
Misagh Moayyed
5dc06fefc7 add @AliasFor declaration for RefreshScope (#1151) 2022-09-29 13:12:09 -04:00
Ryan Baxter
398b29ee23 Create maven.yaml 2022-09-29 10:25:12 -04:00
buildmaster
0ec7e02009 Bumping versions 2022-09-28 13:20:49 +00:00
Olga Maciaszek-Sharma
3a2301e344 Merge remote-tracking branch 'origin/3.1.x' 2022-09-28 12:34:55 +02:00
Olga Maciaszek-Sharma
c1d81903b3 Revert "Revert "fix bug of XForwardedHeadersTransformer ConditionalOnBean""
This reverts commit f938e797be.
2022-09-28 12:34:16 +02:00
Olga Maciaszek-Sharma
d3300c9ad1 Merge remote-tracking branch 'origin/3.1.x' 2022-09-27 20:12:16 +02:00
Olga Maciaszek-Sharma
f938e797be Revert "fix bug of XForwardedHeadersTransformer ConditionalOnBean"
This reverts commit 36781334810ab4f938556ab7da11140ebd3ee4c3.
2022-09-27 20:11:52 +02:00
Olga Maciaszek-Sharma
1c4f546295 Merge remote-tracking branch 'origin/3.1.x' 2022-09-27 19:37:00 +02:00
Olga Maciaszek-Sharma
9399b2d1d3 Reformat. 2022-09-27 19:36:37 +02:00
liubao
e1061af545 [#1141]RequestData add constructors so that we can set attributes 2022-09-27 19:34:01 +02:00
galaxy
5f32ef216f fix bug of XForwardedHeadersTransformer ConditionalOnBean
Should use @ConditionalOnBean(LoadBalancerClientFactory.class) on xForwarderHeadersTransformer method, not @ConditionalOnBean({ XForwardedHeadersTransformer.class, LoadBalancerClientFactory.class })
2022-09-27 19:29:45 +02:00
Olga Maciaszek-Sharma
3fc07ae777 Merge remote-tracking branch 'origin/3.1.x' 2022-09-27 19:20:32 +02:00
Jay
3552094806 Change xforwardedProto to xForwardedProto 2022-09-27 19:14:35 +02:00
spencergibb
77fc4dc628 Migrates to AutoConfiguration.imports
Fixes gh-1150
2022-09-21 17:37:38 -04:00
Olga Maciaszek-Sharma
813104de85 Document lb aot support (#1147) 2022-09-20 13:26:45 +02:00
Olga Maciaszek-Sharma
0d40b30f40 Remove unnecessary stubbing. 2022-09-12 14:06:06 +02:00
Olga Maciaszek-Sharma
f3cf13118d Adapt to changes in Micrometer. 2022-09-12 14:05:50 +02:00
Stéphane Nicoll
d8094ecb73 Adapt to API change in Spring Framework (#1146)
See https://github.com/spring-projects/spring-framework/issues/29005
2022-09-12 13:00:41 +02:00
Ryan Baxter
e892e0e3ac Fix AOT imports 2022-09-07 20:12:00 -04:00
Ryan Baxter
6535873c2a Fix observability API changes 2022-09-07 20:11:43 -04:00
buildmaster
856bba6ce7 Going back to snapshots 2022-09-06 19:05:30 +00:00
buildmaster
4cf57a3e50 Update SNAPSHOT to 3.1.4 2022-09-06 19:03:42 +00:00