You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.