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

Next meeting: January 9 11:00 AM PST

Agenda:

1. JDO-778 "Adding overloaded methods to JDOQLTypedQuery to create a correlated 
subquery" https://issues.apache.org/jira/browse/JDO-778

Testing correlated subqueries using a Map and DataNucleus does not support. 
Since there is no test case and perhaps no use case we propose to remove the 
method:
<K, V> JDOQLTypedSubquery<Map.Entry<K, V>> subquery(MapExpression<Map<K, V>, K, 
V> candidateMap, String candidateAlias);

Do we really need the subquery method that takes a ListExpression, considering 
that ListExpression is a subtype of CollectionExpression?
<E> JDOQLTypedSubquery<E> subquery(ListExpression<List<E>, E> candidateList, 
String candidateAlias);

Proposed addition to the specification Chapter 14 section Correlated Subqueries:

If the correlation is expressed as a restriction of the candidate collection of 
the subquery, expressions other than collection-valued relationship are not 
portable.

AI Michael propose a PR for DataNucleus, specification, API, and TCK.

2. JDO-779 "Migrate JDO Homepage / Online Documentation" 
https://issues.apache.org/jira/browse/JDO-779 
https://issues.apache.org/jira/browse/INFRA-17979 
https://apache.github.io/db-jdo-site/

Progress.

3. JDO-712 "Require using the PMF schema definition with sequence names" 
https://issues.apache.org/jira/browse/JDO-712 
4. JDO-652 "Provision of a typesafe refactor-friendly query capability for 
JDOQL" https://issues.apache.org/jira/browse/JDO-652
5. 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>
6. Release Policy Updates
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:
[Aug 22 2019] AI Craig post some updates from email to the JIRA.
[May  6 2019] AI All: Look at other projects in Apache that use Jekyll or 
github pages for generating pages. Also need to set up the directory and file 
structure. 
[Apr 25 2019] AI All: find a project to model 
https://github.com/apache/incubator-skywalking http://skywalking.apache.org 
https://lists.apache.org/list.html?bui...@apache.org:lte=7M:
[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
c...@apache.org

Reply via email to