micronaut-projects / micronaut-flyway

Integration between Micronaut and Flyway
Apache License 2.0
37 stars 21 forks source link

Hibernate validation runs before flyway #459

Open stefanos-kalantzis opened 11 months ago

stefanos-kalantzis commented 11 months ago

Issue description

I know this is a duplicate of #7, but in my experience this is still happening, even in Micronaut v4.

Could it be that I'm affected because I use hibernate-reactive?

sdelamo commented 10 months ago

We will explore to see what we can do @stefanos-kalantzis

fredtros commented 7 months ago

any updates on that?

jeremyg484 commented 7 months ago

@stefanos-kalantzis @fredtros More information on your specific usage scenarios (better yet, a reproducible sample app) would be useful.

The non-reactive case looks to still work as expected with the Flyway migrations explicitly being executed before Hibernate.

I have not been able to reproduce the described undesirable behavior in a verifiable way with Hibernate Reactive in our tests. Perhaps there is something particular to your configuration of Hibernate Reactive that I'm missing?