[jira] [Comment Edited] (JCS-156) BlockDiskCache is limited to 2GB.

2016-05-16 Thread Ryan Fong (JIRA)
[ https://issues.apache.org/jira/browse/JCS-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15285986#comment-15285986 ] Ryan Fong edited comment on JCS-156 at 5/17/16 3:56 AM: [~tv], I'm attaching a

[jira] [Updated] (JCS-156) BlockDiskCache is limited to 2GB.

2016-05-16 Thread Ryan Fong (JIRA)
[ https://issues.apache.org/jira/browse/JCS-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Fong updated JCS-156: -- Attachment: jcs.patch [~thomas.vdvelde], I'm attaching a suggested patch for this bug. I didn't run with it but

[jira] [Updated] (DAEMON-347) The commons-daemon has no knowledge of AArch64

2016-05-16 Thread Ganesh Raju (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Raju updated DAEMON-347: --- Description: The commons-daemon has no knowledge of AArch64. Need to make jsvc build-able in AARCH64

[jira] [Updated] (DAEMON-347) The commons-daemon has no knowledge of AArch64

2016-05-16 Thread Ganesh Raju (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Raju updated DAEMON-347: --- Attachment: 0001-added-aarch64-support.patch Attaching the patch > The commons-daemon has no

[jira] [Updated] (DAEMON-347) The commons-daemon has no knowledge of AArch64

2016-05-16 Thread Ganesh Raju (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Raju updated DAEMON-347: --- Description: The commons-daemon has no knowledge of AArch64. Need to make jsvc build-able in AARCH64

[jira] [Commented] (DAEMON-347) The commons-daemon has no knowledge of AArch64

2016-05-16 Thread Ganesh Raju (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15285954#comment-15285954 ] Ganesh Raju commented on DAEMON-347: Please provide me access to submit the patch and also to assign

[jira] [Created] (DAEMON-347) The commons-daemon has no knowledge of AArch64

2016-05-16 Thread Ganesh Raju (JIRA)
Ganesh Raju created DAEMON-347: -- Summary: The commons-daemon has no knowledge of AArch64 Key: DAEMON-347 URL: https://issues.apache.org/jira/browse/DAEMON-347 Project: Commons Daemon Issue

[jira] [Updated] (CODEC-220) Possible more OO-like approach to DigestUtils

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-220: --- Attachment: MessageDigestHelper.java Sample implementation as a separate class. This has the advantage of allowing a

[jira] [Created] (CODEC-220) Possible more OO-like approach to DigestUtils

2016-05-16 Thread Sebb (JIRA)
Sebb created CODEC-220: -- Summary: Possible more OO-like approach to DigestUtils Key: CODEC-220 URL: https://issues.apache.org/jira/browse/CODEC-220 Project: Commons Codec Issue Type: Improvement

[jira] [Resolved] (CODEC-211) Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CODEC-211. Resolution: Won't Fix > Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms >

[jira] [Reopened] (CODEC-211) Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb reopened CODEC-211: > Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms >

[jira] [Resolved] (CODEC-211) Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CODEC-211. Resolution: Fixed Assignee: (was: Gary Gregory) URL: http://svn.apache.org/viewvc?rev=1744172=rev Log:

[jira] [Updated] (CODEC-211) Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-211: --- Fix Version/s: (was: 1.11) > Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms >

[jira] [Commented] (CODEC-211) Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15285681#comment-15285681 ] Sebb commented on CODEC-211: There is no need to have duplicate methods in DigestUtils if the algorithm name

[jira] [Commented] (CODEC-219) Don't deprecate Charsets Charset constants in favor of Java 7's java.nio.charset.StandardCharsets

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15285656#comment-15285656 ] Sebb commented on CODEC-219: We should not deprecate even when Codec targets Java 7+. At that point, the

[jira] [Commented] (CODEC-211) Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms

2016-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15285592#comment-15285592 ] Gary Gregory commented on CODEC-211: The advantage is that the enum has methods on the instance side

[jira] [Commented] (CODEC-211) Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15285571#comment-15285571 ] Sebb commented on CODEC-211: Yes, I know that there are some standard names, and there is a use case for

[jira] [Closed] (CODEC-219) Don't deprecate Charsets Charset constants in favor of Java 7's java.nio.charset.StandardCharsets

2016-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed CODEC-219. -- Resolution: Fixed In svn trunk. > Don't deprecate Charsets Charset constants in favor of Java 7's >

[jira] [Closed] (CODEC-178) Deprecate Charsets Charset constants in favor of Java 7's java.nio.charset.StandardCharsets

2016-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed CODEC-178. -- Resolution: Fixed Closing in favor of [CODEC-219]. > Deprecate Charsets Charset constants in favor of

[jira] [Created] (CODEC-219) Don't deprecate Charsets Charset constants in favor of Java 7's java.nio.charset.StandardCharsets

2016-05-16 Thread Gary Gregory (JIRA)
Gary Gregory created CODEC-219: -- Summary: Don't deprecate Charsets Charset constants in favor of Java 7's java.nio.charset.StandardCharsets Key: CODEC-219 URL: https://issues.apache.org/jira/browse/CODEC-219

[jira] [Updated] (CODEC-206) Add java.io.File APIs to MessageDigestAlgorithm

2016-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CODEC-206: --- Description: The original ticket called for adding File APIs to DigestUtils: - md2(File) -

[jira] [Updated] (CODEC-206) Add java.io.File APIs to MessageDigestAlgorithm

2016-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CODEC-206: --- Summary: Add java.io.File APIs to MessageDigestAlgorithm (was: Add java.io.File APIs to DigestUtils)

[jira] [Comment Edited] (CODEC-206) Add java.io.File APIs to DigestUtils

2016-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15285311#comment-15285311 ] Gary Gregory edited comment on CODEC-206 at 5/16/16 9:14 PM: - The new place to

[jira] [Commented] (CODEC-206) Add java.io.File APIs to DigestUtils

2016-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15285311#comment-15285311 ] Gary Gregory commented on CODEC-206: The new place to do File work is directly in

[jira] [Commented] (CODEC-211) Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms

2016-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15285307#comment-15285307 ] Gary Gregory commented on CODEC-211: There are at least three required algorithms, based on the Javadoc

[jira] [Resolved] (CODEC-218) Refactor HmacUtils methods into the HmacAlgorithms enum

2016-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved CODEC-218. Resolution: Fixed In svn trunk. > Refactor HmacUtils methods into the HmacAlgorithms enum >

[jira] [Closed] (SCXML-249) Moving to Java 8 in 2.0

2016-05-16 Thread Woonsan Ko (JIRA)
[ https://issues.apache.org/jira/browse/SCXML-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Woonsan Ko closed SCXML-249. Resolution: Duplicate > Moving to Java 8 in 2.0 > --- > > Key: SCXML-249

[jira] [Commented] (CODEC-206) Add java.io.File APIs to DigestUtils

2016-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15285246#comment-15285246 ] Gary Gregory commented on CODEC-206: Yeah, since the enum does the job now, there is no need for the

[jira] [Commented] (CODEC-206) Add java.io.File APIs to DigestUtils

2016-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15285242#comment-15285242 ] Gary Gregory commented on CODEC-206: That's a typo, I meant "Hex" variant of the methods. > Add

[jira] [Commented] (CODEC-211) Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms

2016-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15285231#comment-15285231 ] Gary Gregory commented on CODEC-211: {quote} as the there is no complete list of algorithms. {quote}

[jira] [Commented] (CODEC-211) Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15285116#comment-15285116 ] Sebb commented on CODEC-211: Note: this is different from the HmacAlgorithms enum, which was never present as

[jira] [Commented] (CODEC-212) Create a minimal Digest command line utility: org.apache.commons.codec.digest.Digest

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15285072#comment-15285072 ] Sebb commented on CODEC-212: I have time to do it. NET is not a multi-module project. It just creates multiple

[jira] [Commented] (CODEC-212) Create a minimal Digest command line utility: org.apache.commons.codec.digest.Digest

2016-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15285057#comment-15285057 ] Gary Gregory commented on CODEC-212: I'm open to the idea but I do not have the bandwidth to execute

[jira] [Updated] (CODEC-218) Refactor HmacUtils methods into the HmacAlgorithms enum

2016-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CODEC-218: --- Description: Refactor HmacUtils methods into the HmacAlgorithms enum. Adds to the enum: -

[jira] [Created] (CODEC-218) Refactor HmacUtils methods into the HmacAlgorithms enum

2016-05-16 Thread Gary Gregory (JIRA)
Gary Gregory created CODEC-218: -- Summary: Refactor HmacUtils methods into the HmacAlgorithms enum Key: CODEC-218 URL: https://issues.apache.org/jira/browse/CODEC-218 Project: Commons Codec

[jira] [Created] (SCXML-250) Drop XML/XPath based data model in 2.0

2016-05-16 Thread Woonsan Ko (JIRA)
Woonsan Ko created SCXML-250: Summary: Drop XML/XPath based data model in 2.0 Key: SCXML-250 URL: https://issues.apache.org/jira/browse/SCXML-250 Project: Commons SCXML Issue Type: New Feature

[jira] [Reopened] (CODEC-212) Create a minimal Digest command line utility: org.apache.commons.codec.digest.Digest

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb reopened CODEC-212: Assignee: (was: Gary Gregory) I wonder if the class would be better placed in a new package and jar? The code

[jira] [Created] (SCXML-249) Moving to Java 8 in 2.0

2016-05-16 Thread Woonsan Ko (JIRA)
Woonsan Ko created SCXML-249: Summary: Moving to Java 8 in 2.0 Key: SCXML-249 URL: https://issues.apache.org/jira/browse/SCXML-249 Project: Commons SCXML Issue Type: Task Reporter:

[jira] [Commented] (LANG-1229) Performance regression due to cyclic hashCode guard

2016-05-16 Thread Philippe Marschall (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15284932#comment-15284932 ] Philippe Marschall commented on LANG-1229: -- A potential patch

[jira] [Commented] (LANG-1230) Remove unnecessary synchronization from registry lookup

2016-05-16 Thread Philippe Marschall (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15284929#comment-15284929 ] Philippe Marschall commented on LANG-1230: -- Sure https://github.com/apache/commons-lang/pull/143

[jira] [Commented] (LANG-1230) Remove unnecessary synchronization from registry lookup

2016-05-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15284887#comment-15284887 ] Gary Gregory commented on LANG-1230: Can you please provide a patch to expedite things? > Remove

[jira] [Commented] (VFS-611) Clarify NOTICE is not required for JcrUtils from JackRabbit

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/VFS-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15284764#comment-15284764 ] Sebb commented on VFS-611: -- The NOTICE file is for *required* attributions only. Since the copied code was created

[jira] [Commented] (VFS-611) Clarify NOTICE is not required for JcrUtils from JackRabbit

2016-05-16 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/VFS-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15284727#comment-15284727 ] Josh Elser commented on VFS-611: Thanks for the quick reply, [~busbey]. bq. We have to reproduce whatever

[jira] [Commented] (VFS-611) Clarify NOTICE is not required for JcrUtils from JackRabbit

2016-05-16 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/VFS-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15284709#comment-15284709 ] Sean Busbey commented on VFS-611: - We have to reproduce whatever parts of the NOTICE file are relevant. If

[jira] [Commented] (CODEC-206) Add java.io.File APIs to DigestUtils

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15284680#comment-15284680 ] Sebb commented on CODEC-206: I don't understand what you mean by an 'ex' method. However I don't think the

[jira] [Commented] (COMPRESS-354) PureJavaCrc32C constructor calls overrideable method

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15284669#comment-15284669 ] Sebb commented on COMPRESS-354: --- Added comments in 14b3d1a > PureJavaCrc32C constructor calls

[jira] [Reopened] (CODEC-195) Support SHA-224 in DigestUtils on Java 8

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb reopened CODEC-195: Assignee: (was: Gary Gregory) I now think the enum is should be removed, see: CODEC-211 > Support SHA-224 in

[jira] [Commented] (CODEC-211) Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15284650#comment-15284650 ] Sebb commented on CODEC-211: I now think the enum should be removed, as it does not appear to me to offer

[jira] [Commented] (CODEC-178) Deprecate Charsets Charset constants in favor of Java 7's java.nio.charset.StandardCharsets

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15284635#comment-15284635 ] Sebb commented on CODEC-178: No, that's not what I'm saying. Assuming that we are targetting 1.6, it's wrong

[jira] [Commented] (VFS-611) Clarify NOTICE is not required for JcrUtils from JackRabbit

2016-05-16 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/VFS-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15284627#comment-15284627 ] Josh Elser commented on VFS-611: Also, cc [~busbey] if this is easier here than on the ML > Clarify NOTICE

[jira] [Updated] (VFS-611) Clarify NOTICE is not required for JcrUtils from JackRabbit

2016-05-16 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/VFS-611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated VFS-611: --- Priority: Blocker (was: Major) > Clarify NOTICE is not required for JcrUtils from JackRabbit >

[jira] [Updated] (VFS-611) Clarify NOTICE is not required for JcrUtils from JackRabbit

2016-05-16 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/VFS-611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated VFS-611: --- Assignee: Stian Soiland-Reyes > Clarify NOTICE is not required for JcrUtils from JackRabbit >

[jira] [Commented] (VFS-611) Clarify NOTICE is not required for JcrUtils from JackRabbit

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/VFS-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15284562#comment-15284562 ] Sebb commented on VFS-611: -- Further, it's not clear whether the attribution in the JackRabbit NOTICE file is itself

[jira] [Resolved] (MATH-1357) Create Github Pull Request Template

2016-05-16 Thread Rob Tompkins (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Tompkins resolved MATH-1357. Resolution: Implemented > Create Github Pull Request Template > ---

[jira] [Commented] (MATH-1357) Create Github Pull Request Template

2016-05-16 Thread Rob Tompkins (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15284434#comment-15284434 ] Rob Tompkins commented on MATH-1357: Closing it makes sense to me. It was just an issue created for the

[jira] [Commented] (COMPRESS-354) PureJavaCrc32C constructor calls overrideable method

2016-05-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15284354#comment-15284354 ] Sebb commented on COMPRESS-354: --- Already did: https://issues.apache.org/jira/browse/HADOOP-13147 >

[jira] [Created] (VFS-611) Clarify NOTICE is not required for JcrUtils from JackRabbit

2016-05-16 Thread Stian Soiland-Reyes (JIRA)
Stian Soiland-Reyes created VFS-611: --- Summary: Clarify NOTICE is not required for JcrUtils from JackRabbit Key: VFS-611 URL: https://issues.apache.org/jira/browse/VFS-611 Project: Commons VFS

[jira] [Created] (MATH-1363) Update the "Data Generation" part of the userguide

2016-05-16 Thread Gilles (JIRA)
Gilles created MATH-1363: Summary: Update the "Data Generation" part of the userguide Key: MATH-1363 URL: https://issues.apache.org/jira/browse/MATH-1363 Project: Commons Math Issue Type: Sub-task

[GitHub] commons-lang pull request: LANG-1230 Remove unnecessary synchroniz...

2016-05-16 Thread marschall
GitHub user marschall opened a pull request: https://github.com/apache/commons-lang/pull/143 LANG-1230 Remove unnecessary synchronization The synchronization in HashCodeBuilder and EqualsBuilder is not needed and can safely be removed. Issue: LANG-1230

[jira] [Created] (LANG-1230) Remove unnecessary synchronization from registry lookup

2016-05-16 Thread Philippe Marschall (JIRA)
Philippe Marschall created LANG-1230: Summary: Remove unnecessary synchronization from registry lookup Key: LANG-1230 URL: https://issues.apache.org/jira/browse/LANG-1230 Project: Commons Lang

[jira] [Commented] (LANG-1229) Performance regression due to cyclic hashCode guard

2016-05-16 Thread Philippe Marschall (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15284263#comment-15284263 ] Philippe Marschall commented on LANG-1229: -- Personally I don't like boolean flags to methods that

[jira] [Commented] (NET-426) FTPS: Hook to customize _openDataConnection_ SSLSocket before startHandshake() is called

2016-05-16 Thread Ralf Hauser (JIRA)
[ https://issues.apache.org/jira/browse/NET-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15284248#comment-15284248 ] Ralf Hauser commented on NET-426: - with commons-net 3.3 it only worked, once I