dschmidt commented on PR #3037:
URL: https://github.com/apache/tika/pull/3037#issuecomment-5347422631

   Thanks! All addressed in b980445fc3:
   
   1. CHANGES now spells out the detection + thumbnail-attachment change 
downstream inherits, and moved to a 4.1.0 section.
   2. Each IFD entry table and out-of-line value block is read once into a 
`byte[]` instead of a syscall per byte.
   3. Config is now read per-request from the `ParseContext` (PDFParser 
convention, constructor config as fallback).
   4. Dropped the little-endian BigTIFF `image/tiff` magic; named BigTIFF DNGs 
still resolve by name+data, and proper `.tif` BigTIFF handling can follow once 
TiffParser can read BigTIFF.
   5. Added a two-IFD same-offset fixture proving the preview de-dup.
   
   Also adopted your shared `FileChannel` snippet. The `MimeTypes.forName` 
unbounded-map growth predates this PR, so I'll file it separately.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to