Search code examples
quarkusjberet

Custom properties or .ddl for JdbcRepository


I'm using quarkiverse/quarkus-jberet integration and everything works fine.
Moving to a jdbc repository I need to add schema to JBeret tables but I haven't found a solution because native JBeret method (that is passing a properties object with specific keys to customize or load a custom DDL) seems to be not supported. Any advice on how to bypass or solve this problem?


Solution

  • As suggested by @Guillaume Smet I have integrated issue opened in quarkus-jberet extension repository