[ 
https://issues.apache.org/jira/browse/OPENJPA-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928429#comment-17928429
 ] 

ASF subversion and git services commented on OPENJPA-2930:
----------------------------------------------------------

Commit 6f4cf5b11b5bc5ffa0da1925260cdb7fbf7b8fe5 in openjpa's branch 
refs/heads/master from Paulo Cristovão de Araújo Silva Filho
[ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=6f4cf5b11 ]

OPENJPA-2930 Implements UUID and GenerationType.UUID strategy (#124)

* [OPENJPA-2930] Implemented JPA 3.1 UUID support

* added basic support for UUID as string or uuid field, per db support
* added GenerationStrategy.UUID support using UUID-4 random

* [OPENJPA-2930] Implements UUID support

* Allows usage of UUID as a basic type
* Allows usage of UUID as identity type
* Allows GenerationType.AUTO and GenerationType.UUID usage on String and UUID 
fields
* Generates type 4 UUID for @GeneratedValue String and UUID fields
* Storage UUID fields as binary data on supporting pair db/jdbc driver
* Storage UUID fields as canonical string representation when database or jdbc 
driver does not support UUID binary usage.
* Updates manual

* [OPENJPA-2930] Fixing issues found on review

> UUID ID Generator Strategy 
> ---------------------------
>
>                 Key: OPENJPA-2930
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2930
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: jpa
>    Affects Versions: 4.0.1
>            Reporter: hantsy bai
>            Assignee: Maxim Solodovnik
>            Priority: Major
>
>  The issue https://issues.apache.org/jira/browse/OPENJPA-2908 implements JPA 
> 3.1 was fixed, but I tried to use `UUID` as the ID of the Entity class in my 
> example https://github.com/hantsy/jakartaee10-starter-boilerplate/pull/162, 
> which use Apache TOMEE 10 as runtime, the tests are failed due to the lack of 
> UUID support.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to