The GitHub Actions job "Java CI" on 
commons-compress.git/feat/max-file-name-length has failed.
Run started by GitHub user ppkarwasz (triggered by ppkarwasz).

Head commit for run:
3ea727b0cd53dbf0922d49ae12a4495cd2d3f46b / Piotr P. Karwasz 
<[email protected]>
simplify file name parsing in `SevenZFile`

This change streamlines file name parsing by:

* Reading directly from the existing `ByteBuffer` rather than copying data into 
a temporary byte array.
* Replacing the temporary byte array with a `StringBuilder` to accumulate the 
decoded UTF-16 characters.

This reduces intermediate allocations and simplifies the code path without 
changing behavior.

Report URL: https://github.com/apache/commons-compress/actions/runs/18474066151

With regards,
GitHub Actions via GitBox

Reply via email to