Commit Graph

171 Commits

Author SHA1 Message Date
buildmaster
b11ca9c2ef Going back to snapshots 2020-07-23 18:53:59 +00:00
buildmaster
dc94442577 Update SNAPSHOT to 3.0.0-M3 2020-07-23 18:52:28 +00:00
buildmaster
164f5f0b81 Bumping versions 2020-07-07 18:34:28 +00:00
spencergibb
b3bfc87d9d Merge branch '2.2.x' 2020-07-06 16:36:08 -04:00
u-dogFF
4f92ff73d7 Fix Zookeeper link in documentation
Fixes gh-238
Fixes gh-246
2020-07-06 16:30:26 -04:00
Marcin Grzejszczak
0746518153 Updated props 2020-06-08 18:28:06 +02:00
Marcin Grzejszczak
fb5a0db9c6 Changed packaging to jar 2020-06-08 17:12:55 +02:00
Marcin Grzejszczak
2fd9d9153c Uploading sources for docs 2020-06-08 16:48:21 +02:00
Marcin Grzejszczak
d4331b4717 Migrated to docs.spring.io & updated sc-build 2020-06-04 16:02:51 +02:00
buildmaster
6513a2d342 Going back to snapshots 2020-05-29 19:07:54 +00:00
buildmaster
1a734d4849 Update SNAPSHOT to 3.0.0-M2 2020-05-29 19:06:53 +00:00
buildmaster
b522a5ec14 Bumping versions to 2.2.3.BUILD-SNAPSHOT after release 2020-05-28 20:27:04 +00:00
buildmaster
b6d8a345c1 Going back to snapshots 2020-05-28 20:27:04 +00:00
buildmaster
0f64aed86a Update SNAPSHOT to 2.2.2.RELEASE 2020-05-28 20:22:50 +00:00
buildmaster
25619f2aa1 Bumping versions 2020-05-28 18:34:13 +00:00
buildmaster
f891dcce7d Bumping versions 2020-05-26 18:35:36 +00:00
Marcin Grzejszczak
3dad653500 Setting up repository for docs.spring.io migration 2020-05-25 14:40:23 +02:00
Marcin Grzejszczak
f8723eafb9 Setting up repository for docs.spring.io migration 2020-05-25 13:43:07 +02:00
buildmaster
cd78e40d2d Bumping versions 2020-04-21 18:34:21 +00:00
buildmaster
589aa349a4 Bumping versions 2020-04-17 15:06:52 +00:00
buildmaster
2aa08d71a7 Going back to snapshots 2020-04-09 22:50:59 +00:00
buildmaster
455f6c73ac Update SNAPSHOT to 3.0.0.M1 2020-04-09 22:49:55 +00:00
Marcin Grzejszczak
b42d10a4cd Updated docs 2020-04-01 13:44:13 +02:00
Spencer Gibb
fbf5b54d07 Updates docs branches. 2020-03-06 12:59:33 -05:00
buildmaster
cad51b35f2 Bumping versions to 2.2.2.BUILD-SNAPSHOT after release 2020-03-04 17:05:50 +00:00
buildmaster
874282232a Going back to snapshots 2020-03-04 17:05:50 +00:00
buildmaster
8f23cebcdb Update SNAPSHOT to 2.2.1.RELEASE 2020-03-04 17:02:05 +00:00
Olga Maciaszek-Sharma
59c0010be3 Switch from Ribbon to SC LoadBalancer (#240)
* WIP

* Remove repeated dependency.

* Gitignore fix.

* Implement Spring Cloud LoadBalancer-based DependencyFeignClientAutoConfiguration and DependencyLoadBalancerAutoConfiguration.

* Fix dependency-based configurations.
Add ZookeeperServiceInstanceListSupplier.
Add LoadBalancerZookeeperAutoConfiguration.

* Adjust tests to changes in code.

* Adjust tests to changes in code. Add missing license Strings. Refactor.

* Add BlockingDependencyLoadBalancerConfiguration. Remove condition from ZookeeperDependenciesAutoConfiguration.

* Switch EmptyResponse to chooseDefault(). Fix DependencyRestTemplateAutoConfiguration. Change return type for BlockingDependencyLoadBalancerConfiguration.

* Fix zookeeper-specific BlockingLoadBalancerClient implementation.

* Remove zookeeper-specific LoadBalancerClient and ReactorExchangeFilterFunction implementations following a team discussion. Remove Ribbon-specific entries from docs. Add javadocs.

Co-authored-by: Marcin Grzejszczak <marcin@grzejszczak.pl>
2020-02-22 14:40:17 +01:00
Spencer Gibb
fe4a48c5ec Updates docs branches. 2020-01-22 15:30:36 -05:00
Spencer Gibb
a33ee7fd6b Removes ribbon and hystrix dependencies. 2020-01-22 12:39:59 -05:00
Spencer Gibb
d7921eeda7 Deletes .flattened-pom.xml 2020-01-22 11:12:17 -05:00
buildmaster
0ca3c38b04 Bumping versions 2019-11-26 18:32:16 +00:00
buildmaster
248f93a6bb Bumping versions to 2.2.1.BUILD-SNAPSHOT after release 2019-11-26 10:39:11 +00:00
buildmaster
d348af5438 Going back to snapshots 2019-11-26 10:39:11 +00:00
buildmaster
f3bc299806 Update SNAPSHOT to 2.2.0.RELEASE 2019-11-26 10:37:29 +00:00
buildmaster
f9f72fadcf Going back to snapshots 2019-11-10 00:22:12 +00:00
buildmaster
97c00d5457 Update SNAPSHOT to 2.2.0.RC2 2019-11-10 00:21:10 +00:00
buildmaster
f1a8d04a1a Bumping versions 2019-11-07 15:23:25 +00:00
buildmaster
832cf885c7 Going back to snapshots 2019-10-24 21:08:14 +00:00
buildmaster
8c1154baf5 Update SNAPSHOT to 2.2.0.RC1 2019-10-24 21:07:29 +00:00
buildmaster
55b873c31e Going back to snapshots 2019-10-03 20:08:51 +00:00
buildmaster
bdfb872a9f Update SNAPSHOT to 2.2.0.M3 2019-10-03 20:08:06 +00:00
Olga Maciaszek-Sharma
35b5a02322 Update docs.Fixes gh-232. 2019-09-17 15:18:26 +02:00
Olga Maciaszek-Sharma
5db18382a6 Add SC LoadBalancer starter to Zookeeper Discovery starter. (#234)
Fixes gh-233.
2019-09-11 18:59:50 +02:00
buildmaster
d75c2ca518 Going back to snapshots 2019-08-14 15:51:35 +00:00
buildmaster
c127120a05 Update SNAPSHOT to 2.2.0.M2 2019-08-14 15:50:28 +00:00
Marcin Grzejszczak
60dbe3568d Added symbolic link of index.adoc 2019-07-29 14:45:14 +02:00
buildmaster
7617b06e01 Going back to snapshots 2019-07-03 20:09:10 +00:00
buildmaster
0bd0d74de9 Update SNAPSHOT to 2.2.0.M1 2019-07-03 20:08:06 +00:00
Marcin Grzejszczak
1ed80350fe Added sagan pages; fixes gh-229 2019-04-29 13:25:17 +04:00