Commit Graph

415 Commits

Author SHA1 Message Date
Dave Syer
c26f45ad6e Re-organize starters so they can be extracted cleanly
Extraction into the "natural" home will follow in the next
release train. For now the only uncomfortable thing is the
version of the starters are all 1.0.3 (whereas their
parent might be 1.0.2).
2015-06-25 11:59:53 +01:00
Dave Syer
18ec6f15f6 Revert "added spring-security-rsa because s-c-context currently requires it."
This reverts commit b4fc296624.
2015-06-24 20:24:07 +01:00
Spencer Gibb
b4fc296624 added spring-security-rsa because s-c-context currently requires it. 2015-06-24 12:52:02 -06:00
Dave Syer
4bba2778ea Make starters independent of spring-cloud-starter-parent
This is an essential step in breaking the tie between the
individual starters and the release train. Temporarily
introduces a new parent that we can fact out sooner or later.
2015-06-24 17:35:42 +01:00
Roy Clarkson
c80a234c82 Specify the settings file when building locally 2015-06-03 15:02:48 -05:00
Roy Clarkson
a7b8a22427 Fix spelling 2015-06-03 15:00:45 -05:00
Roy Clarkson
785789b58c Format whitespace 2015-06-03 14:47:44 -05:00
Spencer Gibb
e93a951916 fix whitespace 2015-05-20 12:38:10 -06:00
Spencer Gibb
949ab29d90 use io.reactivex:rxjava
part of https://github.com/spring-cloud/spring-cloud-netflix/issues/353
2015-05-20 12:36:35 -06:00
Dave Syer
b1a1670acc Tweak build for fresh install 2015-05-13 15:01:55 +01:00
Dave Syer
1b2955ba5b More snapshot versions 2015-05-01 16:33:22 +01:00
Dave Syer
69b4b62f82 Fix parent version 2015-05-01 16:20:00 +01:00
Dave Syer
c35c7b7c14 Fix parent version 2015-05-01 16:16:56 +01:00
Dave Syer
97d5a5a94b Add properties for versions 2015-05-01 11:37:37 +02:00
Dave Syer
29cd846545 Update to 1.0.3 snapshots 2015-05-01 11:23:57 +02:00
Dave Syer
a18135873c Update to 1.0.2 snapshots 2015-04-23 11:11:22 +01:00
Dave Syer
d111c324c6 Add Jackson to config starter (needed for JSON conversion) 2015-04-21 08:18:36 +02:00
Dave Syer
3901c66642 Exclude tomcat by default from turbine amqp 2015-03-25 13:53:21 +00:00
Dave Syer
d4cef5673e Explicit exclude not needed if users have BOM or parent 2015-03-20 15:28:03 +00:00
Dave Syer
b0901b0056 Add link to github in rendered docs 2015-03-20 11:47:37 +00:00
Dave Syer
35f2c625f1 Add annotation processor 2015-03-20 11:47:37 +00:00
Spencer Gibb
0a71ba4a7c remove dagger dependency from s-c-s-feign
related to https://github.com/spring-cloud/spring-cloud-netflix/issues/183
2015-03-19 12:15:54 -06:00
Dave Syer
6eb4e3eddc Add new spring-cloud-context module 2015-03-19 11:53:39 +00:00
Dave Syer
44a42ad6f4 Remove config-client from spring-cloud-starter
And add separate starter. Some of the integration test samples
now break, but they can be fixed by adding back the dependencies
using the old starter.

Fixes gh-16
2015-03-18 13:31:26 +00:00
Spencer Gibb
968f1735a9 update ribbon to add ribbon-loadbalancer which is optional in 2.0.0 2015-03-06 12:55:48 -07:00
Dave Syer
538c6cc543 Add bintray properties 2015-03-05 17:03:29 +00:00
Dave Syer
30790c362c Update to next snapshot 2015-03-03 14:56:27 +00:00
Dave Syer
f704e91b7a Clean up parent poms and clarify building and deploying
To deploy to snapshot repos you need

-DaltSnapshotDeploymentRepository=\
repo.spring.io::default::https://repo.spring.io/libs-snapshot-local

(as per /travis.yml) because the parent for spring-cloud-starter-parent
does not have a repository declared.
2015-03-02 16:46:52 +00:00
Dave Syer
0bfd22af06 Add release profile for distribution management 2015-02-27 15:49:52 +00:00
Dave Syer
8d4807dde5 Move connectors dependencies into cloudfoundry starter
Fixes gh-15
2015-02-25 16:11:15 +00:00
Spencer Gibb
38dee4a45d fix url 2015-02-11 07:33:48 -07:00
Dave Syer
1f31cfbc5e Exclude hibernate-validator (seems not to be used) 2015-02-09 13:30:50 +00:00
Dave Syer
f7d2f1d75c Update eureka server dependencies to use logback 2015-02-05 11:45:28 +01:00
Alain Sahli
fe9a38e035 Add starter POM for the base artifacts of Spring Cloud AWS.
Fixes gh-13
2015-01-30 12:47:05 +00:00
Dave Syer
71a534c587 Add relative path to parent 2015-01-29 13:44:14 +00:00
Dave Syer
58c8f8f2d4 Pruning for 1.0.0.RC2 2015-01-29 12:52:33 +00:00
Spencer Gibb
0ac997589c update eureka dependencies for version 1.1.147 2015-01-26 15:30:41 -07:00
Spencer Gibb
a30bc5cb29 update feign dependencies for feign 7.1.0 2015-01-26 14:57:44 -07:00
Spencer Gibb
caf53b2dbe remove ribbon from s-c-s-hystrix
fixes gh-14
2015-01-26 13:55:42 -07:00
Dave Syer
64f59d61a6 Consolidate netflix and ribbon dependencies in starters 2015-01-23 11:25:19 +00:00
Dave Syer
3b3f4ae650 Add Jackson dependency 2015-01-17 15:12:24 +00:00
Dave Syer
1d9e92cc3c Tidy pom, removing unused plugins 2015-01-15 12:15:30 +00:00
Dave Syer
284a1b1e0d Split starter parent into separate project 2015-01-15 10:35:10 +00:00
Dave Syer
71623adca9 Add spring-cloud-starter-oauth2 2015-01-14 17:32:47 +00:00
Dave Syer
47aacfdcbc Add spring-cloud-starter-oauth2 2015-01-14 16:35:21 +00:00
Spencer Gibb
3e076411f0 add exclusions to s-c-s-eureka-server, remove javax.inject exclusion 2015-01-09 16:45:58 -07:00
Spencer Gibb
218eb59df8 add guice back 2015-01-09 16:18:43 -07:00
Spencer Gibb
53c2666227 dependency exclusions for s-c-s-eureka 2015-01-09 12:09:39 -07:00
Dave Syer
d370822a44 Remove stupid provides 2015-01-06 17:20:35 +00:00
Dave Syer
abf7cbc60a Add Jackson 2 to turbine starter so it can be used for messages 2015-01-02 15:19:29 +00:00