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

Upgrade Spring Boot to 1.4.2 (pom.xml) #706

Closed
dkatzberg opened this issue Sep 28, 2016 · 6 comments
Closed

Upgrade Spring Boot to 1.4.2 (pom.xml) #706

dkatzberg opened this issue Sep 28, 2016 · 6 comments

Comments

@dkatzberg
Copy link

dkatzberg commented Sep 28, 2016

Upgrade Spring Boot to 1.4.1 (pom.xml)

Changelog 1.4.0:
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-1.4-Release-Notes

Changelog 1.4.1:
https://github.com/spring-projects/spring-boot/milestone/72?closed=1

Changelog 1.4.2:
https://github.com/spring-projects/spring-boot/milestone/73?closed=1

Notice:
This update needs 2 points, because it has to be reconfigure some properties and configurations, but it's worth! :)

@dkatzberg
Copy link
Author

EnableMetrics Annotation does not work with Spring Boot 1.4. There is a workround:
ryantenney/metrics-spring#184
It will be implemented and used with the next upload.

@dkatzberg
Copy link
Author

Upload: 0ffe420

@dkatzberg
Copy link
Author

@limouri @rreitmann You should beside the Spring Boot Updates also the news of the Spring Framework Updates: http://docs.spring.io/spring-framework/docs/4.3.x/spring-framework-reference/htmlsingle/#new-in-4.3

dkatzberg pushed a commit that referenced this issue Sep 29, 2016
@dkatzberg dkatzberg removed their assignment Sep 29, 2016
@limouri limouri reopened this Oct 17, 2016
@limouri
Copy link
Contributor

limouri commented Oct 17, 2016

Currently there is an issue: After updgrade global validation error messages are not send to the client anymore.

@rreitmann
Copy link
Contributor

rreitmann commented Oct 18, 2016

I have found a bug report in spring data rest which shows where the problem is: https://jira.spring.io/browse/DATAREST-832

Class-level annotations result in "global" errors instead of field errors after the upgrade but spring-data-rest sends only field errors to the client. Before the update class-level annotations have caused field errors with empty properties.

@rreitmann
Copy link
Contributor

I have filed a new bug in for spring data rest: https://jira.spring.io/browse/DATAREST-926

@dkatzberg dkatzberg changed the title Upgrade Spring Boot to 1.4.1 (pom.xml) Upgrade Spring Boot to 1.4.2 (pom.xml) Nov 10, 2016
rreitmann pushed a commit that referenced this issue Nov 11, 2016
@rreitmann rreitmann removed their assignment Nov 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants