Since SPR-15196, Assert.notNull(Object) and other single arg methods are gone from Spring Framework 5.x, replaced with String or Supplier<String> as second arguments.
This method is used in AbstractTypeAwareSupport.
This is unfortunately breaking the Spring Boot build. See spring-projects/spring-boot#8140
Since SPR-15196,
Assert.notNull(Object)
and other single arg methods are gone from Spring Framework 5.x, replaced withString
orSupplier<String>
as second arguments.This method is used in
AbstractTypeAwareSupport
. This is unfortunately breaking the Spring Boot build. See spring-projects/spring-boot#8140