-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
There is nice functionality "http server" which seems to be configurable, however that one brings vertx's old version as a dependency which causes old version of fasterxml and netty to appear in the classpath byproduct. When I run spring boot 2 with the agent it also has netty and fasterxml dependencies, as you can predict this causes conflicts and here it throws verify error https://github.com/spring-projects/spring-framework/blob/master/spring-web/src/main/java/org/springframework/http/converter/json/Jackson2ObjectMapperBuilder.java#L742
I would propose to use simpler httpserver there which brings no dependencies byproduct.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels