-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement
Description
Recently while updating an app from Spring Boot 1 to 2 and additionally updating Java EE from 7 to 8 I ran into an issue with the JsonbAutoConfiguration
getting setup but it failing to find classes from Yasson.
Upon further research it looks like in order to get JSON-B to work with spring you have to pull in yasson and javax.json from glassfish according to https://www.e4developer.com/2018/03/04/introducing-json-b-with-spring-boot-2-0/
Would it not make sense to include either JavaEE in dependency management as well as Yasson or is there a longer term plan for how to prevent this in the future?
Metadata
Metadata
Assignees
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement