ConnectionFactoryInitializer.execute(…) now calls .block() to subscribe to database initializer and database cleaner. Previously, the resulting Mono wasn't subscribed to and the database was not initialized.
ConnectionFactoryInitializer.execute(…) now calls .block() to subscribe to database initializer and database cleaner. Previously, the resulting Mono wasn't subscribed to and the database was not initialized.