Open
Description
When the EntityManagerFactory
is bootstrapped asynchronously, the DataSourceSchemaCreatedEvent
is published off the main thread. This means that any data scripts will be applied off the main thread as well. I think a consequence of this is that the application context may have completed refreshing before the DataSource
is fully initialised. I think we need to confirm if this is the case and then decide if the behaviour is acceptable.