Remove JakarteRegExCapabilities shim to access package protected field
----------------------------------------------------------------------
Key: LUCENE-2415
URL: https://issues.apache.org/jira/browse/LUCENE-2415
Project: Lucene - Java
Issue Type: Improvement
Components: contrib/*
Reporter: Uwe Schindler
Assignee: Uwe Schindler
Fix For: 3.1
To access the prefix in Jakarta RegExes we use a shim class in the same package
as jakarta. I will remove this and replace by reflection like Robert does in
his ICUTokenizer rule compiler.
Shim classes have the problem wth signed artifacts, as you cannot insert a new
class into a foreign package if you sign regex classes.
This shim-removal also allows users to use later jakarta regex versions, if
they are in classpath and cannot be removed (even if they have bugs).
Performance is no problem, as the prefix is only get once per TermEnum.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]