Skip to content

Releases: ebean-orm/javax-persistence-api

3.1

Choose a tag to compare

@rbygrave rbygrave released this 09 Apr 07:57
3cecda3

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

3.0

Choose a tag to compare

@rbygrave rbygrave released this 15 Aug 20:46

Bump parent and compile to java 11

2.2.5

Choose a tag to compare

@rbygrave rbygrave released this 15 Aug 20:45

Change to module-info via multi-version jar

2.2.4

Choose a tag to compare

@rbygrave rbygrave released this 15 Aug 20:49

#6 - Remove some unused parts from persistence api

2.2.3

Choose a tag to compare

@rbygrave rbygrave released this 15 Aug 20:48

#5 - Remove METHOD target from mapping annotations

2.2.2

Choose a tag to compare

@rbygrave rbygrave released this 13 Mar 10:44

#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

Choose a tag to compare

@rbygrave rbygrave released this 13 Mar 10:51

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

2.1.2

Choose a tag to compare

@rbygrave rbygrave released this 24 Nov 06:42

Issues:

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