svn commit: r1911130 - /commons/cms-site/trunk/doap/doap_validator.rdf

2023-07-19 Thread sebb
Author: sebb Date: Wed Jul 19 08:56:16 2023 New Revision: 1911130 URL: http://svn.apache.org/viewvc?rev=1911130&view=rev Log: Standardise links Modified: commons/cms-site/trunk/doap/doap_validator.rdf Modified: commons/cms-site/trunk/doap/doap_validator.rdf URL: http://svn.apache.org/viewvc

[commons-net] 02/08: Port test from JUnit 3 to 5

2023-07-19 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-net.git commit e46e975800759e6afc857dd078eebec09a08b139 Author: Gary Gregory AuthorDate: Wed Jul 19 09:22:19 2023 -0400 Por

[commons-net] 07/08: Use try-with-resources

2023-07-19 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-net.git commit 6233349516aaf3e75ab88f98c96aaa2fa9ccb087 Author: Gary Gregory AuthorDate: Wed Jul 19 09:31:05 2023 -0400 Use

[commons-net] 06/08: Better local names

2023-07-19 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-net.git commit 21eba7bf47d1b29205aa7d9b79e7d5b9599cf718 Author: Gary Gregory AuthorDate: Wed Jul 19 09:27:23 2023 -0400 Bet

[commons-net] 04/08: Javadoc

2023-07-19 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-net.git commit fb35673bbdaeea3c34b9d03c88bf199a41379405 Author: Gary Gregory AuthorDate: Wed Jul 19 09:23:47 2023 -0400 Jav

[commons-net] 08/08: DatagramSocketClient implements AutoCloseable

2023-07-19 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-net.git commit 02c69d0526c95e956e65846b1089f61a5c58428c Author: Gary Gregory AuthorDate: Wed Jul 19 09:37:44 2023 -0400 Dat

[commons-net] branch master updated (876d6976 -> 02c69d05)

2023-07-19 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-net.git from 876d6976 Use a JRE built-in Charset instead of a magic string new 0ef492bd TFTPServer implements AutoClose

[commons-net] 01/08: TFTPServer implements AutoCloseable

2023-07-19 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-net.git commit 0ef492bdd570b133ed0d23b924c98a91c571b645 Author: Gary Gregory AuthorDate: Wed Jul 19 09:18:57 2023 -0400 TFT

[commons-net] 05/08: Javadoc

2023-07-19 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-net.git commit 245c3de91ff0e814b099e68ca706d3572985c09d Author: Gary Gregory AuthorDate: Wed Jul 19 09:24:22 2023 -0400 Jav

[commons-net] 03/08: Let tests close TFTPClient

2023-07-19 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-net.git commit 607e32ec1c5c12ddd284dc75d19576a02be2ff1b Author: Gary Gregory AuthorDate: Wed Jul 19 09:22:57 2023 -0400 Let

[commons-net] branch master updated: Typos

2023-07-19 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-net.git The following commit(s) were added to refs/heads/master by this push: new aefe84f0 Typos aefe84f0 is described belo

[commons-net] branch master updated: Don't use deprecated API internally

2023-07-19 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-net.git The following commit(s) were added to refs/heads/master by this push: new 9a849002 Don't use deprecated API interna

[commons-net] 04/05: Javadoc

2023-07-19 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-net.git commit 0638ce8461ceb7b3d1128365f4e8e85532b43a2d Author: Gary Gregory AuthorDate: Wed Jul 19 09:57:04 2023 -0400 Jav

[commons-net] 03/05: Use final

2023-07-19 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-net.git commit 7875a56374ebbb51cf446dda825fb953bc9bea7a Author: Gary Gregory AuthorDate: Wed Jul 19 09:56:22 2023 -0400 Use

[commons-net] 01/05: Move error outside the input stream try block

2023-07-19 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-net.git commit f69967abaf7c405f47dfc976cab5767f0735a618 Author: Gary Gregory AuthorDate: Wed Jul 19 09:54:36 2023 -0400 Mov

[commons-net] branch master updated (9a849002 -> df506cfc)

2023-07-19 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-net.git from 9a849002 Don't use deprecated API internally new f69967ab Move error outside the input stream try block

[commons-net] 02/05: Javadoc

2023-07-19 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-net.git commit bca3ac87ca9b517409778b6cd1d48ca906074384 Author: Gary Gregory AuthorDate: Wed Jul 19 09:54:43 2023 -0400 Jav

[commons-net] 05/05: Normalize names

2023-07-19 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-net.git commit df506cfcc788050264e30a98b86fd2c616bca7b7 Author: Gary Gregory AuthorDate: Wed Jul 19 10:01:58 2023 -0400 Nor

[commons-net] 01/02: Comment

2023-07-19 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-net.git commit cc289cc45b6771685ac7161c25cdd7d3ee62d9ee Author: Gary Gregory AuthorDate: Wed Jul 19 10:11:46 2023 -0400 Com

[commons-net] 02/02: Better test failure message

2023-07-19 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-net.git commit 4c13fd4dad04a2d07f17119109fdcb0861db1e1c Author: Gary Gregory AuthorDate: Wed Jul 19 10:11:55 2023 -0400 Bet

[commons-net] branch master updated (df506cfc -> 4c13fd4d)

2023-07-19 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-net.git from df506cfc Normalize names new cc289cc4 Comment new 4c13fd4d Better test failure message The 2 revisio

[commons-net] branch master updated: Bulletproof bills

2023-07-19 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-net.git The following commit(s) were added to refs/heads/master by this push: new 0f666037 Bulletproof bills 0f666037 is de

[commons-net] branch master updated: Bulletproof bills

2023-07-19 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-net.git The following commit(s) were added to refs/heads/master by this push: new 5dd8f927 Bulletproof bills 5dd8f927 is de

[commons-net] branch master updated (5dd8f927 -> 4213170b)

2023-07-19 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-net.git from 5dd8f927 Bulletproof bills new ae1dad6c Add @Override new 4123523f Remove private method new 421

[commons-net] 02/03: Remove private method

2023-07-19 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-net.git commit 4123523f3e69e610d32633076a96e23005ce6ab8 Author: Gary Gregory AuthorDate: Wed Jul 19 11:00:22 2023 -0400 Rem

[commons-net] 03/03: Typos

2023-07-19 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-net.git commit 4213170b2916cc4471cc47822e6afba328f48519 Author: Gary Gregory AuthorDate: Wed Jul 19 11:02:56 2023 -0400 Typ

[commons-net] 01/03: Add @Override

2023-07-19 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-net.git commit ae1dad6ca58648670ddc37e33adc398b2d270557 Author: Gary Gregory AuthorDate: Wed Jul 19 10:55:18 2023 -0400 Add

[commons-net] branch master updated: Use try-with-resources

2023-07-19 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-net.git The following commit(s) were added to refs/heads/master by this push: new bcd77d46 Use try-with-resources bcd77d46

[commons-net] branch master updated: Bulletproof tests

2023-07-19 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-net.git The following commit(s) were added to refs/heads/master by this push: new c1381bb7 Bulletproof tests c1381bb7 is de

[commons-net] branch master updated (c1381bb7 -> 75da8c2d)

2023-07-19 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-net.git from c1381bb7 Bulletproof tests new 17d45358 Normalize names in tests new 75da8c2d Reuse FileUtils in test

[commons-net] 02/02: Reuse FileUtils in tests

2023-07-19 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-net.git commit 75da8c2d801721203b2065e61c33f4e9e14cdb1f Author: Gary Gregory AuthorDate: Wed Jul 19 12:18:10 2023 -0400 Reu

[commons-net] 01/02: Normalize names in tests

2023-07-19 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-net.git commit 17d45358b02fb5c89c7271cafb4c04c725e3fb80 Author: Gary Gregory AuthorDate: Wed Jul 19 12:14:58 2023 -0400 Nor

[commons-imaging] branch master updated: Reuse FileUtils in tests

2023-07-19 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-imaging.git The following commit(s) were added to refs/heads/master by this push: new cc46423d Reuse FileUtils in tests cc4

[commons-configuration] branch master updated: Reuse FileUtils in tests

2023-07-19 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-configuration.git The following commit(s) were added to refs/heads/master by this push: new 2927ab51 Reuse FileUtils in tes

[commons-csv] branch master updated: Reuse FileUtils in tests

2023-07-19 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-csv.git The following commit(s) were added to refs/heads/master by this push: new a36d8243 Reuse FileUtils in tests a36d824

[commons-vfs] branch master updated: Reuse FileUtils and PathUtils

2023-07-19 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-vfs.git The following commit(s) were added to refs/heads/master by this push: new 39b6e211 Reuse FileUtils and PathUtils 39

svn commit: r63090 - /dev/commons/fileupload/2.0.0-M1-RC1/ /dev/commons/fileupload/2.0.0-M1-RC1/binaries/ /dev/commons/fileupload/2.0.0-M1-RC1/source/ /release/commons/fileupload/ /release/commons/fil

2023-07-19 Thread ggregory
Author: ggregory Date: Wed Jul 19 19:51:04 2023 New Revision: 63090 Log: Publish commons-fileupload2 2.0.0-M1 Release Added: release/commons/fileupload/RELEASE-NOTES.txt - copied unchanged from r63089, dev/commons/fileupload/2.0.0-M1-RC1/RELEASE-NOTES.txt release/commons/fileupload

svn commit: r63091 - /release/commons/fileupload/README.html

2023-07-19 Thread ggregory
Author: ggregory Date: Wed Jul 19 19:52:25 2023 New Revision: 63091 Log: Bump version from 1.5 to 2.0.0-M1 Modified: release/commons/fileupload/README.html Modified: release/commons/fileupload/README.html == --- rele

[commons-fileupload] annotated tag rel/commons-fileupload-2.0.0-M1 created (now 914e9404)

2023-07-19 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to annotated tag rel/commons-fileupload-2.0.0-M1 in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git at 914e9404 (tag) tagging 2107cd3dbb58417ccf1afae055aac3d5f597a665 (commit

Nexus: Promotion Completed

2023-07-19 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Release Apache Commons FileUpload 2.0.0-M1Deployer properties:"userAgent" = "Apache-Maven/3.9.3 (Java 11.0.19; Mac OS X 13.4.1)""userId" = "ggregory""ip" = "98.180.65.92"Details:The following artifacts have been promoted to the "Releases" [id=r

svn commit: r1911143 - /commons/cms-site/trunk/conf/component_releases.properties

2023-07-19 Thread ggregory
Author: ggregory Date: Wed Jul 19 20:00:22 2023 New Revision: 1911143 URL: http://svn.apache.org/viewvc?rev=1911143&view=rev Log: Document releasing Apache Commons FileUpload 2.0.0-M1. Modified: commons/cms-site/trunk/conf/component_releases.properties Modified: commons/cms-site/trunk/conf/c

[commons-fileupload] 01/02: Bump to next development version

2023-07-19 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 2b16fe9dd84e5bca91a9f889e92dc1c5d6c56aee Author: Gary Gregory AuthorDate: Wed Jul 19 16:01:00 2023 -0400

[commons-fileupload] 02/02: Merge branch 'release'

2023-07-19 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 ed7485494d9a0645105064e3f05c2adbcfc3c622 Merge: 17eb7cb4 2b16fe9d Author: Gary Gregory AuthorDate: Wed Jul

svn commit: r63092 - /dev/commons/fileupload/2.0.0-M1-RC1/

2023-07-19 Thread ggregory
Author: ggregory Date: Wed Jul 19 20:02:44 2023 New Revision: 63092 Log: Apache Commons FileUpload 2.0.0-M1-RC1 Removed: dev/commons/fileupload/2.0.0-M1-RC1/

[commons-fileupload] branch master updated (17eb7cb4 -> ed748549)

2023-07-19 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 17eb7cb4 Bump github/codeql-action from 2.20.3 to 2.20.4 (#228) add 6b1324b9 Prepare for release ca

[commons-fileupload] branch release updated (2107cd3d -> 2b16fe9d)

2023-07-19 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch release in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git from 2107cd3d Prepare for release candidate add 2b16fe9d Bump to next development version No new revis

[commons-net] branch master updated: Normalize internal names

2023-07-19 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-net.git The following commit(s) were added to refs/heads/master by this push: new c1e77b1b Normalize internal names c1e77b1

[commons-net] branch master updated (c1e77b1b -> 553d10e4)

2023-07-19 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-net.git from c1e77b1b Normalize internal names new 73f19514 Fix typos in AuthenticatingIMAPClient::AUTH_METHOD Javadoc

[commons-net] branch master updated: Add IMAPReply tests and documentation fixes #165

2023-07-19 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-net.git The following commit(s) were added to refs/heads/master by this push: new 80d3d14c Add IMAPReply tests and document