-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The JdbcRepository looks up the DDL files via the class loader to create the tables for the repository. We should be using the Thread.getContextClassLoader() to look up the DDL so users can override the DDL. See https://github.com/quarkiverse/quarkus-jberet/issues/406