Spencer Gibb
ea4e5d76e0
Create EurekaServiceRegistry
...
Use the new ServiceRegistry interface
Creates a new EurekaRegistration object that aggregates classes needed
for a single registration.
2016-11-07 10:52:47 -07:00
Spencer Gibb
428ed6c88c
Bump to 1.3.0.BUILD-SNAPSHOT
2016-10-27 15:37:59 -06:00
Ryan Baxter
5a5a1aaa7f
-Made spring-retry optional
...
-additional refactoring from changes in s-c-commons
2016-10-26 15:04:51 -04:00
Ryan Baxter
c9704d3c97
Updating versions for next release
2016-10-18 10:16:01 -04:00
Ryan Baxter
34775eb8db
Revert "Version changes for the release"
...
This reverts commit 90d6490fea .
2016-10-18 10:11:03 -04:00
Ryan Baxter
90d6490fea
Version changes for the release
2016-10-18 09:44:57 -04:00
Ryan Baxter
b91fa734d2
Bumping versions for next release
2016-09-22 14:55:08 -04:00
Ryan Baxter
302eae6aeb
Revert "version changes for Camden release"
...
This reverts commit 088afa6d71 .
2016-09-22 14:21:39 -04:00
Ryan Baxter
088afa6d71
version changes for Camden release
2016-09-22 13:15:22 -04:00
Dave Syer
6310059531
Move unnecessary dependencies up a level
2016-09-19 12:02:34 +01:00
Ryan Baxter
08ed3c7fc4
Revert "Updated versions for Camden.RC1 release"
...
This reverts commit 3c1a23e7b1 .
2016-09-06 14:25:21 -04:00
Ryan Baxter
3c1a23e7b1
Updated versions for Camden.RC1 release
2016-09-06 14:16:23 -04:00
Ryan Baxter
1c8c0cfbf0
Moved parent element in pom so milestone profile activation occurs correctly
2016-08-22 15:32:31 -04:00
Ryan Baxter
047e25f7f7
Revert "Camden.M1 release"
...
This reverts commit 258e53a402 .
2016-08-22 15:31:32 -04:00
Ryan Baxter
258e53a402
Camden.M1 release
2016-08-22 15:01:16 -04:00
Dave Syer
68cf346025
Change repo URLs to https
2016-08-17 17:33:02 +01:00
Ryan Baxter
a4ba11eabb
Updated sonar profile configuration
2016-08-09 14:31:13 -04:00
Spencer Gibb
ab0af4554c
Update to s-c-build 1.2.0
2016-07-01 15:14:19 -06:00
Dave Syer
69501bd110
Merge 1.1.x
2016-06-13 08:05:07 +01:00
Dave Syer
95e086a543
Revert change to sources plugin
2016-06-13 07:58:13 +01:00
Dave Syer
6906c7ba55
Update to 1.1.3 snapshots
2016-06-10 17:05:29 +01:00
Spencer Gibb
7d295bdc8b
Update to SNAPSHOT
2016-06-09 11:30:39 -06:00
Spencer Gibb
b6807fc264
Update SNAPSHOT to 1.1.2.RELEASE
2016-06-09 11:06:25 -06:00
Spencer Gibb
332b5605d6
Update to SNAPSHOT
2016-06-06 19:11:27 -06:00
Spencer Gibb
c3d16ddb30
Update SNAPSHOT to 1.1.1.RELEASE
2016-06-06 18:54:25 -06:00
Spencer Gibb
8501969643
don't fork jar plugin so it gets Xmx setting.
2016-05-27 17:54:47 -06:00
Dave Syer
c399f1117b
Revert to snapshots
2016-05-10 17:09:04 +01:00
Dave Syer
d9327a02a2
Update for 1.1.0.RELEASE
2016-05-10 17:00:17 +01:00
Dave Syer
cbd398d7f6
Add explicit release disabled flag for artifactory for plugins
2016-05-06 18:09:41 +01:00
Dave Syer
e4f3428344
Add explicit release disabled flag for artifactory
2016-05-06 17:47:14 +01:00
Dave Syer
83235b13c1
Update parent to 1.1.0.RELEASE
2016-05-06 17:13:33 +01:00
Dave Syer
5de52b96f4
Some changes to help with Spring Boot 1.4 compatibility
...
The jackson version needs to be explicit (not in parent potentially)
and there is a weirdness with @RequestMapping in Spring 4.3
2016-05-05 16:55:09 +01:00
Dave Syer
24579f67e2
Revert to snapshots
2016-04-18 14:07:42 +01:00
Dave Syer
d99196aeb1
Update to RC2
2016-04-18 14:02:49 +01:00
Marcin Grzejszczak
3f9e76b876
Revert to snapshots
2016-03-23 12:43:41 +01:00
Marcin Grzejszczak
29988b5f58
Bump for 1.1.0.RC1
2016-03-23 12:38:05 +01:00
Marcin Grzejszczak
69a705731b
Added Sonar support
2016-03-08 22:10:26 +01:00
Dave Syer
443406f75f
Revert to snapshots
2016-02-05 07:24:05 +00:00
Dave Syer
61ef6dd511
Update to 1.1.0.M5
2016-02-05 07:23:28 +00:00
Dave Syer
1534ca41f7
Add dependency management for netty
...
Fixes gh-710
2016-01-26 16:02:26 +00:00
Spencer Gibb
b894f8dbb3
Upgrade archaius to v 0.7.3
...
Added spring-cloud-starter-archaius so downstream projects
like consul and zookeeper don't need to maintain the list of
archaius depenencies.
fixes gh-765
2016-01-12 11:19:16 -07:00
Spencer Gibb
c1e567afc7
Move eureka-client code to separate module.
...
This move should be transparant to users of spring-cloud-starter-eureka.
fixes gh-579
2016-01-11 16:45:30 -07:00
Dave Syer
3f742d9675
Add spring-cloud-netflix-dependencies module as a BOM
...
The new module is a BOM that doesn't have any parent or direct
dependency management in spring-boot-*. So users can include it
in their dependency management without polluting the spring boot
dependency versions.
Luckily it can also be used in the main spring-cloud-netflix pom,
which should no longer be used as a BOM.
2016-01-07 13:45:46 +00:00
Spencer Gibb
8938aa4621
Revert "Update SNAPSHOT to MILESTONE 1.1.0.M4"
...
This reverts commit 721fdc5918 .
2015-12-22 11:25:47 -07:00
Spencer Gibb
721fdc5918
Update SNAPSHOT to MILESTONE 1.1.0.M4
2015-12-22 11:21:20 -07:00
Spencer Gibb
57206c639d
Upgrade to Hystrix 1.4.21
...
fixes gh-685
2015-12-02 14:07:31 -07:00
Dave Syer
f2fee74880
Excludes aspectjrt from javanica
...
The aspectjweaver jar includes all of aspectjrt, and the former is
used at runtime in a number of places (tests fail if you remove
it). Both are not needed so we have picked one (the other one than
recommended in gh-666).
Fixes gh-666
2015-11-26 15:33:09 +00:00
Spencer Gibb
1090f2817a
Upgrade zuul to v1.1.0
...
fixes gh-591
2015-11-24 16:37:25 -07:00
Spencer Gibb
bd12fa47d7
Upgrade to rxjava 1.0.14
...
fixes gh-651
2015-11-18 14:19:45 -07:00
Spencer Gibb
a7d425deba
Upgrade to feign 8.12.1
...
fixes gh-623
2015-11-17 17:03:26 -07:00