[commons-fileupload] branch master updated: Clean up

2023-06-14 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 186d87f Clean up 186d87f is descr

[commons-fileupload] branch master updated (9b260e5 -> a700589)

2023-06-14 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 9b260e5 Use Charset new 814bb5a Use a default (empty) FileItemHeaders new a700589 Pull up m

[commons-fileupload] 01/02: Use a default (empty) FileItemHeaders

2023-06-14 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 814bb5abb5adea53023f01a7794b560bfb3441ad Author: Gary Gregory AuthorDate: Wed Jun 14 11:59:42 2023 -0400

[commons-fileupload] 02/02: Pull up method to interface and initialze file item headers for propagation

2023-06-14 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 a7005892f2a7b58940ce3829a9aaf3f0a841f9ec Author: Gary Gregory AuthorDate: Wed Jun 14 17:11:18 2023 -0400

[commons-parent] branch master updated: Update commons.bc.version

2023-06-14 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-parent.git The following commit(s) were added to refs/heads/master by this push: new 605a48d Update commons.bc.version 605

[commons-io] branch master updated: Add tests for IO-803

2023-06-14 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 a8969828 Add tests for IO-803 a8969828 is

[commons-fileupload] 01/03: Remove FileItemInputIterator.getFileItems():

2023-06-14 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 1afd75887889db97d0c342c0ae1c481a37faf75e Author: Gary Gregory AuthorDate: Tue Jun 13 08:19:42 2023 -0400

[commons-fileupload] 02/03: Catch no longer needed

2023-06-14 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 3705bb102c238c2d3ff747cefdea15645d4f4626 Author: Gary Gregory AuthorDate: Tue Jun 13 08:20:58 2023 -0400

[commons-fileupload] 03/03: Use Charset

2023-06-14 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 9b260e54f17d0fe290ded84628788f6c72ff6519 Author: Gary Gregory AuthorDate: Wed Jun 14 08:40:05 2023 -0400

[commons-fileupload] branch master updated (e6e31e5 -> 9b260e5)

2023-06-14 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 e6e31e5 Fix POM new 1afd758 Remove FileItemInputIterator.getFileItems(): new 3705bb1 Catch