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

Agenda:

1. Andy has problems accessing the svn repository (see JDO-770) and JIRA (see 
JDO-652).

Maybe Andy's IP has been banned? Contact us...@infra.apache.org or open an 
INFRA JIRA ticket. Also try Hipchat where infra hangs.

2. JDO-770 "Switch from svn to git" 
https://issues.apache.org/jira/browse/JDO-770

Creating new gitbox repositories is self-serve. Craig created the repository 
db-jdo. 

New repository db-jdo.git was created, as requested by clr.
You may view it at: https://gitbox.apache.org/repos/asf/db-jdo.git

Next steps: investigate how to copy the parts of svn that we want to live in 
git and transfer all of the svn history. AI Craig

a) make a file with a mapping from apache id to real name and email address
b) git-svnclone will make a copy of the svn repo to git

Michael has done this before and can provide step by step instructions. 

3. JDO-652 "Provision of a typesafe refactor-friendly query capability for 
JDOQL"

Making progress. Iterating on the patch that has more features that are not yet 
implemented in JDORI.

AI Michael check in the patches to the ComparableExpression.java 
NumericExpression.java and StringExpression.java which will break DataNucleus.

Question for Andy: please look at patch2:

+        JDOQLTypedQuery<Department> query = 
getPM().newJDOQLTypedQuery(Department.class);
+        QDepartment cand = QDepartment.candidate();
+        QEmployee e = QEmployee.variable("e");
+        query.variable("e", Employee.class);
+        
query.filter(cand.employees.contains(e).and(e.medicalInsurance.carrier.eq("Carrier1")));


+        executeAPIQuery(ASSERTION_FAILED, holder, expected);
+        executeSingleStringQuery(ASSERTION_FAILED, holder, expected);
+        // DataNucleus: NucleusUserException: Variable 'medicalInsurance' is 
unbound and cannot be determined
+        // (is it a misspelled field name? or is not intended to be a 
variable?)
+        //executeJDOQLTypedQuery(ASSERTION_FAILED, holder, expected);


4. 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>
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:
[Apr 26 2018] AI Michael take a look at tck query framework to implement the 
new fluent query style for existing queries
[Jan 18 2018] AI Craig talk to some git/svn Apache experts to get some advice. 
Specifically, how to preserve the svn history, how to manage the web site.
[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>

Craig L Russell
Secretary, Apache Software Foundation
c...@apache.org http://db.apache.org/jdo

Reply via email to