Hi Johann, Not sure it helps but in the meantime you can use this pom as dependency and it will bring a jakarta version of johnzon: https://repo1.maven.org/maven2/io/yupiik/uship/backbone-johnzon/1.0.16/backbone-johnzon-1.0.16.pom Indeed it is the javax based API but it didnt change much for jakarta so it should be close to what you'll get and will enable you to see if you use not portable feature at least. Then you will be able to switch to johnzon-jsonb+johnzon-core (one reason having a pom in between is not bad is to avoid to maintain both everywhere) when it will get released.
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance> Le mer. 24 mai 2023 à 08:48, Johann Sorel <johann.so...@geomatys.com> a écrit : > Hello, > > Thanks for the infos. > I will not be able to help fix the remaining issues at this time sorry > but if you have a snapshot version deployed somewhere or the branch name > I should build, then I can try to replace yasson and send some feedback. > > Johann Sorel > Geomatys > > Le 22/05/2023 à 21:46, Jean-Louis Monteiro a écrit : > > Hi Johann, > > > > We have done most of the work. Not fully passing the entire TCK set, but > we > > are moving other projects in parallel. > > Here is the PR where the work happens > > > > https://github.com/apache/johnzon/pull/98 > > > > If you want to help fix some of them, that'd be great. The big part is > > implemented though. Some are TCK setup issue like signature tests. > > > > -- > > Jean-Louis Monteiro > > http://twitter.com/jlouismonteiro > > http://www.tomitribe.com > > > > > > On Mon, May 22, 2023 at 11:51 AM Johann Sorel <johann.so...@geomatys.com > > > > wrote: > > > >> Hello, > >> > >> I am currently working on Apache SIS (https://sis.apache.org/) on a new > >> format implementation (Coverage-JSON). > >> So far I am using jakarta JSON-B 3.0.0 and the reference implementation > >> Eclipse Yasson, we also use Jackson-JSON on other sub-projects. > >> We plan to replace all (or most) by json-p/json-b API and likely Apache > >> Johnzon with time. > >> > >> The Yasson project do not look very active and I didn't have any replies > >> to the bug reports I submitted so far. > >> So replacing yasson by johnzon will likely happen sooner then later. > >> > >> Do you know when a Johnzon release with json-b 3.0.0 support might > happen ? > >> > >> Thanks > >> > >> Johann Sorel > >> Geomatys > >> > >> >