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

Migrate Johnzon dependencies from javax to jakarta namespace #139

Closed
tkvangorder opened this issue Oct 28, 2022 · 0 comments
Closed

Migrate Johnzon dependencies from javax to jakarta namespace #139

tkvangorder opened this issue Oct 28, 2022 · 0 comments
Assignees
Labels
recipe Recipe requested
Milestone

Comments

@tkvangorder
Copy link
Contributor

tkvangorder commented Oct 28, 2022

It appears there are classified artifacts for Johnzon that are compatible with Jakarta EE 9. We will need to have a recipe to migrate to these artifacts. This will impact applications that are migrating to Spring Boot 3.0 and using JSON-P_1.1 (JSR-353) and JSON-B_1.0 (JSR-367).

Adding the jakarta classifier to johnzon artifacts:

    <dependency>
      <groupId>org.apache.johnzon</groupId>
      <artifactId>johnzon-core</artifactId>
      <version>${johnzon.version}</version>
      <classifier>jakarta</classifier>
    </dependency>
    <dependency>
      <groupId>org.apache.johnzon</groupId>
      <artifactId>johnzon-mapper</artifactId>
      <version>${johnzon.version}</version>
      <classifier>jakarta</classifier>
    </dependency>
    <dependency>
      <groupId>org.apache.johnzon</groupId>
      <artifactId>johnzon-jsonb</artifactId>
      <version>${johnzon.version}</version>
      <classifier>jakarta</classifier>
    </dependency>
@tkvangorder tkvangorder added the recipe Recipe requested label Oct 28, 2022
@tkvangorder tkvangorder moved this to Backlog in OpenRewrite Oct 28, 2022
@tkvangorder tkvangorder self-assigned this Nov 3, 2022
@tkvangorder tkvangorder moved this from Backlog to In Progress in OpenRewrite Nov 3, 2022
Repository owner moved this from In Progress to Done in OpenRewrite Nov 3, 2022
@tkvangorder tkvangorder added this to the 1.14.0 milestone Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
recipe Recipe requested
Projects
Archived in project
Development

No branches or pull requests

1 participant