Commit Graph

237 Commits

Author SHA1 Message Date
Spencer Gibb
358f9a9df0 Remove unneeded @PostConstruct 2016-11-22 14:52:28 -07:00
Denis Stepanov
8ec5911151 Sanitize path during initialization (#96) 2016-11-22 15:20:26 +01:00
Marcin Grzejszczak
45cb63ee5d Revert "Disable health security."
This reverts commit d87432b797.
2016-11-08 13:19:20 +01:00
Spencer Gibb
d87432b797 Disable health security.
For ZookeeperDiscoveryHealthIndicatorWithNestedStructureTests and boot 1.4.2
2016-11-07 12:19:54 -07:00
Spencer Gibb
c80d98fffd Update to s-c-build 1.2.2 2016-11-07 12:18:05 -07:00
Marcin Grzejszczak
a71a7c18a9 Added debug info 2016-11-07 11:06:38 +01:00
Marcin Grzejszczak
c1facb02d3 Made the build boot 1.4.2 compliant 2016-11-07 11:03:29 +01:00
Marcin Grzejszczak
51c133ad89 Going back to snapshots 2016-09-21 12:33:47 +02:00
Marcin Grzejszczak
59938412fa Bumping versions before release 2016-09-21 12:13:48 +02:00
Marcin Grzejszczak
1ef3301d25 Fixed the hanging test 2016-09-21 12:09:44 +02:00
Dave Syer
e4046e83e7 Ensure version is scraped from parent pom 2016-09-20 13:48:14 +01:00
Marcin Grzejszczak
fded38e47d Updating mvnw for all projects 2016-09-19 19:32:31 +02:00
Marcin Grzejszczak
2037dc5896 Updating mvnw for all projects 2016-09-19 14:19:44 +02:00
Dave Syer
b936fc58ca Move unnecessary dependencies up a level 2016-09-19 12:03:04 +01:00
Marcin Grzejszczak
c72f772a2a Updating mvnw for all projects 2016-09-19 12:48:12 +02:00
Marcin Grzejszczak
6ba78fd833 Updating mvnw for all projects 2016-09-15 16:14:39 +02:00
Marcin Grzejszczak
2a742822ee Removed adoc footer 2016-09-07 18:04:14 +02:00
Marcin Grzejszczak
aa965c052d Updating mvnw for all projects 2016-09-07 17:31:35 +02:00
Marcin Grzejszczak
eb37e42797 Updating ghpages for all projects 2016-08-22 13:33:20 +02:00
Marcin Grzejszczak
c6f8a460e1 Updating ghpages for all projects 2016-08-19 11:47:46 +02:00
Marcin Grzejszczak
5aa62ebe98 Updating ghpages for all projects 2016-08-18 13:16:42 +02:00
Dave Syer
59710e2c88 Change repo URLs to https 2016-08-17 17:31:28 +01:00
Marcin Grzejszczak
65a32e2c53 Updating ghpages for all projects 2016-08-17 12:47:01 +02:00
Marcin Grzejszczak
10d98b6d91 Deploying documentation to proper folder
What we're missing ATM is different documentation versions for different application versions. What this change does is that it's:

- finding out what is the current branch (e.g. 1.0.x)
- finding out out what is the name of the main adoc file (e.g. spring-cloud-sleuth)
- pulling the changes from gh-pages after checkout
- finding out what is the list of comma separated whitelisted branches (via the `docs.whitelisted.branches` prop)
- in gh-pages creating a folder with name of the branch  (e.g. /1.0.x)
copying all the docs/target/generated-docs/ to that folder
- if the branch from which we're calling the script is NOT master then we're changing the ${main.adoc}.html to index.html so that it's easier to access the docs (e.g. http://cloud.spring.io/spring-cloud-sleuth/1.0.x/)
2016-08-16 15:16:13 +02:00
Marcin Grzejszczak
a8af64d865 Bumping SC-Netflix to 1.1.5 2016-07-21 09:59:30 +02:00
Dave Syer
d74b785d0d Update README with new CLA link 2016-07-11 14:35:13 +01:00
Spencer Gibb
5fcab650a2 Update to SNAPSHOT 2016-06-30 15:42:44 -06:00
Spencer Gibb
4d0dae71e5 Update SNAPSHOT to 1.0.2.RELEASE 2016-06-30 15:21:31 -06:00
Spencer Gibb
28210e122a Merge pull request #87 from cameleeck/issues/86-ensemble_provider_connection_string
* issues/86-ensemble_provider_connection_string:
  Repaired overriding of connection string from EnsembleProvider
2016-06-20 10:51:56 -06:00
konrad.dobrzynski
26aea48b9d Repaired overriding of connection string from EnsembleProvider
fixes gh-86
2016-06-20 10:51:12 -06:00
Spencer Gibb
8cfa7334a2 ZookeeperDiscoveryHealthIndicator should be a DiscoveryHealthIndicator
fixes gh-85
2016-06-15 14:06:08 -06:00
Spencer Gibb
1ac5e32a3d Fix test to run on random port. 2016-06-15 14:06:08 -06:00
Dave Syer
fa5c6dae79 Update readme script to handle local includes 2016-06-11 09:54:41 +01:00
Spencer Gibb
d897173041 remove unused property 2016-06-06 22:45:37 -06:00
Spencer Gibb
13f1ff1ced Update to SNAPSHOT 2016-06-06 22:42:47 -06:00
Spencer Gibb
8c8f233b56 Update SNAPSHOT to 1.0.1.RELEASE 2016-06-06 22:31:35 -06:00
Dave Syer
615453f906 Update tp mvn 3.3.9 2016-06-04 09:14:58 +01:00
Spencer Gibb
5e0e3ade60 Merge pull request #84 from gdarmont/pr-empty-and-nested-properties-handing
* pr-empty-and-nested-properties-handing:
  Handling of empty properties and nested properties
2016-06-03 10:17:09 -06:00
Guillaume DARMONT
47fc350989 Handling of empty properties and nested properties
The following paths are supported :
/application/testProp=value (previously supported)
/application/testProp/nested=value (not previously supported)
/application/testProp.dot=value (previously supported)
/application/testProp.novalue= (not previously supported)
2016-06-03 13:58:14 +02:00
Dave Syer
01cc4c0366 Update to 1.0.1 snapshots 2016-05-11 09:31:36 +01:00
Spencer Gibb
c6b4c5fb1c Update to snapshots 2016-05-10 14:30:20 -06:00
Spencer Gibb
d20fe98506 Revert "Update SNAPSHOT to release 1.0.0.RELEASE"
This reverts commit 0fc04eabdf.
2016-05-10 14:19:41 -06:00
Spencer Gibb
0fc04eabdf Update SNAPSHOT to release 1.0.0.RELEASE 2016-05-10 13:53:11 -06:00
Spencer Gibb
8c2445984a Exclude log4j and netty from curator. 2016-05-10 13:22:47 -06:00
Marcin Grzejszczak
f419081cb9 Removed trash 2016-05-09 11:36:44 +02:00
Dave Syer
5909fd4bbe Add explicit release disabled flag for artifactory for plugins 2016-05-06 18:09:41 +01:00
Dave Syer
dce2a6187d Add explicit release disabled flag for artifactory in dependencies 2016-05-06 17:58:44 +01:00
Dave Syer
64ec10fb3f Add explicit release disabled flag for artifactory 2016-05-06 17:47:14 +01:00
Dave Syer
95d1d389d7 Switch parent of docs poms 2016-05-06 17:40:09 +01:00
Dave Syer
4f659dc704 Update parent to 1.1.0.RELEASE 2016-05-06 17:13:33 +01:00