svn commit: r1774946 - in /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory: AbstractDoubleLinkedListMemoryCache.java soft/SoftReferenceMemoryCache.java

2016-12-18 Thread tv
Author: tv Date: Sun Dec 18 20:37:13 2016 New Revision: 1774946 URL: http://svn.apache.org/viewvc?rev=1774946=rev Log: Prepare move to ConcurrentMap Modified:

svn commit: r1774944 - /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory/lru/LHMLRUMemoryCache.java

2016-12-18 Thread tv
Author: tv Date: Sun Dec 18 20:35:18 2016 New Revision: 1774944 URL: http://svn.apache.org/viewvc?rev=1774944=rev Log: Remove redundant code Reduce synchronization Modified:

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

2016-12-18 Thread tv
Author: tv Date: Sun Dec 18 20:31:55 2016 New Revision: 1774942 URL: http://svn.apache.org/viewvc?rev=1774942=rev Log: Remove redundant data Modified: commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory/AbstractMemoryCache.java Modified:

svn commit: r1774934 - /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/CacheWatchRepairable.java

2016-12-18 Thread tv
Author: tv Date: Sun Dec 18 19:46:32 2016 New Revision: 1774934 URL: http://svn.apache.org/viewvc?rev=1774934=rev Log: Improve concurrency Modified: commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/CacheWatchRepairable.java Modified:

svn commit: r1774925 - in /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine: AbstractCacheEventQueue.java CacheEventQueue.java PooledCacheEventQueue.java

2016-12-18 Thread tv
Author: tv Date: Sun Dec 18 18:19:37 2016 New Revision: 1774925 URL: http://svn.apache.org/viewvc?rev=1774925=rev Log: Clean up API Use LinkedBlockingQueue instead of home-grown implementation Modified:

svn commit: r1774921 - /commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/engine/MockCacheEventQueue.java

2016-12-18 Thread tv
Author: tv Date: Sun Dec 18 17:58:45 2016 New Revision: 1774921 URL: http://svn.apache.org/viewvc?rev=1774921=rev Log: Not used Removed: commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/engine/MockCacheEventQueue.java

svn commit: r1774920 - /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/behavior/ICacheEventQueue.java

2016-12-18 Thread tv
Author: tv Date: Sun Dec 18 17:58:18 2016 New Revision: 1774920 URL: http://svn.apache.org/viewvc?rev=1774920=rev Log: Initialization should not be a publicly accessible method Modified:

[2/3] [text] StrTokenizerTest: replace lang3.ArrayUtils#toString with Arrays#toString

2016-12-18 Thread pascalschumacher
StrTokenizerTest: replace lang3.ArrayUtils#toString with Arrays#toString Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/2166def7 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/2166def7 Diff:

[3/3] [text] ExtendedMessageFormat: replace ObjectUtils#notEqual with !Objects#equals

2016-12-18 Thread pascalschumacher
ExtendedMessageFormat: replace ObjectUtils#notEqual with !Objects#equals Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/0e09bb82 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/0e09bb82 Diff:

[1/3] [text] StrBuilderTest: simplify two assertions by directly testing for 0 instead of ArrayUtils.EMPTY_CHAR_ARRAY.length

2016-12-18 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 8d3711162 -> 0e09bb82a StrBuilderTest: simplify two assertions by directly testing for 0 instead of ArrayUtils.EMPTY_CHAR_ARRAY.length Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[2/2] [text] StrBuilderAppendInsertTest and WordUtilsTest: replace lang3.SystemUtils#LINE_SEPARATOR with System#lineSeparator

2016-12-18 Thread pascalschumacher
StrBuilderAppendInsertTest and WordUtilsTest: replace lang3.SystemUtils#LINE_SEPARATOR with System#lineSeparator Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/8d371116 Tree:

[1/2] [text] ExtendedMessageFormatTest: remove code for java versions below 1.4

2016-12-18 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 98d62f36f -> 8d3711162 ExtendedMessageFormatTest: remove code for java versions below 1.4 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/144ee0ec

[lang] ExtendedMessageFormatTest: remove code for java versions below 1.4

2016-12-18 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master cc2d70e2e -> c63653983 ExtendedMessageFormatTest: remove code for java versions below 1.4 Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/c6365398

[2/3] [text] remove unused commons-csv test dependency

2016-12-18 Thread pascalschumacher
remove unused commons-csv test dependency Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/a659f622 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/a659f622 Diff:

[1/3] [text] pom.xml: removed comment which was copied from commons-lang and made no sense for commons-text

2016-12-18 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master c0b4869e6 -> 98d62f36f pom.xml: removed comment which was copied from commons-lang and made no sense for commons-text Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[3/3] [text] remove commons-io test dependency which was used only in one test

2016-12-18 Thread pascalschumacher
remove commons-io test dependency which was used only in one test Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/98d62f36 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/98d62f36 Diff:

[text] run rat check on travis

2016-12-18 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master df543ca9c -> c0b4869e6 run rat check on travis Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c0b4869e Tree:

[1/2] commons-compress git commit: Move apache-rat configuration from site to pluginManagement section, so that it also applies when "mvn apache-rat:check" is run.

2016-12-18 Thread pascalschumacher
Repository: commons-compress Updated Branches: refs/heads/master 726ba6f0f -> d5867f185 Move apache-rat configuration from site to pluginManagement section, so that it also applies when "mvn apache-rat:check" is run. Remove exclusion of git files from apache-rat configuration, as these files

[2/2] commons-compress git commit: run rat check on travis

2016-12-18 Thread pascalschumacher
run rat check on travis Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/d5867f18 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/d5867f18 Diff:

commons-io git commit: run rat check on travis

2016-12-18 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master 878133480 -> 546316432 run rat check 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/commit/54631643 Tree:

commons-io git commit: pom.xml: move apache-rat configuration to pluginManagement section so that does not have to appear twice

2016-12-18 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master 4aebb1129 -> 878133480 pom.xml: move apache-rat configuration to pluginManagement section so that does not have to appear twice Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit:

[lang] add changes.xml entry for LANG-1301: Moving apache-rat-plugin configuration into pluginManagement

2016-12-18 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 5738b2943 -> cc2d70e2e add changes.xml entry for LANG-1301: Moving apache-rat-plugin configuration into pluginManagement Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[lang] run rat check before cobertura on travis to make it more visible in case it fails

2016-12-18 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 15f01c99c -> 5738b2943 run rat check before cobertura on travis to make it more visible in case it fails Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[lang] run rat check on travis

2016-12-18 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 6cfee3d0e -> 15f01c99c run rat check on travis Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/15f01c99 Tree:

[lang] move apache-rat configuration from site to plugin-management sections, so that it also applies when "mvn apache-rat:check" is run

2016-12-18 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 363cbf790 -> 6cfee3d0e move apache-rat configuration from site to plugin-management sections, so that it also applies when "mvn apache-rat:check" is run thanks to Karl Heinz Marbaise for the patch Project:

commons-io git commit: MessageDigestCalculatingInputStream: fix javadoc warnings

2016-12-18 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master 593de775b -> 4aebb1129 MessageDigestCalculatingInputStream: fix javadoc warnings Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/4aebb112 Tree:

[1/2] [text] AlphabetConverter#codePointToString: add missing quotes around link in javadoc

2016-12-18 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 0e51f7dae -> df543ca9c AlphabetConverter#codePointToString: add missing quotes around link in javadoc Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[2/2] [text] StringEscapeUtils#unescapeXml: remove reference to deleted method StringEscapeUtils#escapeXml(String) from javadoc

2016-12-18 Thread pascalschumacher
StringEscapeUtils#unescapeXml: remove reference to deleted method StringEscapeUtils#escapeXml(String) from javadoc Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/df543ca9 Tree:

commons-compress git commit: COMPRESS-376 passing testcase, seems to be too naive

2016-12-18 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/COMPRESS-376 [created] 71caa69e2 COMPRESS-376 passing testcase, seems to be too naive Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit:

[text] delete unused test file testNames.txt

2016-12-18 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 8c8f0129a -> 0e51f7dae delete unused test file testNames.txt Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/0e51f7da Tree:

[text] add missing apache license headers to SimilarityScore and ParameterizedSimilarityScoreFromTest

2016-12-18 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 8010b3b19 -> 8c8f0129a add missing apache license headers to SimilarityScore and ParameterizedSimilarityScoreFromTest Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[text] StrBuilder#appendAll: suppress warning about vararg usage

2016-12-18 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master cdd0ee23e -> 8010b3b19 StrBuilder#appendAll: suppress warning about vararg usage Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/8010b3b1 Tree:

[1/2] [text] StringEscapeUtilsTest: remove unused imports

2016-12-18 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 9d5e6d891 -> cdd0ee23e StringEscapeUtilsTest: remove unused imports Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/92f08079 Tree:

[2/2] [text] AggregateTranslatorTest: remove unnecessary fully qualified class names

2016-12-18 Thread pascalschumacher
AggregateTranslatorTest: remove unnecessary fully qualified class names Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/cdd0ee23 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/cdd0ee23 Diff:

[lang] Improve test coverage of utility method.

2016-12-18 Thread djones
Repository: commons-lang Updated Branches: refs/heads/master 600eb9eb9 -> 363cbf790 Improve test coverage of utility method. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/363cbf79 Tree:

[lang] LANG-1299 - Add method for converting string to an array of code points

2016-12-18 Thread djones
Repository: commons-lang Updated Branches: refs/heads/master 855a52385 -> 600eb9eb9 LANG-1299 - Add method for converting string to an array of code points Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[lang] Corrected Javadoc @link tag.

2016-12-18 Thread djones
Repository: commons-lang Updated Branches: refs/heads/master 657704627 -> 855a52385 Corrected Javadoc @link tag. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/855a5238 Tree:

[lang] Suppress warning about vararg usage.

2016-12-18 Thread djones
Repository: commons-lang Updated Branches: refs/heads/master 8c7687b9f -> 657704627 Suppress warning about vararg usage. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/65770462 Tree: