flyway
flyway copied to clipboard
Fix automatic module name
Make sure database and communitiy modules have a differnt automatic module name then the core module Fixes https://github.com/flyway/flyway/issues/3342
Can someone please merge it? We cannot upgrade to Flyway 8+ due to this issue and considering stop using Flyway
This change is probably not sufficient, as these modules also have split packages with each other (specifically, the package org.flywaydb.database
), and therefor would not be loadable as a module if more than one of these is on the module-path.