Commit Graph

75 Commits

Author SHA1 Message Date
spencergibb
dc23d4ce24 Merge branch '2.2.x' 2021-02-08 13:33:36 -05:00
spencergibb
de714224a9 Replace static version field with ClassPathResource.
Previously, the default version was loaded from a java constant. This version used to be updated by hand after the release train was published to maven central, then built and deployed by hand. Spring-Cloud-Cli is now built and deployed automatically, but the default version hasn't been updated. The default version was only used if the version couldn't be read from the manifest (which should be the version used during release.

The constant was replaced with the contents of a file that is updated at build time. This process works for development and release without any manual intervention.

Fixes gh-174
2021-02-08 13:26:25 -05:00
spencergibb
f51073beb0 Update SNAPSHOT to 2.2.2.RELEASE 2020-08-03 15:47:22 -04:00
Spencer Gibb
f12d272ee0 Removes hystrix and zuul 2020-01-23 19:35:35 -05:00
Spencer Gibb
fc533bfe2b Updates to remove hystrix and boot 2.3 compatibility. 2020-01-23 19:08:31 -05:00
Spencer Gibb
e7e734319a Bumps cli to 2.2.0 and Hoxton 2019-06-19 16:42:01 -04:00
Spring Operator
d854781d87 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 50 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-21 11:15:30 -05:00
Marcin Grzejszczak
2c27838c93 HTTP to HTTPS 2019-03-07 13:45:59 +01:00
Marcin Grzejszczak
659524a75b Looks good 2018-10-02 18:15:39 +02:00
Dave Syer
1f9346f3c0 Revert to snapshots 2018-08-01 14:01:17 +01:00
Dave Syer
9f89c2fddc Update to 2.0.0.RELEASE 2018-08-01 13:57:37 +01:00
Adrian Cole
7f04af6e73 zipkin that uses micrometer based metric names and tags 2018-04-29 20:54:28 +08:00
Adrian Cole
72349ff799 Updates to spring boot 2 version of zipkin 2018-04-28 20:27:40 +08:00
Adrian Cole
22496d5e3d Use zipkin 2.7.2
bugs be less
2018-04-23 21:59:51 +08:00
Dave Syer
6176e80294 Switch to using the published jar for zipkin server
Fixes gh-74
2018-04-23 09:39:29 +01:00
Spencer Gibb
c3b2620ea8 Update to new yaml loader signature 2018-02-27 14:25:16 -05:00
Spencer Gibb
526e727e8e Fix compile error due to boot 2.0 api change 2018-02-22 14:27:07 -05:00
Spencer Gibb
83ec737d0d Fix or ignore broken tests 2017-11-28 01:11:10 -05:00
Spencer Gibb
c55560a0b6 Merge branch 'master' into 2.0.x 2017-11-28 00:10:38 -05:00
Spencer Gibb
bb95cb50bd Update to snapshots 2017-11-22 17:33:33 -05:00
Spencer Gibb
b96d49e765 Update to 1.4.0.RELEASE with Edgware.RELEASE 2017-11-22 17:10:20 -05:00
Spencer Gibb
4237446aa6 Revert "Update to 1.4.0.RC1 for Finchley.RC1"
This reverts commit 96a096de64.
2017-10-24 14:14:52 -04:00
Spencer Gibb
96a096de64 Update to 1.4.0.RC1 for Finchley.RC1 2017-10-24 14:11:45 -04:00
Marcin Grzejszczak
5c34b170f4 Added Stub Runner, fixes #64 2017-08-23 16:53:36 +02:00
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
Spencer Gibb
12abb67a65 initial 2.0.0 version 2017-07-06 12:05:14 -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
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
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
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
Dave Syer
1c0ab6f4fe Make sure dataflow works with and without h2 2017-03-07 10:02:39 +00:00
Dave Syer
20233cfd19 Fix dependencies carefully 2017-02-24 12:17:03 +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
Spencer Gibb
c66f05dd3a Update to SNAPSHOT 2016-11-01 16:06:04 -06:00
Dave Syer
b83a8321d0 Update to 1.2.1.RELEASE (Camden.SR1) 2016-10-18 18:41:53 +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