Jakub Kubryński

Results 23 comments of Jakub Kubryński

Hi, we've implemented a plugin which generates the Flyway schema migrations based on JPA model: https://github.com/Devskiller/jpa2ddl

I've created a sample project with generating Flyway migrations based on the JPA model: https://github.com/Devskiller/jpa2ddl/tree/master/jpa2ddl-samples/jpa2ddl-flyway-maven-sample

Elnur - do you think it should be modifier available to all producers?

It's not trivial ;) We have to rethink how to implement such feature, but it's doable :)

Generally, even on the main Spring Cloud site (http://projects.spring.io/spring-cloud/) there is information that it handles leader election, and for me, spring-cloud is a valid home for such functionality. Probably most...

Do you use maven or gradle tool?

By default the plugin runs in the `process-classes` phase which is executed after compiling all classes. The classpath contains the `target` as well as the `src` directory. Could you please...

Thanks for the report. We definitely need to support date formats. The problem is with the migration comment. Currently, we execute only files labeled as `jpa2ddl` (we're sure there are...