Java 9 support
See original GitHub issuejackson-datatype-problem
and org.zalando.problem
cannot be used in the same module as
Module 'my.module' reads package 'org.zalando.problem' from both 'jackson.datatype.problem' and 'problem'
Detailed Description
I am trying to build a spring app using java 13 with modules and noticed that there is no support for it
Context
Possible Implementation
I think the fix is as easy as adding an Automatic-Module-Name: <module name>
entry to the library’s MANIFEST.MF
Your Environment
- Version used: 0.25.2
Issue Analytics
- State:
- Created 3 years ago
- Comments:13
Top Results From Across the Web
Oracle Java SE Support Roadmap
Oracle provides this Oracle Java SE Support Roadmap, to help you understand maintenance and support options and related timelines.
Read more >Java/OpenJDK - endoflife.date
Release Released Active Support
19 2 months and 3 weeks ago. (20 Sep 2022) Ends in 3 months. (21 Mar 2023)
18 8 months and...
Read more >Java version history - Wikipedia
Java 7 is no longer publicly supported. For Java 11, long-term support will not be provided by Oracle for the public; instead, the...
Read more >Android's Java 9, 10, 11, and 12 Support - Jake Wharton
The first post in this series explored Android's Java 8 support. Having support for the language features and APIs of Java 8 is...
Read more >JDK Releases - Java
Date Type Version Other Information
2024‑10‑15 CPU 23.0.1, 21.0.5, 17.0.13, 11.0.25, 8u431
2024‑09‑17 Feature 23
2024‑07‑16 CPU 22.0.2, 21.0.4, 17.0.12, 11.0.24, 8u421
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@adovbnya I released 0.27.0-RC.0 with an updated dependency.
@adovbnya https://github.com/zalando/problem-spring-web/pull/576