[1/3] commons-compress git commit: COMPRESS-271 correctly set inUncompressed

2017-01-22 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 9e7941135 -> 226489c0f COMPRESS-271 correctly set inUncompressed I don't understand why the readBla... tests have passed before, makes me doubt the tests Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo

[3/3] commons-compress git commit: COMPRESS-271 test for single-byte read and premature close

2017-01-22 Thread bodewig
COMPRESS-271 test for single-byte read and premature close Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/226489c0 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/226489c0 Diff:

[2/3] commons-compress git commit: use the accessors for factory's constants

2017-01-22 Thread bodewig
use the accessors for factory's constants Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/3f839db3 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/3f839db3 Diff:

[2/3] commons-compress git commit: COMPRESS-271 more tests

2017-01-22 Thread bodewig
COMPRESS-271 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/45668bfc Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/45668bfc Diff:

[3/3] commons-compress git commit: COMPRESS-271 forgot to read content checksum

2017-01-22 Thread bodewig
COMPRESS-271 forgot to read content checksum Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/9e794113 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/9e794113 Diff:

[1/3] commons-compress git commit: COMPRESS-271 add LZ4 frame to CompressorStreamFactory

2017-01-22 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 835a61b95 -> 9e7941135 COMPRESS-271 add LZ4 frame to CompressorStreamFactory Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/3b81f3a9

[5/8] [text] TEXT-58: Finishing work, failing tests to be fixed

2017-01-22 Thread chtompki
TEXT-58: Finishing work, failing tests to be fixed Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c642c12f Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/c642c12f Diff:

[4/8] [text] TEXT-58: Migrating AggregateTranslatorTest to new paradigm

2017-01-22 Thread chtompki
TEXT-58: Migrating AggregateTranslatorTest to new paradigm Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/ae4dc082 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/ae4dc082 Diff:

[2/8] [text] TEXT-58: Strenthening the unit tests for EntityArrays, defence agains lack of readability

2017-01-22 Thread chtompki
TEXT-58: Strenthening the unit tests for EntityArrays, defence agains lack of readability Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/ddd93aa6 Tree:

[3/8] [text] TEXT-58: Making the LookupTranslator constructor generalized

2017-01-22 Thread chtompki
TEXT-58: Making the LookupTranslator constructor generalized Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/bdfa8309 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/bdfa8309 Diff:

[7/8] [text] TEXT-58: changes.xml update

2017-01-22 Thread chtompki
TEXT-58: changes.xml update Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/8e85deac Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/8e85deac Diff:

[6/8] [text] TEXT-58: Order of translator declaration matters

2017-01-22 Thread chtompki
TEXT-58: Order of translator declaration matters Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/5b5dced7 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/5b5dced7 Diff:

[8/8] [text] TEXT-58: translator ordering respect, and deleting methods deprecated for refactoring purposes

2017-01-22 Thread chtompki
TEXT-58: translator ordering respect, and deleting methods deprecated for refactoring purposes Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/5c460425 Tree:

[1/8] [text] TEXT-58: Creating unmodifiableMaps for EntityArrays

2017-01-22 Thread chtompki
Repository: commons-text Updated Branches: refs/heads/master 79e47ad89 -> 5c4604250 TEXT-58: Creating unmodifiableMaps for EntityArrays Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/5bea1323 Tree:

[1/2] commons-compress git commit: COMPRESS-271 test interaction with factory for LZ4 block format

2017-01-22 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master ecadea18c -> 835a61b95 COMPRESS-271 test interaction with factory for LZ4 block format Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit:

[2/2] commons-compress git commit: COMPRESS-271 rough, pretty much untested inputstream for frame lz4

2017-01-22 Thread bodewig
COMPRESS-271 rough, pretty much untested inputstream for frame lz4 Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/835a61b9 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/835a61b9

svn commit: r1779831 - in /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory: ./ lru/ util/

2017-01-22 Thread tv
Author: tv Date: Sun Jan 22 15:57:23 2017 New Revision: 1779831 URL: http://svn.apache.org/viewvc?rev=1779831=rev Log: Refactor: pull up duplicate code Modified:

svn commit: r1779829 - /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory/AbstractDoubleLinkedListMemoryCache.java

2017-01-22 Thread tv
Author: tv Date: Sun Jan 22 15:42:03 2017 New Revision: 1779829 URL: http://svn.apache.org/viewvc?rev=1779829=rev Log: Refactor: pull up duplicate code Modified:

svn commit: r1779827 - in /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory: AbstractDoubleLinkedListMemoryCache.java AbstractMemoryCache.java lru/LHMLRUMem

2017-01-22 Thread tv
Author: tv Date: Sun Jan 22 15:39:24 2017 New Revision: 1779827 URL: http://svn.apache.org/viewvc?rev=1779827=rev Log: Refactor: pull up duplicate code Modified:

svn commit: r1779826 - in /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory/util: DefaultMemoryElementDescriptor.java SoftReferenceElementDescriptor.java

2017-01-22 Thread tv
Author: tv Date: Sun Jan 22 15:37:37 2017 New Revision: 1779826 URL: http://svn.apache.org/viewvc?rev=1779826=rev Log: Avoid duplicate storage of cache element Modified:

svn commit: r1779810 - /commons/proper/jcs/trunk/NOTICE.txt

2017-01-22 Thread tv
Author: tv Date: Sun Jan 22 13:16:55 2017 New Revision: 1779810 URL: http://svn.apache.org/viewvc?rev=1779810=rev Log: Update current year Modified: commons/proper/jcs/trunk/NOTICE.txt Modified: commons/proper/jcs/trunk/NOTICE.txt URL:

svn commit: r1779808 - in /commons/proper/jcs/trunk/commons-jcs-sandbox: filecache/pom.xml pom.xml yajcache/pom.xml

2017-01-22 Thread tv
Author: tv Date: Sun Jan 22 13:15:04 2017 New Revision: 1779808 URL: http://svn.apache.org/viewvc?rev=1779808=rev Log: Update parent versions of sandbox components Modified: commons/proper/jcs/trunk/commons-jcs-sandbox/filecache/pom.xml

svn commit: r1779807 - /commons/proper/jcs/trunk/pom.xml

2017-01-22 Thread tv
Author: tv Date: Sun Jan 22 13:13:49 2017 New Revision: 1779807 URL: http://svn.apache.org/viewvc?rev=1779807=rev Log: Update parent to commons-parent:42 Modified: commons/proper/jcs/trunk/pom.xml Modified: commons/proper/jcs/trunk/pom.xml URL:

[2/2] commons-compress git commit: COMPRESS-271 tests for rewriting of last pairs

2017-01-22 Thread bodewig
COMPRESS-271 tests for rewriting of last pairs Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/ecadea18 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/ecadea18 Diff:

[1/2] commons-compress git commit: COMPRESS-271 make canBeWritten and rewriteLastPairs agree on algorithm

2017-01-22 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master eec6f0b58 -> ecadea18c COMPRESS-271 make canBeWritten and rewriteLastPairs agree on algorithm Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit:

commons-compress git commit: small optimization

2017-01-22 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 1a40c3b89 -> eec6f0b58 small optimization Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/eec6f0b5 Tree: