Commit Graph

208 Commits

Author SHA1 Message Date
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
Dave Syer
570b910093 Update to RC2 2016-04-18 15:23:00 +01:00
Marcin Grzejszczak
5d6a266863 Fixed the broken test
extremely interesting case of Ribbon not being able to refresh the list of servers since the default interval is set to 30 seconds. By overriding that default to 100 ms the test passes again
2016-04-18 11:58:15 +02:00
Spencer Gibb
42daf87587 Allow setting of host and port.
Also allow skipping registration.

fixes gh-72
fixes gh-73
2016-04-04 14:33:32 -06:00
Spencer Gibb
a7d0fa7e2b fix build 2016-04-01 17:57:21 -06:00
Spencer Gibb
3a6af08673 Merge pull request #68 from gdarmont/pr-conditional-property-fix
Fix disabling Spring Cloud Zookeeper using spring.cloud.zookeeper.* properties
2016-03-31 10:39:54 -07:00
Guillaume DARMONT
7ecb6558b1 Fix disabling Spring Cloud Zookeeper : Adding @ConditionalOnProperty on ZookeeperConfigBootstrapConfiguration 2016-03-31 16:57:15 +02:00
Marcin Grzejszczak
42839e2caa Merge pull request #71 from cameleeck/issues/70-renamed_some_properties
[#70] - Renaming some of properties
2016-03-31 15:57:09 +02:00
konrad.dobrzynski
84b3f5d323 [#70] - Renaming some of properties to remove possibility to polute ZookeeperDependencies objects 2016-03-31 15:21:36 +02:00
Marcin Grzejszczak
30d0f49bae Added Javadocs 2016-03-25 12:31:27 +01:00
Marcin Grzejszczak
6532753691 Added javadocs for core 2016-03-25 11:58:05 +01:00
Marcin Grzejszczak
2f35d53859 Fixed the test setup 2016-03-25 11:30:18 +01:00
Marcin Grzejszczak
502ed3719f Added Javadocs for Zookeeper Config 2016-03-25 11:03:38 +01:00