Olga Maciaszek-Sharma
94ab8728fb
Support LoadBalancer child context creation during AOT processing ( #1135 )
2022-08-11 17:00:33 +02:00
buildmaster
6e610bf5c9
Going back to snapshots
2022-07-29 19:10:06 +00:00
buildmaster
2de290524a
Update SNAPSHOT to 4.0.0-M4
2022-07-29 19:08:25 +00:00
buildmaster
3cfa13c967
Going back to snapshots
2022-06-15 11:40:22 +00:00
buildmaster
319394ec1d
Update SNAPSHOT to 4.0.0-M3
2022-06-15 11:38:40 +00:00
buildmaster
c9f514ee3a
Going back to snapshots
2022-03-31 20:11:00 +00:00
buildmaster
03baadb3e1
Update SNAPSHOT to 4.0.0-M2
2022-03-31 20:09:14 +00:00
buildmaster
1ce1201e9d
Going back to snapshots
2022-01-27 21:21:13 +00:00
buildmaster
d49432a406
Update SNAPSHOT to 4.0.0-M1
2022-01-27 21:19:26 +00:00
spencergibb
4d9d242841
Compatibility updates for framework 6 and boot 3
2022-01-03 16:26:26 -05:00
spencergibb
953fc38cea
Updates to 4.0.0-SNAPSHOT
2022-01-03 15:26:06 -05:00
buildmaster
5fc236cdac
Bumping versions to 3.1.1-SNAPSHOT after release
2021-12-01 17:59:41 +00:00
buildmaster
de0fb67135
Going back to snapshots
2021-12-01 17:59:40 +00:00
buildmaster
5179927052
Update SNAPSHOT to 3.1.0
2021-12-01 17:57:14 +00:00
Olga Maciaszek-Sharma
a87f6c7d90
Add duplicate plugin. Remove class duplicates. ( #1047 )
2021-11-30 12:21:57 +01:00
buildmaster
a7fb100201
Going back to snapshots
2021-11-03 10:58:57 +00:00
buildmaster
fc98bc205f
Update SNAPSHOT to 3.1.0-RC1
2021-11-03 10:57:33 +00:00
buildmaster
3beb53a089
Going back to snapshots
2021-10-20 01:48:24 +00:00
buildmaster
20a36980bd
Update SNAPSHOT to 3.1.0-M3
2021-10-20 01:46:50 +00:00
buildmaster
779d482730
Going back to snapshots
2021-10-01 16:48:46 +00:00
buildmaster
7142c082c5
Update SNAPSHOT to 3.1.0-M2
2021-10-01 16:47:25 +00:00
buildmaster
41f7af42b7
Going back to snapshots
2021-07-30 15:55:18 +00:00
buildmaster
958410f11c
Update SNAPSHOT to 3.1.0-M1
2021-07-30 15:53:55 +00:00
Olga MaciaszekSharma
c009fd159d
Merge remote-tracking branch 'origin/3.0.x'
2021-07-27 15:15:38 +02:00
Olga MaciaszekSharma
6929b5058a
Remove spring-boot-starter-validation from LoadBalancer dependencies. Fixes gh-992.
2021-07-27 15:13:27 +02:00
spencergibb
85f95ceb0a
Updates to version 3.1.0-SNAPSHOT
2021-07-08 15:44:02 -04: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
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
buildmaster
81ae09f20d
Bumping versions to 3.0.3-SNAPSHOT after release
2021-03-17 21:11:40 +00:00
buildmaster
708f92ae57
Going back to snapshots
2021-03-17 21:11:39 +00:00
buildmaster
c0723f3af3
Update SNAPSHOT to 3.0.2
2021-03-17 21:08:04 +00:00
spencergibb
2b2903c91d
Makes junit:junit optional.
...
This means modules using spring-cloud-test-support must have the
junit-vintage-engine dependency so tests will run properly.
2021-03-09 14:45:32 -05:00
buildmaster
6240d30237
Bumping versions to 3.0.2-SNAPSHOT after release
2021-01-27 20:31:42 +00:00
buildmaster
20252d8d30
Going back to snapshots
2021-01-27 20:31:42 +00:00
buildmaster
6e213c5919
Update SNAPSHOT to 3.0.1
2021-01-27 20:27:51 +00:00
buildmaster
2e76164fc1
Bumping versions to 3.0.1-SNAPSHOT after release
2020-12-21 19:03:43 +00:00
buildmaster
9a5c2f95c4
Going back to snapshots
2020-12-21 19:03:42 +00:00
buildmaster
ab37a182f0
Update SNAPSHOT to 3.0.0
2020-12-21 18:59:37 +00:00
Olga Maciaszek-Sharma
a40258394a
Lb micrometer stats ( #871 )
...
* Add stats lifecycle bean. Add onStartRequest method to LoadBalancerLifecycle. Add loadbalancer.Request field to CompletionContext.
* Add TimedRequestContext interface. Make RetryableRequestContext extend RequestDataContext. Improve generating metrics. Add utility class for working with tags. Ensure tags are not null.
* Add separate meters depending on CompletionContext.Status.
* Modify registered metrics. Add adapter for BlockingLoadBalancerClient requests. Add autoconfiguration.
* Make new config conditional on MeterRegistry class.
* Rename lifecycle bean. Do not log request if 0 timestamp.
* Fix onStartRequest call arguments for BlockingLoadBalancerClient.
* Fix onStartRequest and onComplete calls for RetryLoadBalancerInterceptor.
* Only register timed request once. Add tests.
* Adjust tags logic. Add more tests.
* Add more tests.
* Refactor. Add javadocs.
* Refactor.
* Refactor.
* Retrieve client response data if possible in BlockingLoadBalancerClient.
* Refactor.
* Fix docs after review.
* Make previousServiceInstanceMutable.
* Change argument order for CompletionContext constructors. Remove duplicated start time setting.
2020-12-18 17:46:53 +01:00
Marcin Grzejszczak
1f0f750707
Moves classes from spring-cloud-security to spring-cloud-commons
2020-12-18 17:21:10 +01:00
buildmaster
29728ceb09
Going back to snapshots
2020-12-11 21:51:11 +00:00
buildmaster
215a24b5dc
Update SNAPSHOT to 3.0.0-RC1
2020-12-11 21:49:40 +00:00
buildmaster
3d645bbc57
Going back to snapshots
2020-12-01 22:32:07 +00:00
buildmaster
b5801856a3
Update SNAPSHOT to 3.0.0-M6
2020-12-01 22:30:40 +00:00
buildmaster
4215a9a046
Going back to snapshots
2020-11-17 18:24:16 +00:00