Proposing fix on the pom to remove scope provided as it is causing issue a project import 1.10 version.
Update to latest spring boot 2.7.0 and minio 8.4.1.
Fix issue when listen to notification. On latest spring boot , seems setApplicationContext method of ApplicationContextAware is not called after all bean is created. Create a new method, listenNotification, that will be invoked after application receive Event ApplicationReadyEvent.
Proposing fix on the pom to remove scope provided as it is causing issue a project import 1.10 version. Update to latest spring boot 2.7.0 and minio 8.4.1. Fix issue when listen to notification. On latest spring boot , seems setApplicationContext method of ApplicationContextAware is not called after all bean is created. Create a new method, listenNotification, that will be invoked after application receive Event ApplicationReadyEvent.