ggreg...@apache.org |
[commons-lang] branch master updated: Update test dependencies. |
Fri, 22 Nov, 17:23 |
ggreg...@apache.org |
[commons-lang] branch master updated: Update build dependency: com.puppycrawl.tools:checkstyle 8.25 -> 8.26. |
Fri, 22 Nov, 17:25 |
ggreg...@apache.org |
[commons-daemon] branch master updated (b57b73a -> 3f12d66) |
Fri, 22 Nov, 17:58 |
ggreg...@apache.org |
[commons-daemon] 01/02: Revert "[DAEMON-414] prunsrv uses its log is before it is initialized. (#13)" |
Fri, 22 Nov, 17:58 |
ggreg...@apache.org |
[commons-daemon] 02/02: Revert [DAEMON-414] prunsrv uses its log is before it is initialized. |
Fri, 22 Nov, 17:58 |
aherb...@apache.org |
[commons-rng] branch master updated: Changed checkstyle exclusion for pom.properties. |
Fri, 22 Nov, 22:32 |
ma...@apache.org |
[commons-daemon] branch master updated: Expand debug logging for Java start mode |
Sat, 23 Nov, 16:08 |
ggreg...@apache.org |
[commons-configuration] branch master updated: Remove noise. |
Sat, 23 Nov, 22:14 |
ggreg...@apache.org |
[commons-text] branch master updated: [test] org.assertj:assertj-core 3.13.2 -> 3.14.0. |
Sat, 23 Nov, 22:18 |
ggreg...@apache.org |
[commons-text] branch master updated: [build] com.puppycrawl.tools:checkstyle 8.25 -> 8.26. |
Sat, 23 Nov, 22:20 |
ggreg...@apache.org |
[commons-collections] branch master updated: [test] org.easymock:easymock 4.0.2 -> 4.1. |
Sat, 23 Nov, 22:25 |
ggreg...@apache.org |
[commons-configuration] branch master updated: [CONFIGURATION-771] Update com.fasterxml.jackson.core:jackson-databind 2.10.0 -> 2.10.1. |
Sat, 23 Nov, 22:29 |
ggreg...@apache.org |
[commons-configuration] branch master updated: [test] org.easymock:easymock 4.0.2 -> 4.1. |
Sat, 23 Nov, 22:31 |
ggreg...@apache.org |
[commons-lang] branch master updated: sort fields in ReflectionToStringBuilder for deterministic order (#481) |
Sun, 24 Nov, 02:51 |
ggreg...@apache.org |
[commons-lang] branch master updated: [LANG-1501] Sort fields in ReflectionToStringBuilder for deterministic order #481. |
Sun, 24 Nov, 02:52 |
ki...@apache.org |
[commons-imaging] branch master updated (a89a636 -> 0a76599) |
Sun, 24 Nov, 10:18 |
aherb...@apache.org |
[commons-codec] branch master updated: Explicit test for hash128x64 with negative seed. |
Sun, 24 Nov, 11:40 |
er...@apache.org |
[commons-geometry] branch master updated (443057b -> d4a619d) |
Sun, 24 Nov, 23:09 |
er...@apache.org |
[commons-geometry] 01/04: GEOMETRY-32: refactoring BSP and related classes; also addresses issues GEOMETRY-32 (simplify Transform interface), GEOMETRY-33 (Region API), and GEOMETRY-34 (SubHyperplane optimized implementations) |
Sun, 24 Nov, 23:09 |
er...@apache.org |
[commons-geometry] 02/04: adding documentation to checkstyle suppression rules |
Sun, 24 Nov, 23:09 |
er...@apache.org |
[commons-geometry] 03/04: fixing VectorXD.linearCombination() docs |
Sun, 24 Nov, 23:09 |
er...@apache.org |
[commons-geometry] 04/04: Merge branch 'GEOMETRY-32__Matt' |
Sun, 24 Nov, 23:09 |
aherb...@apache.org |
[commons-skin] annotated tag commons-skin-4.2 created (now 2fea44b) |
Mon, 25 Nov, 12:26 |
aherb...@apache.org |
[commons-skin] branch 4.2-release updated: Add release date to changes.xml |
Mon, 25 Nov, 12:33 |
aherb...@apache.org |
[commons-skin] branch master updated (7a0e8e2 -> 25338b9) |
Mon, 25 Nov, 12:38 |
aherb...@apache.org |
[commons-skin] 01/03: Added commons.rc.version property. |
Mon, 25 Nov, 12:38 |
aherb...@apache.org |
[commons-skin] 02/03: Bump to next development version. |
Mon, 25 Nov, 12:38 |
aherb...@apache.org |
[commons-skin] 03/03: Add 4.2 release notes. |
Mon, 25 Nov, 12:38 |
aherb...@apache.org |
svn commit: r1870381 - /commons/cms-site/trunk/conf/component_releases.properties |
Mon, 25 Nov, 13:15 |
aherb...@apache.org |
[commons-parent] branch master updated (383b4e9 -> 0f2c875) |
Mon, 25 Nov, 13:37 |
aherb...@apache.org |
[commons-parent] 01/03: Removed CDATA tag around the custom footer element. |
Mon, 25 Nov, 13:37 |
aherb...@apache.org |
[commons-parent] 02/03: Update commons-skin 4.1 -> 4.2 |
Mon, 25 Nov, 13:37 |
aherb...@apache.org |
[commons-parent] 03/03: Updated parent version for test pom.xml. |
Mon, 25 Nov, 13:37 |
ggreg...@apache.org |
[commons-io] branch master updated: In-line. |
Mon, 25 Nov, 16:17 |
ggreg...@apache.org |
[commons-io] branch master updated: Use own util APIs. |
Mon, 25 Nov, 16:33 |
ggreg...@apache.org |
[commons-io] branch master updated: [IO-640] NPE in org.apache.commons.io.IOUtils.contentEquals(InputStream, InputStream) when only one input is null. |
Mon, 25 Nov, 16:51 |
ggreg...@apache.org |
[commons-io] branch master updated: [IO-641] NPE in org.apache.commons.io.IOUtils.contentEquals(Reader, Reader) when only one input is null. |
Mon, 25 Nov, 16:54 |
ggreg...@apache.org |
[commons-io] branch master updated: [IO-642] NPE in org.apache.commons.io.IOUtils.contentEqualsIgnoreEOL(Reader, Reader) when only one input is null. |
Mon, 25 Nov, 16:57 |
ggreg...@apache.org |
[commons-io] branch master updated: [IO-643] NPE in org.apache.commons.io.FileUtils.contentEquals(File, File) when only one input is null. |
Mon, 25 Nov, 17:04 |
ggreg...@apache.org |
[commons-io] branch master updated: [IO-644] NPE in org.apache.commons.io.FileUtils.contentEqualsIgnoreEOL(File, File) when only one input is null. |
Mon, 25 Nov, 17:07 |
ggreg...@apache.org |
[commons-io] branch master updated: [IO-645] Add org.apache.commons.io.file.PathUtils.fileContentEquals(Path, Path, OpenOption...) |
Mon, 25 Nov, 20:01 |
ggreg...@apache.org |
[commons-io] branch master updated: Clean ups. |
Mon, 25 Nov, 20:02 |
aherb...@apache.org |
[commons-rng] branch master updated (a07fc43 -> 74c39e6) |
Mon, 25 Nov, 21:47 |
aherb...@apache.org |
[commons-rng] 01/03: [RNG-124]: Add fixed increment PCG generators. |
Mon, 25 Nov, 21:47 |
aherb...@apache.org |
[commons-rng] 02/03: [RNG-124] Track changes. |
Mon, 25 Nov, 21:47 |
aherb...@apache.org |
[commons-rng] 03/03: Add stress test results for new fixed increment PCG generators. |
Mon, 25 Nov, 21:47 |
er...@apache.org |
[commons-geometry] branch master updated: GEOMETRY-63: fixing Sonarcloud critical bugs |
Mon, 25 Nov, 22:32 |
er...@apache.org |
[commons-geometry] branch master updated: Upgrade "commons-skin". |
Mon, 25 Nov, 22:34 |
|
[commons-io] branch master updated: Implement hashCode() and equals() on counters. |
|
ggreg...@apache.org |
[commons-io] branch master updated: Implement hashCode() and equals() on counters. |
Tue, 26 Nov, 01:28 |
ggreg...@apache.org |
[commons-io] branch master updated: Implement hashCode() and equals() on counters. |
Tue, 26 Nov, 01:39 |
ggreg...@apache.org |
[commons-io] branch master updated: Implement hashCode() and equals() on path counters. |
Tue, 26 Nov, 01:42 |
ggreg...@apache.org |
[commons-collections] branch master updated: Make the code clearer (#119) |
Tue, 26 Nov, 13:35 |
er...@apache.org |
[commons-geometry] branch master updated (ead72ed -> ee0b7c2) |
Tue, 26 Nov, 16:07 |
er...@apache.org |
[commons-geometry] 01/03: Use "diamond" operator. |
Tue, 26 Nov, 16:07 |
er...@apache.org |
[commons-geometry] 02/03: Use dedicated method to check whether a "List" is empty. |
Tue, 26 Nov, 16:07 |
er...@apache.org |
[commons-geometry] 03/03: Use more specific interface from the JDK. |
Tue, 26 Nov, 16:07 |
er...@apache.org |
[commons-geometry] branch master updated: GEOMETRY-65: Remove "Serializable". |
Wed, 27 Nov, 03:27 |
aherb...@apache.org |
[commons-rng] branch master updated (74c39e6 -> 0a581de) |
Wed, 27 Nov, 15:44 |
aherb...@apache.org |
[commons-rng] 01/03: Add note about updating component_releases.properties |
Wed, 27 Nov, 15:44 |
aherb...@apache.org |
[commons-rng] 02/03: Update to commons-skin-4.2. |
Wed, 27 Nov, 15:44 |
aherb...@apache.org |
[commons-rng] 03/03: Update javadoc examples to use factory method 'of'. |
Wed, 27 Nov, 15:44 |
aherb...@apache.org |
[commons-rng] branch master updated: Fix javadoc spacing after </sup> tag. |
Wed, 27 Nov, 15:57 |