Dave Syer
6f3cb2f132
Remove usage of deprecated code
9 years ago
Spencer Gibb
8c9317bd7e
Merge pull request #110 from cfritz0127/cleaner-shutdown-on-deregistration-error
...
* cleaner-shutdown-on-deregistration-error:
Catch and log exceptions that occur when attempting to deregister a service during shutdown.
9 years ago
Corey Fritz
0533eef471
Catch and log exceptions that occur when attempting to deregister a service during shutdown.
...
Currently, if an exception is thrown when deregistering the service (maybe the registry is not available) the latch used by the DefaultLifecycleProcessor is not decremented and you have to wait for the latch timeout (30 seconds) for shutdown to complete. With this fix, the exception is logged and normal shutdown execution continues.
9 years ago
Dave Syer
c39715b9f6
Clean up javadoc warnings
9 years ago
Dave Syer
07f3efe5fe
Tidy up compiler warnings for generics
9 years ago
Spencer Gibb
1c35c895b4
Revert "Start discovery lifecycle in traditional war deployments."
...
This reverts commit f76687e949
.
9 years ago
Spencer Gibb
f76687e949
Start discovery lifecycle in traditional war deployments.
...
fixes https://github.com/spring-cloud/spring-cloud-consul/issues/173
9 years ago
Spencer Gibb
f85f5b0ecf
execute throws IOException
9 years ago
Spencer Gibb
6e24ebd2f0
fix typo
9 years ago
Dave Syer
bda78f53a5
Add metadata manually for health endpoint
9 years ago
Dave Syer
e781d2e873
Add RSSA dependency to cloud starter
9 years ago
Dave Syer
f4cb1b9874
Add dependency management for RSA jar
9 years ago
Dave Syer
c940192867
Switch off info endpoint rebinding in Spring Boot 1.4
...
The new info endpoint doesn't need special treatment to pick up
changes in the Environment, so we can just skip installing the
old bean that manipulates it.
Fixes gh-108
9 years ago
Dave Syer
a3fc78481a
Revert to snapshots
9 years ago
Dave Syer
3f5d5b90d3
Update to RC3
9 years ago
Dave Syer
b54c8e80e8
Add support for endpoints.env.post.enabled=false
...
Separately disable the POST /env from the GET. Fixes gh-106.
9 years ago
Dave Syer
1824a96968
Add conditional annotation to the refresh scope health indicator
...
i.e. management.health.refresh.enabled=false to disable
Fixes gh-106
9 years ago
Spencer Gibb
5b8b461853
Default appName to 'application'.
9 years ago
Spencer Gibb
1e71c5632c
Merge pull request #103 from venilnoronha/master
...
* pull103:
Moved RefreshEndpoint logic to ContextRefresher.
9 years ago
Venil Noronha
b92016b260
Moved RefreshEndpoint logic to ContextRefresher.
...
Fixes gh-101
9 years ago
Dave Syer
f29198bee1
Clarify flags for overriding remote property sources
9 years ago
Dave Syer
81b4c11dbb
Revert to snapshots
9 years ago
Dave Syer
b4a6652f9e
Bump for 1.1.0.RC2
9 years ago
Spencer Gibb
cea6ea0041
Update mvnw to determine profile on mac and linux
9 years ago
Dave Syer
0078f55c96
Correct location of encryption features
9 years ago
David Welch
072d6b40c7
Disable startup logging for Bootstrap environment
...
Fixes gh-100
9 years ago
Dave Syer
34c9b11284
Prevent possible memory leak with restart
9 years ago
Dave Syer
091b6af12a
Sort bean names before generating serialization ID
...
Fixes gh-93
9 years ago
Spencer Gibb
68c67df67d
Update `RestTemplate` creation documentation.
9 years ago
Dave Syer
ad08ca55f4
Change in contract for @LoadBalanced
...
Users now need to create their own bean and qualify it, and Spring
Cloud will customize it (instead of providing the @Bean itself).
This is much better for users, since they remain in control of the
bean declarations, and can choose which one (if any) is @Primary .
It's a breaking change for some apps (if they rely on a
@LoadBalanced RestTemplate being automatically injected).
9 years ago
Dave Syer
7eccbc4bac
Make LoggingRebinder case insensitive
...
Partly to account for the fact that Sprng Boot publishes config
meta data with lower case values (don't ask).
9 years ago
Spencer Gibb
bfd25e1d50
Document @Primary for plain RestTemplate beans.
...
fixes gh-60
9 years ago
Spencer Gibb
0a58870114
Add tip for RestOperations or proxyTargetClass
...
fixes gh-66
9 years ago
Dave Syer
a839006880
Revert to snapshots
9 years ago
Dave Syer
449b65fcbe
Update for 1.1.0.RC1
9 years ago
Dave Syer
07b4ceaa2a
Fix mvnw script for milestones
9 years ago
Spencer Gibb
4a2c754ec6
Move o.s.c.util to o.s.c.commons.util
...
fixes gh-92
9 years ago
Spencer Gibb
779e5686a9
Add ability to disable parts of commons auto config.
...
fixes gh-95
9 years ago
Marcin Grzejszczak
760b0ef42c
Merge pull request #94 from spring-cloud/pick_predefined_port
...
Pick predefined port if it's set
9 years ago
Marcin Grzejszczak
c7fc6552c0
Pick predefined port if it's set
9 years ago
Dave Syer
1c430d4ff3
Add test for serialization ID in RefreshScope
...
It should be unique and deterministic by default.
9 years ago
Dave Syer
099953f795
Use system environment property source
9 years ago
Spencer Gibb
539a537abb
Expose some information.
...
See https://github.com/spring-cloud/spring-cloud-netflix/issues/643
9 years ago
Spencer Gibb
86ff712398
Properly close child contexts in `destroy()`
...
fixes gh-91
9 years ago
Dave Syer
624be9d19e
Fix ordering of property sources
...
When the bootstrap properties are added back into the main Environment
we have to be careful that any source that is already there (such as
one that was added in a Spring Boot EnvironmentPostProcessor) is not
replaced in the wrong order.
Fixes gh-90
9 years ago
Dave Syer
8628949a8d
Set -Pmilestone automatically based on pom version
9 years ago
Dave Syer
df7fe24a0e
Make grep quiet when setting env vars
9 years ago
Dave Syer
858c144e10
Fix logic with MVN_GOAL
9 years ago
Dave Syer
3d76fd33a5
Align travis build with tools in spring-cloud/build
9 years ago
tc
bcb4e60448
Fix property source for decrypted variables
...
Use SystemEnvironmentPropertySource so that env vars can be
encrypted as well as property values (i.e. FOO_BAR will bind to
@Value("foo.bar")).
Fixes gh-89, fixes gh-87
9 years ago