Skip to content

Custom rules - Spring to Quarkus migration #2

Description

@sshaaf

In some cases, the generation moves packages to the javax namespace.
In comparison, they should be in the Jakarta namespace instead.

e.g.

import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.validation.constraints.NotBlank;

import javax.enterprise.context.ApplicationScoped;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions