-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.6
-
Component/s: contrib - Solr Cell (Tika extraction)
-
Labels:None
-
Environment:
JDK 11 and Tika 1.x
ExtractingRequestHandlerTest has failed on a JDK 11 RC due to two conspiring problems: (A) Tika 1.x sometimes calls Date.toString() when extracting metadata (unreleased 2.x will fix this), (B) JDK 11 RC has a bug in some locales like Arabic in which a Date.toString() will have a timezone offset using its locale's characters for the digits instead of using EN_US.
I'll add an "assume" check so we don't see failures about this.
- is related to
-
TIKA-2722 Don't call Date.toString (Possible issue with JDK 11)
-
- Open
-
-
SOLR-12809 Document recommended Java/Solr combinations
-
- Resolved
-