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

Next meeting: Tuesday December 12 1100 PST 2000 CET

Agenda:

1. JIRA JDO-831: "tck: improve tck tests for performance" 
https://issues.apache.org/jira/browse/JDO-831

First steps: see which tests are read-only. Look at class-based initialization 
instead of method-based. JDOTest setup method calls localSetup. 

Test class SampleQueries might be a good first case. Several dozen queries.
AI Michael split SampleQueries into at least two classes. 
Query 20 seems to have some extraneous lines of code. 
Three cases seem to be relevant:
Current serial execution
Shared PersistenceManager 
Unique PersistenceManager per test method

https://junit.org/junit5/docs/current/user-guide/#writing-tests-parallel-execution
https://junit.org/junit5/docs/current/user-guide/#writing-tests-parallel-execution-synchronization
@Execution(CONCURRENT)
To be determined: can multiple test cases use the same PersistenceManager.

2. sonarcloud issues

JIRA JDO-819 "Code quality analysis" 
https://issues.apache.org/jira/browse/JDO-819
JIRA JDO-823 "Fix sonarcloud issues of type Code Smells" 
https://issues.apache.org/jira/browse/JDO-823

Sonarcloud link: https://sonarcloud.io/summary/overall?id=db-jdo

* Cognitive Complexity of methods should not be too high:
https://sonarcloud.io/project/issues?resolved=false&rules=java%3AS3776&severities=CRITICAL&types=CODE_SMELL&id=db-jdo
 

* Raw types should not be used:
https://sonarcloud.io/project/issues?resolved=false&rules=java%3AS3740&severities=MAJOR&id=db-jdo
 


3. JIRA JDO-822: "Verify compatibility with JDK 21" 
https://issues.apache.org/jira/browse/JDO-822

This is resolved now. A different issue is whether the TCK supports compiling 
with target JDK not 8 and updating the Derby version.
AI volunteer create a JIRA to test target JDK~8 either as a one-off or as a new 
setup option with a default JDK target.

4. JIRA JDO-812 "Move to JDK 11 as the lowest supported version" 
https://issues.apache.org/jira/browse/JDO-812

5. Other issues

Action Items from weeks past:
[Jul 13 2023] AI All Open a new JIRA for Android since having JNDI in the API 
disallows use with Android
[Jun 08 2023] AI All make a JIRA: JDO support for Java Records 
https://openjdk.org/jeps/395
[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

Reply via email to