Ask questions and see you at March, 2nd, 8.PM. CET: https://vimeo.com/event/19368
Also checkout recent episode:
Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.
Ask questions and see you at March, 2nd, 8.PM. CET: https://vimeo.com/event/19368
Also checkout recent episode:
Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.
You have done a lot of videos on Quarkus. Why do you prefer it over Helidon (https://helidon.io), Micronaut (https://micronaut.io), maybe some other products?
Hi Adam,
Hi Adam
We are currently migrating a Jakarta 8 Application to Quarkus and we are using JPA Entities directly for JSON Serialization in the endpoints. The resteasy jsonb extensions has a problem with serializing Fetchtype.LAZY, although the request has a transaction. The following exception is thrown:
Caused by: org.hibernate.LazyInitializationException: Unable to perform requested lazy initialization [com.entity.Group.users] - no session and settings disallow loading outside the Session
We already tried some workarounds with Hibernate.Initialize but they did not work. Is there a way to get the serialization working with lazy fetching?
What is the best practice to develop two or more quarkus applications at the same time, since starting two instances at the same time does not seem possible. Is using a docker container for each quarkus application the recommended way and is there a good way to set it up with hot reload?
Thanks and greetings from Graz.
Hi Adam,
Thank you for your effort and time for trying to support the community (Thumbs up).
Is it possible to response with a json body and not with html when the response status-code isn't in the 2xx-range?
Is the behaviour Runtime/Implementation/App-Server specific to Jakarta EE 8 + MicroProfile 3.0?
Here is an illustration of an example: One can't create two entities in the data store with the same slug.
I would be happy to hear from you about this topic.
Kind Regards,
Wassim