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
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
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
5d19292684
Restore effective-pom back to cli jar
2015-08-20 15:14:57 +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
5fc113eab6
Update to 1.0.3 snapshots
2015-05-01 11:28:39 +02:00
Dave Syer
ad3e5ed4ed
Update to 1.0.2 snapshots
2015-04-23 11:11:21 +01:00
Dave Syer
bd810d273f
Update to next snapshot
2015-03-03 14:56:26 +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
Dave Syer
cf3bedb7e0
Add vanilla Ribbon autconfiguration
2015-01-02 10:12:17 +00:00
Dave Syer
487378978c
Fix FQN of Enable annotation
2015-01-02 08:52:35 +00:00
Spencer Gibb
c9b3fa7fb0
use @EnableDiscoveryClient and @EnableCircuitBreaker
2014-12-04 14:20:57 -07:00
Dave Syer
dcf9c48fca
Renamed packages in security
2014-11-22 16:57:27 +00:00
Dave Syer
bb1e6a07f8
Cherry pick parent pom coords
2014-10-31 17:08:57 +00:00
Dave Syer
637f404ead
Switch eureka endpoint to /eureka
2014-10-23 11:16:21 -07:00
Dave Syer
ede1e1e7ac
Upgrade to Boot 1.1.8
2014-10-23 07:34:17 -07:00
Dave Syer
9f8ebd48c0
Update docs and tests for /eureka path
2014-10-23 06:56:49 -07:00
Dave Syer
708a6951dd
Update for new security module
2014-10-03 16:01:43 +01:00
Dave Syer
f0171b0df6
Add RefreshScope to autoimports
2014-09-17 10:27:36 +01:00
Dave Syer
4cc26dca1c
Fix CLI plugin in Spring Boot 1.1.6
2014-09-05 15:13:14 +01:00
Dave Syer
8c90d3ee00
Upgrade to RSA M2 (so public key parsing is easier)
2014-09-05 12:21:00 +01:00
Dave Syer
33dfe070b8
Add encrypt/decrypt commands (use -k to specify key)
...
The key format can be plaintext (symmetric key, not recommended but quick
and dirty), or PEM encoded key data, or (for encryption only) a base64
encoded public key (like in ~/.ssh/id_rsa or like you get from the
Spring Cloud configserver /key endpoint).
2014-09-05 11:48:17 +01:00
Dave Syer
89a5612f9f
Add EurekaServer support
2014-09-04 10:46:37 +01:00
Dave Syer
02c5670dda
Make hystrix dashboard embeddable finally
2014-09-02 19:37:59 +01:00
Dave Syer
5a8b0496be
Make Hystrix dash embeddable
2014-09-02 12:32:07 +01:00
Dave Syer
816fdfd07b
Break up hystrix dashboard
2014-09-02 10:11:10 +01:00
Dave Syer
bef0ac03f2
Fix SSO so it can push config into resource server
2014-09-01 16:51:57 +01:00
Dave Syer
35bf0e0124
@EnableOAuth2*
2014-09-01 08:17:23 +01:00
Dave Syer
90c66b9208
Fix platform->cloud
2014-08-29 14:10:56 +01:00
Dave Syer
408535a235
Update package names
2014-08-29 13:34:36 +01:00
Dave Syer
7d3f98b8c5
Update READMEs
2014-08-29 13:25:10 +01:00
Dave Syer
0c598fd5be
Rename platform->cloud
2014-08-29 12:52:51 +01:00