spring-boot-starter-minio icon indicating copy to clipboard operation
spring-boot-starter-minio copied to clipboard

Update to spring boot 2.7.0 and minio 8.4.1

Open rtambun opened this issue 2 years ago • 0 comments

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.

rtambun avatar Jun 23 '22 08:06 rtambun