Commit Graph

220 Commits

Author SHA1 Message Date
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
Spencer Gibb
0401adf2d6 Upgrade curator to 2.10.0
fixes gh-79
2016-05-02 09:04:39 -06:00
Marcin Grzejszczak
6a2960ff1a Removed Groovy from sc-Zookeeper 2016-04-29 18:56:53 +02:00
Marcin Grzejszczak
834ab8034c Migrated core to Java 2016-04-29 18:53:00 +02:00
Marcin Grzejszczak
832440733e Migrated all groovy tests from core 2016-04-29 16:59:11 +02:00
Marcin Grzejszczak
2d88f84b1d Moved two more tests 2016-04-29 13:22:43 +02:00
Marcin Grzejszczak
b889e627d8 Moar tests migrated 2016-04-29 12:23:54 +02:00
Marcin Grzejszczak
4ba365e86d Migrated more tests to Java 2016-04-28 16:23:08 +02:00
Marcin Grzejszczak
408d74faf4 Further Java migration 2016-04-28 15:10:58 +02:00
Marcin Grzejszczak
d0465d7d9b Migrated DependencyConfig to Java 2016-04-28 10:08:14 +02:00
Marcin Grzejszczak
a7d3d4f6b4 Migrated a couple of classes from groovy to java 2016-04-27 15:14:52 +02:00
Dave Syer
b3abb02e14 Remove featureless ZookeeperEndpoint 2016-04-26 18:47:38 +01:00
Dave Syer
3a0e9fb912 Add config annotation processor 2016-04-26 10:49:59 +01:00
Dave Syer
bb0ba6b9aa Add enabled flag for zookeeper health indicator
Fixes gh-76
2016-04-26 09:12:53 +01:00
Marcin Grzejszczak
119db82924 Fixed wrong @EnableConfigurationProperties setting 2016-04-21 11:05:36 +02:00
Marcin Grzejszczak
b588ad7c49 Fixed inconsistency in the dependencies approach 2016-04-18 21:26:30 +02:00
Matúš Hennel
02b800a7a8 Microservice without dependencies fix (#75)
* make the default value of spring.cloud.zookeeper.dependency.enabled consistently true

fixes #74
2016-04-18 20:33:07 +02:00
Dave Syer
8ba93d4f1d Revert to snapshots 2016-04-18 15:23:20 +01:00