]
Tristan Tarrant updated ISPN-10931:
-----------------------------------
Sprint: DataGrid Sprint #36, DataGrid Sprint #37 (was: DataGrid Sprint #36)
ClassWhiteList should store regex matches in classes Set
--------------------------------------------------------
Key: ISPN-10931
URL:
https://issues.jboss.org/browse/ISPN-10931
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 10.0.1.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 10.1.0.Final
Even though we pre-compile the Regex Pattern instances, performing a regex check per
class can be slow. Therefore, if a class matches a regex, we should add it to the class
`Set` to avoid future regex checks.