Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure committed May 23, 2024
1 parent f6f155d commit 5648f70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions data/1.0/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ garage.save(ferrari);
* Enhance type safety with a StaticMetamodel
* Define platform integrations with CDI, Persistence, NoSQL, Transactions, and Validation
* Produce a TCK with the ability to run against the following matrix:
* Profiles: none, core, web, full
* Entities: any, persistence, nosql
* Profiles: none (standalone), core, web, platform
* Entities: persistence, nosql

### Removals, deprecations or backwards incompatible changes
None - first release
Expand All @@ -54,21 +54,23 @@ None - first release
* [Jakarta Data 1.0 Release Plan](https://projects.eclipse.org/projects/ee4j.data/releases/1.0/plan)
* [Jakarta EE Platform 11 Release Plan](https://projects.eclipse.org/projects/ee4j.jakartaee-platform/releases/11/plan)
* [Jakarta Data 1.0 Specification Document](./jakarta-data-1.0.pdf) (PDF)
* [Jakarta Data 1.0 Specification Addendum](./jakarta-method-name-query-1.0.pdf) (PDF)
* [Jakarta Data 1.0 Specification Addendum](./jakarta-data-addendum-1.0.pdf) (PDF)
* [Jakarta Data 1.0 Specification Document](./jakarta-data-1.0.html) (HTML)
* [Jakarta Data 1.0 Specification Addendum](./jakarta-method-name-query-1.0.html) (HTML)
* [Jakarta Data 1.0 Specification Addendum](./jakarta-data-addendum-1.0.html) (HTML)
* [Jakarta Data 1.0 Javadoc](./apidocs)
* [Jakarta Data 1.0 TCK](https://download.eclipse.org/jakartaee/data/1.0/data-tck-1.0.0.zip), ([sig](https://download.eclipse.org/jakartaee/data/1.0/data-tck-1.0.0.zip.sig), [sha](https://download.eclipse.org/jakartaee/data/1.0/data-tck-1.0.0.zip.sha256), [pub](https://raw.githubusercontent.com/jakartaee/specification-committee/master/jakartaee-spec-committee.pub))
* Signature tests are included with the TCK and run automatically as part of it
* Maven coordinates
* [jakarta-data-api:jakarta.data:jar:1.0.0](https://repo1.maven.org/maven2/jakarta/data/jakarta.data-api/1.0.0/)
* Compatible Implementation used for [ratification](https://www.eclipse.org/projects/efsp/?version=1.2#efsp-ratification)
* Persistence Entities: TBD
* NoSQL Entities: TBD
* Persistence (Hibernate): https://github.com/jakartaee/data/issues/714
* Persistence (Open Liberty): https://github.com/jakartaee/data/issues/741
<!-- TODO add NoSQL once they have submitted a CCR -->

# Compatible Implementations

* TBD
* [Hibername](https://hibernate.org/orm/releases/6.6/)
* [Open Liberty](https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/tck/2024-05-06_1951/openliberty-24.0.0.6-beta.zip)

# Ballots

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5648f70

Please sign in to comment.