[GitHub] tika pull request: TIKA-1369 Avoid ThreadLocal usage from Memory L...

2014-10-07 Thread vilmospapp
Github user vilmospapp closed the pull request at: https://github.com/apache/tika/pull/17 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] tika pull request: TIKA-1369 Avoid ThreadLocal usage from Memory L...

2014-10-06 Thread vilmospapp
GitHub user vilmospapp opened a pull request: https://github.com/apache/tika/pull/17 TIKA-1369 Avoid ThreadLocal usage from Memory Leak Hi @chrismattmann , Based on our discussion from https://github.com/apache/tika/pull/15 I've added the ThreadLocal clean up part, so

[GitHub] tika pull request: TIKA-1369 Resolve thread safety issue in ImageM...

2014-07-29 Thread vilmospapp
GitHub user vilmospapp opened a pull request: https://github.com/apache/tika/pull/15 TIKA-1369 Resolve thread safety issue in ImageMetadataExtractor Hi, This fix tries to resolve TIKA-1369 with handle thread safety by ThreadLocal and avoid other library dependencies