jlefebure / spring-boot-starter-minio

Minio starter for Spring Boot
Apache License 2.0
151 stars 70 forks source link

Update to spring boot 2.7.0 and minio 8.4.1 #25

Open rtambun opened 2 years ago

rtambun commented 2 years ago

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.