Naveenkumarsuk opened a new pull request, #1413: URL: https://github.com/apache/commons-lang/pull/1413
This fixes an issue in ArrayUtils.toStringArray(Object[]) where passing null elements causes a NullPointerException. The method now returns "null" for null elements, similar to how String.valueOf() behaves. -- 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: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org