Hi everyone, I'm just looking for consensus on this topic. Only jackson-annotations and jackson-core support Java6 in Jackson v2.13. Other jackson libs typically require Java8 already. My reasons for looking to move jackson-core to support a min of Java8 for Jackson 2.14 include the following: * Java6 is no longer widely supported * jackson-core v2.13 already has code from classes that only appeared in Java7 (eg java.lang.Objects) * there is some talk about introducing support for faster serialization/deserialization of numbers that uses non JRE/JDK classes - see https://github.com/FasterXML/jackson-core/issues/577 for context * many of these classes and jars require Java8 and in some cases, even more recent Java versions
Feel free to express your support or disapproval of this proposal. Regards, PJ -- You received this message because you are subscribed to the Google Groups "jackson-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to jackson-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-dev/b5ec9e66-79c2-4b15-9f3b-80b7dc3e099cn%40googlegroups.com.