Skip to content

QuerydslPredicateOperationCustomizer: black and whitelist no longer works because of Spring Data Commons change since SpringBoot 2.3.2 #814

Closed
@chrisupb

Description

@chrisupb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions