Commit Graph

123 Commits

Author SHA1 Message Date
Dave Syer
ec0dcfd1bd Revert to snapshots 2016-02-05 12:44:25 +00:00
Dave Syer
032c96d86e Add integration tests and release 1.1.0.M5 2016-02-05 12:42:32 +00:00
Spencer Gibb
9be47f709b Update readme for code of conduct.
https://github.com/spring-cloud/spring-cloud-build/issues/26
2016-02-01 20:08:11 -07:00
Spencer Gibb
71e2d19ff5 Update EurekaServerConfigBean package.
Fixes gh-12
2016-01-19 15:39:49 -07:00
Dave Syer
1966203e34 Revert to snapshots 2015-12-23 10:01:50 +00:00
Dave Syer
dc7e191cbe Update to 1.0.0.M4 (Brixton.M4) 2015-12-23 10:01:02 +00:00
Dave Syer
0acc49df4f Really revert to snapshots 2015-12-23 09:58:51 +00:00
Dave Syer
cf544b2d02 Revert to snapshots 2015-11-17 22:05:51 +00:00
Dave Syer
d240697f6f Update to Brixton.M3 2015-11-17 22:04:50 +00:00
Dave Syer
89abfe11f5 Revert to snapshots 2015-11-02 16:08:41 +00:00
Dave Syer
26f24326a5 Update to Brixton.M2 2015-11-02 16:05:59 +00:00
Dave Syer
04f4ebe8f6 Revert profile and add comment 2015-10-20 09:34:47 -04:00
Dave Syer
5d1f6ec8db Remove confusing profile from settings.xml 2015-10-20 09:27:59 -04:00
Dave Syer
b8c159b8a4 Take advantage of new features in Boot 2015-10-06 09:43:22 +01:00
Dave Syer
ed9ece70a3 Back to snapshot 2015-09-11 18:30:20 +01:00
Dave Syer
9a028eb13f Brixton.M1 release 2015-09-11 18:28:14 +01:00
Dave Syer
44b38d7a96 SWitch oauth2 load balancer support on 2015-09-09 10:40:04 +01:00
Dave Syer
6adba1d569 Use meta-annotation for @EnableBinding
Now user can specify transport via the main annotation:

@EnableBinding(value=Sink, transport="rabbit")
@Log
class App {

	@ServiceActivator(inputChannel=Sink.INPUT)
	void loggerSink(Object payload) {
		log.info("Received: " + payload)
	}
}
2015-09-09 10:04:07 +01:00
Dave Syer
89fb7a4059 Add support for @EnableBinding (s-c-stream) 2015-09-08 17:49:48 +01:00
Dave Syer
2688e37be4 Merge branch '1.0.x' 2015-08-25 15:20:25 +01:00
Dave Syer
e251951ae0 Make ghpages.sh work on a branch 2015-08-25 15:16:55 +01:00
Spencer Gibb
583c696de1 Added LICENSE.txt 2015-08-20 16:06:51 -06:00
Dave Syer
5d19292684 Restore effective-pom back to cli jar 2015-08-20 15:14:57 +01:00
Dave Syer
2c1c5dbc04 Update readmes 2015-08-14 11:09:51 +01:00
Dave Syer
67e558d6db Add Maven wrapper 2015-08-14 10:05:51 +01:00
Dave Syer
4c192f5307 Update to Spring Boot 1.3, stage I (make it compile) 2015-07-03 09:54:13 +01:00
Dave Syer
fc81725d64 Update to Brixton 2015-06-26 12:57:04 +01:00
Dave Syer
98de8026ee Prepare master for next snapshot 2015-06-26 10:57:17 +01:00
Dave Syer
55e4ca1963 Fix path to docs in README raw text 2015-06-25 12:31:28 +01:00
Dave Syer
0a279fb80c Use release train for versions 2015-06-24 17:38:15 +01:00
Spencer Gibb
5502b74167 move attach-zip execution to already included build-helper-maven-plugin 2015-05-01 11:48:27 -06:00
Spencer Gibb
3275c032c1 disable attaching of artifact for spring-cloud-versions 2015-05-01 11:40:10 -06:00
Spencer Gibb
8d453d12c7 fix version 2015-05-01 10:14:34 -06:00
Dave Syer
1433c51fe8 Fix parent version 2015-05-01 16:19:10 +01:00
Dave Syer
94a514f934 Fix parent version 2015-05-01 16:18:26 +01:00
Dave Syer
5fc113eab6 Update to 1.0.3 snapshots 2015-05-01 11:28:39 +02:00
Dave Syer
40d1a977ec Fix README versions 2015-04-24 15:08:23 +01:00
Dave Syer
03be8e718d Update version numbers in install guide 2015-04-24 15:06:05 +01:00
Dave Syer
ad3e5ed4ed Update to 1.0.2 snapshots 2015-04-23 11:11:21 +01:00
Dave Syer
58cb4a8a36 Update install docs for 1.0.0 2015-03-20 22:58:33 +00:00
Dave Syer
15be5d87dd Updates to README 2015-03-20 15:26:36 +00:00
Dave Syer
77a4801cd7 Add link to github in rendered docs 2015-03-20 11:48:07 +00:00
Dave Syer
ecd7903e9f Add annotation processor 2015-03-20 11:48:07 +00:00
Spencer Gibb
9ef4c901a2 touch 2015-03-19 15:21:35 -04:00
Dave Syer
33726d3294 Add bintray properties 2015-03-05 16:21:42 +00:00
Dave Syer
bd810d273f Update to next snapshot 2015-03-03 14:56:26 +00:00
Dave Syer
ac07afb6de Add release profile for distribution management 2015-02-27 15:49:52 +00:00
Dave Syer
8eb813e6c8 Fix typo in usage string 2015-02-24 12:04:18 +00:00
Dave Syer
b1c7ee43fb Use class/package to guess version 2015-02-13 11:01:14 +00:00
Dave Syer
411cc59ac0 Add MissingKeyException to catch users who don't add keys
on the command line for encrypt/decrypt. The key is (obviously)
mandatory, but I like the --key syntax, so it seems better to throw
an exception than try and make it a non-optional argument.

Fixes gh-5
2015-02-04 15:41:20 +01:00