1726 Commits (aef64061be8ca4ca56d03690f7c26ef6cb31944c)
 

Author SHA1 Message Date
Spencer Gibb 9bb0caa985 removed duplicate license 10 years ago
Dave Syer c6b4d6da9d Allow all discovery implementations to bubble up 10 years ago
Dave Syer c2d1c0356c Ensure property source decryption works even if RSA not available 10 years ago
Dave Syer 2978b8df4d Clean up shutdown hooks on refresh 10 years ago
Dave Syer e340855b32 Add decrypted property source to bootstrap environment 10 years ago
Dave Syer 9d4584bb5c Add flag spring.cloud.config.overrideNone 10 years ago
Dave Syer ecaecb6d32 Re-initialize logging system if the logging.config path changes 10 years ago
Dave Syer 17f15447e9 Update to 1.0.2 snapshots 10 years ago
Dave Syer 598819bd66 Add support for @Order in BootstrapConfiguration 10 years ago
Spencer Gibb 964550bc1e Only attempt to get status from discovery client if it is initialized. 10 years ago
Spencer Gibb 64d7a57190 RestTemplateCustomizer to customize the @LoadBalanced RestTemplate. 10 years ago
Spencer Gibb 3fd824ef22 remove bad add header 10 years ago
Spencer Gibb 56fbc5e970 In LoadBalancerInterceptor add ServiceInstance to static ThreadLocal and provide static getter. 10 years ago
Spencer Gibb 9e9e30fd70 create RestTemplate with LoadBalancerInterceptor using @LoadBalanced qualifier. 10 years ago
Dave Syer 3002f3c3ea Add link to github in rendered docs 10 years ago
Spencer Gibb 7339b6dbac added missing ghpages.sh 10 years ago
Dave Syer 92adcefe8a Shake up docs for new library layout 10 years ago
Dave Syer ae74fe7228 Add annotation processor 10 years ago
Dave Syer 7d480ab41b Extract former config-client features to a new spring-cloud-context 10 years ago
Dave Syer 0b0999fde8 Move all of non-config client related stuff into commons 10 years ago
Dave Syer 0ad7c65e6d Remove grocer's apostrophes 10 years ago
Dave Syer 7df3790711 Add bintray properties 10 years ago
Dave Syer a824cc2f43 Re-enable javadoc 10 years ago
Dave Syer b55d48614e Update to next snapshot 10 years ago
Spencer Gibb f7a37eb1b4 undo ParentHeartbeatEvent extends HeartbeatEvent 10 years ago
Dave Syer 5892a7c846 Move LoadBalancerInterceptor into commons 10 years ago
Dave Syer 61dbef8e5f Add HeartbeatMonitor convenience class 10 years ago
Spencer Gibb 273905ac3c @SpringCloudApplication = @SpringBootApplication + @EnableDiscoveryClient + @EnableCircuitBreaker 10 years ago
Spencer Gibb 3296d9b79f remove AllInstances 10 years ago
Spencer Gibb 9d29064534 adds some javadocs 10 years ago
Spencer Gibb ab6f01a98b Add ServiceInstance.getUri and implement in DefaultServiceInstance 10 years ago
Dave Syer 88d56844ac Defensive check for web classes before using 10 years ago
Dave Syer 222b33af29 Extract common config utility into a separate package 10 years ago
Spencer Gibb 376065c41a fixed registeringManagement if mngmnt port is null 10 years ago
Spencer Gibb f8f4408972 Move some discovery classes to subpackages. 10 years ago
Spencer Gibb 3596e67e11 create NoopDiscoveryClient if there is not a DiscoveryClient bean via auto config rather than import selector. 10 years ago
Spencer Gibb 91150c7c83 Tests that if @EnableDiscoveryClient is used, but there is no implementation on the classpath, then fail 10 years ago
Spencer Gibb 7e0494a0bf test if @EnableDiscoveryClient is NOT used that NoopDiscoveryClient gets created 10 years ago
Spencer Gibb d96115c1b8 uses a ImportSelector that imports the NoopDiscoveryClientConfiguration if @EnableDiscoveryClient is not used. 10 years ago
Dave Syer c6a9104f5d Remove guava dependency (only in tests) 10 years ago
Spencer Gibb 83485f77f6 move from slf4j to commons logging 10 years ago
Spencer Gibb bfe651860e change package or protected fields to private 10 years ago
Spencer Gibb 7d14db9642 Merge branch 'philwebb-polish' 10 years ago
Spencer Gibb 2e485ca44c Merge branch 'polish' of https://github.com/philwebb/spring-cloud-commons into philwebb-polish 10 years ago
Dave Syer 7d751b76ee Use @ConditionalOnProperty where possible 10 years ago
Phillip Webb 17f55470f3 Use BDD Mockito methods 10 years ago
Phillip Webb b9759f42f5 Replace @ConditionalOnExpression with OnProperty 10 years ago
Phillip Webb 5168937f93 Polish 10 years ago
Phillip Webb 903d6738ab Add copyright headers 10 years ago
Phillip Webb 4d941e1c0a Apply formatting and code cleanup rules 10 years ago