[jspwiki] 02/02: fix PR link

2023-03-24 Thread juanpablo
This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git commit 78dd01566c862fee41f9335fe5d1a1ce81364ea1 Author: Juan Pablo Santos Rodríguez AuthorDate: Fri Mar 24 20:42:43 2023

[jspwiki] branch master updated (7ae1b1d49 -> 78dd01566)

2023-03-24 Thread juanpablo
This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git from 7ae1b1d49 Avoid use File Stream. The FileInputStream and FileOutputStream classes contains a finalizer method

[jspwiki] 01/02: Prefer java.lang.String.getBytes(java.nio.charset.Charset)

2023-03-24 Thread juanpablo
This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git commit 864e5970e7ab3cfa13b79856945c8f71edda78b4 Author: Juan Pablo Santos Rodríguez AuthorDate: Fri Mar 24 20:42:19 2023

[jspwiki] branch master updated: Avoid use File Stream. The FileInputStream and FileOutputStream classes contains a finalizer method which will cause garbage collection pauses.

2023-03-24 Thread juanpablo
This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git The following commit(s) were added to refs/heads/master by this push: new 7ae1b1d49 Avoid use File Stream. The

[jspwiki] branch master updated: Use isEmpty(). Expresses the intent more clearly

2023-03-24 Thread juanpablo
This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git The following commit(s) were added to refs/heads/master by this push: new 85071331c Use isEmpty(). Expresses the

[jspwiki] branch master updated (402375b9c -> a9cd10929)

2023-03-24 Thread juanpablo
This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git from 402375b9c 2.12.0-git-03 add 87b379c54 fix css used by Install.jsp add 8ded0082e fix typo add