Spencer Gibb
09a5273096
Initial Load Balancer support for WebClient.
...
fixes gh-237
7 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
7 years ago
Spencer Gibb
c44c28dcad
polish
7 years ago
Ryan Baxter
2b5860fe4f
Merge remote-tracking branch 'origin/master' into 2.0.x
7 years ago
Ryan Baxter
54d55010de
Merge pull request #222 from ryanjbaxter/http-client-factories
...
Implementation of factories to provide Apache HTTP Clients
7 years ago
Ryan Baxter
d00d0dbe7e
Merge remote-tracking branch 'Upstream/master' into http-client-factories
7 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.
7 years ago
Biju Kunjummen
2250c836a4
Remove dependence on lombok ( #231 )
7 years ago
Ryan Baxter
e8a42e500e
Bumping versions to 1.2.4.BUILD-SNAPSHOT after release
7 years ago
Ryan Baxter
9a1c1bf634
Going back to snapshots
7 years ago
Ryan Baxter
7a9225619c
Update SNAPSHOT to 1.2.3.RELEASE
7 years ago
Ryan Baxter
18a5711fe4
Merge remote-tracking branch 'Upstream/master' into http-client-factories
7 years ago
Ryan Baxter
3d47188334
Added documentation
7 years ago
Ryan Baxter
9be3437005
Merge remote-tracking branch 'origin/master' into 2.0.x
...
# Conflicts:
# spring-cloud-commons/src/test/java/org/springframework/cloud/client/loadbalancer/RetryLoadBalancerInterceptorTest.java
7 years ago
Ryan Baxter
2661b343de
Eliminated deprecated constructors
7 years ago
Ryan Baxter
a59a5aec13
Merge remote-tracking branch 'origin/1.2.x'. Eliminated some deprecated constructors.
7 years ago
Ryan Baxter
8660abda5a
Merge pull request #225 from ryanjbaxter/static-retry-template
...
Create a new RetryTemplate for each request
7 years ago
Ryan Baxter
08c0c01774
Use a builder pattern to create clients.
7 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
7 years ago
Ryan Baxter
5d5a5edc3c
Fixes #224 . Create a new RetryTemplate for each request.
7 years ago
Spencer Gibb
f34498228d
Merge branch 'master' into 2.0.x
7 years ago
Spencer Gibb
2aa6c39322
Reinstate @ConditionalOnClass(EnvironmentEndpoint.class)
7 years ago
Spencer Gibb
80b91d0a03
fix merge error
7 years ago
Spencer Gibb
c44c3f37e4
Merge branch 'master' into 2.0.x
...
# Conflicts:
# spring-cloud-context/src/main/java/org/springframework/cloud/autoconfigure/LifecycleMvcEndpointAutoConfiguration.java
# spring-cloud-context/src/test/java/org/springframework/cloud/autoconfigure/RefreshAutoConfigurationClassPathTests.java
# spring-cloud-context/src/test/java/org/springframework/cloud/autoconfigure/RefreshAutoConfigurationTests.java
7 years ago
Spencer Gibb
c75673110b
formatting
7 years ago
Spencer Gibb
2baa775f65
Make getDiscoveryClients() public
7 years ago
Fabio Matos
2e81db24cf
Disables endpoint creation ( #208 )
...
Fixes gh-117
7 years ago
Spencer Gibb
db7151918d
Merge branch 'master' into 2.0.x
...
# Conflicts:
# docs/pom.xml
# pom.xml
# spring-cloud-commons-dependencies/pom.xml
# spring-cloud-commons/pom.xml
# spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryClientAutoConfiguration.java
# spring-cloud-context/pom.xml
# spring-cloud-starter/pom.xml
7 years ago
Spencer Gibb
2b6ad4a118
bump to version 1.3.0
7 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
7 years ago
Spencer Gibb
ce2e751ca3
Merge remote-tracking branch 'origin/2.0.x' into 2.0.x
7 years ago
Spencer Gibb
7ae5cc1abd
Set discovery client health indicator description included to false.
...
see gh-223
7 years ago
Spencer Gibb
78511e19b4
Merge branch 'master' into 2.0.x
...
# Conflicts:
# spring-cloud-commons/src/test/java/org/springframework/cloud/client/discovery/health/DiscoveryCompositeHealthIndicatorTests.java
7 years ago
Spencer Gibb
c953240620
Allow Discovery HealthIndicator description to be disabled.
...
fixes gh-223
7 years ago
Ryan Baxter
787bea18e9
OK HTTP client factory implementations
7 years ago
Ryan Baxter
473c278983
Fixing code formatting
7 years ago
Ryan Baxter
8b6ec654ea
http client libraries are assumed to be present and not optional
7 years ago
Ryan Baxter
9bf1fe4685
Implementation of factories to provide Apache HTTP Clients
7 years ago
Ryan Baxter
423d09a995
Merge remote-tracking branch 'origin/master' into 2.0.x
7 years ago
Ryan Baxter
111bd1ccb2
Merge pull request #221 from jihor/master
...
Add option to control management registration
7 years ago
jihor
314a42339c
Switch back from Lombok to plain getters and setters in AutoServiceRegistrationProperties
7 years ago
jihor
011fa5d631
Add option to control management registration, switch AutoServiceRegistrationProperties to use Lombok
7 years ago
Spencer Gibb
d4326005f9
Going back to snapshots
8 years ago
Spencer Gibb
02c522d015
Update SNAPSHOT to 2.0.0.M1
8 years ago
Spencer Gibb
d55192ede6
Merge branch 'master' into 2.0.x
8 years ago
Spencer Gibb
40930de25d
Upgrade to mvn 3.5.0
...
fixes gh-199
8 years ago
Spencer Gibb
ed91ad845f
Programmatically set context id rather than using spring.application.name.
...
This allows other bootstrap application listeners to resolve the
spring.application.name during the bootstrap phase, but allows bootstrap
to determine if the context is the bootstrap context.
fixes gh-214
8 years ago
Spencer Gibb
72bc4c1ffd
fix mockito changes for spring boot 2.0.0
8 years ago
Spencer Gibb
1d1b77c99f
Merge branch 'master' into 2.0.x
...
# Conflicts:
# docs/pom.xml
# pom.xml
# spring-cloud-commons-dependencies/pom.xml
# spring-cloud-commons/pom.xml
# spring-cloud-context/pom.xml
# spring-cloud-starter/pom.xml
8 years ago
Spencer Gibb
b5f5912125
add back removing of spring.application.name of bootstrap
...
see gh-214
8 years ago