grails 2.5 database migration plugin stuck with liquibase 2.0.5 - is it possible to hack a newer liquibase version? -


unfortunately, db migration plugin stuck version 2.0.5 of liquibase, has many bugs, of show stoppers us. however, liquibase 3.3. solves of them.

we not have expertise needed edit or modify migration plugin written burt.

we need use plugin need able auto-run liquibase update on deployment of war, atremote customer sites have no access (we supply war, deploy it).

one solution might "hack" 3.3. liquibase jar in. see in home.grails\ivy-cache\org.liquibase\liquibase-core liquibase-core-2.0.5.jar

if overrite 3.3. jar, ivy realise wrong file, , download again?

if not option, perhaps explode produced war, swap out war, , repack?

of course, if api liquibase supplies has changed, fail.

any better suggestions not involving rocket science?

our last resort abandon using grails database migration plugin, , hand using liquibase command line, tedious.

its unlikely able change grails 3, unfortunately.


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -