I'm having issues with finding resources since I start using java modules.
The same exact code: Thread.currentThread().contextClassLoader.getResource("db/migration/V1__init.sql")?.path
behave different, with java-module it returns null, without it, it returns the correct path.
I guess I'm missing something about java-modules visibility.
I'm having problems with flyway loading migration files. I've made an example code in github