Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-platform-dev] Two issues I found in Glassfish v8.0.0-M9

Hi, Jakarta EE developers,

Recently I was trying to migrate my CargoTracker to Jakarta EE 11,  but I found some issues, I already filed 2 small issues on the Eclipse EE4j/Glassfish Gitbhub issues.

But it seems no one noticed them.

I tried to use CDI to replace the EJB beans in this migration and found WebSocket server endpoint does not work with CDI Singleton/ApplicationScoped.

Another interesting issue about REST/Jersey SSE endpoint, the Jersey docs demonstrate the constructor injection here, https://eclipse-ee4j.github.io/jersey.github.io/documentation/latest/sse.html, but it did not work.
Check the details described in this issue: https://github.com/eclipse-ee4j/glassfish/issues/25323

Thanks and regards.
---

Regards,

Hantsy Bai

Self-employed consultant, fullstack developer, agile coach, freelancer/remote worker

GitHub: https://github.com/hantsy

Twitter: https://twitter.com/@hantsy

Medium: https://medium.com/@hantsy

Back to the top