Improve handling for missing text filter dependency
---------------------------------------------------
Key: JCR-438
URL: http://issues.apache.org/jira/browse/JCR-438
Project: Jackrabbit
Type: Improvement
Versions: 1.0
Environment: svn 408873
Reporter: Marcel Reutegger
Assigned to: Marcel Reutegger
Priority: Minor
Fix For: 1.1
Using a LazyReader in a TextFilter implementation will not always throw a NoClassDefFoundError
if a depending jar file is missing.
The text filter implementations should therefore include a static block that forces an initialization
of a depending class.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|