spencergibb
b71034f9c9
Excludes servlet-api
...
Fixes gh-172
2021-01-21 18:09:16 -05: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
Dave Syer
567b3f6c8d
Fix context path for actuator
2018-08-01 09:28:49 +01:00
Dave Syer
a055893243
Add integration tests for the server components
2017-03-07 09:40:57 +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
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
1a28da5d83
Load application properties from <name>.yml
...
(also try config/<name>.yml). In this way user can easily launch config
server with custom uri, h2 with custom tcp endpoints, etc. The local
app deployer puts these properties in sys env vars (a bit yuck), but
that's not in our control here.
2016-08-15 15:34:52 +01:00
Dave Syer
6aee631561
Add a bunch of new things
...
* support for zipkin server
* if eureka isn't running disable the client
* add --list option to list deployables
2016-07-08 09:44:08 +01:00
Spencer Gibb
6e19c35b98
Only start config server, eureka and hystrix dashboard by default.
2016-07-05 16:46:49 -06:00
Spencer Gibb
76749c4683
Create cloud cli command.
...
Downloads and launches eureka,kafka,configserver,h2 server & hystrix dashboard.
2016-07-05 12:34:18 -06:00