Re: UUID JSON serialization issue

2025-04-04 Thread Markus Jung
Hi, UUID is not required to be supported by the JSON-B spec (https://jakarta.ee/specifications/jsonb/3.0/jakarta-jsonb-spec-3.0#default-mapping), so Johnzon does not implement it. As far as I can tell from skimming over filenames in yasson it seems like they do however support it, hence your e

UUID JSON serialization issue

2025-04-04 Thread hantsy bai
Hi Special thanks to Richard Zowalla for helping me resolve some issues of the TomEE and Aruqillian configuration. Another issue I found in the Github actions log is the serialization issue of UUID, TomEE used Apache Johnzon as JSON-B implementation. ``` Caused by: jakarta.json.bind.JsonbExceptio

Aw: Re: TomEE does not launch on Java 24

2025-04-04 Thread Wolfgang Knauf
Thanks for the reply, I created https://issues.apache.org/jira/browse/TOMEE-4474 Best regards Wolfgang > Gesendet: Freitag, 4. April 2025 um 11:00 > Von: "Vicente Rossello" > An: users@tomee.apache.org > Betreff: Re: TomEE does not launch on Java 24 > > Hi, > > Just FYI, I got working with j

Re: TomEE does not launch on Java 24

2025-04-04 Thread Vicente Rossello
Hi, Just FYI, I got working with java 24 by removing the policies Remove lines 424 to 432 in https://github.com/apache/tomee/blob/main/container/openejb-core/src/main/java/org/apache/openejb/core/security/AbstractSecurityService.java#L424 Also, if you deploy with intellij (which uses a openejb d

Re: TomEE does not launch on Java 24

2025-04-04 Thread Richard Zowalla
Hi, You can open a Jira at https://issues.apache.org/jira/projects/TOMEE/ Currently, there is no issue to track Java 24 support since the part of TomEE using SecurityManager wasn’t reworked yet nor did we test with Java 24 and our 3rd party dependencies. If you have some capacity, feel free to

Re: TomEE does not launch on Java 24

2025-04-04 Thread Jean-Louis Monteiro
Hi Wolfgang, Indeed, the Security Manager has been deprecated in Java 17 and will be removed. With it, the Policy will also disappear in the very near future. >From Java 24 on, the set Policy now throws UnsupportedOperationException, because no Security manager, no need to install a system wide po

TomEE does not launch on Java 24

2025-04-04 Thread Wolfgang Knauf
Hi all, (sorry if this is a duplicate one, I already sent it a few days ago, but as it did not appear, I think it might be related to the fact that I did not subscribe to the list) TomEE 10.0.1 fails to launch with Java 24: 01-Apr-2025 13:10:36.888 SCHWERWIEGEND [main] org.apache.openejb.util