[jira] [Resolved] (COLLECTIONS-538) ExtendedProperties causes AccessControlException when framework is called from a script

2015-11-08 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart resolved COLLECTIONS-538. - Resolution: Fixed Fixed in commit r1713233. The system property is now

[jira] [Commented] (SANDBOX-506) Use 'Converter' instead of 'Transformer'

2015-11-08 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995696#comment-14995696 ] Benedikt Ritter commented on SANDBOX-506: - This reverts SANDBOX-360 > Use 'Converter' instead of

[jira] [Created] (SANDBOX-506) Use 'Converter' instead of 'Transformer'

2015-11-08 Thread Benedikt Ritter (JIRA)
Benedikt Ritter created SANDBOX-506: --- Summary: Use 'Converter' instead of 'Transformer' Key: SANDBOX-506 URL: https://issues.apache.org/jira/browse/SANDBOX-506 Project: Commons Sandbox

[jira] [Commented] (BEANUTILS-481) [beanutils2] Support for nested properties and automatic conversion.

2015-11-08 Thread Matthew P Mann (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995720#comment-14995720 ] Matthew P Mann commented on BEANUTILS-481: -- Benedikt, The projects for which I wanted to use

[jira] [Created] (SANDBOX-503) Create default set of converters for BeanUtils default instance

2015-11-08 Thread Benedikt Ritter (JIRA)
Benedikt Ritter created SANDBOX-503: --- Summary: Create default set of converters for BeanUtils default instance Key: SANDBOX-503 URL: https://issues.apache.org/jira/browse/SANDBOX-503 Project:

[jira] [Created] (SANDBOX-502) Add Builder API for defining type conversion

2015-11-08 Thread Benedikt Ritter (JIRA)
Benedikt Ritter created SANDBOX-502: --- Summary: Add Builder API for defining type conversion Key: SANDBOX-502 URL: https://issues.apache.org/jira/browse/SANDBOX-502 Project: Commons Sandbox

[jira] [Commented] (BEANUTILS-481) [beanutils2] Support for nested properties and automatic conversion.

2015-11-08 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995686#comment-14995686 ] Benedikt Ritter commented on BEANUTILS-481: --- I'm tracking type conversion via SANDBOX-501

[jira] [Updated] (SANDBOX-505) Remove Transformer<S, T> in favor of java.util.function.Function<S, T>

2015-11-08 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated SANDBOX-505: Summary: Remove Transformer in favor of java.util.function.Function (was: Use

[jira] [Commented] (COLLECTIONS-580) Arbitrary remote code execution with InvokerTransformer

2015-11-08 Thread David Dossot (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995710#comment-14995710 ] David Dossot commented on COLLECTIONS-580: -- This vulnerability puts the whole library at

[jira] [Commented] (COLLECTIONS-580) Arbitrary remote code execution with InvokerTransformer

2015-11-08 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995713#comment-14995713 ] Thomas Neidhart commented on COLLECTIONS-580: - We are currently working on a new release

[jira] [Commented] (VALIDATOR-321) ISSN validator and converter to EAN-13

2015-11-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995633#comment-14995633 ] Sebb commented on VALIDATOR-321: The "00" suffix ought to be variable, as that is decided by the

[jira] [Resolved] (SANDBOX-506) Use 'Converter' instead of 'Transformer'

2015-11-08 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter resolved SANDBOX-506. - Resolution: Fixed {code} $ svn ci -m "SANDBOX-506: Use 'Converter' instead of

[jira] [Created] (SANDBOX-501) Add configurable type conversion support

2015-11-08 Thread Benedikt Ritter (JIRA)
Benedikt Ritter created SANDBOX-501: --- Summary: Add configurable type conversion support Key: SANDBOX-501 URL: https://issues.apache.org/jira/browse/SANDBOX-501 Project: Commons Sandbox

[jira] [Updated] (SANDBOX-505) Remove Transformer<S, T> in favor of java.util.function.Function<S, T>

2015-11-08 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated SANDBOX-505: Description: The interface o.a.c.beanutils2.Transformer is essentially a function as

[jira] [Commented] (LANG-1164) allow ToStringStyle to omitNulls

2015-11-08 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995786#comment-14995786 ] Pascal Schumacher commented on LANG-1164: - While this is easily achievable [quick and dirty

[jira] [Updated] (COLLECTIONS-334) map.StaticBucketMap.size() needs to synchronize access to lock

2015-11-08 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated COLLECTIONS-334: Fix Version/s: 3.2.2 > map.StaticBucketMap.size() needs to synchronize access

[jira] [Commented] (COLLECTIONS-580) Arbitrary remote code execution with InvokerTransformer

2015-11-08 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995839#comment-14995839 ] Thomas Neidhart commented on COLLECTIONS-580: - Proposed fix committed in r1713307 for the

[jira] [Resolved] (SANDBOX-502) Add Builder API for defining type conversion

2015-11-08 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter resolved SANDBOX-502. - Resolution: Fixed {code} $ svn ci -m "SANDBOX-502: Add Builder API for defining type

[jira] [Updated] (COLLECTIONS-444) SetUniqueList may become inconsistent

2015-11-08 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated COLLECTIONS-444: Fix Version/s: 3.2.2 > SetUniqueList may become inconsistent >

[GitHub] commons-lang pull request: LANG-1182: adding clarifying examples t...

2015-11-08 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/commons-lang/pull/114 LANG-1182: adding clarifying examples to StringUtils#containsAny javadoc as suggested by Larry West in https://issues.apache.org/jira/browse/LANG-1182 You can merge this pull

[jira] [Updated] (COLLECTIONS-217) Flat3Map.Entry.setValue() overwrites other Entry values

2015-11-08 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated COLLECTIONS-217: Fix Version/s: 3.2.2 > Flat3Map.Entry.setValue() overwrites other Entry values

[jira] [Commented] (SANDBOX-501) Add configurable type conversion support

2015-11-08 Thread Matthew P Mann (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995805#comment-14995805 ] Matthew P Mann commented on SANDBOX-501: Also, I'm not sure if you've seen my [previous

[jira] [Updated] (COLLECTIONS-261) Flat3Map.remove() does not return the correct value when size <= 3

2015-11-08 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated COLLECTIONS-261: Fix Version/s: 3.2.2 > Flat3Map.remove() does not return the correct value

[jira] [Commented] (LANG-1182) javadoc correction, clarification on 2 variants of StringUtils.containsAny()

2015-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995826#comment-14995826 ] ASF GitHub Bot commented on LANG-1182: -- GitHub user PascalSchumacher opened a pull request:

[jira] [Updated] (COLLECTIONS-307) SetUniqueList.subList().contains() method checks against full parent list, not sublist range

2015-11-08 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated COLLECTIONS-307: Fix Version/s: 3.2.2 > SetUniqueList.subList().contains() method checks

[jira] [Updated] (COLLECTIONS-304) SetUniqueList set method use corrupts uniqness

2015-11-08 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated COLLECTIONS-304: Fix Version/s: 3.2.2 > SetUniqueList set method use corrupts uniqness >

[jira] [Updated] (SANDBOX-501) Add configurable type conversion support

2015-11-08 Thread Matthew P Mann (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew P Mann updated SANDBOX-501: --- Attachment: commons-beanutils2.java8.patch Benedikt, What do you think of this patch?

[jira] [Created] (VALIDATOR-379) CodeValidator unconditionally trim()s the input string

2015-11-08 Thread Sebb (JIRA)
Sebb created VALIDATOR-379: -- Summary: CodeValidator unconditionally trim()s the input string Key: VALIDATOR-379 URL: https://issues.apache.org/jira/browse/VALIDATOR-379 Project: Commons Validator

[jira] [Commented] (COLLECTIONS-580) Arbitrary remote code execution with InvokerTransformer

2015-11-08 Thread Paul Hammant (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995901#comment-14995901 ] Paul Hammant commented on COLLECTIONS-580: -- Re "r1713307 for the 3.2.X branch" ... can the

[jira] [Commented] (BCEL-173) ClassParser fails to parse JDK classes in Java 8: ClassFormatException: Invalid byte tag in constant pool

2015-11-08 Thread Bruno Candido Volpato da Cunha (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995995#comment-14995995 ] Bruno Candido Volpato da Cunha commented on BCEL-173: - I'm getting this problem using

[jira] [Created] (SANDBOX-505) Use 'Converter' instead of 'Transformer'

2015-11-08 Thread Benedikt Ritter (JIRA)
Benedikt Ritter created SANDBOX-505: --- Summary: Use 'Converter' instead of 'Transformer' Key: SANDBOX-505 URL: https://issues.apache.org/jira/browse/SANDBOX-505 Project: Commons Sandbox

[jira] [Created] (SANDBOX-504) Add API for customizing converters used by BeanUtils instance

2015-11-08 Thread Benedikt Ritter (JIRA)
Benedikt Ritter created SANDBOX-504: --- Summary: Add API for customizing converters used by BeanUtils instance Key: SANDBOX-504 URL: https://issues.apache.org/jira/browse/SANDBOX-504 Project: Commons

[jira] [Closed] (DBCP-449) Cannot use DBCP on Google App Engine

2015-11-08 Thread Grzegorz D. (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grzegorz D. closed DBCP-449. Tested on GAE 1.9.27 > Cannot use DBCP on Google App Engine > > >

[jira] [Commented] (DBCP-449) Cannot use DBCP on Google App Engine

2015-11-08 Thread Grzegorz D. (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14996165#comment-14996165 ] Grzegorz D. commented on DBCP-449: -- Compiled from trunk 2.2-SNAPSHOT, working great on GAE 1.9.27. Thanks.