The point is not if it works but do we deliver it as part of the johnzon release (in our distro). Since we don't own them I didn't expect them to be there but if we want to provide them for convenience it can be possible (but maybe more as runtime than sources? not sure what we would do in this option to be honest).
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 lun. 24 avr. 2023 à 20:22, Jean-Louis Monteiro <jlmonte...@tomitribe.com> a écrit : > To me, we should have both JSON-B and JOSN-P. > So I think this is a bug. > > Regarding Apache spec jars versus Eclipse Jakarta spec jars, I don't see > any value in duplicating spec jars. The available versions from Eclipse > work unless I'm missing something. > > > -- > Jean-Louis Monteiro > http://twitter.com/jlouismonteiro > http://www.tomitribe.com > > > On Mon, Apr 24, 2023 at 8:03 PM Romain Manni-Bucau <rmannibu...@gmail.com> > wrote: > > > Hi all, > > > > In our distro archive we now have jakarta API, was it intended or is it a > > gluton sed result (I expected only apache artifacts to be there but there > > can be a reason)? > > If intended why jsonp and not jsonb? > > > > > > <dependency> > > <groupId>jakarta.json</groupId> > > <artifactId>jakarta.json-api</artifactId> > > <version>${jakarta-jsonp-api.version}</version> > > <scope>compile</scope> > > </dependency> > > <dependency> > > <groupId>jakarta.json</groupId> > > <artifactId>jakarta.json-api</artifactId> > > <version>${jakarta-jsonp-api.version}</version> > > <scope>compile</scope> > > <classifier>sources</classifier> > > </dependency> > > <dependency> > > <groupId>jakarta.json</groupId> > > <artifactId>jakarta.json-api</artifactId> > > <version>${jakarta-jsonp-api.version}</version> > > <scope>compile</scope> > > <classifier>javadoc</classifier> > > </dependency> > > > > 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 > > > > > >