zalando-nakadi / nakadi-producer-spring-boot-starter

Nakadi event producer as a Spring boot starter
MIT License
13 stars 8 forks source link

fix boolean operation in flyway migration (&& → ||) #165

Closed ePaul closed 1 year ago

ePaul commented 1 year ago

A change in #143 had the effect that it was needed to include a flyway URL when having a separate flyway user (and the other way around). I think this was unintended, maybe caused by the confusing deprecation warning.

This should restore the old behavior.

ePaul commented 1 year ago

:+1:

fbrns commented 1 year ago

👍