[
https://issues.apache.org/jira/browse/CAMEL-23481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18086988#comment-18086988
]
Torsten Mielke commented on CAMEL-23481:
----------------------------------------
h2. Analysis of tests/camel-itest
[https://github.com/apache/camel/pull/23860]
Changes:
* Updated pom.xml to use H2 instead of Derby dependencies
* Changed embedded database type from DERBY to H2 in non-XA test config
* Replaced Derby EmbeddedXADataSource with H2 JdbcDataSource for XA tests
* Updated XA test cleanup to use H2's DROP ALL OBJECTS and SHUTDOWN commands
* Maintained file-based storage for proper XA transaction durability
> Remove Apache Derby dependencies
> --------------------------------
>
> Key: CAMEL-23481
> URL: https://issues.apache.org/jira/browse/CAMEL-23481
> Project: Camel
> Issue Type: Dependency upgrade
> Components: tests
> Affects Versions: 4.20.0
> Reporter: Torsten Mielke
> Assignee: Torsten Mielke
> Priority: Major
> Fix For: 4.x
>
>
> Multiple Camel components use Apache Derby in unit tests.
> Apache Derby is a retired project as of Oct 2025.
> https://db.apache.org/derby/
> As no further releases of Derby are planned, we should remove any
> dependencies on Derby from the Camel project.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)