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

Agenda:

1. Spec update to clarify whether methods that are documented to be hints must 
not throw exceptions?

JIRA (issues.apache.org) was offline yesterday. The new JIRA will be filed soon.

2. New patch for review on JDO-735 "Make PersistenceManager and Query support 
AutoCloseable (JDK1.7+)" https://issues.apache.org/jira/browse/JDO-735

The new patch was reviewed. The test should verify that the Query instance is 
still usable after the try-with-resouce block by adding a new variable outside 
of that block and assign the Query instance to it. The same holds true for the 
extend in teh extnd test.

Question: what is the exact meaning of "the query result can no longer be used" 
after calling Query.closeAll. Is it ok to call size on a closed query result 
and expect 0 being returned? Or should an it result in a exception. The current 
implementation throws a JDOException. It is possible to get an iterator for the 
closed query result and the iterator returns false on hasNext. So one could 
think the query result is empty and size should return 0;

3. JDO-751 "Support for Java8 Optional" 
https://issues.apache.org/jira/browse/JDO-751

Patch has been checked in. JIRA can be resolved. 

4. JDO-747 "Behavior of delete() with multiple concurrent Transactions" 
https://issues.apache.org/jira/browse/JDO-747

No news.

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

No news.

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

No news.

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:

[Jan 06 2017] AI Michael: file a JIRA about clarification whether methods that 
are documented to be hints must not throw exceptions
[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.


-- 
Michael Bouschen
akquinet tech@spree GmbH
Bülowstraße 66 • D-10783 Berlin
Tel:   +49 30 235520-33
Fax:  +49 30 217520-12

E-Mail: michael.bousc...@akquinet.de <mailto:michael.bousc...@akquinet.de>
Web:   www.akquinet.de <http://www.akquinet.de/>

Geschäftsführung: Martin Weber, Dr. Torsten Fink
Amtsgericht Berlin HRB 86780 • USt.-Id. Nr.: DE 225 964 680

[Facebook] <http://www.facebook.com/akquinet>  [XING]
<https://www.xing.com/companies/akquinetag>  [G+]
<https://plus.google.com/b/111054946250796705170/+akquinet/posts> 
[LinkedIn] <https://www.linkedin.com/company/akquinet-ag>  [Twitter]
<https://twitter.com/akquinet>

Reply via email to