Repository: commons-lang
Updated Branches:
refs/heads/master de88730f4 -> c049aeeff
Fixing testTSVEmpty to use getTSVInstance instead of getCSVInstance (closes
#164)
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/
Author: ggregory
Date: Wed Jun 8 00:48:45 2016
New Revision: 1747331
URL: http://svn.apache.org/viewvc?rev=1747331&view=rev
Log:
Add tests for CSVFormat.equals for null quotes. Closes #12.
Modified:
commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatTest.java
Modified:
Author: sebb
Date: Tue Jun 7 22:46:38 2016
New Revision: 1747324
URL: http://svn.apache.org/viewvc?rev=1747324&view=rev
Log:
Fix ignored test case by canonicalising the javap output
Modified:
commons/proper/bcel/trunk/src/test/java/org/apache/bcel/util/BCELifierTestCase.java
Modified:
com
Author: sebb
Date: Tue Jun 7 22:22:32 2016
New Revision: 1747323
URL: http://svn.apache.org/viewvc?rev=1747323&view=rev
Log:
Findbugs fixes courtesy of Andrey Loskutov
This closes #4
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ClassParser.java
commons/pr
Author: sebb
Date: Tue Jun 7 22:20:25 2016
New Revision: 1747322
URL: http://svn.apache.org/viewvc?rev=1747322&view=rev
Log:
Unused
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InvokeInstruction.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache
Repository: commons-lang
Updated Branches:
refs/heads/master 6c687c70a -> de88730f4
LANG-1085: add changes.xml entry
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/de88730f
Tree: http://git-wip-us.apache.org
LANG-1085: Add a circuit breaker implementation (closes #95)
Squashed commit of the following:
commit 1b12db706b457408562a166c21bc6470a8064620
Merge: edebd97 def7832
Author: Oliver Heger
Date: Wed Jun 10 21:27:17 2015 +0200
Merge pull request #1 from kinow/patch1
This commit:
commit
Author: britter
Date: Tue Jun 7 19:01:12 2016
New Revision: 1747303
URL: http://svn.apache.org/viewvc?rev=1747303&view=rev
Log:
Add missing closing p tag
Modified:
commons/proper/bcel/trunk/src/site/xdoc/index.xml
Modified: commons/proper/bcel/trunk/src/site/xdoc/index.xml
URL:
http://svn.
Author: britter
Date: Tue Jun 7 18:55:29 2016
New Revision: 1747299
URL: http://svn.apache.org/viewvc?rev=1747299&view=rev
Log:
Take inspiration from Commons Lang for BCEL homepage
Modified:
commons/proper/bcel/trunk/src/site/xdoc/index.xml
Modified: commons/proper/bcel/trunk/src/site/xdoc/
Author: britter
Date: Tue Jun 7 18:44:26 2016
New Revision: 1747294
URL: http://svn.apache.org/viewvc?rev=1747294&view=rev
Log:
Add markdown files for GitHub contributors
Added:
commons/proper/bcel/trunk/CONTRIBUTING.md
commons/proper/bcel/trunk/README.md
Added: commons/proper/bcel/trun
Author: britter
Date: Tue Jun 7 18:41:39 2016
New Revision: 1747293
URL: http://svn.apache.org/viewvc?rev=1747293&view=rev
Log:
Finalize package rename by fixing documentation
Modified:
commons/proper/bcel/trunk/README.txt
commons/proper/bcel/trunk/pom.xml
commons/proper/bcel/trunk/s
Author: britter
Date: Tue Jun 7 18:31:37 2016
New Revision: 1747292
URL: http://svn.apache.org/viewvc?rev=1747292&view=rev
Log:
Only deactivate DocLint on JDK 8+
Modified:
commons/proper/bcel/trunk/pom.xml
Modified: commons/proper/bcel/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/common
Author: sebb
Date: Tue Jun 7 17:58:55 2016
New Revision: 1747287
URL: http://svn.apache.org/viewvc?rev=1747287&view=rev
Log:
Stop Maven complaining about missing versions
Modified:
commons/proper/bcel/trunk/pom.xml
Modified: commons/proper/bcel/trunk/pom.xml
URL:
http://svn.apache.org/view
Author: sebb
Date: Tue Jun 7 17:54:54 2016
New Revision: 1747285
URL: http://svn.apache.org/viewvc?rev=1747285&view=rev
Log:
Specify version
Modified:
commons/proper/bcel/trunk/pom.xml
Modified: commons/proper/bcel/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/p
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InvokeInstruction.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InvokeInstruction.java?rev=1747278&r1=1747277&r2=1747278&view=diff
===
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/BCELFactory.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/BCELFactory.java?rev=1747278&r1=1747277&r2=1747278&view=diff
=
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/GenericArray.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/GenericArray.java?rev=1747278&r1=1747277&r2=1747278&view=diff
===
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/MethodParameters.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/MethodParameters.java?rev=1747278&r1=1747277&r2=1747278&view=diff
=
Author: britter
Date: Tue Jun 7 17:28:43 2016
New Revision: 1747278
URL: http://svn.apache.org/viewvc?rev=1747278&view=rev
Log:
Fix messed up package rename
Modified:
commons/proper/bcel/trunk/pom.xml
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/AccessFlags.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/F2D.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/F2D.java?rev=1747278&r1=1747277&r2=1747278&view=diff
===
Author: britter
Date: Tue Jun 7 17:16:00 2016
New Revision: 1747274
URL: http://svn.apache.org/viewvc?rev=1747274&view=rev
Log:
Remove BCEL-222 from changes.xml
Modified:
commons/proper/bcel/trunk/src/changes/changes.xml
Modified: commons/proper/bcel/trunk/src/changes/changes.xml
URL:
http
Author: britter
Date: Tue Jun 7 17:13:56 2016
New Revision: 1747273
URL: http://svn.apache.org/viewvc?rev=1747273&view=rev
Log:
Revert changes introduced in BCEL-222 (rev 1694911).
In particular this means that the package coordinates have been changed
back from
org.apache.commons.bcel6
to
o
Repository: commons-compress
Updated Branches:
refs/heads/master 048b701a9 -> b5071c2f8
COMPRESS-351 CPIO InputStream sanitizes file names now
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/b5071c2f
Repository: commons-compress
Updated Branches:
refs/heads/master 11840dfde -> 048b701a9
COMPRESS-351 more tests
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/048b701a
Tree: http://git-wip-us.apache.
Repository: commons-compress
Updated Branches:
refs/heads/master 593339ab6 -> 11840dfde
COMPRESS-351 restrict length of sanitized entry name
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/11840dfd
Tr
Repository: commons-crypto
Updated Branches:
refs/heads/master 7e38041fe -> f07c2bc04
Logger can be private
Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/f07c2bc0
Tree: http://git-wip-us.apache.org/repo
Author: sebb
Date: Tue Jun 7 15:15:48 2016
New Revision: 1747252
URL: http://svn.apache.org/viewvc?rev=1747252&view=rev
Log:
Not needed
Modified:
commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileUtils.java
Modified:
commons/proper/io/trunk/src/main/java/org/apache/commons/io
Author: sebb
Date: Tue Jun 7 13:56:34 2016
New Revision: 1747238
URL: http://svn.apache.org/viewvc?rev=1747238&view=rev
Log:
Now using Java 7 so can avoid the deprecated constant
Modified:
commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileUtils.java
Modified:
commons/proper/i
Author: sebb
Date: Tue Jun 7 13:54:10 2016
New Revision: 1747237
URL: http://svn.apache.org/viewvc?rev=1747237&view=rev
Log:
Remind people to use the encoding
Modified:
commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileUtils.java
Modified:
commons/proper/io/trunk/src/main/jav
Author: sebb
Date: Tue Jun 7 10:53:41 2016
New Revision: 1747189
URL: http://svn.apache.org/viewvc?rev=1747189&view=rev
Log:
SPecify the charset
Modified:
commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileUtils.java
Modified:
commons/proper/io/trunk/src/main/java/org/apache/c
Author: sebb
Date: Tue Jun 7 10:46:19 2016
New Revision: 1747187
URL: http://svn.apache.org/viewvc?rev=1747187&view=rev
Log:
Fix SIte URL
Modified:
commons/proper/io/trunk/pom.xml
Modified: commons/proper/io/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?re
Author: ggregory
Revision: 1747119
Modified property: svn:log
Modified: svn:log at Tue Jun 7 09:56:31 2016
--
--- svn:log (original)
+++ svn:log Tue Jun 7 09:56:31 2016
@@ -0,0 +1 @@
+Replace old school @exception with n
Repository: commons-crypto
Updated Branches:
refs/heads/master 13f9c053a -> 7e38041fe
Get this working on Cygwin.
Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/7e38041f
Tree: http://git-wip-us.apache.org
Repository: commons-crypto
Updated Branches:
refs/heads/master 02d7c6cb6 -> 13f9c053a
Add 'make' debugging comment.
Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/24e9f955
Tree: http://git-wip-us.apache.o
Merge branch 'master' of
https://git-wip-us.apache.org/repos/asf/commons-crypto.git
Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/13f9c053
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/13
35 matches
Mail list logo