Comment From: snicoll
I am looking at this issue and I am not able to reproduce the problem in a unit test. I can see the isEnabled
check inconsistency with AbstractDataSourceInitializer
but I fail to see where the DataSource
would be accessed to resolve the scripts. AbstractScriptDatabaseInitializer
does not have @@platform@@
support as far as I can see...
I can move the check to make it more consistent but I'd like someone else to have a look in case I missed something.
Comment From: snicoll
I think 2.5.x is fine and the regression is in 2.6.x where we use DataSourceScriptDatabaseInitializer
and its settings are computed upfront. I'll edit the title of the issue accordingly.