Skip to content

Explicitly reject unsupported StringMatcher modes when executing examples [DATAJPA-944] #1295

Closed
@spring-projects-issues

Description

@spring-projects-issues

Oleg Sergeev opened DATAJPA-944 and commented

Official documentation for Spring Data JPA describes all supported StringMatchers including REGEX matcher http://docs.spring.io/spring-data/jpa/docs/current/reference/html/#query-by-example

But when I'm using REGEX matcher I get an error which says that such matcher is not supported. I've checked QueryByExamplePredicateBuilder.class and found that REGEX support is not implemented.
Log attached


Affects: 1.10.2 (Hopper SR2)

Attachments:

0 votes, 5 watchers

Metadata

Metadata

Assignees

Labels

status: declinedA suggestion or change that we don't feel we should currently applytype: bugA general bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions