Repository: commons-lang
Updated Branches:
refs/heads/master f3df2590d -> cc748d35e
travis: remove travis profile from pom and use travis-cobertura profile
commons-parent
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-
Repository: commons-io
Updated Branches:
refs/heads/master 46fa7b526 -> 43720d024
travis: remove travis profile from pom and use travis-cobertura profile
commons-parent
Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/c
Repository: commons-compress
Updated Branches:
refs/heads/master ab85408b3 -> 1c016cb02
.travis.yml: trusty is now the default distribution, so remove it from explicit
configuration
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/rep
Repository: commons-text
Updated Branches:
refs/heads/master 2b3f09be6 -> 1bd8e5441
.travis.yml: trusty is now the default distribution, so remove it from explicit
configuration
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/c
Repository: commons-lang
Updated Branches:
refs/heads/master d65b9d2be -> f3df2590d
.travis.yml: trusty is now the default distribution, so remove it from explicit
configuration
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/c
pom.xml: add profile that allows build on java 9
.travis.yml: add oraclejdk9 build
Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/46fa7b52
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/46fa7b52
Diff:
Repository: commons-io
Updated Branches:
refs/heads/master 5e223a403 -> 46fa7b526
fix javadoc errors reported by java 9
Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/c898e483
Tree: http://git-wip-us.apache.org/
Repository: commons-io
Updated Branches:
refs/heads/master 5f2c10915 -> 5e223a403
FileAlterationMonitorTestCase and FileAlterationObserverTestCase: use
TemporaryFolder rule, so that tests are independent
Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-u
Clean up if in CharUtilsTest#testIsAscii_char
The if statement calls assertTrue on the if branch and assertFalse on
the else branch on the same expression. This can easily be simplified
to assertEquals with a boolean expression to make the code clean and
easier to read.
Project: http://git-wip-u
Improve tests for CharUtils illegal usages (closes #293)
CharUtilsTest has several instances of the following pattern:
try {
CharUtils.someMethod("illegal input");
} catch (final IllegalArgumentException ex) {}
This pattern is not very useful for testing, as the test would pass
w
Repository: commons-lang
Updated Branches:
refs/heads/master 7076b7408 -> d65b9d2be
CharUtilsTest#testIsAscii_char loop
The loop currently loops only up to 128, thus testing just positive
return values of CharUtils#isAscii(char). This patch increase the loop
to go over all the possible values
Repository: commons-io
Updated Branches:
refs/heads/master 863808f1b -> 5f2c10915
add maven default goal (verify, rat, clirr, checkstyle, javadoc) and run it on
travis
Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/co
Repository: commons-io
Updated Branches:
refs/heads/master 928da12b1 -> 863808f1b
add javadoc comment to ByteOrderUtils constructor (fixes checkstyle violation)
Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/863
Author: britter
Date: Sun Oct 1 10:17:58 2017
New Revision: 22056
Log:
Drop obsolete Apache Commons Lang release
Removed:
release/commons/lang/binaries/commons-lang3-3.5-bin.tar.gz
release/commons/lang/binaries/commons-lang3-3.5-bin.tar.gz.asc
release/commons/lang/binaries/commons-la
14 matches
Mail list logo