The script's been renamed in 5.0.0-M2 so we won't find it any more. Ideally, a test would have caught this when we upgraded to 5.0.0-M2. We should look at adding one as part of fixing this.

Comment From: pruidong

You mean you need to modify: BatchDataSourceScriptDatabaseInitializer.java#L81


platformResolver = platformResolver.withDriverPlatform(DatabaseDriver.ORACLE, "oracle10g");

This line? Can I submit a pull request?

Comment From: snicoll

@pruidong thanks for the offer but Andy mentioned a test should have failed and hasn't so it is more than just changing the line.

Comment From: pruidong

@pruidong thanks for the offer but Andy mentioned a test should have failed and hasn't so it is more than just changing the line.

Okay thank you.

Comment From: wilkinsona

Improving the tests has been separated out into #30794 so that it can be done in earlier branches.