tmielke opened a new pull request, #23597:
URL: https://github.com/apache/camel/pull/23597

   [CAMEL-23481] replacing retired Apache Derby with HSQL and MariaDB for 
stored procedures and stored function tests in `sql-stored:` component.
   While HSQL has support for stored procedures, it does not support SQL stored 
functions, neither does H2 support them.
   So using an embedded MariaDB4j instance to test SQL stored functions in 
class `SqlFunctionDataSourceTest`.
   Running an embedded MariaDB4j instance is slower to initialize, so using it 
only for the single test class SqlFunctionDataSourceTest.
   
   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]

Reply via email to