module-info.java
is in META-INF/versions/11
instead of META-INF/versions/9
#46
Milestone
module-info.java
is in META-INF/versions/11
instead of META-INF/versions/9
#46
(note: fix for FasterXML/jackson-databind#3380 and https://github.com/FasterXML/jackson/issues/96)
It seems that there are downsides to 2.13.0 (and 2.13.1) change to move
module-info.java
to under JDK 11 - specific location.While no one should be using JDK 9 per se, tooling infers certain things from location, so it seems better to imply JDK 9 minimum instead.
This definition defaults via
jackson-base
so change would go in this repo.The text was updated successfully, but these errors were encountered: