FasterXML / jackson-datatype-hibernate

Add-on module for Jackson JSON processor which handles Hibernate (https://www.hibernate.org/) datatypes; and specifically aspects of lazy-loading
319 stars 106 forks source link

jackson-datatype-hibernate5 JTA version #135

Closed jasonparallel closed 4 years ago

jasonparallel commented 4 years ago

Hibernate 5 specifies a dependency on JTA 1.2

org.jboss.spec.javax.transaction jboss-transaction-api_1.2_spec 1.1.1.Final https://search.maven.org/artifact/org.hibernate/hibernate-core/5.4.10.Final/jar In this commit https://github.com/FasterXML/jackson-datatype-hibernate/commit/8167cb973fd8ce53e40a839c527b0492e7eaf903 jackson-datatype-hibernate5 was moved from JTA v1.1 to v1.3 Shouldn't it have been set to be v1.2 of the JTA spec to be inline with Hibernate 5?
jasonparallel commented 4 years ago

Based on a reading of 1.2 to 1.3 changes it looks like the version being set to 1.3 should not matter.