Author: stain
Date: Sun Sep 25 23:13:26 2016
New Revision: 15590
Log:
UTF-8
Added:
release/commons/beanutils/.htaccess
Modified:
release/commons/beanutils/RELEASE-NOTES.txt
Added: release/commons/beanutils/.htaccess
Author: stain
Date: Sun Sep 25 22:24:51 2016
New Revision: 15586
Log:
https:// for download links
Modified:
release/commons/HEADER.html
release/commons/README.html
Modified: release/commons/HEADER.html
==
--- rel
Repository: commons-lang
Updated Branches:
refs/heads/master 5f4249e2e -> a04151819
CharEncoding: fix dead link in class javadoc
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/a0415181
Tree: http://git-wip-u
CharEncoding#isSupported fix dead link in javadoc
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/b10d58ec
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/b10d58ec
Diff: http://git-wip-us.apache.or
SystemUtilsTest: remove code run only on java 1.5 and below
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8232c096
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/8232c096
Diff: http://git-wip-us
NumberUtilsTest#testLANG1252 fix spelling in comment
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/c6a410ad
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/c6a410ad
Diff: http://git-wip-us.apache
Repository: commons-lang
Updated Branches:
refs/heads/master 10d2363fc -> 5f4249e2e
Add test for SystemUtils.isJavaVersionAtLeast to make sure it works with Java 9
EA
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang
Repository: commons-lang
Updated Branches:
refs/heads/master 6cfce2a09 -> 10d2363fc
CharEncodingTest: remove tests for java versions below 1.3.1
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/10d2363f
Tree:
Repository: commons-lang
Updated Branches:
refs/heads/master d0f6be988 -> 6cfce2a09
remove maven-antrun-plugin version, which is managed by commons-parent
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/6cfce
Repository: commons-lang
Updated Branches:
refs/heads/master 8f362e7ea -> d0f6be988
Fix test for IS_JAVA_XX constants.
The test would never check anything, since it tested against the
java.specification.name property, which has the value "Java Platform API
Specification"
Project: http://git-
LANG-1023
WordUtils.wrap: Customizable breakable characters (not just space/whitespace)
updated JavaDoc
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/78c373d7
Tree: http://git-wip-us.apache.org/repos/asf/commo
Repository: commons-lang
Updated Branches:
refs/heads/master cac7a60ab -> 8f362e7ea
LANG-1023
WordUtils.wrap: Customizable breakable characters (not just space/whitespace)
changed wrap method to use regex pattern to find breakable characters rather
than only spaces. added a few basic tests fo
Merge branch 'LANG-1023'
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/a3b74d9c
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/a3b74d9c
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/
LANG-1023
WordUtils.wrap: Customizable breakable characters (not just space/whitespace)
updated JavaDoc
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8c99b829
Tree: http://git-wip-us.apache.org/repos/asf/commo
Add LANG-1248 to changes.xml
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8f362e7e
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/8f362e7e
Diff: http://git-wip-us.apache.org/repos/asf/commons-l
Add LANG-1023 to changes.xml
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/2b36e25f
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/2b36e25f
Diff: http://git-wip-us.apache.org/repos/asf/commons-l
Author: tv
Date: Sun Sep 25 16:39:10 2016
New Revision: 1762225
URL: http://svn.apache.org/viewvc?rev=1762225&view=rev
Log:
Clean up
Modified:
commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/http/client/AbstractHttpClient.java
commons/prop
Author: tv
Date: Sun Sep 25 16:38:43 2016
New Revision: 1762224
URL: http://svn.apache.org/viewvc?rev=1762224&view=rev
Log:
Typo
Added:
commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/remote/http/client/RemoteHttpCacheDispatcherUnitTest.java
- c
Author: stain
Date: Sun Sep 25 15:06:16 2016
New Revision: 15556
Log:
BEANUTILS 1.9.3 released
Removed:
dev/commons/beanutils/BEANUTILS_1_9_3_RC3/
Author: stain
Date: Sun Sep 25 15:05:03 2016
New Revision: 1
Log:
About 1.9.3
Modified:
release/commons/beanutils/README.html
Modified: release/commons/beanutils/README.html
==
--- release/commons/beanutils/READM
Author: stain
Date: Sun Sep 25 15:02:10 2016
New Revision: 15553
Log:
Release Apache Commons BeanUtils 1.9.3 (RC3)
https://lists.apache.org/thread.html/bf9f5cf14a51035a801b134711463872d0ab370372282751c203c0e7@%3Cdev.commons.apache.org%3E
d9f237583ab7b8b4a4bdf55694e915b5af9e165a commons-beanuti
Author: stain
Date: Sun Sep 25 15:01:18 2016
New Revision: 15551
Log:
Release Common BeanUtils 1.9.3 (from RC3)
https://lists.apache.org/thread.html/bf9f5cf14a51035a801b134711463872d0ab370372282751c203c0e7@%3Cdev.commons.apache.org%3E
> 4c285c2c9af35be0ea77e6ada9674e2c7b226fa6 commons-beanutils-
Author: stain
Date: Sun Sep 25 14:59:16 2016
New Revision: 15550
Log:
Updating RELEASE-NOTES for Beanutils 1.9.3
Added:
release/commons/beanutils/RELEASE-NOTES.txt
- copied unchanged from r15549,
dev/commons/beanutils/BEANUTILS_1_9_3_RC3/RELEASE-NOTES.txt
Author: stain
Date: Sun Sep 25 14:57:54 2016
New Revision: 15549
Log:
Updating RELEASE-NOTES for 1.9.3
Removed:
release/commons/beanutils/RELEASE-NOTES.txt
Author: stain
Date: Sun Sep 25 14:56:44 2016
New Revision: 1762214
URL: http://svn.apache.org/viewvc?rev=1762214&view=rev
Log:
Release BeanUtils 1.9.3 (RC3)
https://lists.apache.org/thread.html/bf9f5cf14a51035a801b134711463872d0ab370372282751c203c0e7@%3Cdev.commons.apache.org%3E
Added:
comm
Message from: https://repository.apache.orgDescription:Release Apache Commons BeanUtils 1.9.3 (RC3)
https://lists.apache.org/thread.html/bf9f5cf14a51035a801b134711463872d0ab370372282751c203c0e7@%3Cdev.commons.apache.org%3EDeployer properties:"userAgent" = "Apache-Maven/3.3.9 (Java 1.8.0_91; Linux 4
Author: dbrosius
Date: Sun Sep 25 12:43:05 2016
New Revision: 1762198
URL: http://svn.apache.org/viewvc?rev=1762198&view=rev
Log:
throw proper exception, instead of NPE when the target can't be found
Modified:
commons/proper/el/trunk/src/java/org/apache/commons/el/FunctionInvocation.java
Mo
Author: tv
Date: Sun Sep 25 12:22:48 2016
New Revision: 1762197
URL: http://svn.apache.org/viewvc?rev=1762197&view=rev
Log:
License header went astray
Modified:
commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/http/client/RemoteHttpCacheFactory.
Author: tv
Date: Sun Sep 25 12:16:17 2016
New Revision: 1762195
URL: http://svn.apache.org/viewvc?rev=1762195&view=rev
Log:
Improve build
Modified:
commons/proper/jcs/trunk/commons-jcs-core/pom.xml
Modified: commons/proper/jcs/trunk/commons-jcs-core/pom.xml
URL:
http://svn.apache.org/viewvc
Author: tv
Date: Sun Sep 25 12:12:01 2016
New Revision: 1762194
URL: http://svn.apache.org/viewvc?rev=1762194&view=rev
Log:
JCS-130: Simplify RemoteHttpCacheFactory & friends. Get rid of criss-cross
static calls. Remote RemoteHttpCacheManager
Added:
commons/proper/jcs/trunk/commons-jcs-core
30 matches
Mail list logo