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

Drop Scala 2.10 support #480

Closed
cowtowncoder opened this issue Nov 21, 2020 · 4 comments
Closed

Drop Scala 2.10 support #480

cowtowncoder opened this issue Nov 21, 2020 · 4 comments
Assignees
Milestone

Comments

@cowtowncoder
Copy link
Member

(note: creating issue after the fact; Scala 2.10 support is being dropped from Jackson 2.12; no 2.12.0-rc2 was released -- but we need an issue to link to)

Jackson 2.12 will no longer support Scala 2.10 due to challenges in supporting this old version along with newer once; as well as low use (less than 2% of downloads via Maven Central).
This will probably mean that version definition in jackson-bom:

https://github.com/FasterXML/jackson-bom

should be left as latest 2.11 if not dropped altogether, as well.

@cowtowncoder
Copy link
Member Author

@pjfanning Assigning to you just so you can modify description, add notes, link from release notes, as necessary.

I am also wondering about what to do with jackson-bom (as per above) -- will probably send a quick note on jackson-dev mailing list so we can decide what to do before 2.12.0 final (expected next weekend, in 8 days).

@pjfanning
Copy link
Member

@cowtowncoder could we just remove this from the 2.12.0 bom?

      <dependency>
        <groupId>com.fasterxml.jackson.module</groupId>
        <artifactId>jackson-module-scala_2.10</artifactId>
        <version>${jackson.version.module.scala}</version>
      </dependency>

@cowtowncoder
Copy link
Member Author

cowtowncoder commented Nov 21, 2020

@pjfanning yes, great minds think alike etc :)

I sent a question on jackson-dev, and I think dropping that entry might be the best way to go, unless I hear good arguments for something else (like pointing to 2.11.3).
I can handle jackson-bom part based on feedback.

@cowtowncoder cowtowncoder added this to the 2.12.0-rc2 milestone Nov 21, 2020
@cowtowncoder
Copy link
Member Author

Removed the entry as discussed.

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

No branches or pull requests

2 participants