swagger-core does work with Jackson 2.7.0
See original GitHub issueThe current master for swagger-jaxrs
does not work with Jackson 2.7.0 (latest stable version) because such version removes com.fasterxml.jackson.databind.type.TypeFactory.constructType(Type, Class<?>)
which is used by Reader.
Please note that, while being built against Jackson 2.4.5, everything works fine up to Jackson 2.6.4, e.g. the former stable version.
Issue Analytics
- State:
- Created 8 years ago
- Comments:28 (15 by maintainers)
Top Results From Across the Web
com.fasterxml.jackson.databind.introspect.AnnotatedMember ...
Jersey2 and SpringBoot2.0.0.M3 application works as expected, but when we introduce Swagger into the mix we encounter jackson dependency issues.
Read more >swagger:CreationException: in play framework 2.7
The reason for your issue is conflict in "jackson.databind" dependencies. Caused by: com.fasterxml.jackson.databind.JsonMappingException: Scala ...
Read more >Jackson Dependency Issue in Spring Boot with Maven Build
Recently while working with Jackson within a Spring Boot project, ... Jackson Databind has internal dependencies on Jackson Core and Annotation.
Read more >jackson-databind 2.14.1 javadoc (com.fasterxml.jackson.core)
Basic data binding (mapping) functionality that allows for reading JSON content into Java Objects (POJOs) and JSON Trees ( JsonNode ), as well...
Read more >jackson-module-scala - Scaladex
Notably, Scala collections do not derive from java.util. ... The master branch often depends on SNAPSHOT versions of the core Jackson projects, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Works fine again with jackson 2.9.1
Well, then I guess we’ll have to stick with 2.8.9 until 2.9.1 is published (it’s not found on maven central).