Skip to content

Releases: jakartaee/data

1.0.0-RC1

18 Apr 21:41
Compare
Choose a tag to compare
1.0.0-RC1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.0.0-M4...1.0.0-RC1

1.0.0-M4

22 Mar 21:24
Compare
Choose a tag to compare
1.0.0-M4 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0-M3...1.0.0-M4

1.0.0-M3

23 Feb 17:17
Compare
Choose a tag to compare
1.0.0-M3 Pre-release
Pre-release

What's Changed

Changed

  • Updated specification to allow for deleteAll() with no parameters to be valid
  • Changed the default count() method to be countBy()
  • Introduced @Delete annotation to the default deleteAll() method
  • Restricted @Update and @Delete return types for numeric types to only int and long
  • Re-introduced static metamodel
  • Include the Find annotation
  • Rename Pageable to PageRequest
  • Define the Sort and Pageable as parameterized

Added

  • Include FindAll method with pagination at BasicRepository

Removed

  • Remove the PageableRepository interface

New Contributors

Full Changelog: 1.0.0-M2...1.0.0-M3

1.0.0-M2

28 Nov 20:28
Compare
Choose a tag to compare
1.0.0-M2 Pre-release
Pre-release

Changed

  • Updated all artifacts to use jakarta.data- prefix
  • Fix copyright in Spec documentation

Removed

  • Remove metamodel package where we will release in a following version

New Contributors

Full Changelog: 1.0.0-M1...1.0.0-M2

1.0.0-M1

25 Oct 14:07
Compare
Choose a tag to compare
1.0.0-M1 Pre-release
Pre-release

Added

  • clarify Jakarta Data extensions with CDI.
  • Create BasicRepository
  • Include insert and update methods in CrudRepository
  • Create Insert, Update, Delete, and Save annotations

Changed

  • Move the basic repository methods to the BasicRepository interface

1.0.0-b3

25 Jul 09:26
Compare
Choose a tag to compare
1.0.0-b3 Pre-release
Pre-release

Added

  • Include interoperability with others Jakarta EE specs

Changed

  • Enhances specification and JavaDoc

1.0.0-b2

04 Mar 13:29
7ca18f6
Compare
Choose a tag to compare
1.0.0-b2 Pre-release
Pre-release

Added

  • Increase documentation around Sort annotation

Removed

  • Remove Id and Entity annotations

1.0.0-b1

29 Dec 12:46
2118f05
Compare
Choose a tag to compare
1.0.0-b1 Pre-release
Pre-release
  • jakarta-data-api
  • Add initial TCK structure
  • Add repository resource