-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finally Spring Boot 1.5.x to 2.0.x upgrade / migration #33, incl the …
…following new deps: Spring Boot 1.5.14.RELEASE --> 2.0.6.RELEASE Apache CXF 3.2.5 --> 3.2.6 Spring Cloud Sleuth 1.3.4.RELEASE --> 2.0.1.RELEASE (we NEED to upgrade this dep also, since Spring Cloud & Boot need to have compatible versions. Problem in the migration from 1.3.x --> 2.0.x is as https://github.com/spring-cloud/spring-cloud-sleuth/wiki/Spring-Cloud-Sleuth-2.0-Migration-Guide describes, that now Sleuth shiftes completely to zipkin brave library (https://github.com/openzipkin/brave), which doesn´t implement a timestamp we used to use inside the TimeLoggingFilter. After hours & hours of research, I found that the maintainer aims to provide MDC functionality in Sleuth 2.1.x again, see https://stackoverflow.com/a/51854323/4964553. Therefore reimplemented a simple algorithm until Sleuth has timestamp support again) fluent hc 4.5.5 --> 4.5.6 logstash-logback-encoder 5.1 --> 5.2 Also major overhaul of the pom.xml version to also contain the Maven Central Release tools, which versions were also upgraded.
- Loading branch information
1 parent
e639fdb
commit 23f9997
Showing
3 changed files
with
33 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters