Because of this breaking change in Spring Data commons https://jira.spring.io/browse/DATACMNS-1744, the following lines in https://github.com/springdoc/springdoc-openapi/blob/master/springdoc-openapi-data-rest/src/main/java/org/springdoc/data/rest/customisers/QuerydslPredicateOperationCustomizer.java lead to a null pointer exception: ` Set<String> blacklist = getFieldValues(bindings, "blackList"); Set<String> whiteList = getFieldValues(bindings, "whiteList"); ` SpringBoot 2.3.2 Springdoc-openapi 1.4.1