Skip to content

Releases: daniel-shuy/JAX-RS-JPA-CRUD

4.0.0

15 Dec 03:53
Compare
Choose a tag to compare

This release breaks backwards compatibility with version 3.X.X.

ResourceCRUD is now an Abstract Class instead of an Interface (required for @Transactional annotations to be detected).

ResourceCRUD no longer extends/implements the Closeable Interface.

3.1.0

12 Oct 07:48
Compare
Choose a tag to compare
  • Add support for Java Transaction API (JTA)
  • Add GET methods: findRange and count
  • Add support for application/xml MediaType
  • Returns HTTP Status Code 404 (Not Found) instead of 400 (Bad Request) when wrong datatype is passed into Path Parameter
  • Changed access modifier of EntityCRUD#setId(java.lang.Long) from public to protected

3.0.0

12 Oct 07:31
Compare
Choose a tag to compare

This release breaks backwards compatibility with version 2.0.0.

Dependency on Java EE is removed and is instead split into JAX-RS and JPA.

2.0.0

02 Aug 10:29
Compare
Choose a tag to compare

This release breaks backwards compatibility with version 1.0.0 by implementing CDI (Contexts and Dependency Injection).

Java EE dependency is also increased from Java EE 6 to Java EE 7.