79408332

Date: 2025-02-03 09:34:46
Score: 0.5
Natty:
Report link

We use flyway directly, and the only option was to pass the parameter like this:

Flyway
  .configure()
  .configuration(java.util.Map.of("flyway.postgresql.transactional.lock", "false"))
  ...

Try to look if there's a way to override the plugin configuration in this way. ^^

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: foxys