spring-cloud-samples / configserver

377 stars 394 forks source link

Migrated to Spring Boot 2.2.2.RELEASE and Hoxton.RELEASE #27

Open ctornau opened 4 years ago

ctornau commented 4 years ago

I migrated the example to Spring Boot 2.2.2.RELEASE and Hoxton.RELEASE.

However different questions came up while migrating it:

(1) Including the Eureka reference fails with

[ERROR] Some problems were encountered while processing the POMs:
'dependencies.dependency.version' for org.springframework.cloud:spring-cloud-starter-eureka:jar is missing. @ line 34, column 15

I removed the reference. I think the example should be upgraded to Consul?

(2) One of the tests envPostAvailable() is failing with the message:

WARN 11844 --- [o-auto-1-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]

This message comes out of Spring Config. Is POST not supported anymore?

pivotal-issuemaster commented 4 years ago

@ctornau Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-issuemaster commented 4 years ago

@ctornau Thank you for signing the Contributor License Agreement!