Skip to content

Releases: ebean-orm/javax-persistence-api

3.1

09 Apr 07:57
3cecda3

Choose a tag to compare

What's Changed

  • Move javax.persistence into sub-directory by @rbygrave in #10
  • Add jakarta-persistence-api using javax2jakarta antrun plugin by @rbygrave in #11
  • Use @column default length = 0, to support Postgres varchar/text with out any length by @rbygrave in #12

New Contributors

Full Changelog: persistence-api-2.2.4...3.1

3.0

15 Aug 20:46

Choose a tag to compare

3.0

Bump parent and compile to java 11

2.2.5

15 Aug 20:45

Choose a tag to compare

Change to module-info via multi-version jar

2.2.4

15 Aug 20:49

Choose a tag to compare

#6 - Remove some unused parts from persistence api

2.2.3

15 Aug 20:48

Choose a tag to compare

#5 - Remove METHOD target from mapping annotations

2.2.2

13 Mar 10:44

Choose a tag to compare

#3 ENH: Add target ANNOTATION_TYPE for @column ... to allow meta-annotations
#4 ENH: Add manifest for ... Automatic-Module-Name: persistence.api

2.1.3

13 Mar 10:51

Choose a tag to compare

#2 - ENH: Add prefix mechanism to @Embedded (as per JPA_SPEC-23)

2.1.2

24 Nov 06:42

Choose a tag to compare

Issues:

#1 Add @repeatable to annotations that can be repeated (as per JPA_SPEC-115)