Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON-B (JSR-367) from J2EE-8 #10

Open
koekiebox opened this issue May 27, 2017 · 1 comment
Open

JSON-B (JSR-367) from J2EE-8 #10

koekiebox opened this issue May 27, 2017 · 1 comment
Assignees
Milestone

Comments

@koekiebox
Copy link
Contributor

koekiebox commented May 27, 2017

Research and possibly replace existing JSON parsing and processing with up and coming JavaEE-8 JSON parsing standard.
See;

JCP

JSR-367

JSON-B

JSON-B.net

Maven Central;
https://mvnrepository.com/artifact/javax.json.bind/javax.json.bind-api

The Central Repo

https://search.maven.org/#artifactdetails%7Cjavax.json.bind%7Cjavax.json.bind-api%7C1.0.0-RC2%7Cjar

<dependency>
    <groupId>javax.json.bind</groupId>
    <artifactId>javax.json.bind-api</artifactId>
    <version>xxxxx</version>
</dependency>
@koekiebox koekiebox added this to the v1.5 milestone May 27, 2017
@koekiebox koekiebox self-assigned this May 27, 2017
@koekiebox koekiebox modified the milestones: v1.6, v1.5 Jun 10, 2017
@koekiebox
Copy link
Contributor Author

koekiebox commented Jul 11, 2017

First release is out;

<!-- https://mvnrepository.com/artifact/javax.json.bind/javax.json.bind-api -->
<dependency>
    <groupId>javax.json.bind</groupId>
    <artifactId>javax.json.bind-api</artifactId>
    <version>1.0</version>
</dependency>

<dependency>
    <groupId>org.glassfish</groupId>
    <artifactId>javax.json</artifactId>
    <version>1.1</version>
</dependency>

@koekiebox koekiebox modified the milestones: v1.7, v1.6 Aug 9, 2017
@koekiebox koekiebox modified the milestones: v1.7, v1.8 Dec 4, 2017
@koekiebox koekiebox modified the milestones: v1.8, v1.9 Sep 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant