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

NOTE: We will skip next week’s meeting. Next meeting will be on March 16 at 9 
AM Pacific

Agenda:

1. Query compilation (see EMail from Tillman)

Looks good. Any need for a spec update?

2. New JIRA JDO-760 "Spec update regarding whether Query.execute() returns List 
or Collection" https://issues.apache.org/jira/browse/JDO-760

Should we put text into the specification regarding use of methods get(n) and 
listIterator() on the result of Query.executeList(). Can these methods throw 
UnsupportedOperationException? In fact, can all methods except for size(), 
iterator() and isEmpty() throw UnsupportedOperationException?

We should update 14.3 to use List instead of Collection, and update examples in 
14.10 to use List and also use some of the new methods e.g. executeList, 
executeResult.

AI Tilmann update the JIRA

3. JDO-759 "Spec update to clarify whether methods that are documented to be 
hints must not throw exceptions" https://issues.apache.org/jira/browse/JDO-759

This text could go in 1.6 Terminology Convention. AI Tilmann update the JIRA

4. JDO-735 "Make PersistenceManager and Query support AutoCloseable (JDK1.7+)" 
https://issues.apache.org/jira/browse/JDO-735

Question: What does it mean that a closed query result cannot be used?

One possible answer: it is legal to get an iterator from a closed query result 
but the iterator is empty.
Another possible answer: it is not legal to get an iterator from a closed query 
result; iterator() throws an exception

Does anyone care? 

5. Is anything still unresolved with JDO-749 "Support for java.time types, and 
querying using associated methods" https://issues.apache.org/jira/browse/JDO-749

6. Is anything still unresolved with JDO-745 "Support bitwise operations in 
JDOQL" https://issues.apache.org/jira/browse/JDO-745

7. JDO 3.1: Need to go through change lists in JIRA for 3.1 RC1 and 3.1 to 
prepare JCP Change Log

8. Other issues

Action Items from weeks past:

[Feb 24 2016] AI Tillman: Update the specification JDO-759
[Feb 24 2016] AI Michael: Update the patch for the TCK for JDO-735
[Feb 24 2016] AI Craig: Update the specification 14.6.7 to specify the behavior 
of the queryResult JDO-735
[Feb 24 2016] AI Michael: are there any TCK tests for the new methods JDO-749?
[Feb 24 2016] AI Michael: are there any TCK tests for the new methods? Any 
additional spec updates JDO-745?
[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?
[Feb 28 2014] AI Everyone: take a look at 
https://issues.apache.org/jira/browse/JDO-712
[Feb 28 2014] AI Everyone: take a look at 
https://issues.apache.org/jira/browse/JDO-625
[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. In process.


Craig L Russell
Architect
craig.russ...@oracle.com
P.S. A good JDO? O, Gasp!





Reply via email to