Attendees: Michael Bouschen, Tilmann Zäschke, Tobias Bouschen, Craig Russell

Next meeting: Thursday May 20 11:00 Pacific

Agenda:
1. Pull request #20 <https://github.com/apache/db-jdo/pull/20> - JDO-709 
<https://issues.apache.org/jira/browse/JDO-709> "Standardize field/property 
converters"
- DN issue https://github.com/datanucleus/datanucleus-api-jdo/issues/109
- Test case with annotated pc class
- Spec Updates (see mail thread "Converted classes behavior")

DataNucleus should now take the @Convert annotation to make a field persistent.
AI Michael update the test case to remove @Persistent and test with the latest 
DN build

Question: Do we need test cases for converted types with arithmetic operators?
e.g. PCPoint has two fields: Distance xcoord and Distance ycoord, which are 
converted from Long database values. A query like "where 2 * xcoord + 7 == 
ycoord" would find all points on the line y = 2x + 7. 

AI Craig update specification terminology to "database type" instead of 
"converted type"

Question: Is it possible to have a primitive type converted to a database type?
e.g. Database type String converted to a Domain object type Float

2. Issues with Fix Version JDO-3.2 
<https://issues.apache.org/jira/issues/?jql=project%20%3D%20JDO%20AND%20fixVersion%20%3D%20%22JDO%203.2%22%20ORDER%20BY%20status%20ASC>
3. Open Issues w/o Fix Version 
<https://issues.apache.org/jira/issues/?jql=project%20%3D%20JDO%20AND%20status%20%3D%20Open%20AND%20fixVersion%20%3D%20EMPTY%20ORDER%20BY%20key%20DESC%2C%20status%20ASC>
4. Release Policy Updates
5. JDO 3.1: Need to go through change lists in JIRA for 3.1 RC1 and 3.1 to 
prepare JCP Change Log
6. Other issues

Action Items from weeks past:
[May  6 2021] AI Tobias: prepare a PR for nightly builds
[Mar 25 2021] AI Craig: investigate "merging" papajdo and apache.clr accounts
[Feb 18 2021] AI Craig update the README.md and the Contributing page with the 
protocol how to deal with contributions.
[Feb 04 2021] AI Craig ask Oracle for license for the specification.
[Jan 07 2021] AI Craig update to add workflow for contributions and preview of 
changes.
[Feb 25 2020] AI Everyone review HowToReleaseJDO.md document: change svn to 
git; review all generated distribution files.
[Oct 30 2015] AI Craig: File a maintenance review with JCP
[Apr 17 2015] AI Craig: Oracle spec page on JDO need to be updated once the JCP 
Maintenance Release for JDO 3.1 is published
[Oct 17 2014] AI Matthew any updates for "Modify specification to address NoSQL 
datastores": https://issues.apache.org/jira/browse/JDO-651?
[Dec 13 2013] AI Craig file a JIRA for java.sql.Blob and java.sql.Clob as 
persistent field types
[Aug 24 2012] AI Craig update the JIRAs JDO-689 JDO-690 and JDO-692 about 
JDOHelper methods.

Regards Michael


Craig L Russell
c...@apache.org

Reply via email to