absurdfarce commented on PR #2044:
URL: 
https://github.com/apache/cassandra-java-driver/pull/2044#issuecomment-3189445310

   Worth noting that we can't make this change on 3.x so long as we wish to 
maintain Java6 compat on that version.  2.13 already required Java8 for 
jackson-databind and Java6 for jackson-core (see 
[here](https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.13)) while 
2.15 follows 2.14 which made Java8 the baseline for jackson-core as well.
   
   As of this writing 3.x is [still using jackson-databind 
2.7.x](https://github.com/apache/cassandra-java-driver/blob/3.x/pom.xml#L68-L69)
 because that's the last version that still supports Java6.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to