Cloud-commons.apache.org |
Inbox (2) | New Cloud Notification |
Wed, 02 Dec, 03:06 |
ebo...@apache.org |
[commons-dbcp] branch master updated (93334d5 -> d9ee969) |
Fri, 04 Dec, 13:15 |
ebo...@apache.org |
[commons-dbcp] 01/09: Use String.contains() instead of indexOf() |
Fri, 04 Dec, 13:15 |
ebo...@apache.org |
[commons-dbcp] 02/09: Replace StringBuffer with StringBuilder |
Fri, 04 Dec, 13:15 |
ebo...@apache.org |
[commons-dbcp] 03/09: Use for-each loops |
Fri, 04 Dec, 13:15 |
ebo...@apache.org |
[commons-dbcp] 04/09: Replace explicit types with <> |
Fri, 04 Dec, 13:15 |
ebo...@apache.org |
[commons-dbcp] 05/09: Collapse identical catch blocks |
Fri, 04 Dec, 13:15 |
ebo...@apache.org |
[commons-dbcp] 06/09: Remove unused imports |
Fri, 04 Dec, 13:15 |
ebo...@apache.org |
[commons-dbcp] 07/09: Use Java-style array declarations |
Fri, 04 Dec, 13:15 |
ebo...@apache.org |
[commons-dbcp] 08/09: Remove unnecessary conversions to String |
Fri, 04 Dec, 13:15 |
ebo...@apache.org |
[commons-dbcp] 09/09: Use auto-boxing |
Fri, 04 Dec, 13:15 |
ebo...@apache.org |
[commons-io] branch master updated: IO-692: Fix PathUtils.deleteFile() on symbolic links pointing to non-existing files |
Sun, 06 Dec, 23:25 |
er...@apache.org |
[commons-math] branch master updated (649b134 -> a2c3868) |
Fri, 11 Dec, 18:36 |
er...@apache.org |
[commons-math] 01/02: MATH-1565: Add context to "OutOfRangeException" so as to produce a complete message. |
Fri, 11 Dec, 18:36 |
er...@apache.org |
[commons-math] 02/02: MATH-1565: Add unit tests. |
Fri, 11 Dec, 18:36 |
er...@apache.org |
[commons-math] branch master updated (a2c3868 -> 90efa03) |
Tue, 22 Dec, 14:41 |
er...@apache.org |
[commons-math] 01/02: MATH-1566: Fix CheckStyle Issues |
Tue, 22 Dec, 14:41 |
er...@apache.org |
[commons-math] 02/02: Nit (ordering convention for "import" statements). |
Tue, 22 Dec, 14:41 |
ggreg...@apache.org |
[commons-lang] branch master updated: [LANG-1622] - javadoc of some methods incorrectly refers to another method (#668) |
Thu, 03 Dec, 15:33 |
ggreg...@apache.org |
[commons-lang] branch master updated: [LANG-1622] Javadoc of some methods incorrectly refers to another method #668. |
Thu, 03 Dec, 15:36 |
ggreg...@apache.org |
[commons-pool] branch master updated (1ba144b -> e3a40d9) |
Thu, 03 Dec, 16:02 |
ggreg...@apache.org |
[commons-pool] branch master updated: [POOL-389] - Migrate to JUnit 5 #57. |
Thu, 03 Dec, 16:05 |
ggreg...@apache.org |
[commons-vfs] branch master updated: Add ability to remove a provider (#149) |
Thu, 03 Dec, 19:13 |
ggreg...@apache.org |
[commons-vfs] branch master updated: Add ability to remove a provider from DefaultFileSystemManager #149. |
Thu, 03 Dec, 19:30 |
ggreg...@apache.org |
[commons-vfs] branch master updated (2b63ee8 -> d49bdd5) |
Thu, 03 Dec, 19:33 |
ggreg...@apache.org |
[commons-vfs] 01/02: Use final. |
Thu, 03 Dec, 19:33 |
ggreg...@apache.org |
[commons-vfs] 02/02: Better lambdas. |
Thu, 03 Dec, 19:33 |
ggreg...@apache.org |
[commons-io] branch master updated: Simplify dependency on JUnit. |
Thu, 03 Dec, 20:13 |
ggreg...@apache.org |
[commons-io] branch master updated (faa5269 -> f203059) |
Thu, 03 Dec, 20:22 |
ggreg...@apache.org |
[commons-io] branch master updated: Bump spotbugs from 4.1.4 to 4.2.0 #172. |
Thu, 03 Dec, 20:24 |
ggreg...@apache.org |
[commons-io] branch master updated (45bb03a -> 1b9129d) |
Thu, 03 Dec, 20:24 |
ggreg...@apache.org |
[commons-io] branch master updated: Bump mockito-core from 3.6.0 to 3.6.28 #169. |
Thu, 03 Dec, 20:25 |
ggreg...@apache.org |
[commons-vfs] branch master updated: Add ability to remove a provider from DefaultFileSystemManager #149. |
Fri, 04 Dec, 13:52 |
ggreg...@apache.org |
[commons-io] branch master updated: Bump junit-pioneer from 1.0.0 to 1.1.0 (#170) |
Fri, 04 Dec, 16:02 |
ggreg...@apache.org |
[commons-io] branch master updated: Bump junit-pioneer from 1.0.0 to 1.1.0 #170. |
Fri, 04 Dec, 16:08 |
ggreg...@apache.org |
[commons-exec] branch master updated: Java-style Array declaration and remove empty finally block |
Sat, 05 Dec, 14:26 |
ggreg...@apache.org |
[commons-exec] branch master updated: Java-style Array declaration and remove empty finally block #26. |
Sat, 05 Dec, 14:27 |
ggreg...@apache.org |
[commons-vfs] branch master updated (571d509 -> 4c11e79) |
Sat, 05 Dec, 15:04 |
ggreg...@apache.org |
[commons-vfs] 01/03: Workaround the fact that these tests were initially written in JUnit 3 (THREE) and fail to run properly within Eclipse today and for quite a while now actually. |
Sat, 05 Dec, 15:04 |
ggreg...@apache.org |
[commons-vfs] 02/03: Minor Javadoc tweak. |
Sat, 05 Dec, 15:04 |
ggreg...@apache.org |
[commons-vfs] 03/03: Add modified test case for VFS-790 that does not create a URI with an un-escaped nb-sp. |
Sat, 05 Dec, 15:04 |
ggreg...@apache.org |
[commons-vfs] branch master updated: Add modified test case for VFS-790 that does not create a URI with an un-escaped nb-sp. |
Sat, 05 Dec, 15:05 |
ggreg...@apache.org |
[commons-collections] branch master updated: Fix flaky CollectionUtilsTest.getFromMap() (#200) |
Sat, 05 Dec, 15:17 |
ggreg...@apache.org |
[commons-collections] branch master updated (2f18447 -> d18eb37) |
Sat, 05 Dec, 15:28 |
ggreg...@apache.org |
[commons-collections] 01/03: Break up test getFromMap() by map type. |
Sat, 05 Dec, 15:28 |
ggreg...@apache.org |
[commons-collections] 02/03: Sort members. |
Sat, 05 Dec, 15:28 |
ggreg...@apache.org |
[commons-collections] 03/03: [COLLECTIONS-775] CollectionUtilsTest.getFromMap() is flaky. |
Sat, 05 Dec, 15:28 |
ggreg...@apache.org |
[commons-collections] branch master updated: Fix Checkstyle. |
Sat, 05 Dec, 15:54 |
ggreg...@apache.org |
[commons-lang] branch master updated: [LANG-1622] Corrected reference to right methods. (#667) |
Sat, 05 Dec, 16:17 |
ggreg...@apache.org |
[commons-lang] branch master updated: [LANG-1622] Corrected reference to right methods. #667. |
Sat, 05 Dec, 16:18 |
ggreg...@apache.org |
[commons-lang] branch master updated: [LANG-1622] Javadoc of some methods incorrectly refers to another method (#670) |
Sat, 05 Dec, 16:20 |
ggreg...@apache.org |
[commons-lang] branch master updated: [LANG-1622] Corrected reference to right methods. #667. |
Sat, 05 Dec, 16:20 |
ggreg...@apache.org |
[commons-lang] branch master updated: Bump checkstyle from 8.37 to 8.38 (#665) |
Sat, 05 Dec, 16:21 |
ggreg...@apache.org |
[commons-lang] branch master updated (434f6fc -> d05119a) |
Sat, 05 Dec, 16:22 |
ggreg...@apache.org |
[commons-lang] branch master updated: Bump maven-pmd-plugin from 3.13.0 to 3.14.0 (#660) |
Sat, 05 Dec, 16:22 |
ggreg...@apache.org |
[commons-lang] branch master updated: Document third party bumps. |
Sat, 05 Dec, 16:24 |
ggreg...@apache.org |
[commons-vfs] branch master updated: Clean up new test method. |
Sat, 05 Dec, 16:38 |
ggreg...@apache.org |
[commons-lang] branch master updated: LANG-1620 - refine StringUtils.lastIndexOfIgnoreCase (#664) |
Sat, 05 Dec, 17:16 |
ggreg...@apache.org |
[commons-lang] branch master updated: LANG-1619 - refine StringUtils.abbreviate (#663) |
Sat, 05 Dec, 17:20 |
ggreg...@apache.org |
[commons-lang] branch master updated: [LANG-1620] Refine StringUtils.lastIndexOfIgnoreCase #664. [LANG-1619] Refine StringUtils.abbreviate #663. |
Sat, 05 Dec, 17:22 |
ggreg...@apache.org |
[commons-lang] branch master updated: [LANG-1584] Refine StringUtils.isNumericSpace (#573) |
Sat, 05 Dec, 17:24 |
ggreg...@apache.org |
[commons-lang] branch master updated: [LANG-1584] Refine StringUtils.isNumericSpace #573 |
Sat, 05 Dec, 17:29 |
ggreg...@apache.org |
[commons-lang] branch master updated: refine deleteWhitespace (#569) |
Sat, 05 Dec, 17:30 |
ggreg...@apache.org |
[commons-lang] branch master updated: [LANG-1580] Refine StringUtils.deleteWhitespace #569. |
Sat, 05 Dec, 17:31 |
ggreg...@apache.org |
[commons-vfs] branch master updated: Refactor new test so that it does not run by default because it seems to cause other tests to fail. Needs more digging. |
Sat, 05 Dec, 17:35 |
ggreg...@apache.org |
[commons-io] branch master updated: Add test testForceDeleteReadOnlyFile. |
Sat, 05 Dec, 19:20 |
ggreg...@apache.org |
[commons-crypto] branch master updated (fc8d058 -> baa2a74) |
Sun, 06 Dec, 13:54 |
ggreg...@apache.org |
[commons-crypto] branch master updated: [CRYPTO-154] License header should be a plain comment #113. |
Sun, 06 Dec, 13:57 |
ggreg...@apache.org |
[commons-crypto] branch master updated: [CRYPTO-154] License header should be a plain comment #113. |
Sun, 06 Dec, 13:57 |
ggreg...@apache.org |
[commons-io] branch master updated: FileUtils.forceDelete(File) actually forces deletion of read-only files as it did in version 2.6. |
Sun, 06 Dec, 14:53 |
ggreg...@apache.org |
[commons-io] branch master updated: In-line local var. |
Sun, 06 Dec, 15:01 |
ggreg...@apache.org |
[commons-io] branch master updated (a75b412 -> 2bc7e31) |
Sun, 06 Dec, 19:09 |
ggreg...@apache.org |
[commons-io] 01/03: Refactor internals link options, no functional change. |
Sun, 06 Dec, 19:09 |
ggreg...@apache.org |
[commons-io] 02/03: Better in-line comments. |
Sun, 06 Dec, 19:09 |
ggreg...@apache.org |
[commons-io] 03/03: Reimplement some FileUtils internals in terms of refactored PathUtils methods to provide better behavioral compatibility with older versions like 2.6 in the area of deleting read-only file system elements. |
Sun, 06 Dec, 19:09 |
ggreg...@apache.org |
[commons-io] branch master updated: Replace CloseShield* constructors with factory methods (#173) |
Thu, 10 Dec, 19:01 |
ggreg...@apache.org |
[commons-io] branch master updated: Add factory methods to CloseShieldInputStream, CloseShieldReader, CloseShieldOutputStream, CloseShieldWriter, #173. |
Thu, 10 Dec, 19:14 |
ggreg...@apache.org |
[commons-io] branch master updated: Better names. |
Thu, 10 Dec, 19:16 |
ggreg...@apache.org |
[commons-io] branch master updated: Add QueueInput/OutputStream as simpler alternatives to PipedInput/OutputStream (#171) |
Thu, 10 Dec, 19:25 |
ggreg...@apache.org |
[commons-io] branch master updated: Add QueueInputStream and QueueOutputStream as simpler alternatives to PipedInputStream and PipedOutputStream #171. |
Thu, 10 Dec, 19:33 |
ggreg...@apache.org |
[commons-io] branch master updated: Better names and messages. |
Thu, 10 Dec, 19:35 |
ggreg...@apache.org |
[commons-io] branch master updated: [IO-694] Behaviour change in FileUtils.copyDirectory() file last modified date/times preservation |
Thu, 10 Dec, 19:50 |
ggreg...@apache.org |
[commons-lang] branch master updated (041cf55 -> ef6b0aa) |
Thu, 10 Dec, 20:11 |
ggreg...@apache.org |
[commons-lang] branch master updated: Bump spotbugs from 4.1.4 to 4.2.0 #671. |
Thu, 10 Dec, 20:13 |
ggreg...@apache.org |
[commons-vfs] branch master updated: Update tests from Log4j 2.13.3 to 2.14.0. |
Thu, 10 Dec, 20:15 |
ggreg...@apache.org |
[commons-vfs] branch master updated: Update com.puppycrawl.tools:checkstyle 8.36.2 -> 8.38. |
Thu, 10 Dec, 20:18 |
ggreg...@apache.org |
[commons-vfs] branch master updated: Update org.apache.httpcomponents:httpcore-nio 4.4.13 -> 4.4.14. |
Thu, 10 Dec, 22:01 |
ggreg...@apache.org |
[commons-vfs] branch master updated (8c70ca1 -> ee8e604) |
Thu, 10 Dec, 22:02 |
ggreg...@apache.org |
[commons-vfs] branch master updated: Modify some code use for-each loop and stream API #142. |
Thu, 10 Dec, 22:03 |
ggreg...@apache.org |
[commons-vfs] branch master updated: VFS-783 - Based on WEBDAV4 vs WEBDAV4S set backend http scheme (#118) |
Thu, 10 Dec, 22:06 |
ggreg...@apache.org |
[commons-vfs] branch master updated: [VFS-783] Based on WEBDAV4 vs. WEBDAV4S set back-end http scheme #118. |
Thu, 10 Dec, 22:09 |
ggreg...@apache.org |
[commons-vfs] branch master updated: VFS-783: Proper http scheme setting on webdav/webdav2 with unit tests (#143) |
Thu, 10 Dec, 22:12 |
ggreg...@apache.org |
[commons-vfs] branch master updated: [VFS-783] WEBDAV4 GenericURLFileName hardcoded scheme("http") won't work for https connection. |
Thu, 10 Dec, 22:16 |
ggreg...@apache.org |
[commons-io] branch master updated: [IO-694] Behaviour change in FileUtils.copyDirectory() file last modified date/times preservation. |
Fri, 11 Dec, 05:00 |
ggreg...@apache.org |
[commons-lang] branch master updated: [LANG-1626] Correction in Javadoc of some methods. (#673) |
Fri, 11 Dec, 05:03 |
ggreg...@apache.org |
[commons-lang] branch master updated: [LANG-1626] Correction in Javadoc of some methods. #673. |
Fri, 11 Dec, 05:05 |
ggreg...@apache.org |
[commons-crypto] branch master updated: CRYPTO-155 - Minor improvement |
Fri, 11 Dec, 21:23 |
ggreg...@apache.org |
[commons-crypto] branch master updated: [CRYPTO-155] Minor improvement #115. |
Fri, 11 Dec, 21:25 |
ggreg...@apache.org |
[commons-codec] branch master updated: Bump actions/setup-java from v1.4.2 to v1.4.3 (#62) |
Fri, 11 Dec, 22:01 |
ggreg...@apache.org |
[commons-codec] branch master updated (958e6d2 -> 1f1b5c3) |
Fri, 11 Dec, 22:02 |