Commit Graph

293 Commits

Author SHA1 Message Date
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
Dave Syer
b83a8321d0 Update to 1.2.1.RELEASE (Camden.SR1) 2016-10-18 18:41:53 +01:00
Dave Syer
5d6eb0828d Add back the monitor for snapshots 2016-10-17 14:40:09 +01:00
Dave Syer
dc78a0c22b Settle back to dataflow 1.0.1 2016-10-14 09:10:28 +01:00
Spencer Gibb
4a49831ce9 Update to SNAPSHOT 2016-10-13 15:17:06 -06:00
Spencer Gibb
f4211e9236 Update SNAPSHOT to 1.2.0.RELEASE 2016-10-13 14:34:25 -06:00
Spencer Gibb
01e16a7235 Roll back to s-c-dataflow 1.0.1 2016-10-13 12:29:21 -06:00
Dave Syer
0969e488ce Reduce default memory consumption (-Xmx128m) 2016-10-13 14:46:33 +01:00
Dave Syer
cf0fe6c856 Remove unnecessary @SupressWarnings 2016-10-13 14:46:33 +01:00
Dave Syer
843e0de134 Exclude kafka server by default
It could be excluded in the bus starter, but no harm in doing
it here for 1.2.0
2016-10-13 14:46:33 +01:00
Dave Syer
af43a16c91 Align default h2 URL with other launcher projects 2016-10-13 14:46:33 +01:00
Dave Syer
5facdb5e55 Remove config server monitor for this release
A bug in spring-cloud-config makes the generetaed jar blow up
if it is using the default classpath:/launcher/ location for
config files. We can fix that in 1.2.1.
2016-10-13 14:46:33 +01:00
Dave Syer
16a9c6890f Workaround for file system issues with Boot 1.4 2016-10-13 11:03:35 +01:00
Dave Syer
3ea5efa862 DeployerThread refactored to extract meat into a Deployer utility
The utility can then be added to the application context, and only one
lookup is needed. Also switchews on autoconfiguration in the deployer
app, since the deployer implementations support that now.
2016-10-07 17:21:35 +02:00
Dave Syer
b949e390f2 Add generic deployment properties to deployer apps
Instead of JAVA_OPTS (didn't like the name anyway), user can define
generic "properties" in each deployable that will be passed down
to the app request.

The current 1.0 snapshots of the local deployer look in there for
JAVA_OPTS (but that hopefully will change to something more
"property like") before 1.0.3 is released.
2016-10-06 11:34:10 +02:00
Dave Syer
8587791549 Remove . from default classpath for cli launcher
Since "." is already on the search path for config files, it is
not obviously necessary to add "." to the classpath as well.
2016-10-06 10:45:03 +02:00
Dave Syer
2e0dda930d Make sure dataflow server uses h2 launched by spring cloud
If user runs `spring cloud dataflow h2` you'd expect the database to
be used by dataflow. It's tricky to achieve, and impossible with
an in-memory data store (because of the way dataflow is set up
currently). This was achieved by adding a feature: each deployable
can specify "enabled" (in addition to existing "disabled" feature)
properties: i.e. environemnt properties that are applied to all
other apps as long as this one is running.

Another change here is to pass the "PATH" env var from the deployer
down to deployed apps. This affects dataflow in particular because
it likes to launch other apps, and it will pick the wrong Java
version (for instance) if the path is not preserved.
2016-10-06 09:36:38 +02:00
Dave Syer
2ba29cea25 Use smaller memory for dataflow apps by default
(Requires a change in spring-cloud-deployer)
2016-10-06 09:36:38 +02:00
Spencer Gibb
c9ffd381ea Validate items to run are valid.
fixes gh-40
2016-10-04 19:37:58 -06:00