[commons-fileupload] 01/06: Better class name

2023-04-05 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git commit 301e773f81f6548a06bdfaa9f54b0e3d99b3a674 Author: Gary Gregory AuthorDate: Wed Apr 5 19:31:01 2023 -0400

[commons-fileupload] 05/06: Use final

2023-04-05 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git commit 707bbc9b474cbf32d98175cbd092a8baaa5932c4 Author: Gary Gregory AuthorDate: Wed Apr 5 19:42:31 2023 -0400

[commons-fileupload] 02/06: No static import in main

2023-04-05 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git commit 0cfcef8e4826e734ec6689d5e1e12d7775f7f689 Author: Gary Gregory AuthorDate: Wed Apr 5 19:38:18 2023 -0400

commits@commons.apache.org

2023-04-05 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git commit a720d1bf5a11f6ba58370c7409e91a0c6ba45d84 Author: Gary Gregory AuthorDate: Wed Apr 5 19:44:18 2023 -0400

[commons-fileupload] branch master updated (f409d05 -> a720d1b)

2023-04-05 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git from f409d05 Use try-wiht-resources new 301e773 Better class name new 0cfcef8 No static import i

[commons-fileupload] 04/06: Whitespace

2023-04-05 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git commit f66b6cd98891d9fbb48f39c55c3609c85e7a0fb9 Author: Gary Gregory AuthorDate: Wed Apr 5 19:40:48 2023 -0400

[commons-fileupload] 03/06: No static import in main

2023-04-05 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git commit 266798a6068f301ec53371da295aeea42ffa73f3 Author: Gary Gregory AuthorDate: Wed Apr 5 19:38:50 2023 -0400

[commons-fileupload] branch master updated: Use try-wiht-resources

2023-04-05 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git The following commit(s) were added to refs/heads/master by this push: new f409d05 Use try-wiht-resources f4

[commons-fileupload] branch master updated: Use assertThrows or propagate exceptions out of test methods

2023-04-05 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git The following commit(s) were added to refs/heads/master by this push: new b717222 Use assertThrows or propa

[commons-fileupload] branch master updated: Normalize parameter names

2023-04-05 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git The following commit(s) were added to refs/heads/master by this push: new 5098dff Normalize parameter names

[commons-math] branch master updated: MATH-1659: Reduce verbosity of "surefire" plugin.

2023-04-05 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git The following commit(s) were added to refs/heads/master by this push: new ece74cff7 MATH-1659: Reduce verbosity of "s

[commons-fileupload] 04/04: Revert test change

2023-04-05 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git commit 56de94f7f47b7b027695057563763a8c8d99a7df Author: Gary Gregory AuthorDate: Wed Apr 5 10:56:10 2023 -0400

[commons-fileupload] 02/04: serialVersionUID is 2 for 2.0.0

2023-04-05 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git commit 3b72d3c42019018dd68edfabd22b3adfd1b819f7 Author: Gary Gregory AuthorDate: Tue Apr 4 18:41:40 2023 -0400

[commons-fileupload] 01/04: Fail fast when a repository contains a null character.

2023-04-05 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git commit 76e1e8e88d03df0795cc8f327482922e9154f02c Author: Gary Gregory AuthorDate: Tue Apr 4 17:56:29 2023 -0400

[commons-fileupload] 03/04: Pull up method into super-interface and remove per Javadoc

2023-04-05 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git commit 0324d010e6834d03db76941b0ad0d8c505a17630 Author: Gary Gregory AuthorDate: Tue Apr 4 18:54:25 2023 -0400

[commons-fileupload] branch master updated (d254881 -> 56de94f)

2023-04-05 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git from d254881 Javadoc new 76e1e8e Fail fast when a repository contains a null character. new 3b72d

[commons-io] branch master updated: Let subclasses detect when reading past the maximum is requested

2023-04-05 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new f7e0f2c0 Let subclasses detect when readin

[commons-math] branch master updated: MATH-1657: Provide (protected) accessor to the objective function.

2023-04-05 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git The following commit(s) were added to refs/heads/master by this push: new 56844842a MATH-1657: Provide (protected) ac