Attendees: Michael Bouschen, Tobias Bouschen, Craig Russell

Next meeting: Tuesday January 9 1100 PST 2000 CET

Agenda:

Items for January board meeting:

The JDO project has a number of code improvements currently active. We are 
investigating use of automated release artifact signing to streamline release 
preparation. We have updated our automatic CI build to test with JDK 21 while 
maintaining compatibility with JDK 8 target (still seems to be the most popular 
deployment).

JDO is also working on improving performance of TCK tests by taking advantage 
of new features in JUnit 5 that allow for parallel execution of test cases 
where no changes to the datastore are made. This includes most query tests.

JDO also continues to work on code quality issues reported by SonarCloud.

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

Parallel execution is more work than expected. Currently the tests use a single 
setup and teardown per class but each test uses its own PersistenceManager.

Running tests for query.conf with datastoreidentity:
  OK Tests found: 298, started: 298, succeeded: 298, failed: 0, skipped: 0, 
aborted: 0, time: 11.335 seconds
Running tests for jdoql.conf with datastoreidentity:
  OK Tests found: 259, started: 259, succeeded: 259, failed: 0, skipped: 0, 
aborted: 0, time: 18.246 seconds
Running tests for query.conf with applicationidentity:
  OK Tests found: 298, started: 298, succeeded: 298, failed: 0, skipped: 0, 
aborted: 0, time: 11.2 seconds
Running tests for jdoql.conf with applicationidentity:
  OK Tests found: 259, started: 259, succeeded: 259, failed: 0, skipped: 0, 
aborted: 0, time: 17.852 seconds

Parallelizing:

Running tests for query.conf with datastoreidentity:
  OK Tests found: 323, started: 323, succeeded: 323, failed: 0, skipped: 0, 
aborted: 0, time: 10.366 seconds
Running tests for jdoql.conf with datastoreidentity:
  OK Tests found: 399, started: 399, succeeded: 399, failed: 0, skipped: 0, 
aborted: 0, time: 13.998 seconds
Running tests for query.conf with applicationidentity:
  OK Tests found: 323, started: 323, succeeded: 323, failed: 0, skipped: 0, 
aborted: 0, time: 10.52 seconds
Running tests for jdoql.conf with applicationidentity:
  OK Tests found: 399, started: 399, succeeded: 399, failed: 0, skipped: 0, 
aborted: 0, time: 13.295 seconds

Next up: look at combining several test classes into a single class with 
multiple test methods. Some errors reported when running tests in parallel.
Cast.java line 96
SupportedOptionalMethods.java line 594

AI everyone: see if anyone can see a problem with the parallel execution of 
these tests.

logging set to debug:
NotEqual.java line 175 added some debug output
ReadSampleQueries.java line 162 added some debug output

Next up: combine multiple classes into one class in api.

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-812 "Move to JDK 11 as the lowest supported version" 
https://issues.apache.org/jira/browse/JDO-812

4. 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