Ryan Baxter
02778fd670
fixing links in docs
7 years ago
Ryan Baxter
985f014f40
bumping sc-build version
7 years ago
Nastya Smirnova
2a63d07146
Extract getApplications method in CommonsInstanceDiscovery
...
This allows the ability to override behavior of retrieving configured applications
7 years ago
Ryan Baxter
c8d024c25f
Merge pull request #2213 from ryanjbaxter/deprecation-warnings-for-starters
...
Adds deprecation warning to starters
7 years ago
Ryan Baxter
b519ad8d18
Adds deprecation warning to starters. Fixes #2148 .
7 years ago
Ryan Baxter
24cbbb9a11
Merging 1.3.x into master
7 years ago
Ryan Baxter
ed57c8f0fa
Merge pull request #2208 from ryanjbaxter/document-https-hystrix-dashboard
...
Document untrusted certificates when connecting to hystrix.stream endpoint
7 years ago
Ryan Baxter
07b99704ee
Fixes #1523 . Document untrusted certificates when connecting to hystrix.stream endpoint.
7 years ago
Biju Kunjummen
9440e4d153
Fixes #2083 . Porting #1916 to the 1.3.x branch.
7 years ago
Spencer Gibb
1840647458
Move `EurekaClient.close()` to `EurekaRegistration.close()`.
...
This moves the lifecycle of the eureka client of of EurekaServiceRegistry.
fixes gh-2099
7 years ago
Spencer Gibb
c3114e65bf
Merge branch '1.3.x'
7 years ago
Spencer Gibb
c2aa60f292
Update test of setContentLengthLong to include param.
...
Otherwise useServlet31 was always returning false.
fixes gh-2196
7 years ago
Spencer Gibb
e4e29e1316
Move tests out of default and base package
7 years ago
Biju Kunjummen
63f975ad43
Sync up matching of ignored paths and route paths ( #2163 )
...
Signed-off-by: João Salavessa <joao.salavessa@sky.uk>
7 years ago
Olivier Bourgain
a01fc5b758
Fix check then act issue ( #2160 )
7 years ago
Ryan Baxter
481e31220b
Merge remote-tracking branch 'origin/1.3.x'
7 years ago
Ryan Baxter
040ce4db81
Merge pull request #2177 from repos-jmp/1.3.x
...
Fixes gh-2125
7 years ago
Ryan Baxter
8fb89b25d9
Merge pull request #2080 from ryanjbaxter/http-client-centralization
...
Centralizing HTTP client creation and configuration
7 years ago
Jayanth MP
099c9024bb
Fixes gh-2125
...
(Updated okhttp3 from v3.6.0 to v3.8.1)
7 years ago
Ryan Baxter
bd7e75f4b3
Merge remote-tracking branch 'Upstream/master' into http-client-centralization
7 years ago
Ryan Baxter
b3d61a6de7
Removing duplicate install goal
7 years ago
Dave Syer
e5b14e4177
Fix all the start poms to be jars again
...
They are all deprecated but that's no reason to break them.
7 years ago
Spencer Gibb
0de86d3faf
fix hashCode
7 years ago
Gregor Zurowski
aa2159b7e5
Remove Lombok from spring-cloud-netflix-eureka-client module ( #2131 )
7 years ago
Biju Kunjummen
1c30c24639
Replace o.s.b.a.PropertyPlaceholderAuto* with o.s.b.a.context.PropertyPlaceholderAuto* ( #2155 )
7 years ago
Spencer Gibb
cd2ed8eeee
Restore turbine stream dependencies.
7 years ago
Spencer Gibb
112a3e27a6
Fix versions of new starters
7 years ago
Daniel Lavoie
bbac5a730f
Rename starters to include `-netflix-` ( #1886 )
...
Fixes gh-665
7 years ago
Daniel Lavoie
348c96bf13
Optionally remove Jersey dependencies from Eureka Client ( #1850 )
...
Fixes gh-1849
7 years ago
Biju Kunjummen
fd783734ac
Add docs for default ribbon client configuration ( #2142 )
...
fixes #1741
7 years ago
Biju Kunjummen
fc4f375a65
Restore ignored test - works cleanly for a full build ( #2146 )
7 years ago
Spencer Gibb
1d6b47ceef
Bumping versions to 1.3.3.BUILD-SNAPSHOT after release
7 years ago
Spencer Gibb
cda1c876b2
Going back to snapshots
7 years ago
Spencer Gibb
6112ea2558
Update SNAPSHOT to 1.3.2.RELEASE
7 years ago
Spencer Gibb
37129671b6
Merge branch '1.3.x'
7 years ago
Spencer Gibb
97f1655ff7
Ensure ordering of feign ribbon client configuration.
...
On certain platforms and compilers the generated bytecode is not what
the configuration expected. By moving inner classes to the upper level
and using @Import this will guarantee the proper order.
fixes gh-2086
7 years ago
Spencer Gibb
1cf509c365
Merge branch '1.3.x'
7 years ago
Spencer Gibb
6b530b0269
Ensure ordering of ribbon client configuration.
...
On certain platforms and compilers the generated bytecode is not what
the configuration expected. By moving inner classes to the upper level
and using @Import this will guarantee the proper order.
fixes gh-2086
7 years ago
Jayanth
e525ab7d64
Hystrix open threshold documentation ( #2136 )
...
fixes gh-1943
7 years ago
Spencer Gibb
31d19fd51a
Remove commons.lang.builder refs
7 years ago
Spencer Gibb
74540e9f4d
Merge branch '1.3.x'
7 years ago
Spencer Gibb
afc8a99d7e
Add `@NestedConfigurationProperty` to transport.
...
Needed in `EurekaClientConfigBean` because `CloudEurekaTransportConfig` is a separate class.
Fixes gh-2138
7 years ago
Tummala Dhanvi (c0mrad3)
859a79ad35
Document prefer hostname #2084 ( #2092 )
7 years ago
Ryan Baxter
6ab27328cc
Merge pull request #2128 from gzurowski/remove-lombok-from-eureka-server
...
Remove Lombok from spring-cloud-netflix-eureka-server module
7 years ago
Gregor Zurowski
72c31ca524
Polish code
...
- Remove formatter markers
- Use StringBuilder in toString method
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
7 years ago
Gregor Zurowski
4d69941593
Remove Lombok from spring-cloud-netflix-eureka-server module
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
7 years ago
Ryan Baxter
0d19a55ddd
Merge pull request #2120 from gzurowski/remove-lombok-log-from-eureka-client
...
Remove Lombok logging from spring-cloud-netflix-eureka-client module
7 years ago
Ryan Baxter
ceef16f0c8
Merge pull request #2121 from gzurowski/remove-lombok-log-from-eureka-server
...
Remove Lombok logging from spring-cloud-netflix-eureka-server module
7 years ago
Ryan Baxter
187f34dfee
Merge pull request #2122 from gzurowski/remove-lombok-log-from-core
...
Remove Lombok logging from spring-cloud-netflix-core module
7 years ago
Ryan Baxter
96b1e40c0a
Merge pull request #2123 from gzurowski/fix-maven-warnings
...
Fix Maven warnings about missing plugin versions
7 years ago