nddipiazza commented on PR #2505:
URL: https://github.com/apache/tika/pull/2505#issuecomment-3698120013

   **Fixed forbiddenapis check** ✅
   
   The `isWindows()` method was using `toLowerCase()` without a locale, which 
is forbidden by the forbiddenapis plugin.
   
   **Fix**: Changed to `toLowerCase(Locale.ROOT)` for consistent 
locale-independent behavior.
   
   All builds should now pass! 🚀


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