Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support spring-boot 1.3.0 #42

Closed
mbenson opened this issue Jun 24, 2015 · 4 comments
Closed

Support spring-boot 1.3.0 #42

mbenson opened this issue Jun 24, 2015 · 4 comments

Comments

@mbenson
Copy link
Contributor

mbenson commented Jun 24, 2015

This is caused by improper handling of absolute filesystem paths on Windows by spring-boot which is addressed by spring-projects/spring-boot#3299 and thus requires version 1.3.0.BUILD-SNAPSHOT in spring-cloud-build. However, spring-boot 1.3.0 depends on spring-context 4.2.0 and introduces #40 .

@spencergibb
Copy link
Member

I'm going to change this to a general support boot 1.3.0, similar to spring-cloud/spring-cloud-netflix#326

@spencergibb spencergibb changed the title Windows failure of BootstrapConfigurationTests#pickupExternalBootstrapProperties() https://github.com/spring-cloud/spring-cloud-netflix/issues/326 Jun 24, 2015
@spencergibb spencergibb changed the title https://github.com/spring-cloud/spring-cloud-netflix/issues/326 Support spring-boot 1.3.0 Jun 24, 2015
@spencergibb
Copy link
Member

Configuration ordering "can be addressed by using @AutoConfigureOrder rather than @order on auto-configuration classes. It's new in Boot 1.3 and was added in this commit".

@shakuzen
Copy link

👍 for this. I would love to be able to use Spring Boot 1.3 and Spring Cloud as soon as possible.

@dsyer
Copy link
Contributor

dsyer commented Jul 6, 2015

Spring Boot 1.3 is there now. We have some issues with the CI because of a Java 8/7 incompatibility. You should be able to build with Java 8 though until we get that sorted.

@dsyer dsyer closed this as completed Jul 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants