[jira] [Commented] (EMAIL-189) if Korean language is included in attachment file name, attachment file name is broken.

2019-08-05 Thread Lee Jun Gyun (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16900505#comment-16900505 ] Lee Jun Gyun commented on EMAIL-189: I don't understand your comments. can you explain in detail? >

[jira] [Resolved] (RNG-90) Improve nextInt(int) and nextLong(long) for powers of 2

2019-08-05 Thread Alex D Herbert (JIRA)
[ https://issues.apache.org/jira/browse/RNG-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex D Herbert resolved RNG-90. --- Resolution: Implemented Fix Version/s: 1.3 In master. > Improve nextInt(int) and nextLong(long)

[GitHub] [commons-rng] asfgit merged pull request #60: RNG-90: Use faster algorithm for nextInt(int).

2019-08-05 Thread GitBox
asfgit merged pull request #60: RNG-90: Use faster algorithm for nextInt(int). URL: https://github.com/apache/commons-rng/pull/60 This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Commented] (BCEL-279) Utility.methodSignature* throw ClassFormatException when converting binary names with generics.

2019-08-05 Thread Mark Roberts (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16900345#comment-16900345 ] Mark Roberts commented on BCEL-279: --- I have submitted a patch that adds a lot of the missing features.

[jira] [Commented] (BCEL-279) Utility.methodSignature* throw ClassFormatException when converting binary names with generics.

2019-08-05 Thread Mark Roberts (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16900336#comment-16900336 ] Mark Roberts commented on BCEL-279: --- I have gone over this is some detail and believe that the methods in

[jira] [Updated] (BCEL-279) Utility.methodSignature* throw ClassFormatException when converting binary names with generics.

2019-08-05 Thread Mark Roberts (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Roberts updated BCEL-279: -- Attachment: bcel279.patch > Utility.methodSignature* throw ClassFormatException when converting binary

[jira] [Updated] (DAEMON-406) Is jsvc compatible with OpenJDK 12?

2019-08-05 Thread Atul (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul updated DAEMON-406: Description: Does jsvc work with OpenJDK 12? OS: Fedora, CentOS 7.4 Java: OpenJDK 12 jsvc version: 1.2.0

[jira] [Created] (DAEMON-406) Is jsvc compatible with OpenJDK 12?

2019-08-05 Thread Atul (JIRA)
Atul created DAEMON-406: --- Summary: Is jsvc compatible with OpenJDK 12? Key: DAEMON-406 URL: https://issues.apache.org/jira/browse/DAEMON-406 Project: Commons Daemon Issue Type: Bug

[GitHub] [commons-rng] coveralls commented on issue #61: RNG-85: Middle Square Weyl Sequence generator

2019-08-05 Thread GitBox
coveralls commented on issue #61: RNG-85: Middle Square Weyl Sequence generator URL: https://github.com/apache/commons-rng/pull/61#issuecomment-518281996 [![Coverage Status](https://coveralls.io/builds/24989656/badge)](https://coveralls.io/builds/24989656) Coverage increased

[jira] [Commented] (RNG-85) Middle Square Weyl Sequence generator

2019-08-05 Thread Alex D Herbert (JIRA)
[ https://issues.apache.org/jira/browse/RNG-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16900149#comment-16900149 ] Alex D Herbert commented on RNG-85: --- I have updated my previous implementation of the Middle Square Weyl

[GitHub] [commons-rng] aherbert opened a new pull request #61: RNG-85: Middle Square Weyl Sequence generator

2019-08-05 Thread GitBox
aherbert opened a new pull request #61: RNG-85: Middle Square Weyl Sequence generator URL: https://github.com/apache/commons-rng/pull/61 Adds the Middle Square Weyl Sequence generator and a routine that can create hex digit permutations to be used as good seeds for the generator.

[GitHub] [commons-fileupload] garydgregory merged pull request #20: Adding Power Support

2019-08-05 Thread GitBox
garydgregory merged pull request #20: Adding Power Support URL: https://github.com/apache/commons-fileupload/pull/20 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Created] (JEXL-309) Line numbers are not correct when template generate errors

2019-08-05 Thread Henri Biestro (JIRA)
Henri Biestro created JEXL-309: -- Summary: Line numbers are not correct when template generate errors Key: JEXL-309 URL: https://issues.apache.org/jira/browse/JEXL-309 Project: Commons JEXL

[jira] [Commented] (TEXT-171) StringLookupFactory.addDefaultStringLookups(Map) does not convert keys to lower case

2019-08-05 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16900040#comment-16900040 ] Gary Gregory commented on TEXT-171: --- [~michael-o], I added the following to the description: {quote}

[jira] [Updated] (TEXT-171) StringLookupFactory.addDefaultStringLookups(Map) does not convert keys to lower case

2019-08-05 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated TEXT-171: -- Description: Internally, the class {{org.apache.commons.text.lookup.InterpolatorStringLookup}}

[GitHub] [commons-fileupload] lysannef commented on issue #20: Adding Power Support

2019-08-05 Thread GitBox
lysannef commented on issue #20: Adding Power Support URL: https://github.com/apache/commons-fileupload/pull/20#issuecomment-518207792 @garydgregory Reverted the EOL change This is an automated message from the Apache Git

[GitHub] [commons-collections] garydgregory merged pull request #79: Adding Power support

2019-08-05 Thread GitBox
garydgregory merged pull request #79: Adding Power support URL: https://github.com/apache/commons-collections/pull/79 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Commented] (EMAIL-189) if Korean language is included in attachment file name, attachment file name is broken.

2019-08-05 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16899964#comment-16899964 ] Michael Osipov commented on EMAIL-189: -- I thnk using quoted printiable is wrong here. The same scheme

[GitHub] [commons-fileupload] coveralls edited a comment on issue #20: Adding Power Support

2019-08-05 Thread GitBox
coveralls edited a comment on issue #20: Adding Power Support URL: https://github.com/apache/commons-fileupload/pull/20#issuecomment-514481372 [![Coverage Status](https://coveralls.io/builds/24982868/badge)](https://coveralls.io/builds/24982868) Coverage remained the same at

[GitHub] [commons-collections] lysannef commented on issue #79: Adding Power support

2019-08-05 Thread GitBox
lysannef commented on issue #79: Adding Power support URL: https://github.com/apache/commons-collections/pull/79#issuecomment-518147727 @garydgregory Fixed issues with EOL This is an automated message from the Apache Git

[jira] [Created] (EMAIL-189) if Korean language is included in attachment file name, attachment file name is broken.

2019-08-05 Thread Lee Jun Gyun (JIRA)
Lee Jun Gyun created EMAIL-189: -- Summary: if Korean language is included in attachment file name, attachment file name is broken. Key: EMAIL-189 URL: https://issues.apache.org/jira/browse/EMAIL-189

[jira] [Commented] (FUNCTOR-31) Clean up API for Java 8

2019-08-05 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/FUNCTOR-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16899904#comment-16899904 ] Emmanuel Bourg commented on FUNCTOR-31: --- If there isn't much left in the end, maybe we could merge

[jira] [Commented] (TEXT-171) StringLookupFactory.addDefaultStringLookups(Map) does not convert keys to lower case

2019-08-05 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16899824#comment-16899824 ] Michael Osipov commented on TEXT-171: - Is the lowercase documented actually? >