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

Module-Info Enhancements - JAX-RS updates for Jakarta Release version #128

Merged
merged 1 commit into from
Nov 10, 2020
Merged

Conversation

GedMarc
Copy link
Contributor

@GedMarc GedMarc commented Nov 2, 2020

Zero impact on backwards compatibility
FasterXML/jackson-databind#2910

Adds support for the following maven coordinates in JMS :

<dependency>
    <groupId>jakarta.ws.rs</groupId>
    <artifactId>jakarta.ws.rs-api</artifactId>
    <version>3.0.0-M1</version>
</dependency>

<dependency>
    <groupId>jakarta.ws.rs</groupId>
    <artifactId>jakarta.ws.rs-api</artifactId>
    <version>2.1.6</version>
</dependency>

<dependency>
    <groupId>javax.ws.rs</groupId>
    <artifactId>javax.ws.rs-api</artifactId>
    <version>2.1.1</version>
</dependency>

@cowtowncoder
Copy link
Member

Should these same changes be made for all format modules here?

@cowtowncoder
Copy link
Member

@GedMarc I can merge this, but I think changes are needed for all sub-modules, not just json?

@GedMarc
Copy link
Contributor Author

GedMarc commented Nov 9, 2020

It should be for everything that comes from the EE suite ya, I'm not sure which ones I didn't do, but JAXB and JaxRS should be good to pull in

@GedMarc
Copy link
Contributor Author

GedMarc commented Nov 9, 2020

Sorry missed the Q 8 days ago :( dunno how that one swung by me :D

@cowtowncoder
Copy link
Member

Probably just because I didn't at you :)

@cowtowncoder
Copy link
Member

Ok I'll merge and try to do rest of the changes myself here.

@cowtowncoder cowtowncoder merged commit d4f31e4 into FasterXML:2.12 Nov 10, 2020
@cowtowncoder cowtowncoder added this to the 2.12.0-rc2 milestone Nov 10, 2020
cowtowncoder added a commit that referenced this pull request Nov 10, 2020
@cowtowncoder cowtowncoder modified the milestones: 2.12.0-rc2, 2.12.0 Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants