Commit Graph

3171 Commits

Author SHA1 Message Date
spencergibb
2e42e37677 Merge branch '2.2.x' 2020-07-28 16:25:46 -04:00
Samuel Renier
4de8761123 Updates eureka.version to 1.9.25
fixes gh-3839
2020-07-28 16:09:29 -04:00
spencergibb
34d956ae5b Merge branch '2.2.x' 2020-07-28 16:00:31 -04:00
spencergibb
8d5a3f8ec1 Updates WebClientEurekaHttpClient to use auto configured WebClient.
This allows it to take advantage of settings that are auto-configured such as spring.codec.*.

Fixes gh-3819
2020-07-28 15:57:51 -04:00
spencergibb
f6120d525f Adds test to verify on("load",
See gh-3817
2020-07-28 15:29:07 -04:00
MadeInChina
4bf57b9cd2 Fix spring-cloud-starter-hystrix-dashboard jquery3.4.1 usage error (#3816) (#3817) 2020-07-28 15:21:19 -04:00
buildmaster
f6f2f4726b Going back to snapshots 2020-07-23 18:07:48 +00:00
buildmaster
c56bee9cfd Update SNAPSHOT to 3.0.0-M3 2020-07-23 18:06:49 +00:00
spencergibb
4c5cb85c7d Merge branch '2.2.x' 2020-07-22 18:20:25 -04:00
spencergibb
3bd44d69ca Updates to include dns discovery for config server bootstrap.
Fixes gh-3827
2020-07-22 18:20:03 -04:00
spencergibb
d72dd006ad Merge branch '2.2.x' 2020-06-17 17:16:50 -04:00
Rafael Renan Pacheco
6506e03bcf Adds missing eureka.client.enabled property condition
Fixes gh-3814
Fixes gh-3823
2020-06-17 17:07:32 -04:00
slamhan
443628827e Deduplicates context path in health-check-url
fixes gh-3809
2020-06-17 16:33:08 -04:00
spencergibb
85261361d7 Makes WebClient opt in in eureka config server bootstrap.
Fixes gh-3822
2020-06-17 13:09:39 -04:00
spencergibb
d91e3bf56d Adds junit-vintage-engine 2020-06-15 16:39:00 -04:00
buildmaster
d4cad47d09 Bumping versions 2020-06-08 17:40:39 +00:00
Marcin Grzejszczak
a2f8ea2bea Changed packaging to jar 2020-06-08 17:12:09 +02:00
Marcin Grzejszczak
89239314d2 Uploading sources for docs 2020-06-08 16:48:02 +02:00
spencergibb
c5b1f5b019 Adds junit-vintage-engine 2020-06-05 13:42:10 -04:00
buildmaster
68568c1961 Bumping versions 2020-06-04 17:41:52 +00:00
Marcin Grzejszczak
34a07a15e2 Migrated to docs.spring.io & updated sc-build 2020-06-04 15:45:36 +02:00
spencergibb
f524df8e4e Makes RestTemplateDiscoveryClientOptionalArgs bean depend on RestTemplate class 2020-05-29 19:20:35 -04:00
buildmaster
71781d8468 Going back to snapshots 2020-05-29 18:31:58 +00:00
buildmaster
c9b9040747 Update SNAPSHOT to 3.0.0-M2 2020-05-29 18:31:14 +00:00
buildmaster
b4312e3395 Bumping versions 2020-05-28 17:41:51 +00:00
buildmaster
21b8599be5 Bumping versions to 2.2.4.BUILD-SNAPSHOT after release 2020-05-28 17:39:17 +00:00
buildmaster
a8539b33db Going back to snapshots 2020-05-28 17:39:17 +00:00
buildmaster
5d983b082e Update SNAPSHOT to 2.2.3.RELEASE 2020-05-28 17:34:08 +00:00
buildmaster
188b9c112c Bumping versions 2020-05-26 17:43:29 +00:00
Marcin Grzejszczak
6c4a743200 Setting up repository for docs.spring.io migration 2020-05-25 14:39:30 +02:00
Marcin Grzejszczak
e00ee5cdc9 Setting up repository for docs.spring.io migration 2020-05-25 13:42:13 +02:00
buildmaster
b1680e65c9 Bumping versions 2020-05-22 17:41:54 +00:00
spencergibb
aee83fb113 Merge branch '2.2.x' 2020-05-15 18:25:24 -04:00
spencergibb
e556ccc7ed Moves DiscoveryClientOptionalArgsConfiguration to auto-configuration.
Throws an error if eureka.client.webclient.enabled is true and webflux is not on the classpath.
2020-05-15 18:24:49 -04:00
spencergibb
6b7aa4fc78 Merge branch '2.2.x' 2020-05-15 11:12:08 -04:00
spencergibb
529b7ae12a Uses RestTemplateEurekaHttpClient if webflux not on classpath
See gh-3795
2020-05-15 11:11:38 -04:00
spencergibb
a18479da64 Ignores .sdkmanrc 2020-05-15 11:10:39 -04:00
spencergibb
65a72c65ed Merge branch '2.2.x' 2020-05-14 15:13:08 -04:00
Spencer Gibb
8d19948f4b Uses http to look up config server from eureka (#3796)
This eliminates the oddness of having multiple discovery client beans and related behavior and simplifies bootstrap significantly.

Moves to ConfigServerInstanceProvider.Function for config client bootstrap.

Removes conditions for dealing with DiscoverClient in parent context.

Updates tests to reflect the new reality of no DiscoveryClient in bootstrap.

Renames config bootstrap to EurekaConfigServerBootstrapConfiguration

Fixes gh-3795

See https://github.com/spring-cloud/spring-cloud-gateway/issues/1514
2020-05-14 15:04:30 -04:00
Haytham Mohamed
14dbd35b52 making jersey dependencies optional (#3785)
Co-authored-by: Spencer Gibb <sgibb@pivotal.io>
2020-05-04 11:38:31 -04:00
Spencer Gibb
cacc290e7b Excludes archaius dependencies.
Fixes gh-3746
2020-05-01 10:59:01 -04:00
Spencer Gibb
8f37502c80 Merge branch '2.2.x' 2020-05-01 10:54:34 -04:00
Spencer Gibb
182951a0d5 Updates to eureka v1.9.21
fixes gh-3787
2020-05-01 10:46:10 -04:00
Olga Maciaszek-Sharma
0783016676 Fix failing checkstyle. 2020-04-23 16:49:09 +02:00
Olga Maciaszek-Sharma
4fbf3d14ae Update license comments. 2020-04-23 15:04:42 +02:00
Olga Maciaszek-Sharma
c36743de83 Update license comments. 2020-04-23 14:59:09 +02:00
Haytham Mohamed
297f8950b1 Merge pull request #3779 from Haybu/enh-2.2.x/issue-3737
Adds opt-in webclient support for eureka client
2020-04-22 14:31:23 -05:00
Haytham Mohamed
849642ff84 define eureka.client.webclient.enabled in the manual properties metadata json file 2020-04-20 15:41:53 -05:00
Haytham Mohamed
dff3b91bef ready for submission 2020-04-17 02:10:31 -05:00
Haytham Mohamed
7db58f7d16 update tests 2020-04-17 01:43:03 -05:00