Skip to content

Unnecessary eager creation of Json and XML mappers in hibernate-orm extension #47588

@mariofusco

Description

@mariofusco

Description

In order to implement this feature, the hibernate-orm extension eagerly triggers the creation of Json and XML mappers here.

This eager initialization is also the cause of the issue reported here. As discussed with @lucamolteni, I can probably fix that problem in a different and more robust way (and I'm going to try to implement his suggestion right now), but in all cases it would be better I believe that it would be better (also to improve the startup time) to avoid those eager initializations if possible.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions