[
https://issues.apache.org/jira/browse/CAMEL-23481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18086915#comment-18086915
]
Torsten Mielke commented on CAMEL-23481:
----------------------------------------
h2. Analysis of camel-spring-xml component
[https://github.com/apache/camel/pull/23845]
Very straightforward, replacing Derby with H2 in pom.xml and updating 7 Spring
XML files to use
{code:java}
<jdbc:embedded-database id="dataSource" type="H2">
<jdbc:script location="classpath:sql/init.sql"/>
</jdbc:embedded-database>{code}
> 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)