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

Favour jakarta over javax components #3656

Closed
mohanaraosv opened this issue Feb 6, 2020 · 0 comments
Closed

Favour jakarta over javax components #3656

mohanaraosv opened this issue Feb 6, 2020 · 0 comments

Comments

@mohanaraosv
Copy link

mohanaraosv commented Feb 6, 2020

spring-batch-core referring javax component please upgrade to Jakarta components and it is applies for all javax components

<dependency>
      <groupId>javax.batch</groupId>
      <artifactId>javax.batch-api</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
 </dependency>

<!-- Jakarta componet -->
<dependency>
      <groupId>jakarta.batch</groupId>
      <artifactId>jakarta.batch-api</artifactId>
      <version>1.0.2</version>
 </dependency>
@fmbenhassine fmbenhassine added this to the 4.3.0 milestone Feb 6, 2020
@fmbenhassine fmbenhassine removed this from the 4.3.0 milestone Sep 21, 2020
@fmbenhassine fmbenhassine added this to the 5.0.0-M1 milestone Nov 17, 2020
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