Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JENA-1403: Tidy up regex pattern handling. #292

Merged
merged 2 commits into from
Oct 23, 2017

Conversation

afs
Copy link
Member

@afs afs commented Oct 23, 2017

This includes PR#291, and consolidates pattern exceptions into RegexJava.

Full handling with Xerces regexp for "replace" functionality is a lot of work as Xerces has a separate, parallel set of classes; it is only the "x" flag that is missing from Java. JDK regex is likely to be faster. JDK has been the normal setting; Xerces is there for exact spec compliance in REGEX only.

We don't want more Xerces specific dependencies.

@asfgit asfgit merged commit 4d9524a into apache:master Oct 23, 2017
asfgit pushed a commit that referenced this pull request Oct 23, 2017
@afs afs deleted the jena-1403_replace branch November 17, 2017 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants