Skip to content

Releases: jakartaee/data

1.0.1

30 Sep 20:11
Compare
Choose a tag to compare

What's Changed

  • Enhance documentation readme file by @otaviojava in #748
  • Update templates to include release 1.0.0 by @github-actions in #760
  • Update TCK license by @KyleAure in #745
  • Fix concerns with tck-dist by @KyleAure in #738
  • Swap full > platform by @KyleAure in #747
  • Prepare for service release 1.0.1 by @KyleAure in #761
  • Verify behavior based on Database type by @KyleAure in #771
  • Ensure future pulls and merges to service branches run CI build by @KyleAure in #777
  • TCK cannot require GT, GTE, LT, LTE for Key-Value databases by @njr-11 in #779
  • TCK cannot require Contains, EndsWith, IgnoreCase, Like, Null, StartsWith for Document and Graph, TCK cannot require Between, True, False for Key-Value by @njr-11 in #783
  • Update Arquillian BOM by @KyleAure in #793
  • limitations on sorting and In, Or, And keywords by @njr-11 in #794
  • README.adoc - maven best practices by @lprimak in #796
  • Remove validation at find non-annotated field at NoSQL side by @otaviojava in #803
  • Tck test at the method testBeyondFinalPage by @otaviojava in #804
  • TCK cannot expect NoSQL to be capable of arithmetic in updates by @njr-11 in #806
  • Increase the value to work with parenthesis by @otaviojava in #807
  • typo by @m1ngyuan in #808
  • Enhance contribuiting documentation by @otaviojava in #809
  • Disable Return of Affected Records Count for Update and Delete Operations in NoSQL Databases by @otaviojava in #828
  • TCK cannot expect sorting on enum by @njr-11 in #831
  • test: fix testUpdateQueryWithWhereClause method by @otaviojava in #838
  • Update c1xExpected at the testUpdateQueryWithWhereClause method by @otaviojava in #843

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

07 Jun 16:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-RC1...1.0.0

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