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

Use jakarta namespace instead of javax #1583

Open
supriyanta opened this issue Jan 8, 2025 · 0 comments
Open

Use jakarta namespace instead of javax #1583

supriyanta opened this issue Jan 8, 2025 · 0 comments
Assignees

Comments

@supriyanta
Copy link

supriyanta commented Jan 8, 2025

Describe the bug?

Why javax namespaced dependency is still being used instead of jakarta?
It is causing our build failure. For example this.
This

<dependency>
    <groupId>jakarta.annotation</groupId>
    <artifactId>jakarta.annotation-api</artifactId>
    <version>1.3.3</version>
</dependency>

should be used instead of this

<dependency>
    <groupId>javax.annotation</groupId>
    <artifactId>javax.annotation-api</artifactId>
    <version>1.3.2</version>
</dependency>

What is expected to happen?

Jakarta namespaced dependency should be used.

What is the actual behavior?

.

Reproduction Steps?

No need to follow any steps.

Additional Information?

No response

Java Version

openjdk version "17.0.13" 2024-10-15 LTS

SDK Version

20.0.0

OS version

No response

@supriyanta supriyanta added the bug label Jan 8, 2025
@arvindkrishnakumar-okta arvindkrishnakumar-okta changed the title Please use jakarta namespace instead of javax, which causes build failure Use jakarta namespace instead of javax Jan 8, 2025
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

2 participants