Hi Tilmann,

I see failures when running the enhancer. It complains about a missing class Lorg/apache/commons/logging/Log.

I resolved the issue by adding the following dependency to exectcl/pom.xml:
        <dependency>
            <groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
        </dependency>
In addition I needed to update the commons-logging version from 1.2. to 1.3.5 in parent-pom/pom.xml:
 <version.commons-logging>1.3.5</version.commons-logging>

We discussed updating all the dependencies in the pom.xml files.
I created a new JIRA https://issues.apache.org/jira/browse/JDO-854 and will add a new PR soon. You can then cherry pick the changes or rebase your branch as soon as I checked in the changes.

Regads Michael

Am 02.11.25 um 13:04 schrieb Tilmann Zäschke:
Hi,

JDO-848 <https://issues.apache.org/jira/browse/JDO-848> "remove xml parser" is now ready for review. If you are interested, please have a look here: https://github.com/apache/db-jdo/pull/104

Also, I won't be able to join the call on November 4th, but I should be back on the 11th.

Best,
Til

Reply via email to