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

Replacement component for licensed java transaction api #131

Closed thilagasanthosh closed 5 years ago

thilagasanthosh commented 5 years ago

We need to fix the below license issue for jta, in our component. "(Unknown license) Java Transaction API (javax.transaction:jta:1.1 - http://java.sun.com/products/jta)"

Javax.transaction-api:1.3 is the replacement component for jta with license "CDDL + GPLv2 with classpath exception".

cowtowncoder commented 5 years ago

Thanks!