0

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?

Luca Basso Ricci
  • 17,829
  • 2
  • 47
  • 69
  • 1
    I see you have created an issue in the repository, that's the way to go. But if I were you, I would provide a bit more details about what you're trying to do in JBeret world and what the Quarkus integration is missing. – Guillaume Smet Dec 30 '21 at 23:18

1 Answers1

0

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

Luca Basso Ricci
  • 17,829
  • 2
  • 47
  • 69