Spencer Gibb
3dc269d8a9
Bump to version 1.4.0.BUILD-SNAPSHOT
2017-07-21 13:47:40 -06:00
Spencer Gibb
7329a8a091
Update to SNAPSHOT
2017-07-21 13:41:45 -06:00
Spencer Gibb
7c6966331e
Update SNAPSHOT to 1.3.4.RELEASE
2017-07-21 13:26:05 -06:00
Dave Syer
49a5bd4bee
Revert to snapshots
2017-05-10 18:10:53 +01:00
Dave Syer
78a52b200e
Update to 1.3.3
2017-05-10 18:03:55 +01:00
Dave Syer
d38a48947e
Update thin deployer to fix property source ordering
2017-05-10 18:01:38 +01:00
Dave Syer
8f94733c00
Revert to snapshots
2017-04-27 15:38:54 +01:00
Dave Syer
8ca1acde18
Update for 1.3.2
2017-04-27 15:34:05 +01:00
Dave Syer
06b9b04519
Make local app deployer the default (per docs)
2017-04-26 16:51:06 +01:00
Dave Syer
a12950bc7a
Add a test for the version so deployer doesn't get deployed
...
Also unignore test in dataflow server
2017-04-26 16:23:07 +01:00
Dave Syer
ac9cfc1bae
Revert to snapshots
2017-04-26 09:46:48 +01:00
Dave Syer
cb2cd7144b
Update to 1.3.1.RELEASE
2017-04-26 09:45:42 +01:00
Spencer Gibb
be32049485
Ignore test because of incompatibility with boot 1.5.3
2017-04-25 15:34:49 -06:00
Spencer Gibb
14b5a9b89a
Fix compatibility with boot 1.5.3
2017-04-25 15:34:28 -06:00
Spencer Gibb
2fb2a74e22
Update to SNAPSHOT
2017-04-12 13:39:47 -06:00
Spencer Gibb
55c1eacdfa
Update SNAPSHOT to 1.3.0.RELEASE
2017-04-12 13:22:21 -06:00
Spencer Gibb
23e9722dae
Update mvnw to resolve central profile for RELEASE
2017-04-12 12:53:19 -06:00
Spencer Gibb
0980eecf81
Fix Dalston versions
2017-03-20 12:13:58 -06:00
Spencer Gibb
48ffa3a5d0
Revert "Updates SNAPSHOTS to 1.3.0.RC1"
...
This reverts commit deb448b594 .
2017-03-20 12:07:34 -06:00
Spencer Gibb
deb448b594
Updates SNAPSHOTS to 1.3.0.RC1
2017-03-20 12:05:01 -06:00
Spencer Gibb
37ea893882
Bump spring boot version to 1.5.2
2017-03-20 11:47:10 -06:00
Spencer Gibb
dd862cd28d
removes maven-jar-plugin
2017-03-20 11:34:53 -06:00
Spencer Gibb
a0e5648f1c
fix cli int test failure
2017-03-17 15:23:55 -06:00
Spencer Gibb
672bb62b61
fix cli int test failure
2017-03-17 14:43:57 -06:00
Spencer Gibb
90efd1e40f
add circleci support for JCE
2017-03-17 14:22:05 -06:00
Spencer Gibb
e1ab257138
add circleci support
2017-03-17 14:00:16 -06:00
Spencer Gibb
ae58ef6dd8
Revert "fix build?"
...
This reverts commit 70a80e26bc .
2017-03-17 13:57:45 -06:00
Spencer Gibb
70a80e26bc
fix build?
2017-03-17 13:16:25 -06:00
Spencer Gibb
269b955fb1
fix test that fails with port already in use error
2017-03-17 11:33:49 -06:00
Dave Syer
1c0ab6f4fe
Make sure dataflow works with and without h2
2017-03-07 10:02:39 +00:00
Dave Syer
a055893243
Add integration tests for the server components
2017-03-07 09:40:57 +00:00
Dave Syer
ec4e962997
Revert to snaphots of thin launcher
2017-03-06 09:59:59 +00:00
Dave Syer
a521f561a9
Update to stable 1.0.0.M2 thin launcher
2017-02-24 17:05:18 +00:00
Dave Syer
e7519b9b8f
Fix class path in launcher command
...
You only need the deployer jar on the classpath (and the system classpath).
Nothing else matters and it can screw up the thin launcher classpath
if there are remnants of Guice or Guava or Aether.
2017-02-24 14:28:16 +00:00
Dave Syer
20233cfd19
Fix dependencies carefully
2017-02-24 12:17:03 +00:00
Dave Syer
7b8c7e48a1
Update Kafka to use spring-kafka (0.10)
2017-02-09 17:55:05 +00:00
Dave Syer
260d11e037
Update Boot versions
2017-02-09 17:39:35 +00:00
Dave Syer
ca120e6302
Add 'rabbit' thin launcher profile to all apps and --deployer=thin
2016-12-16 08:41:07 +00:00
Dave Syer
c1c2f9d940
Add thin and rabbit profiles for deployer
2016-12-15 15:50:22 +00:00
Dave Syer
7e31e9b36c
Convert thread to an actual application
...
User can now use spring boot CLI as before or alternatively just
java -jar the deployer app.
2016-12-15 14:44:00 +00:00
Dave Syer
e3a0dc8395
Add javaOpts
2016-12-09 09:26:56 +00:00
Dave Syer
36f91edcae
The format of the JAVA_OPTS changed in the deployer 1.1
2016-12-02 14:52:43 +00:00
Dave Syer
8aa3b6b302
The format of the JAVA_OPTS changed in the deployer 1.1
2016-12-02 14:49:06 +00:00
Dave Syer
194425f483
First version of 1.3.0 with thin jars
2016-12-02 13:38:23 +00:00
Tommy Ludwig
229a1d9de1
Polish spring-cloud-launcher README ( #45 )
...
Use relative links, add mention of dataflow, fix example that mentions dataflow but had other applications in the code.
2016-11-28 14:44:43 -05:00
William Witt
02c13fec63
Adds url encode/decode commands
...
Adds a URL Endoding helper
Adds charset option
Adds decode operations
Fixes gh-11
2016-11-03 15:27:15 -04:00
Spencer Gibb
c66f05dd3a
Update to SNAPSHOT
2016-11-01 16:06:04 -06:00
Spencer Gibb
f240db174f
Update SNAPSHOT to 1.2.2.RELEASE
2016-11-01 15:06:42 -06:00
Spencer Gibb
ada3509e38
some launcher images
2016-10-31 14:12:37 -06:00
Dave Syer
38866a1879
Revert to snapshots
2016-10-18 19:16:06 +01:00