buildmaster
bc521c4ab6
Going back to snapshots
2018-12-11 21:36:00 +00:00
buildmaster
57c2f9a154
Update SNAPSHOT to 2.1.0.RC2
2018-12-11 21:35:03 +00:00
buildmaster
c410aa749f
Going back to snapshots
2018-12-11 16:10:18 +00:00
buildmaster
1251411295
Update SNAPSHOT to 2.1.0.RC1
2018-12-11 16:09:27 +00:00
buildmaster
8ed921523b
Going back to snapshots
2018-11-18 09:19:14 +00:00
buildmaster
275cdfa43a
Update SNAPSHOT to 2.1.0.M2
2018-11-18 09:18:28 +00:00
Spencer Gibb
1fa513194b
Adds API and implementation of ReactiveLoadBalancer
...
API lives in spring-cloud-commons module and implementation in
spring-cloud-loadbalancer.
2018-10-03 12:38:12 -04:00
buildmaster
a4fdc8e117
Going back to snapshots
2018-09-21 19:28:07 +00:00
buildmaster
4c1aa2b2d4
Update SNAPSHOT to Greenwich.M1
2018-09-21 19:27:04 +00:00
Spencer Gibb
87bb8f1fa1
Upgrades to build 2.1.0.BUILD-SNAPSHOT and boot 2.1.x
...
Moves refresh scope proxy creation from BeanDefinitionRegistryPostProcessor to BeanPostProcessor
fixes gh-400
2018-08-02 11:19:17 -04:00
Dave Syer
df2ba5cf2a
Update RSA deps to latest release
2018-08-01 15:51:14 +01:00
buildmaster
8efcb1577e
Bumping versions to 2.0.2.BUILD-SNAPSHOT after release
2018-07-31 18:05:58 +00:00
buildmaster
36146312ab
Going back to snapshots
2018-07-31 18:05:58 +00:00
buildmaster
1998ac2892
Update SNAPSHOT to 2.0.1.RELEASE
2018-07-31 18:03:14 +00:00
buildmaster
a707941e5c
Bumping versions to 2.0.1.BUILD-SNAPSHOT after release
2018-06-18 13:29:50 +00:00
buildmaster
917c134350
Going back to snapshots
2018-06-18 13:29:49 +00:00
buildmaster
1ade0553ee
Update SNAPSHOT to 2.0.0.RELEASE
2018-06-18 13:26:29 +00:00
Spencer Gibb
9262c47fb8
Updates to s-c-build 2.0.2.BUILD-SNAPSHOT
2018-06-05 15:29:34 -04:00
buildmaster
9849895867
Going back to snapshots
2018-05-24 19:00:21 +00:00
buildmaster
445fffff34
Update SNAPSHOT to 2.0.0.RC2
2018-05-24 18:59:33 +00:00
buildmaster
b8589e0eaa
Going back to snapshots
2018-04-20 18:37:39 +00:00
buildmaster
b61187c761
Update SNAPSHOT to 2.0.0.RC1
2018-04-20 18:36:47 +00:00
buildmaster
328995c639
Going back to snapshots
2018-03-22 20:51:19 +00:00
buildmaster
19a47a366f
Update SNAPSHOT to 2.0.0.M9
2018-03-22 20:50:33 +00:00
buildmaster
e63a3d4232
Going back to snapshots
2018-03-02 17:03:35 +00:00
buildmaster
5a79537a76
Update SNAPSHOT to 2.0.0.M8
2018-03-02 17:02:51 +00:00
buildmaster
b5eb64de2a
Going back to snapshots
2018-02-26 17:30:07 +00:00
buildmaster
b1124e3fbe
Update SNAPSHOT to 2.0.0.M7
2018-02-26 17:29:21 +00:00
buildmaster
12d778f330
Going back to snapshots
2018-02-09 17:47:33 +00:00
buildmaster
5ad8288e85
Update SNAPSHOT to 2.0.0.M6
2018-02-09 17:46:50 +00:00
buildmaster
1725550349
Going back to snapshots
2017-12-01 21:42:39 +00:00
buildmaster
9558b7651d
Update SNAPSHOT to 2.0.0.M5
2017-12-01 21:41:58 +00:00
buildmaster
0c7badb772
Going back to snapshots
2017-11-14 21:54:31 +00:00
buildmaster
54142ba2b4
Update SNAPSHOT to 2.0.0.M4
2017-11-14 21:53:46 +00:00
buildmaster
3a780623c1
Going back to snapshots
2017-10-27 15:49:29 +00:00
buildmaster
698124544c
Update SNAPSHOT to 2.0.0.M3
2017-10-27 15:48:50 +00:00
Spencer Gibb
0972699040
Going back to snapshots
2017-08-17 15:25:48 -06:00
Spencer Gibb
ac2821db5f
Update SNAPSHOT to 2.0.0.M2
2017-08-17 15:17:19 -06:00
Spencer Gibb
d4326005f9
Going back to snapshots
2017-06-16 14:54:23 -06:00
Spencer Gibb
02c522d015
Update SNAPSHOT to 2.0.0.M1
2017-06-16 14:53:15 -06:00
Dave Syer
ac9d609a27
Update rsa library
2017-05-12 14:30:46 +01:00
Dave Syer
bf68a8ac10
Update RSA library
2017-05-11 11:20:16 +01:00
Spencer Gibb
d11abd8f5e
make code compile
2017-03-17 18:46:39 -06:00
Spencer Gibb
23f3e461ac
Going back to snapshots
2017-03-15 17:40:06 -06:00
Spencer Gibb
e75034a6fc
Update SNAPSHOT to 1.2.0.RC1
2017-03-15 17:32:18 -06:00
Spencer Gibb
b4bd6fdeff
Revert "Update SNAPSHOT to 1.2.0.M1"
...
This reverts commit d9d3b5f74a .
2017-01-26 10:41:16 -07:00
Spencer Gibb
d9d3b5f74a
Update SNAPSHOT to 1.2.0.M1
2017-01-26 10:39:31 -07:00
Spencer Gibb
210c7b9017
Update spring-cloud-build to 1.3.1.BUILD-SNAPSHOT
2017-01-09 18:25:48 -07:00
Spencer Gibb
bf4b6e3293
Create a ServiceRegistry interface.
...
Allow service discovery systems to register more than one instance.
Automatic registration will still take place.
Add boolean autoRegister() to EnableDiscoveryClient, defaults to true.
Add ServiceRegistryEndpoint.
fixes gh-9
2016-11-07 10:30:54 -07:00
Spencer Gibb
d850aad13f
Bump to 1.2.0.BUILD-SNAPSHOT
2016-10-27 15:58:59 -06:00