spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

Support full regular expression on `PatterMatcher.match()`

Open injae-kim opened this issue 1 year ago • 0 comments

related issue #4412

Motivation:

  • On #4412, we found that PatternMatchingCompositeLineMapper doesn't support regular expression matching
    • It only supports AntPathMatcher style matching now

Modification:

  • Support full regular expression on PatterMatcher.match() that used on PatternMatchingCompositeLineMapper.mapLine()

Result:

  • Now user can use full regular expression matching on PatternMatchingCompositeLineMapper.mapLine()
  • Close #4412 issue

injae-kim avatar Nov 19 '23 12:11 injae-kim