Ryan Baxter
b519ad8d18
Adds deprecation warning to starters. Fixes #2148 .
2017-08-18 12:30:45 -04:00
Ryan Baxter
24cbbb9a11
Merging 1.3.x into master
2017-08-17 14:47:45 -04:00
Ryan Baxter
ed57c8f0fa
Merge pull request #2208 from ryanjbaxter/document-https-hystrix-dashboard
...
Document untrusted certificates when connecting to hystrix.stream endpoint
2017-08-17 14:32:52 -04:00
Ryan Baxter
07b99704ee
Fixes #1523 . Document untrusted certificates when connecting to hystrix.stream endpoint.
2017-08-17 14:02:14 -04:00
Biju Kunjummen
9440e4d153
Fixes #2083 . Porting #1916 to the 1.3.x branch.
2017-08-17 12:29:23 -04:00
Spencer Gibb
1840647458
Move EurekaClient.close() to EurekaRegistration.close().
...
This moves the lifecycle of the eureka client of of EurekaServiceRegistry.
fixes gh-2099
2017-08-16 00:53:40 -06:00
Spencer Gibb
c3114e65bf
Merge branch '1.3.x'
2017-08-10 13:59:46 -06:00
Spencer Gibb
c2aa60f292
Update test of setContentLengthLong to include param.
...
Otherwise useServlet31 was always returning false.
fixes gh-2196
2017-08-10 13:58:45 -06:00
Spencer Gibb
e4e29e1316
Move tests out of default and base package
2017-08-04 14:37:28 -06:00
Biju Kunjummen
63f975ad43
Sync up matching of ignored paths and route paths ( #2163 )
...
Signed-off-by: João Salavessa <joao.salavessa@sky.uk >
2017-08-04 15:41:58 -04:00
Olivier Bourgain
a01fc5b758
Fix check then act issue ( #2160 )
2017-08-04 15:40:10 -04:00
Ryan Baxter
481e31220b
Merge remote-tracking branch 'origin/1.3.x'
2017-08-04 10:57:41 -04:00
Ryan Baxter
040ce4db81
Merge pull request #2177 from repos-jmp/1.3.x
...
Fixes gh-2125
2017-08-04 10:51:08 -04:00
Ryan Baxter
8fb89b25d9
Merge pull request #2080 from ryanjbaxter/http-client-centralization
...
Centralizing HTTP client creation and configuration
2017-08-03 13:02:09 -04:00
Jayanth MP
099c9024bb
Fixes gh-2125
...
(Updated okhttp3 from v3.6.0 to v3.8.1)
2017-08-02 17:24:19 +05:30
Ryan Baxter
bd7e75f4b3
Merge remote-tracking branch 'Upstream/master' into http-client-centralization
2017-08-01 16:46:07 -04:00
Ryan Baxter
b3d61a6de7
Removing duplicate install goal
2017-07-31 20:22:45 -04:00
Dave Syer
e5b14e4177
Fix all the start poms to be jars again
...
They are all deprecated but that's no reason to break them.
2017-07-26 12:13:25 +01:00
Spencer Gibb
0de86d3faf
fix hashCode
2017-07-25 08:58:39 -06:00
Gregor Zurowski
aa2159b7e5
Remove Lombok from spring-cloud-netflix-eureka-client module ( #2131 )
2017-07-24 19:07:18 -04:00
Biju Kunjummen
1c30c24639
Replace o.s.b.a.PropertyPlaceholderAuto* with o.s.b.a.context.PropertyPlaceholderAuto* ( #2155 )
2017-07-24 18:11:20 -04:00
Spencer Gibb
cd2ed8eeee
Restore turbine stream dependencies.
2017-07-24 14:37:31 -06:00
Spencer Gibb
112a3e27a6
Fix versions of new starters
2017-07-21 14:21:44 -06:00
Daniel Lavoie
bbac5a730f
Rename starters to include -netflix- ( #1886 )
...
Fixes gh-665
2017-07-21 15:59:32 -04:00
Daniel Lavoie
348c96bf13
Optionally remove Jersey dependencies from Eureka Client ( #1850 )
...
Fixes gh-1849
2017-07-21 15:55:57 -04:00
Biju Kunjummen
fd783734ac
Add docs for default ribbon client configuration ( #2142 )
...
fixes #1741
2017-07-21 11:45:01 -04:00
Biju Kunjummen
fc4f375a65
Restore ignored test - works cleanly for a full build ( #2146 )
2017-07-21 11:41:10 -04:00
Spencer Gibb
1d6b47ceef
Bumping versions to 1.3.3.BUILD-SNAPSHOT after release
2017-07-20 11:39:09 -06:00
Spencer Gibb
cda1c876b2
Going back to snapshots
2017-07-20 11:39:08 -06:00
Spencer Gibb
6112ea2558
Update SNAPSHOT to 1.3.2.RELEASE
2017-07-20 11:30:44 -06:00
Spencer Gibb
37129671b6
Merge branch '1.3.x'
2017-07-20 10:06:32 -06:00
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
2017-07-20 10:02:05 -06:00
Spencer Gibb
1cf509c365
Merge branch '1.3.x'
2017-07-19 12:12:01 -06:00
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
2017-07-19 12:11:07 -06:00
Jayanth
e525ab7d64
Hystrix open threshold documentation ( #2136 )
...
fixes gh-1943
2017-07-18 17:18:01 -04:00
Spencer Gibb
31d19fd51a
Remove commons.lang.builder refs
2017-07-18 11:05:05 -06:00
Spencer Gibb
74540e9f4d
Merge branch '1.3.x'
2017-07-18 10:57:41 -06:00
Spencer Gibb
afc8a99d7e
Add @NestedConfigurationProperty to transport.
...
Needed in `EurekaClientConfigBean` because `CloudEurekaTransportConfig` is a separate class.
Fixes gh-2138
2017-07-18 10:56:41 -06:00
Tummala Dhanvi (c0mrad3)
859a79ad35
Document prefer hostname #2084 ( #2092 )
2017-07-18 12:39:43 -04:00
Ryan Baxter
6ab27328cc
Merge pull request #2128 from gzurowski/remove-lombok-from-eureka-server
...
Remove Lombok from spring-cloud-netflix-eureka-server module
2017-07-14 13:44:12 -04:00
Gregor Zurowski
72c31ca524
Polish code
...
- Remove formatter markers
- Use StringBuilder in toString method
Signed-off-by: Gregor Zurowski <gregor@zurowski.org >
2017-07-14 16:26:04 +02:00
Gregor Zurowski
4d69941593
Remove Lombok from spring-cloud-netflix-eureka-server module
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org >
2017-07-14 11:49:33 +02:00
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
2017-07-13 09:36:02 -04:00
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
2017-07-13 09:35:38 -04:00
Ryan Baxter
187f34dfee
Merge pull request #2122 from gzurowski/remove-lombok-log-from-core
...
Remove Lombok logging from spring-cloud-netflix-core module
2017-07-13 09:35:09 -04:00
Ryan Baxter
96b1e40c0a
Merge pull request #2123 from gzurowski/fix-maven-warnings
...
Fix Maven warnings about missing plugin versions
2017-07-13 09:34:09 -04:00
Gregor Zurowski
63d77a8b81
Fix Maven warnings about missing plugin versions
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org >
2017-07-13 09:38:53 +02:00
Gregor Zurowski
8022342e81
Remove Lombok logging from spring-cloud-netflix-eureka-server module
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org >
2017-07-13 09:21:32 +02:00
Gregor Zurowski
6379e15ce1
Remove Lombok logging from spring-cloud-netflix-eureka-client module
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org >
2017-07-13 09:20:29 +02:00
Gregor Zurowski
5b075623ff
Remove Lombok logging from spring-cloud-netflix-core module
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org >
2017-07-13 08:48:56 +02:00