Skip to content

Conversation

@geoand
Copy link
Contributor

@geoand geoand commented Jun 24, 2020

Fixes: #10215

@geoand geoand requested a review from gsmet June 24, 2020 11:01
@geoand geoand added this to the 1.6.0 - master milestone Jun 24, 2020
private Set<String> discoverApplicationMigrations(Collection<String> locations) throws IOException, URISyntaxException {
try {
List<String> applicationMigrationResources = new ArrayList<>();
Set<String> applicationMigrationResources = new HashSet<>();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice one @geoand

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, because we do resource discovery at build time we need this to avoid duplicated being passed to Flyway

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this fix make it into 1.5.3?

Copy link
Contributor Author

@geoand geoand Jun 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There won't be a 1.5.3 most likely. It should hopefully be in the upcoming 1.6.0.CR1.

cc @gsmet

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any ETA on 1.6.0.CR1.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be in a few days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flyway Callback Scripts Failing When Running mvn test

3 participants