Attendees: Michael Bouschen, Tilmann Zäschke, Tobias Bouschen, Craig Russell
Next meeting: Thursday August 11 1100 PDT 2000 CEDT Agenda: 1. JIRA JDO-817 "Check Compiler warnings" https://issues.apache.org/jira/browse/JDO-817 see PR 54 "Update pom.xml to show compiler warnings" https://github.com/apache/db-jdo/pull/54 and recent checkins into branch tck-compiler-warnings Try with resource: Autocloseable resource issue. close() in query throws InterruptedException. [WARNING] /Users/clr/apache/git/db-jdo/tck/src/main/java/org/apache/jdo/tck/query/api/SampleQueries.java:[203,41] [try] auto-closeable resource Query<FullTimeEmployee> has a member method close() that could throw InterruptedException It is not obvious how to fix the auto-closeable warning issue. Most generated "Q" classes generate many warnings. Most are "rawtypes" warnings related to typesafe queries. QPerson.java:[38,17] [rawtypes] found raw type: MapExpression Any possibility to change DataNucleus to avoid these warnings? Or is the problem relating to implementing the API? two relevant mvn command line parameters: -Xlint:all,-try,-rawtypes -Pwarnings,jdori e.g. mvn -Pwarnings,jdori clean install Put Xlint:all into the pom, and this can be overridden. AI Michael update readme.md to add instructions on warnings, jdori, lint:all, etc. 2. Discuss possible formatting (white space etc.) changes; maybe update JDO style guide. AI Tobias write a JIRA to change indentation from four spaces to two spaces. Perhaps use the Google Formatter which is integrated with some IDEs, e.g. IntelliJ, and also available as a command line tool. https://google.github.io/styleguide/javaguide.html 3. JIRA JDO-812 "Move to JDK 11 as the lowest supported version" https://issues.apache.org/jira/browse/JDO-812 Consensus appears to be that we will not change to require JDK 11 until we have a 3.3 (major) release which allows us to make a backward-incompativle (breaking) change. 4. Derby's removal of the security manager (see email from Tilmann) Done. Can be removed from agenda. 5. Other issues Action Items from weeks past: [Dec 09 2021] AI Craig: Try to contact all current/former participants in JDO development and see if and how they want to be recognized on the JDO and DB web sites.https://db.apache.org/whoweare.html [Oct 07 2021] AI Craig send a private message to all JSR-243 Expert Group members asking if they wish to continue. [Mar 25 2021] AI Craig: investigate "merging" papajdo and apache.clr accounts [Oct 17 2014] AI Matthew any updates for "Modify specification to address NoSQL datastores" https://issues.apache.org/jira/browse/JDO-651 Craig L Russell c...@apache.org