debbs061 opened a new pull request, #1559:
URL: https://github.com/apache/commons-lang/pull/1559

   ## Overview
   Addresses **LANG-1810** by transitioning the non-final field 
`SOFT_MAX_ARRAY_LENGTH` to a final constant.
   
   ## Changes
   - **Deprecation**: Marked `SOFT_MAX_ARRAY_LENGTH` as `@Deprecated`.
   - **New Constant**: Added `public static final int MAX_ARRAY_LENGTH` as a 
safe alternative.
   
   ## Why
   To resolve the "non-final public field" flaw while maintaining **Binary 
Compatibility (BC)** for the 3.x release line.


-- 
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