tmielke opened a new pull request, #23733: URL: https://github.com/apache/camel/pull/23733
Apache Derby is a retired project, so replaced it with H2 database for testing. H2 is actively maintained and already widely used in other Camel components like `camel-sql`. Changes: - Updated `pom.xml` to use H2 instead of Derby dependencies - Changed `EmbeddedDatabaseType` from DERBY to H2 in tests - Updated SQL init script to use H2-compatible binary literal syntax - All tests passing with H2 Made with help from AI tools. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
