[ https://issues.apache.org/jira/browse/OPENJPA-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paulo Cristovão de Araújo Silva Filho updated OPENJPA-2932: ----------------------------------------------------------- Description: As noted in OPENJPA-2930, although version 4.0.1 claims to be JPA 3.1 compatible, pom.xml declared api is 3.0. I've already send a PR (121) on github to bump JPA version, but it doesn't implement the API new features. This issue is meant to keep tabs on implementation of {_}CEILING{_}, {_}EXP{_}, {_}FLOOR{_}, {_}LN{_}, {_}POWER{_}, {_}ROUND{_}, and _SIGN_ numeric functions to Jakarta Persistence QL and {_}ceiling(){_}, {_}exp(){_}, {_}floor(), _ln(){_}, {_}power(){_}, {_}round(){_}, and _sign()_ to Criteria API. Impl reference may be found at [Jakarta EE site|#a5284].] (Updated from original goal of implementing function by function). was: As noted in OPENJPA-2930, although version 4.0.1 claims to be JPA 3.1 compatible, pom.xml declared api is 3.0. I've already send a PR (121) on github to bump JPA version, but it doesn't implement the API new features. This is the first new feature to be added - CEILING function. Impl reference may be found at [Jakarta EE site| [https://jakarta.ee/specifications/persistence/3.1/jakarta-persistence-spec-3.1#a5284].] > Implement numeric JPA 3.1 JPQL functions and equivalent Criteria API > -------------------------------------------------------------------- > > Key: OPENJPA-2932 > URL: https://issues.apache.org/jira/browse/OPENJPA-2932 > Project: OpenJPA > Issue Type: Bug > Components: jdbc, kernel > Affects Versions: 4.0.1 > Reporter: Paulo Cristovão de Araújo Silva Filho > Priority: Major > > As noted in OPENJPA-2930, although version 4.0.1 claims to be JPA 3.1 > compatible, pom.xml declared api is 3.0. I've already send a PR (121) on > github to bump JPA version, but it doesn't implement the API new features. > This issue is meant to keep tabs on implementation of {_}CEILING{_}, > {_}EXP{_}, {_}FLOOR{_}, {_}LN{_}, {_}POWER{_}, {_}ROUND{_}, and _SIGN_ > numeric functions to Jakarta Persistence QL and {_}ceiling(){_}, {_}exp(){_}, > {_}floor(), _ln(){_}, {_}power(){_}, {_}round(){_}, and _sign()_ to Criteria > API. > Impl reference may be found at [Jakarta EE site|#a5284].] > (Updated from original goal of implementing function by function). -- This message was sent by Atlassian Jira (v8.20.10#820010)