[jira] [Resolved] (DAEMON-312) prunmgr: //MQ fails to kill multiple instances

2017-10-27 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved DAEMON-312. Resolution: Fixed Fix Version/s: 1.1 There were two issues here. Both have been fixed. 1.

[jira] [Updated] (TEXT-106) Exception thrown in ExtendedMessageFormat using quotes with custom registry

2017-10-27 Thread JIRA
[ https://issues.apache.org/jira/browse/TEXT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoît Moreau updated TEXT-106: --- Attachment: ExtendedMessageFormat.java.patch ExtendedMessageFormatTest.java.patch I

[jira] [Deleted] (VALIDATOR-431) Lorem ipsum

2017-10-27 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb deleted VALIDATOR-431: --- > Lorem ipsum > --- > > Key: VALIDATOR-431 > URL:

[jira] [Deleted] (VALIDATOR-432) Lorem ipsum sub task

2017-10-27 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb deleted VALIDATOR-432: --- > Lorem ipsum sub task > > > Key: VALIDATOR-432 > URL:

[GitHub] commons-lang issue #304: Fix DateUtilsTest to work reliably on Java 9

2017-10-27 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/commons-lang/pull/304 The current git master build OK for me with 'mvn clean verify' and Oracle Java 9.0.1. ---

[jira] [Commented] (JEXL-243) Allow restricting available features in Script/Expressions

2017-10-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16222599#comment-16222599 ] Henri Biestro commented on JEXL-243: First drop:

[jira] [Updated] (JEXL-242) invalid jexl calculation while doing sum for particular value

2017-10-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-242: --- Assignee: Henri Biestro > invalid jexl calculation while doing sum for particular value >

[jira] [Resolved] (JEXL-242) invalid jexl calculation while doing sum for particular value

2017-10-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-242. Resolution: Cannot Reproduce Following code does not reproduce: {code} @Test public void

[jira] [Created] (VALIDATOR-432) Lorem ipsum sub task

2017-10-27 Thread Muthukumaran MS (JIRA)
Muthukumaran MS created VALIDATOR-432: - Summary: Lorem ipsum sub task Key: VALIDATOR-432 URL: https://issues.apache.org/jira/browse/VALIDATOR-432 Project: Commons Validator Issue Type:

[jira] [Created] (VALIDATOR-431) Lorem ipsum

2017-10-27 Thread Muthukumaran MS (JIRA)
Muthukumaran MS created VALIDATOR-431: - Summary: Lorem ipsum Key: VALIDATOR-431 URL: https://issues.apache.org/jira/browse/VALIDATOR-431 Project: Commons Validator Issue Type: Bug

[jira] [Created] (JEXL-243) Allow restricting available features in Script/Expressions

2017-10-27 Thread Henri Biestro (JIRA)
Henri Biestro created JEXL-243: -- Summary: Allow restricting available features in Script/Expressions Key: JEXL-243 URL: https://issues.apache.org/jira/browse/JEXL-243 Project: Commons JEXL

[jira] [Updated] (JEXL-243) Allow restricting available features in Script/Expressions

2017-10-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-243: --- Assignee: Henri Biestro > Allow restricting available features in Script/Expressions >

[jira] [Resolved] (JEXL-240) Unable to invoke a call operator using antish style variable resoltion

2017-10-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-240. Resolution: Fixed src/main/java/org/apache/commons/jexl3/internal/Interpreter.java

[jira] [Reopened] (JEXL-240) Unable to invoke a call operator using antish style variable resoltion

2017-10-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro reopened JEXL-240: Using classes (objects) as usable functors to create instances breaks the ability to statically

[GitHub] commons-lang pull request #299: Add module-info for Java 9

2017-10-27 Thread jodastephen
Github user jodastephen commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/299#discussion_r147424665 --- Diff: src/main/java/module-info.java --- @@ -0,0 +1,41 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] commons-lang pull request #299: Add module-info for Java 9

2017-10-27 Thread namannigam
Github user namannigam commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/299#discussion_r147422522 --- Diff: src/main/java/module-info.java --- @@ -0,0 +1,41 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[jira] [Commented] (LANG-1124) Add split by length methods in StringUtils

2017-10-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16222323#comment-16222323 ] ASF GitHub Bot commented on LANG-1124: -- Github user asfgit closed the pull request at:

[GitHub] commons-lang pull request #184: Correct replacing 160 in normalizeSpace

2017-10-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/184 ---

[GitHub] commons-lang pull request #75: LANG-1124: Add StringUtils split by length me...

2017-10-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/75 ---

[GitHub] commons-lang pull request #298: Add an instanceof test in the implementation...

2017-10-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/298 ---

[GitHub] commons-lang pull request #279: Fraction debug printings

2017-10-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/279 ---

[GitHub] commons-lang pull request #297: Add a rule of Locale.ENGLISH to String.toUpp...

2017-10-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/297 ---

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

2017-10-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16222319#comment-16222319 ] ASF GitHub Bot commented on LANG-1164: -- Github user PascalSchumacher closed the pull request at:

[GitHub] commons-lang pull request #209: LANG-1164: allow ToStringStyle to omitNulls

2017-10-27 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/commons-lang/pull/209 ---

[jira] [Commented] (LANG-1268) Add methods for comparing numbers/compareables against each others to Validate

2017-10-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16222316#comment-16222316 ] ASF GitHub Bot commented on LANG-1268: -- Github user PascalSchumacher closed the pull request at:

[GitHub] commons-lang pull request #204: LANG-1268: Add methods for comparing numbers...

2017-10-27 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/commons-lang/pull/204 ---

[GitHub] commons-lang issue #299: Add module-info for Java 9

2017-10-27 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/299 [![Coverage Status](https://coveralls.io/builds/13919900/badge)](https://coveralls.io/builds/13919900) Coverage decreased (-0.02%) to 95.163% when pulling

[GitHub] commons-lang issue #299: Add module-info for Java 9

2017-10-27 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/299 [![Coverage Status](https://coveralls.io/builds/13919900/badge)](https://coveralls.io/builds/13919900) Coverage decreased (-0.02%) to 95.163% when pulling

[jira] [Created] (LANG-1363) Add module-info.java file

2017-10-27 Thread Stephen Colebourne (JIRA)
Stephen Colebourne created LANG-1363: Summary: Add module-info.java file Key: LANG-1363 URL: https://issues.apache.org/jira/browse/LANG-1363 Project: Commons Lang Issue Type: Improvement

[GitHub] commons-lang issue #304: Fix DateUtilsTest to work reliably on Java 9

2017-10-27 Thread jodastephen
Github user jodastephen commented on the issue: https://github.com/apache/commons-lang/pull/304 Test failure looks like a timing issue unrelated to this PR ---

[GitHub] commons-lang issue #304: Fix DateUtilsTest to work reliably on Java 9

2017-10-27 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/304 [![Coverage Status](https://coveralls.io/builds/13919695/badge)](https://coveralls.io/builds/13919695) Coverage remained the same at 95.163% when pulling

[jira] [Commented] (LANG-1362) Fix tests for Java 9

2017-10-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1637#comment-1637 ] ASF GitHub Bot commented on LANG-1362: -- GitHub user jodastephen opened a pull request:

[GitHub] commons-lang pull request #304: Fix DateUtilsTest to work reliably on Java 9

2017-10-27 Thread jodastephen
GitHub user jodastephen opened a pull request: https://github.com/apache/commons-lang/pull/304 Fix DateUtilsTest to work reliably on Java 9 Fixes failures due to MST time-zone not being formatted as "MST" Also sets and unsets time-zones in finally blocks to avoid pollution

[jira] [Created] (LANG-1362) Fix tests for Java 9

2017-10-27 Thread Stephen Colebourne (JIRA)
Stephen Colebourne created LANG-1362: Summary: Fix tests for Java 9 Key: LANG-1362 URL: https://issues.apache.org/jira/browse/LANG-1362 Project: Commons Lang Issue Type: Bug

[jira] [Commented] (JEXL-242) invalid jexl calculation while doing sum for particular value

2017-10-27 Thread Dmitri Blinov (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16222139#comment-16222139 ] Dmitri Blinov commented on JEXL-242: I have no idea how you checked this. Try checking with the

[jira] [Commented] (JEXL-242) invalid jexl calculation while doing sum for particular value

2017-10-27 Thread vikas garg (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16222048#comment-16222048 ] vikas garg commented on JEXL-242: - yeah i have checked that. Java is returning the results correctly. don't

[jira] [Commented] (JEXL-242) invalid jexl calculation while doing sum for particular value

2017-10-27 Thread Dmitri Blinov (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16222024#comment-16222024 ] Dmitri Blinov commented on JEXL-242: You can check if jexl works correctly by evaluating your arithmetic

[jira] [Commented] (JEXL-242) invalid jexl calculation while doing sum for particular value

2017-10-27 Thread vikas garg (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16222015#comment-16222015 ] vikas garg commented on JEXL-242: - is there any document , comment or code which can explain this

[jira] [Comment Edited] (JEXL-242) invalid jexl calculation while doing sum for particular value

2017-10-27 Thread vikas garg (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16222009#comment-16222009 ] vikas garg edited comment on JEXL-242 at 10/27/17 9:32 AM: --- [~dmitri_blinov] I

[jira] [Comment Edited] (JEXL-242) invalid jexl calculation while doing sum for particular value

2017-10-27 Thread vikas garg (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16222009#comment-16222009 ] vikas garg edited comment on JEXL-242 at 10/27/17 9:31 AM: --- I don't think so. Even

[jira] [Commented] (JEXL-242) invalid jexl calculation while doing sum for particular value

2017-10-27 Thread vikas garg (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16222009#comment-16222009 ] vikas garg commented on JEXL-242: - I don't think so. Even in jave if you do this simple addition this will

[jira] [Created] (TEXT-106) Exception thrown in ExtendedMessageFormat using quotes with custom registry

2017-10-27 Thread JIRA
Benoît Moreau created TEXT-106: -- Summary: Exception thrown in ExtendedMessageFormat using quotes with custom registry Key: TEXT-106 URL: https://issues.apache.org/jira/browse/TEXT-106 Project: Commons

[jira] [Commented] (JEXL-242) invalid jexl calculation while doing sum for particular value

2017-10-27 Thread Dmitri Blinov (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16221996#comment-16221996 ] Dmitri Blinov commented on JEXL-242: I believe this is how floating point arithmetic works. Numbers in

[jira] [Updated] (JEXL-242) invalid jexl calculation while doing sum for particular value

2017-10-27 Thread vikas garg (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] vikas garg updated JEXL-242: Description: For a particular value of 0.05 , jexl is returning value unxepectedly I have face an issue with

[jira] [Updated] (JEXL-242) invalid jexl calculation while doing sum for particular value

2017-10-27 Thread vikas garg (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] vikas garg updated JEXL-242: Description: For a particular value of 0.05 , jexl is returning value unxepectedly I have face an issue with

[jira] [Created] (JEXL-242) invalid jexl calculation while doing sum for particular value

2017-10-27 Thread vikas garg (JIRA)
vikas garg created JEXL-242: --- Summary: invalid jexl calculation while doing sum for particular value Key: JEXL-242 URL: https://issues.apache.org/jira/browse/JEXL-242 Project: Commons JEXL Issue

[jira] [Updated] (JEXL-212) Restrict usage of assignment statements in JexlExpression

2017-10-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-212: --- Fix Version/s: 3.2 > Restrict usage of assignment statements in JexlExpression >

[jira] [Updated] (JEXL-237) Ability to restrict usage of certain names when declaring local variables

2017-10-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-237: --- Fix Version/s: 3.2 > Ability to restrict usage of certain names when declaring local variables >