tmielke opened a new pull request, #23860: URL: https://github.com/apache/camel/pull/23860
Replace Apache Derby database with H2 in integration tests since Derby is now a retired Apache project. 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 All 10 tests (5 non-XA + 5 XA) pass successfully 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]
