ppkarwasz opened a new pull request, #730:
URL: https://github.com/apache/commons-compress/pull/730
This PR removes or hides several members that leaked into the public
surface, were never meant for external use and were **never released**. There
is **no functional behavior change** to the library; this only corrects API
visibility and duplication.
## What changed
* **`SevenZFile.SOFT_MAX_ARRAY_LENGTH`**
* **Change:** Removed.
* **Rationale:** Duplicates the constant already available in Commons IO’s
`IOUtils`.
* **`SevenZFile.toNonNegativeInt(...)`**
* **Change:** Visibility reduced (internal helper).
* **Rationale:** Not part of the supported API; only used internally.
* **`SeekableInMemoryByteChannel.getSize()`**
* **Change:** Removed public alias.
* **Rationale:** Only used in tests; behavior diverges from `size()` after
channel closure and shouldn’t be exposed.
* **`ElementValue.BYTES`**
* **Change:** Migrated to caller class.
* **Rationale:** Had a single call site in another package; not a public
contract.
--
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]