buildmaster
dffbf85119
Bumping versions
2020-04-16 22:37:51 +00:00
buildmaster
f773511eb8
Going back to snapshots
2020-04-09 22:11:02 +00:00
buildmaster
1cbd1f9588
Update SNAPSHOT to 3.0.0.M1
2020-04-09 22:09:46 +00:00
Spencer Gibb
1ddb18bfd0
Merge branch '2.2.x'
2020-03-25 14:38:21 -04:00
robotmrv
0e3ea3397d
try to fix flaky test ( #718 )
...
fixes gh-716
2020-03-25 14:36:45 -04:00
Spencer Gibb
a03fd4c3f8
Fixes issue
2020-03-20 14:43:47 -04:00
Spencer Gibb
a5d9810016
Merge branch '2.2.x'
2020-03-20 14:42:12 -04:00
Spencer Gibb
d5dc4465b2
Ignores flaky test.
...
See gh-1627
2020-03-20 14:40:24 -04:00
Spencer Gibb
e946ef1e79
Adds boot 2.3 compatiblity
2020-03-18 16:48:02 -04:00
Olga Maciaszek-Sharma
dd0aa3f7f1
Merge remote-tracking branch 'origin/2.2.x'
2020-03-17 18:44:53 +01:00
Olga Maciaszek-Sharma
c30b424e5d
Minor refactoring to adjust to team conventions.
2020-03-17 18:42:20 +01:00
Spencer Gibb
289d1dbae5
Increase timeout for CI tests
2020-03-10 15:31:01 -04:00
Spencer Gibb
09a2e62737
Increase timeout for CI tests
2020-03-04 17:19:19 -05:00
buildmaster
86d9fc762f
Bumping versions to 2.2.3.BUILD-SNAPSHOT after release
2020-03-04 15:28:35 +00:00
buildmaster
f18c131bb8
Going back to snapshots
2020-03-04 15:28:35 +00:00
buildmaster
562088c03d
Update SNAPSHOT to 2.2.2.RELEASE
2020-03-04 15:21:54 +00:00
Spencer Gibb
5ea26e13a3
formatting
2020-03-03 17:52:52 -05:00
Spencer Gibb
4667587016
formatting
2020-03-03 15:13:57 -05:00
Spencer Gibb
893921473b
Merge branch '2.2.x'
2020-03-03 15:12:48 -05:00
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
2020-03-03 15:12:07 -05:00
Olga Maciaszek-Sharma
2710c8251d
Remove ribbon integration ( #691 )
...
* Remove Ribbon-specific configuration.
* Remove Ribbon-specific docs. Refactor.
2020-02-22 14:04:55 +01:00
Olga Maciaszek-Sharma
7a648c3582
Merge branch '2.2.x'
2020-02-04 17:00:26 +01:00
Olga Maciaszek-Sharma
22efb79776
Fix warning wording.
2020-02-04 16:32:30 +01:00
Olga Maciaszek-Sharma
1170910112
Merge branch '2.2.x'
2020-02-04 10:15:17 +01:00
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 >
2020-02-04 10:14:08 +01:00
Olga Maciaszek-Sharma
bf50a50a4d
Merge branch '2.2.x'
2020-01-28 16:14:04 +01:00
Olga Maciaszek-Sharma
07977b4ad5
Make LoadBalancerClientFactory bean conditional on missing bean. ( #679 )
2020-01-28 16:12:52 +01:00
Spencer Gibb
a6354ea405
formatting
2020-01-27 17:06:27 -05:00
Ryan Baxter
58b6fc2ce6
Merge remote-tracking branch 'origin/2.2.x'
2020-01-27 10:11:39 -05:00
Ryan Baxter
f043e0dd4e
Making capacity getter and setter public. Fixes #676
2020-01-27 10:10:53 -05:00
Spencer Gibb
e4fcb5c771
formatting
2020-01-21 23:16:52 -05:00
Spencer Gibb
dfed4a1a62
Merge branch '2.2.x'
2020-01-21 23:15:42 -05:00
Spencer Gibb
97020405d9
Adds FixedServiceInstanceListSupplier
2020-01-21 23:15:29 -05:00
buildmaster
d0febfbfba
Bumping versions
2020-01-21 18:07:45 +00:00
buildmaster
c2fc64a3e5
Bumping versions
2020-01-20 16:05:03 +00:00
buildmaster
39921b2d33
Bumping versions
2020-01-20 13:11:59 +00:00
buildmaster
83d6912076
Bumping versions
2020-01-18 16:04:59 +00:00
Spencer Gibb
62a1233154
Adds boot 2.3 compatiblity
2020-01-17 16:36:55 -05:00
Spencer Gibb
188b98a659
Updates to 3.0.0.BUILD-SNAPSHOT
2020-01-17 14:53:03 -05:00
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.
2020-01-17 14:26:33 -05:00
buildmaster
2e40fcec41
Bumping versions to 2.2.2.BUILD-SNAPSHOT after release
2019-12-20 11:59:03 +00:00
buildmaster
980ce49895
Going back to snapshots
2019-12-20 11:59:03 +00:00
buildmaster
f533ef1553
Update SNAPSHOT to 2.2.1.RELEASE
2019-12-20 11:53:32 +00:00
Olga Maciaszek-Sharma
8c054083cc
Use configuration properties instead of environment. ( #662 )
...
* Use configuration properties instead of environment.
* Fix after review.
2019-12-19 17:27:40 +01:00
buildmaster
f25bbad456
Bumping versions
2019-12-18 16:05:04 +00:00
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.
2019-12-18 15:25:51 +01:00
Olga Maciaszek-Sharma
de9e259b1e
Make LoadBalancer cache conditional on no Ribbon default. ( #650 )
2019-12-11 15:55:41 +01:00
buildmaster
8ab3c2723a
Bumping versions to 2.2.1.BUILD-SNAPSHOT after release
2019-11-26 09:34:55 +00:00
buildmaster
a70b9f30bd
Going back to snapshots
2019-11-26 09:34:54 +00:00
buildmaster
a20cde9672
Update SNAPSHOT to 2.2.0.RELEASE
2019-11-26 09:28:58 +00:00