Skip to content

Provide dependency management for Yasson #14664

@juliovalcarcel

Description

@juliovalcarcel

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 applytype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions