[jira] Commented: (CODEC-95) Base64: optionally allow strict parsing of base64 strings

2011-01-24 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12985860#action_12985860 ] Gary Gregory commented on CODEC-95: --- +1 to Base64StrictInputStream Base64: optionally

[jira] Commented: (CODEC-110) Add a String version of Base64.isArrayByteBase64()

2011-01-24 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12986173#action_12986173 ] Gary Gregory commented on CODEC-110: Since this is a new method, I plan on renaming it

[jira] Commented: (CODEC-88) Base32 encoder

2011-01-25 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12986577#action_12986577 ] Gary Gregory commented on CODEC-88: --- I would make sense, but who knows until you write some

[jira] Commented: (CODEC-88) Base32 encoder

2011-01-26 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12986990#action_12986990 ] Gary Gregory commented on CODEC-88: --- Thank you for the implementation! FYI: Cobertura

[jira] Commented: (CODEC-88) Base32 encoder

2011-01-26 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12986993#action_12986993 ] Gary Gregory commented on CODEC-88: --- Whether to support decoding lower-case letters, and

[jira] Commented: (CODEC-95) Base64: optionally allow strict parsing of base64 strings

2011-01-26 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12986996#action_12986996 ] Gary Gregory commented on CODEC-95: --- My preference would be to stop growing the API with

[jira] Commented: (LANG-624) SystemUtils.getJavaVersionAsFloat throws StringIndexOutOfBoundsException on Android runtime/Dalvik VM

2011-01-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987545#action_12987545 ] Gary Gregory commented on LANG-624: --- I like the JavaVersion enum. No more magic numbers in

[jira] Commented: (LANG-624) SystemUtils.getJavaVersionAsFloat throws StringIndexOutOfBoundsException on Android runtime/Dalvik VM

2011-01-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987546#action_12987546 ] Gary Gregory commented on LANG-624: --- For: SystemUtils.getJavaVersionAsFloat throws

[jira] Issue Comment Edited: (LANG-624) SystemUtils.getJavaVersionAsFloat throws StringIndexOutOfBoundsException on Android runtime/Dalvik VM

2011-01-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987546#action_12987546 ] Gary Gregory edited comment on LANG-624 at 1/27/11 8:18 AM: For:

[jira] Created: (CODEC-113) org.apache.commons.codec.language.RefinedSoundex.US_ENGLISH_MAPPING should be package protected

2011-01-27 Thread Gary Gregory (JIRA)
org.apache.commons.codec.language.RefinedSoundex.US_ENGLISH_MAPPING should be package protected --- Key: CODEC-113 URL: https://issues.apache.org/jira/browse/CODEC-113

[jira] Resolved: (CODEC-113) org.apache.commons.codec.language.RefinedSoundex.US_ENGLISH_MAPPING should be package protected

2011-01-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved CODEC-113. Resolution: Fixed org.apache.commons.codec.language.RefinedSoundex.US_ENGLISH_MAPPING should be

[jira] Created: (CODEC-114) org.apache.commons.codec.language.Soundex.US_ENGLISH_MAPPING should be package protected MALICIOUS_CODE

2011-01-27 Thread Gary Gregory (JIRA)
org.apache.commons.codec.language.Soundex.US_ENGLISH_MAPPING should be package protected MALICIOUS_CODE --- Key: CODEC-114 URL:

[jira] Resolved: (CODEC-114) org.apache.commons.codec.language.Soundex.US_ENGLISH_MAPPING should be package protected MALICIOUS_CODE

2011-01-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved CODEC-114. Resolution: Fixed org.apache.commons.codec.language.Soundex.US_ENGLISH_MAPPING should be package

[jira] Updated: (CODEC-113) org.apache.commons.codec.language.RefinedSoundex.US_ENGLISH_MAPPING should be package protected MALICIOUS_CODE

2011-01-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CODEC-113: --- Summary: org.apache.commons.codec.language.RefinedSoundex.US_ENGLISH_MAPPING should be package

[jira] Commented: (CODEC-113) org.apache.commons.codec.language.RefinedSoundex.US_ENGLISH_MAPPING should be package protected MALICIOUS_CODE

2011-01-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987930#action_12987930 ] Gary Gregory commented on CODEC-113: We can do that.

[jira] Commented: (CODEC-115) DoubleMetaphone.maxCodeLen should probably be private

2011-01-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12987931#action_12987931 ] Gary Gregory commented on CODEC-115: All ivars should be private or protected IMO.

[jira] Resolved: (CODEC-115) DoubleMetaphone.maxCodeLen should probably be private

2011-01-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved CODEC-115. Resolution: Fixed Fix Version/s: 1.5 Assignee: Gary Gregory

[jira] Commented: (LANG-675) Add Triplet class (similar to Pair)

2011-02-01 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989206#comment-12989206 ] Gary Gregory commented on LANG-675: --- If you want this considered for inclusion, please add

[jira] Commented: (DBCP-352) Repeated calls to getMetadata in a transaction leads to performance degredation

2011-02-01 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989226#comment-12989226 ] Gary Gregory commented on DBCP-352: --- If you can make your example use an H2 (or any)

[jira] Commented: (EXEC-53) Allow control over asynchronous execution thread

2011-02-03 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12990224#comment-12990224 ] Gary Gregory commented on EXEC-53: -- How about a unit test? :) Allow control over

[jira] Commented: (POOL-183) potential new method for interface ObjectPoolT: returnAndValidateObject

2011-02-03 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/POOL-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12990290#comment-12990290 ] Gary Gregory commented on POOL-183: --- Also, the pool could track from which factory it was

[jira] Commented: (CODEC-107) Enhance documentation for Language Encoders

2011-02-04 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12990896#comment-12990896 ] Gary Gregory commented on CODEC-107: Hi Marc, Thank you for pitching in! :) You start

[jira] Commented: (LANG-428) StringUtils.isNumeric

2011-02-20 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12997145#comment-12997145 ] Gary Gregory commented on LANG-428: --- +1 to fix. The does not contain illegal chars

[jira] Created: (CODEC-116) Remove deprecated package private method Base64.discardWhitespace(byte[])

2011-02-20 Thread Gary Gregory (JIRA)
Remove deprecated package private method Base64.discardWhitespace(byte[]) - Key: CODEC-116 URL: https://issues.apache.org/jira/browse/CODEC-116 Project: Commons Codec

[jira] Resolved: (CODEC-116) Remove deprecated package private method Base64.discardWhitespace(byte[])

2011-02-20 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved CODEC-116. Resolution: Fixed Remove deprecated package private method Base64.discardWhitespace(byte[])

[jira] Updated: (CODEC-117) Caverphone encodes names starting and ending with mb incorrectly.

2011-03-01 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CODEC-117: --- Summary: Caverphone encodes names starting and ending with mb incorrectly. (was: Caverphone encode

[jira] Created: (CODEC-117) Caverphone encode names starting and ending with mb incorrectly.

2011-03-01 Thread Gary Gregory (JIRA)
Caverphone encode names starting and ending with mb incorrectly. -- Key: CODEC-117 URL: https://issues.apache.org/jira/browse/CODEC-117 Project: Commons Codec Issue Type: Bug

[jira] Created: (CODEC-118) Split Caverphone class into two classes for Caverphone 1.0 and 2.0.

2011-03-06 Thread Gary Gregory (JIRA)
Split Caverphone class into two classes for Caverphone 1.0 and 2.0. --- Key: CODEC-118 URL: https://issues.apache.org/jira/browse/CODEC-118 Project: Commons Codec Issue Type:

[jira] Updated: (CODEC-105) ArrayIndexOutOfBoundsException when doing multiple reads() on encoding Base64InputStream

2011-03-08 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CODEC-105: --- Summary: ArrayIndexOutOfBoundsException when doing multiple reads() on encoding Base64InputStream

[jira] [Resolved] (LANG-1001) ISO 8601 misspelled throughout the Javadocs

2014-04-30 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved LANG-1001. Resolution: Fixed Fix Version/s: 3.4 {noformat} commit -m action issue=LANG-1001 type=fix

[jira] [Commented] (LANG-1001) ISO 8601 misspelled throughout the Javadocs

2014-04-30 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13986140#comment-13986140 ] Gary Gregory commented on LANG-1001: Thank you for the report Michael. ISO 8601

[jira] [Commented] (LANG-1002) Several predefined ISO FastDateFormats in DateFormatUtils are incorrect

2014-04-30 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13986146#comment-13986146 ] Gary Gregory commented on LANG-1002: Very odd indeed. The intent is clearly documented

[jira] [Commented] (VFS-473) org.apache.commons.vfs2.provider.smb.SmbFileProvider not available in version 2.x

2014-05-02 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13987700#comment-13987700 ] Gary Gregory commented on VFS-473: -- Not a bug, not a blocker, nice to have, release early,

[jira] [Commented] (VFS-428) DavException: (301) Moved Permanently

2014-05-02 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13987704#comment-13987704 ] Gary Gregory commented on VFS-428: -- Fine with me, RERO. DavException: (301) Moved

[jira] [Commented] (VFS-298) FTP: Exception is thrown when renaming a file

2014-05-06 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13990622#comment-13990622 ] Gary Gregory commented on VFS-298: -- [~woon_san] Thank you for your test case. I cannot take

[jira] [Commented] (LANG-1008) Adding the maxVA and minVA methods to NumberUtils and test methods

2014-05-06 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13990644#comment-13990644 ] Gary Gregory commented on LANG-1008: I'd rather keep this out of [lang], we have [math]

[jira] [Commented] (CODEC-185) Base64 user-facing docs should say that decode can handle URL Safe encoding

2014-05-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13997152#comment-13997152 ] Gary Gregory commented on CODEC-185: Bah, I cannot assign to you, who knows why...

[jira] [Commented] (CODEC-185) Base64 user-facing docs should say that decode can handle URL Safe encoding

2014-05-15 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996611#comment-13996611 ] Gary Gregory commented on CODEC-185: Sean, Would you be willing to provide a patch

[jira] [Resolved] (CSV-118) CSVRecord.toMap() throws NPE on formats with no headers.

2014-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved CSV-118. -- Resolution: Fixed Fix Version/s: (was: Patch Needed) 1.0 {noformat} commit

[jira] [Commented] (VFS-523) HdfsFileObject equals method returns true for the same path on different hosts

2014-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13998837#comment-13998837 ] Gary Gregory commented on VFS-523: -- Could you please provide a unit test with your patch?

[jira] [Commented] (CSV-116) Support JSON-encoded properties such as GeoJSON

2014-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14000150#comment-14000150 ] Gary Gregory commented on CSV-116: -- What happens when you use [csv] to parse such inputs?

[jira] [Commented] (CSV-116) Support JSON-encoded properties such as GeoJSON

2014-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13998982#comment-13998982 ] Gary Gregory commented on CSV-116: -- What is row quoting BTW? What is the pointing of putting

[jira] [Commented] (VFS-142) Clear ThreadData after all streams are closed, fixes a memory leak

2014-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13998741#comment-13998741 ] Gary Gregory commented on VFS-142: -- This is all quite alarming. Which behavior can be

[jira] [Resolved] (CSV-119) CSVFormat is missing a print(...) method

2014-06-02 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved CSV-119. -- Resolution: Fixed Fix Version/s: 1.0 {noformat} commit -m action issue=CSV-119 type=add

[jira] [Commented] (CSV-119) CSVFormat is missing a print(...) method

2014-06-02 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14015666#comment-14015666 ] Gary Gregory commented on CSV-119: -- Thank you for the suggestion. Feel free to submit

[jira] [Updated] (CSV-119) CSVFormat is missing a print(...) method

2014-06-02 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CSV-119: - Summary: CSVFormat is missing a print(...) method (was: CSVFormat is missing '#print') CSVFormat is

[jira] [Commented] (CSV-116) Support JSON-encoded properties such as GeoJSON

2014-06-02 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14015811#comment-14015811 ] Gary Gregory commented on CSV-116: -- How about letting this be for post 1.0? Support

[jira] [Commented] (IO-445) attributes are missing in MANIFEST.MF

2014-06-04 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/IO-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14017674#comment-14017674 ] Gary Gregory commented on IO-445: - I wonder if this is something we could/should implement in

[jira] [Commented] (CODEC-186) attributes are missing in MANIFEST.MF

2014-06-04 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14017675#comment-14017675 ] Gary Gregory commented on CODEC-186: I wonder if this is something we should implement

[jira] [Commented] (VFS-398) FtpFileObject.getChildren() fails when a folder contains a file with a colon in the name

2014-06-09 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14025476#comment-14025476 ] Gary Gregory commented on VFS-398: -- [~ralph_go...@dslextreme.com]

[jira] [Updated] (CSV-120) CSVFormat#withHeader doesn't work with CSVPrinter

2014-06-09 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CSV-120: - Summary: CSVFormat#withHeader doesn't work with CSVPrinter (was: 'withHeader' doesn't work for

[jira] [Resolved] (CSV-120) CSVFormat#withHeader doesn't work with CSVPrinter

2014-06-09 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved CSV-120. -- Resolution: Fixed Fix Version/s: 1.0 CSVFormat#withHeader doesn't work with CSVPrinter

[jira] [Commented] (CSV-120) CSVFormat#withHeader doesn't work with CSVPrinter

2014-06-09 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14025851#comment-14025851 ] Gary Gregory commented on CSV-120: -- Sounds like a good idea. Done: {noformat} commit -m

[jira] [Commented] (VFS-398) FtpFileObject.getChildren() fails when a folder contains a file with a colon in the name

2014-06-10 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14026174#comment-14026174 ] Gary Gregory commented on VFS-398: -- A recent commit has messed up the build. Once that is

[jira] [Commented] (CSV-121) Exception that the header contains duplicate names when the column names are empty.

2014-06-10 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14026903#comment-14026903 ] Gary Gregory commented on CSV-121: -- When does it make sense to have a mix of named and

[jira] [Commented] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-10 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14027210#comment-14027210 ] Gary Gregory commented on CODEC-187: JIRA is not a support forum. Please ask your

[jira] [Commented] (CSV-121) Exception that the header contains duplicate names when the column names are empty.

2014-06-11 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14028719#comment-14028719 ] Gary Gregory commented on CSV-121: -- Playing devil's advocate here. The only case where I

[jira] [Resolved] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved CODEC-187. Resolution: Fixed Fix Version/s: 1.10 {noformat} commit -m action dev=ggregory type=fix

[jira] [Commented] (CSV-121) Exception that the header contains duplicate names when the column names are empty.

2014-06-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14029100#comment-14029100 ] Gary Gregory commented on CSV-121: -- A allowBlankColumnNames flag? Exception that the

[jira] [Commented] (VFS-487) File creation events missed when deleted then re-created within poll delay

2014-06-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14029153#comment-14029153 ] Gary Gregory commented on VFS-487: -- Except that the patch does not apply cleanly in trunk.

[jira] [Updated] (CSV-121) IllegalArgumentException thrown when the header contains duplicate names when the column names are empty.

2014-06-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CSV-121: - Summary: IllegalArgumentException thrown when the header contains duplicate names when the column names are

[jira] [Resolved] (CSV-121) IllegalArgumentException thrown when the header contains duplicate names when the column names are empty.

2014-06-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved CSV-121. -- Resolution: Fixed Fix Version/s: 1.0 IllegalArgumentException thrown when the header contains

[jira] [Commented] (CSV-121) IllegalArgumentException thrown when the header contains duplicate names when the column names are empty.

2014-06-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14029272#comment-14029272 ] Gary Gregory commented on CSV-121: -- I Added the format setting {{ignoreEmptyHeaders}}, which

[jira] [Commented] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14030773#comment-14030773 ] Gary Gregory commented on CODEC-187: Feel free to write up any documentation you deem

[jira] [Commented] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14031171#comment-14031171 ] Gary Gregory commented on CODEC-187: Well... that's a good question and I'd love to

[jira] [Commented] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-14 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14031565#comment-14031565 ] Gary Gregory commented on CODEC-187: It sounds like the code is so broken that it needs

[jira] [Commented] (CSV-35) Escaped line separators are not supported

2014-06-17 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14033941#comment-14033941 ] Gary Gregory commented on CSV-35: - It seems like a bug not to use the format's record

[jira] [Commented] (CSV-107) CSVFormat.EXCEL.parse should handle byte order marks

2014-06-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14035789#comment-14035789 ] Gary Gregory commented on CSV-107: -- We could eat out own dog food and reuse Commons IO's

[jira] [Updated] (CSV-107) CSVFormat.EXCEL.parse should handle byte order marks

2014-06-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CSV-107: - Attachment: csv-bom.diff Adds full BOM support via copies of Commons IO classes (I'd rather depend on

[jira] [Commented] (CSV-107) CSVFormat.EXCEL.parse should handle byte order marks

2014-06-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14035927#comment-14035927 ] Gary Gregory commented on CSV-107: -- BOM processing seems pretty important since Excel is an

[jira] [Commented] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14036136#comment-14036136 ] Gary Gregory commented on CODEC-187: FWIW, tested r1603573 with: Apache Maven 3.0.5

[jira] [Commented] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14036279#comment-14036279 ] Gary Gregory commented on CODEC-187: I had to revert r1603573 because the patch causes

[jira] [Comment Edited] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14036279#comment-14036279 ] Gary Gregory edited comment on CODEC-187 at 6/18/14 8:00 PM: - I

[jira] [Commented] (IMAGING-128) TIFF Image Writer is not flushing output

2014-06-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/IMAGING-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14036334#comment-14036334 ] Gary Gregory commented on IMAGING-128: -- This patch is not a must since it is the

[jira] [Commented] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14036744#comment-14036744 ] Gary Gregory commented on CODEC-187: What is the path forward here? It sounds to me

[jira] [Commented] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14036742#comment-14036742 ] Gary Gregory commented on CODEC-187: {noformat} commit -m [CODEC-187] Beider Morse

[jira] [Commented] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-19 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14037556#comment-14037556 ] Gary Gregory commented on CODEC-187: Feel free to attach test patches here. Beider

[jira] [Commented] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-26 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14044738#comment-14044738 ] Gary Gregory commented on CODEC-187: Investigate away! ;-) We need all the help we can

[jira] [Commented] (EMAIL-136) Fix Javadoc 1.8 errors

2014-06-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14047102#comment-14047102 ] Gary Gregory commented on EMAIL-136: The patch does not cover all fixes needed, which

[jira] [Created] (EMAIL-140) Cannot build with Java 8

2014-06-30 Thread Gary Gregory (JIRA)
Gary Gregory created EMAIL-140: -- Summary: Cannot build with Java 8 Key: EMAIL-140 URL: https://issues.apache.org/jira/browse/EMAIL-140 Project: Commons Email Issue Type: Bug Affects

[jira] [Commented] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-07-04 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14052468#comment-14052468 ] Gary Gregory commented on CODEC-187: [~tn], Feel free to apply the patch. Beider

[jira] [Commented] (VFS-531) Cannot copyFrom without access to create parent folder even if folder exists

2014-07-11 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14059019#comment-14059019 ] Gary Gregory commented on VFS-531: -- Can you download and build trunk to see if that still

[jira] [Created] (DBCP-422) Update Apache Commons Logging to 1.2 from 1.1.3

2014-07-12 Thread Gary Gregory (JIRA)
Gary Gregory created DBCP-422: - Summary: Update Apache Commons Logging to 1.2 from 1.1.3 Key: DBCP-422 URL: https://issues.apache.org/jira/browse/DBCP-422 Project: Commons Dbcp Issue Type:

[jira] [Resolved] (DBCP-422) Update Apache Commons Logging to 1.2 from 1.1.3

2014-07-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved DBCP-422. --- Resolution: Fixed In SVN. Update Apache Commons Logging to 1.2 from 1.1.3

[jira] [Commented] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-07-17 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14065895#comment-14065895 ] Gary Gregory commented on CODEC-187: Can we have an update from users' POV? Can this

[jira] [Comment Edited] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-07-17 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14065895#comment-14065895 ] Gary Gregory edited comment on CODEC-187 at 7/18/14 1:57 AM: -

[jira] [Commented] (POOL-266) Common Pool does not use log api

2014-07-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/POOL-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14066597#comment-14066597 ] Gary Gregory commented on POOL-266: --- Log4j 2.0 was just released :-) Common Pool does

[jira] [Updated] (VFS-532) [FTP] Allow configuring remoteVerificationEnabled on FTPClient instances

2014-07-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated VFS-532: - Summary: [FTP] Allow configuring remoteVerificationEnabled on FTPClient instances (was: [FTP] Allow

[jira] [Updated] (VFS-532) [FTP] Allow configuring remoteVerificationEnabled on FTPClients

2014-07-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated VFS-532: - Fix Version/s: 2.1 Assignee: Gary Gregory Summary: [FTP] Allow configuring

[jira] [Commented] (VFS-532) [FTP] Allow configuring remoteVerificationEnabled on FTPClient instances

2014-07-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14068505#comment-14068505 ] Gary Gregory commented on VFS-532: -- Feature added but _not_ using the patch refereed to in

[jira] [Commented] (DBUTILS-119) errors in BeanMapHandler javadoc

2014-07-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14068696#comment-14068696 ] Gary Gregory commented on DBUTILS-119: -- Patches welcome! ;-) errors in

[jira] [Updated] (DBUTILS-119) errors in BeanMapHandler javadoc

2014-07-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated DBUTILS-119: - Fix Version/s: (was: 1.7) errors in BeanMapHandler javadoc

[jira] [Resolved] (EXEC-69) DefaultExecutor async execute prevents shutdown hooks running

2014-07-23 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved EXEC-69. -- Resolution: Fixed Fix Version/s: 1.3 {noformat} commit -m [EXEC-69] DefaultExecutor async execute

[jira] [Updated] (BCEL-175) Implement the MethodParameters attribute

2014-07-26 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated BCEL-175: -- Labels: Java8 (was: ) Implement the MethodParameters attribute

[jira] [Updated] (BCEL-174) Verification of interfaces with default methods fails with Java 8

2014-07-26 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated BCEL-174: -- Labels: Java8 (was: ) Verification of interfaces with default methods fails with Java 8

[jira] [Issue Comment Deleted] (IO-347) commons-io:commons-io:1.3.2 POM incorrectly deployed under org.apache.commons

2014-07-28 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/IO-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated IO-347: Comment: was deleted (was: In 1992 he rode his fatty tour, finishing historical adderall 5mg how long does it

[jira] [Issue Comment Deleted] (IO-66) [IO] FilenameFilter that uses regular expressions (upload)

2014-07-28 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/IO-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated IO-66: --- Comment: was deleted (was: For pounds referred to the day consultancy, similar neurotransmitter of performance

[jira] [Created] (LANG-1033) Add StringUtils.countMatches(CharSequence, char)

2014-08-06 Thread Gary Gregory (JIRA)
Gary Gregory created LANG-1033: -- Summary: Add StringUtils.countMatches(CharSequence, char) Key: LANG-1033 URL: https://issues.apache.org/jira/browse/LANG-1033 Project: Commons Lang Issue Type:

[jira] [Updated] (LANG-1033) Add StringUtils.countMatches(CharSequence, char)

2014-08-06 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LANG-1033: --- Environment: Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e;

[jira] [Updated] (LANG-1033) Add StringUtils.countMatches(CharSequence, char)

2014-08-06 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LANG-1033: --- Description: Add: {code:java} /** * pCounts how many times the char appears in the given

<    3   4   5   6   7   8   9   10   11   12   >