Ryan Baxter
dd16ce0a31
Remove the need for @EnableDiscoveryClient ( #245 )
...
Enable AutoServiceRegistrationConfiguration by default.
8 years ago
Marcin Grzejszczak
99488a163b
Merge branch '1.2.x'
8 years ago
Marcin Grzejszczak
8c42673d30
Referrencing resources from sc-build
8 years ago
Marcin Grzejszczak
8ce23984fe
Merge branch '1.2.x'
8 years ago
Marcin Grzejszczak
df3b9eee2e
Added 1.2.x to whitelist
8 years ago
Marcin Grzejszczak
0b4a56fc27
Migrated to new docs; fixes #248
8 years ago
Marcin Grzejszczak
8b7efcf92a
Bumped libs
8 years ago
Marcin Grzejszczak
64a697dd50
Updated gitignore
8 years ago
Dave Syer
a30d24083d
Pick up compiler plugin config from parent
8 years ago
Dave Syer
153360fa78
Fix Eclipse plugin declaration
8 years ago
Marcin Grzejszczak
5903c68396
Removed duplicated depenedncy
8 years ago
Marcin Grzejszczak
565a805bcb
Migrated to new docs; fixes #248
8 years ago
Marcin Grzejszczak
41755134b0
Bumping libs
8 years ago
Ryan Baxter
d860724e3c
Updating sc-build release
8 years ago
Ryan Baxter
6ae5e0bec8
Going back to snapshots
8 years ago
Ryan Baxter
e6e5de275d
Update SNAPSHOT to 1.3.0.M1
8 years ago
Ryan Baxter
167e42e34c
Merge remote-tracking branch 'origin/1.2.x'
8 years ago
Ryan Baxter
0865fd94a3
Merge pull request #244 from bijukunjummen/dep-prop-placeholder
...
Replaces deprecated o.s.b.a.PropertyPlaceholderAutoConfiguration
8 years ago
Biju Kunjummen
5aaafb19af
Replaces deprecated o.s.b.a.PropertyPlaceholderAutoConfiguration
8 years ago
Sky Ao
44441b246b
move property definition to begin of class to improve code style ( #242 )
8 years ago
Sky Ao
72f9b83041
serviceRegistry should set to final to make code more clear ( #241 )
8 years ago
Biju Kunjummen
a6b7f70b8e
Show better message for missing config keystore props ( #232 )
...
* Show better message for missing config keystore props
* Removes unused ExpectedException
Fixes #230
8 years ago
Ryan Baxter
54d55010de
Merge pull request #222 from ryanjbaxter/http-client-factories
...
Implementation of factories to provide Apache HTTP Clients
8 years ago
Ryan Baxter
d00d0dbe7e
Merge remote-tracking branch 'Upstream/master' into http-client-factories
8 years ago
Johannes Edmeier
94a42737ec
Fix empty keys in EnvironmentChangedEvent on resetting the Environment ( #229 )
...
When the Environment is resetted the EnvironmentChangedEvent always
contains an empty keySet, since the live view of the cleared map was
used. This commit fixes this.
8 years ago
Biju Kunjummen
2250c836a4
Remove dependence on lombok ( #231 )
8 years ago
Ryan Baxter
e8a42e500e
Bumping versions to 1.2.4.BUILD-SNAPSHOT after release
8 years ago
Ryan Baxter
9a1c1bf634
Going back to snapshots
8 years ago
Ryan Baxter
7a9225619c
Update SNAPSHOT to 1.2.3.RELEASE
8 years ago
Ryan Baxter
18a5711fe4
Merge remote-tracking branch 'Upstream/master' into http-client-factories
8 years ago
Ryan Baxter
3d47188334
Added documentation
8 years ago
Ryan Baxter
2661b343de
Eliminated deprecated constructors
8 years ago
Ryan Baxter
a59a5aec13
Merge remote-tracking branch 'origin/1.2.x'. Eliminated some deprecated constructors.
8 years ago
Ryan Baxter
8660abda5a
Merge pull request #225 from ryanjbaxter/static-retry-template
...
Create a new RetryTemplate for each request
8 years ago
Ryan Baxter
08c0c01774
Use a builder pattern to create clients.
8 years ago
Ryan Baxter
a375cb40f4
Merge remote-tracking branch 'Upstream/master' into http-client-factories
...
# Conflicts:
# spring-cloud-commons/src/main/resources/META-INF/spring.factories
8 years ago
Ryan Baxter
5d5a5edc3c
Fixes #224 . Create a new RetryTemplate for each request.
8 years ago
Spencer Gibb
2aa6c39322
Reinstate @ConditionalOnClass(EnvironmentEndpoint.class)
8 years ago
Spencer Gibb
c75673110b
formatting
8 years ago
Spencer Gibb
2baa775f65
Make getDiscoveryClients() public
8 years ago
Fabio Matos
2e81db24cf
Disables endpoint creation ( #208 )
...
Fixes gh-117
8 years ago
Spencer Gibb
2b6ad4a118
bump to version 1.3.0
8 years ago
Biju Kunjummen
ca06452be0
GH-140: Support for Composite Discovery client ( #198 )
...
Add support for Composite Discovery client
* Test that the default discovery client is present
* Return a local Service instance from Composite Discovery Client
fixes gh-140
8 years ago
Spencer Gibb
c953240620
Allow Discovery HealthIndicator description to be disabled.
...
fixes gh-223
8 years ago
Ryan Baxter
787bea18e9
OK HTTP client factory implementations
8 years ago
Ryan Baxter
473c278983
Fixing code formatting
8 years ago
Ryan Baxter
8b6ec654ea
http client libraries are assumed to be present and not optional
8 years ago
Ryan Baxter
9bf1fe4685
Implementation of factories to provide Apache HTTP Clients
8 years ago
Ryan Baxter
111bd1ccb2
Merge pull request #221 from jihor/master
...
Add option to control management registration
8 years ago
jihor
314a42339c
Switch back from Lombok to plain getters and setters in AutoServiceRegistrationProperties
8 years ago