[jira] [Updated] (MATH-1482) Pull request for GLSMultipleLinearRegression

2019-05-08 Thread Elena Kartysheva (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elena Kartysheva updated MATH-1482: --- Description: I would like to propose a pull request implementing an option to use variance ve

[jira] [Updated] (MATH-1482) Pull request for GLSMultipleLinearRegression

2019-05-08 Thread Elena Kartysheva (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elena Kartysheva updated MATH-1482: --- Description: I would like to propose a pull request implementing an option to use variance ve

[GitHub] [commons-lang] coveralls commented on issue #421: revise java-doc error

2019-05-08 Thread GitBox
coveralls commented on issue #421: revise java-doc error URL: https://github.com/apache/commons-lang/pull/421#issuecomment-490726464 [![Coverage Status](https://coveralls.io/builds/23275467/badge)](https://coveralls.io/builds/23275467) Coverage increased (+0.007%) to 95.396% when

[GitHub] [commons-lang] coveralls commented on issue #421: revise java-doc error

2019-05-08 Thread GitBox
coveralls commented on issue #421: revise java-doc error URL: https://github.com/apache/commons-lang/pull/421#issuecomment-490726462 [![Coverage Status](https://coveralls.io/builds/23275467/badge)](https://coveralls.io/builds/23275467) Coverage increased (+0.007%) to 95.396% when

[GitHub] [commons-lang] ScaldingBlood opened a new pull request #421: revise java-doc error

2019-05-08 Thread GitBox
ScaldingBlood opened a new pull request #421: revise java-doc error URL: https://github.com/apache/commons-lang/pull/421 Revise the java-doc of splitPreserveAllTokens(final String str, final String separatorChars, final int max) -

[jira] [Closed] (DBCP-546) Avoid NPE when calling DriverAdapterCPDS.toString()

2019-05-08 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed DBCP-546. - Resolution: Fixed In git master. > Avoid NPE when calling DriverAdapterCPDS.toString() > -

[GitHub] [commons-dbcp] garydgregory merged pull request #31: Avoid NPE when calling DriverAdapterCPDS.toString()

2019-05-08 Thread GitBox
garydgregory merged pull request #31: Avoid NPE when calling DriverAdapterCPDS.toString() URL: https://github.com/apache/commons-dbcp/pull/31 This is an automated message from the Apache Git Service. To respond to the messag

[jira] [Created] (DBCP-546) Avoid NPE when calling DriverAdapterCPDS.toString()

2019-05-08 Thread Gary Gregory (JIRA)
Gary Gregory created DBCP-546: - Summary: Avoid NPE when calling DriverAdapterCPDS.toString() Key: DBCP-546 URL: https://issues.apache.org/jira/browse/DBCP-546 Project: Commons DBCP Issue Type: Ne

[jira] [Commented] (DAEMON-398) Java 11 jvm.dll startup messages not available on stdout/stderr using Windows 10/2016

2019-05-08 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16835963#comment-16835963 ] Mark Thomas commented on DAEMON-398: Compilation with VS2017 isn't an option I am kee

[GitHub] [commons-rng] aherbert merged pull request #42: Update pom.xml

2019-05-08 Thread GitBox
aherbert merged pull request #42: Update pom.xml URL: https://github.com/apache/commons-rng/pull/42 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (MATH-1482) Pull request for GLSMultipleLinearRegression

2019-05-08 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16835942#comment-16835942 ] Gilles commented on MATH-1482: -- Thanks for your proposal. It just happens that this part of t

[jira] [Work logged] (BCEL-317) Pluggable cache for ConstantUtf8

2019-05-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-317?focusedWorklogId=239481&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239481 ] ASF GitHub Bot logged work on BCEL-317: --- Author: ASF GitHub Bot

[GitHub] [commons-bcel] suztomo opened a new pull request #26: [BCEL-317] Pluggable cache for ConstantUtf8

2019-05-08 Thread GitBox
suztomo opened a new pull request #26: [BCEL-317] Pluggable cache for ConstantUtf8 URL: https://github.com/apache/commons-bcel/pull/26 https://issues.apache.org/jira/browse/BCEL-317 This is an automated message from t

[jira] [Created] (BCEL-317) Pluggable cache for ConstantUtf8

2019-05-08 Thread Tomo Suzuki (JIRA)
Tomo Suzuki created BCEL-317: Summary: Pluggable cache for ConstantUtf8 Key: BCEL-317 URL: https://issues.apache.org/jira/browse/BCEL-317 Project: Commons BCEL Issue Type: Improvement C

[jira] [Work logged] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?focusedWorklogId=239446&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239446 ] ASF GitHub Bot logged work on LANG-1453: Author: ASF GitHub Bot

[GitHub] [commons-lang] chtompki commented on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem

2019-05-08 Thread GitBox
chtompki commented on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem URL: https://github.com/apache/commons-lang/pull/420#issuecomment-490633095 Yeah. I fiddled with it some today and didn’t see any clever solution that wasn’t brute force. I think we may

[jira] [Work logged] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?focusedWorklogId=239441&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239441 ] ASF GitHub Bot logged work on LANG-1453: Author: ASF GitHub Bot

[GitHub] [commons-lang] geratorres commented on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem

2019-05-08 Thread GitBox
geratorres commented on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem URL: https://github.com/apache/commons-lang/pull/420#issuecomment-490628533 Thanks! for the context with this new info I'll be trying to find a good solution -

[jira] [Commented] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-08 Thread Gerardo Torres Ontiveros (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16835855#comment-16835855 ] Gerardo Torres Ontiveros commented on LANG-1453: This issue is the same th

[jira] [Comment Edited] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-08 Thread Gerardo Torres Ontiveros (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16835855#comment-16835855 ] Gerardo Torres Ontiveros edited comment on LANG-1453 at 5/8/19 7:49 PM:

[GitHub] [commons-rng] coveralls commented on issue #42: Update pom.xml

2019-05-08 Thread GitBox
coveralls commented on issue #42: Update pom.xml URL: https://github.com/apache/commons-rng/pull/42#issuecomment-490614607 [![Coverage Status](https://coveralls.io/builds/23267483/badge)](https://coveralls.io/builds/23267483) Coverage decreased (-0.007%) to 98.473% when pulling

[GitHub] [commons-rng] coveralls commented on issue #42: Update pom.xml

2019-05-08 Thread GitBox
coveralls commented on issue #42: Update pom.xml URL: https://github.com/apache/commons-rng/pull/42#issuecomment-490614601 [![Coverage Status](https://coveralls.io/builds/23267483/badge)](https://coveralls.io/builds/23267483) Coverage decreased (-0.007%) to 98.473% when pulling

[GitHub] [commons-rng] AbhishekSinghDhadwal opened a new pull request #42: Update pom.xml

2019-05-08 Thread GitBox
AbhishekSinghDhadwal opened a new pull request #42: Update pom.xml URL: https://github.com/apache/commons-rng/pull/42 Added my name to the contributors list as per Alex sir's instructions. This is an automated message from the

[GitHub] [commons-statistics] ericbarnhill commented on issue #5: Initiated Regression Module

2019-05-08 Thread GitBox
ericbarnhill commented on issue #5: Initiated Regression Module URL: https://github.com/apache/commons-statistics/pull/5#issuecomment-490605551 Approved initial configuration of the commons-statistics-regression repository. T

[GitHub] [commons-statistics] ericbarnhill merged pull request #5: Initiated Regression Module

2019-05-08 Thread GitBox
ericbarnhill merged pull request #5: Initiated Regression Module URL: https://github.com/apache/commons-statistics/pull/5 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [commons-statistics] BBenNguyenn commented on a change in pull request #5: Initiated Regression Module

2019-05-08 Thread GitBox
BBenNguyenn commented on a change in pull request #5: Initiated Regression Module URL: https://github.com/apache/commons-statistics/pull/5#discussion_r282189510 ## File path: commons-statistics-regression/README.md ## @@ -0,0 +1,105 @@ + + +Apache Commons Statistics Regres

[GitHub] [commons-statistics] ericbarnhill commented on a change in pull request #5: Initiated Regression Module

2019-05-08 Thread GitBox
ericbarnhill commented on a change in pull request #5: Initiated Regression Module URL: https://github.com/apache/commons-statistics/pull/5#discussion_r282187198 ## File path: commons-statistics-regression/README.md ## @@ -0,0 +1,105 @@ + + +Apache Commons Statistics Regre

[jira] [Commented] (CODEC-134) Base32 would decode some invalid Base32 encoded string into arbitrary value

2019-05-08 Thread Tim Mousaw (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16835775#comment-16835775 ] Tim Mousaw commented on CODEC-134: -- Any more comments on the PR? I think I addressed your

[jira] [Updated] (COMPRESS-486) Expander causes "Cleaning up unclosed ZipFile" to be written to stderr

2019-05-08 Thread Jordan Piscitelli (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jordan Piscitelli updated COMPRESS-486: --- Description: Using the Expander, I found that it will create a zip file that is not

[GitHub] [commons-dbcp] scadgek opened a new pull request #31: Avoid NPE when calling DriverAdapterCPDS.toString()

2019-05-08 Thread GitBox
scadgek opened a new pull request #31: Avoid NPE when calling DriverAdapterCPDS.toString() URL: https://github.com/apache/commons-dbcp/pull/31 This is an automated message from the Apache Git Service. To respond to the messa

[jira] [Updated] (COMPRESS-486) Expander causes "Cleaning up unclosed ZipFile" to be written to stderr

2019-05-08 Thread Jordan Piscitelli (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jordan Piscitelli updated COMPRESS-486: --- Description: Using the Expander, I found that it will create a zip file that is not

[jira] [Created] (COMPRESS-486) Expander causes "Cleaning up unclosed ZipFile" to be written to stderr

2019-05-08 Thread Jordan Piscitelli (JIRA)
Jordan Piscitelli created COMPRESS-486: -- Summary: Expander causes "Cleaning up unclosed ZipFile" to be written to stderr Key: COMPRESS-486 URL: https://issues.apache.org/jira/browse/COMPRESS-486

[GitHub] [commons-statistics] BBenNguyenn opened a new pull request #5: Initiated Regression Module

2019-05-08 Thread GitBox
BBenNguyenn opened a new pull request #5: Initiated Regression Module URL: https://github.com/apache/commons-statistics/pull/5 **Summary:** Updated pom.xml files in parent and statistics-regression Copy & pasted misc files from statistics-distribution Note: README and CONTRIBUTION w

[GitHub] [commons-statistics] ericbarnhill commented on a change in pull request #4: A small Mode function

2019-05-08 Thread GitBox
ericbarnhill commented on a change in pull request #4: A small Mode function URL: https://github.com/apache/commons-statistics/pull/4#discussion_r282150978 ## File path: commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/CauchyDistribution.java

[GitHub] [commons-compress] coveralls edited a comment on issue #78: COMPRESS-485 keep zip entries order in parallel zip creation

2019-05-08 Thread GitBox
coveralls edited a comment on issue #78: COMPRESS-485 keep zip entries order in parallel zip creation URL: https://github.com/apache/commons-compress/pull/78#issuecomment-489726010 [![Coverage Status](https://coveralls.io/builds/23262829/badge)](https://coveralls.io/builds/23262829)

[GitHub] [commons-compress] coveralls edited a comment on issue #78: COMPRESS-485 keep zip entries order in parallel zip creation

2019-05-08 Thread GitBox
coveralls edited a comment on issue #78: COMPRESS-485 keep zip entries order in parallel zip creation URL: https://github.com/apache/commons-compress/pull/78#issuecomment-489726010 [![Coverage Status](https://coveralls.io/builds/23262829/badge)](https://coveralls.io/builds/23262829)

[jira] [Work logged] (COMPRESS-485) Reproducible Builds: keep entries order when gathering ParallelScatterZipCreator

2019-05-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-485?focusedWorklogId=239256&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239256 ] ASF GitHub Bot logged work on COMPRESS-485: --- Author: ASF GitHub B

[jira] [Work logged] (COMPRESS-485) Reproducible Builds: keep entries order when gathering ParallelScatterZipCreator

2019-05-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-485?focusedWorklogId=239257&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239257 ] ASF GitHub Bot logged work on COMPRESS-485: --- Author: ASF GitHub B

[jira] [Work logged] (COMPRESS-485) Reproducible Builds: keep entries order when gathering ParallelScatterZipCreator

2019-05-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-485?focusedWorklogId=239250&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239250 ] ASF GitHub Bot logged work on COMPRESS-485: --- Author: ASF GitHub B

[GitHub] [commons-compress] coveralls edited a comment on issue #78: COMPRESS-485 keep zip entries order in parallel zip creation

2019-05-08 Thread GitBox
coveralls edited a comment on issue #78: COMPRESS-485 keep zip entries order in parallel zip creation URL: https://github.com/apache/commons-compress/pull/78#issuecomment-489726010 [![Coverage Status](https://coveralls.io/builds/23262701/badge)](https://coveralls.io/builds/23262701)

[jira] [Updated] (COMPRESS-485) Reproducible Builds: keep entries order when gathering ParallelScatterZipCreator

2019-05-08 Thread JIRA
[ https://issues.apache.org/jira/browse/COMPRESS-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hervé Boutemy updated COMPRESS-485: --- Description: currently, zip files created using ParallelScatterZipCreator have random order

[jira] [Work logged] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?focusedWorklogId=239247&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239247 ] ASF GitHub Bot logged work on LANG-1453: Author: ASF GitHub Bot

[GitHub] [commons-lang] chtompki commented on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem

2019-05-08 Thread GitBox
chtompki commented on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem URL: https://github.com/apache/commons-lang/pull/420#issuecomment-490534024 Another non-deprecated Unicode character that has this `IndexOutOfBoundsException` as well is `\uFB01` or `fi

[jira] [Work logged] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?focusedWorklogId=239248&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239248 ] ASF GitHub Bot logged work on LANG-1453: Author: ASF GitHub Bot

[GitHub] [commons-lang] garydgregory commented on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem

2019-05-08 Thread GitBox
garydgregory commented on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem URL: https://github.com/apache/commons-lang/pull/420#issuecomment-490533113 Some background: https://garygregory.wordpress.com/2015/11/03/java-lowercase-conversion-turkey/ -

[GitHub] [commons-lang] chtompki edited a comment on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem

2019-05-08 Thread GitBox
chtompki edited a comment on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem URL: https://github.com/apache/commons-lang/pull/420#issuecomment-490534024 Another non-deprecated Unicode character that has this `IndexOutOfBoundsException` as well is `\uFB01

[jira] [Work logged] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?focusedWorklogId=239244&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239244 ] ASF GitHub Bot logged work on LANG-1453: Author: ASF GitHub Bot

[jira] [Work logged] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?focusedWorklogId=239240&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239240 ] ASF GitHub Bot logged work on LANG-1453: Author: ASF GitHub Bot

[GitHub] [commons-lang] chtompki commented on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem

2019-05-08 Thread GitBox
chtompki commented on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem URL: https://github.com/apache/commons-lang/pull/420#issuecomment-490528607 An example of another character that has this problem from the lowercase alphabet is `ʼn` or `\u0149`. So the q

[jira] [Work logged] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?focusedWorklogId=239232&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239232 ] ASF GitHub Bot logged work on LANG-1453: Author: ASF GitHub Bot

[GitHub] [commons-lang] chtompki commented on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem

2019-05-08 Thread GitBox
chtompki commented on issue #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem URL: https://github.com/apache/commons-lang/pull/420#issuecomment-490520731 I agree with @cesartxt - it seems that this resolves the unit tests as written for `StringUtils`, but the ques

[jira] [Work logged] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?focusedWorklogId=239231&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-239231 ] ASF GitHub Bot logged work on LANG-1453: Author: ASF GitHub Bot

[GitHub] [commons-lang] chtompki commented on a change in pull request #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem

2019-05-08 Thread GitBox
chtompki commented on a change in pull request #420: LANG-1453: using toUpperCase instead of toLowerCase solve the problem URL: https://github.com/apache/commons-lang/pull/420#discussion_r282105741 ## File path: src/test/java/org/apache/commons/lang3/StringUtilsTest.java ##

[GitHub] [commons-math] coveralls commented on issue #106: Pull request for GLSMultipleLinearRegression

2019-05-08 Thread GitBox
coveralls commented on issue #106: Pull request for GLSMultipleLinearRegression URL: https://github.com/apache/commons-math/pull/106#issuecomment-490510232 [![Coverage Status](https://coveralls.io/builds/23261261/badge)](https://coveralls.io/builds/23261261) Coverage decreased (-

[jira] [Created] (MATH-1482) Pull request for GLSMultipleLinearRegression

2019-05-08 Thread Elena Kartysheva (JIRA)
Elena Kartysheva created MATH-1482: -- Summary: Pull request for GLSMultipleLinearRegression Key: MATH-1482 URL: https://issues.apache.org/jira/browse/MATH-1482 Project: Commons Math Issue Typ

[GitHub] [commons-math] karl-crl opened a new pull request #106: Pull request for GLSMultipleLinearRegression

2019-05-08 Thread GitBox
karl-crl opened a new pull request #106: Pull request for GLSMultipleLinearRegression URL: https://github.com/apache/commons-math/pull/106 Added new way to pass covariance parameters (by variance vector), added test comparing estimation of beta using covariance matrix and variance vector a

[jira] [Updated] (JEXL-298) Unable to call 'empty' and 'size' member methods with parameters

2019-05-08 Thread Dmitri Blinov (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitri Blinov updated JEXL-298: --- Description: It's not possible to parse scripts like {code:java} x.size(0){code} or {code:java} x.empty

[jira] [Created] (JEXL-298) Unable to call 'empty' and 'size' member methods with parameters

2019-05-08 Thread Dmitri Blinov (JIRA)
Dmitri Blinov created JEXL-298: -- Summary: Unable to call 'empty' and 'size' member methods with parameters Key: JEXL-298 URL: https://issues.apache.org/jira/browse/JEXL-298 Project: Commons JEXL

[GitHub] [commons-statistics] UditArora2000 commented on a change in pull request #4: A small Mode function

2019-05-08 Thread GitBox
UditArora2000 commented on a change in pull request #4: A small Mode function URL: https://github.com/apache/commons-statistics/pull/4#discussion_r282004202 ## File path: commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/CauchyDistribution.java

[jira] [Commented] (DAEMON-398) Java 11 jvm.dll startup messages not available on stdout/stderr using Windows 10/2016

2019-05-08 Thread Gerwin (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16835463#comment-16835463 ] Gerwin commented on DAEMON-398: --- This is similar characteristics as [DAEMON-396 LibraryPath

[jira] [Updated] (DAEMON-396) LibraryPath is broken for Java 11 using Windows 10/2016

2019-05-08 Thread Gerwin (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerwin updated DAEMON-396: -- Description: My application which runs on TomEE is broken when running on Java 11 with Windows 10/2016. I'm ge

[jira] [Reopened] (DAEMON-396) LibraryPath is broken for Java 11

2019-05-08 Thread Gerwin (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerwin reopened DAEMON-396: --- I'm using the original prunsrv.exe provided by commons-daemon project, compiled with VS2013. I have more inform

[jira] [Updated] (DAEMON-398) Java 11 jvm.dll startup messages not available on stdout/stderr using Windows 10/2016

2019-05-08 Thread Gerwin (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerwin updated DAEMON-398: -- Issue Type: Bug (was: Improvement) Summary: Java 11 jvm.dll startup messages not available on stdout/std