[jira] [Created] (JEXL-269) Indexed for-loop

2018-08-28 Thread Dmitri Blinov (JIRA)
Dmitri Blinov created JEXL-269: -- Summary: Indexed for-loop Key: JEXL-269 URL: https://issues.apache.org/jira/browse/JEXL-269 Project: Commons JEXL Issue Type: New Feature Affects Versions: 3

[jira] [Created] (MATH-1467) Avoid throwing exceptions when using default locale

2018-08-28 Thread Gregory Jevardat (JIRA)
Gregory Jevardat created MATH-1467: -- Summary: Avoid throwing exceptions when using default locale Key: MATH-1467 URL: https://issues.apache.org/jira/browse/MATH-1467 Project: Commons Math Is

[jira] [Created] (LANG-1417) Deprecate ThreadPredicate and ThreadGroupPredicate in favor of java.util.function.Predicate

2018-08-28 Thread Benedikt Ritter (JIRA)
Benedikt Ritter created LANG-1417: - Summary: Deprecate ThreadPredicate and ThreadGroupPredicate in favor of java.util.function.Predicate Key: LANG-1417 URL: https://issues.apache.org/jira/browse/LANG-1417

[GitHub] commons-lang pull request #349: LANG-1417: Deprecate ThreadPredicate and Thr...

2018-08-28 Thread britter
GitHub user britter opened a pull request: https://github.com/apache/commons-lang/pull/349 LANG-1417: Deprecate ThreadPredicate and ThreadGroupPredicate in favo… …r of java.util.function.Predicate I don't see a way to let ThreadGroupPredicate and ThreadPredicate inherit

[jira] [Commented] (LANG-1417) Deprecate ThreadPredicate and ThreadGroupPredicate in favor of java.util.function.Predicate

2018-08-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16594692#comment-16594692 ] ASF GitHub Bot commented on LANG-1417: -- GitHub user britter opened a pull request:

[GitHub] commons-lang issue #349: LANG-1417: Deprecate ThreadPredicate and ThreadGrou...

2018-08-28 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/349 In this proposal I added the java.util.function.Predicate APIs to the ThreadUtils class. Another option is to deprecate ThreadUtils all together and put a new ThreadUtils class alongside which

[GitHub] commons-lang issue #349: LANG-1417: Deprecate ThreadPredicate and ThreadGrou...

2018-08-28 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/349 Build is failing on Travis but not locally... 🤔 ---

[jira] [Commented] (LANG-1417) Deprecate ThreadPredicate and ThreadGroupPredicate in favor of java.util.function.Predicate

2018-08-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16594701#comment-16594701 ] ASF GitHub Bot commented on LANG-1417: -- Github user britter commented on the issue:

[jira] [Commented] (LANG-1417) Deprecate ThreadPredicate and ThreadGroupPredicate in favor of java.util.function.Predicate

2018-08-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16594700#comment-16594700 ] ASF GitHub Bot commented on LANG-1417: -- Github user britter commented on the issue:

[jira] [Commented] (MATH-1467) Avoid throwing exceptions when using default locale

2018-08-28 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16594741#comment-16594741 ] Gilles commented on MATH-1467: -- Could you please submit a patch with unit test showing the (u

[jira] [Commented] (MATH-1467) Avoid throwing exceptions when using default locale

2018-08-28 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16594759#comment-16594759 ] Gilles commented on MATH-1467: -- Forgot to stress: please use the development version (git "ma

[jira] [Created] (JEXL-270) Wrong Script$Curried creation when script.curry() method is called inside script

2018-08-28 Thread Dmitri Blinov (JIRA)
Dmitri Blinov created JEXL-270: -- Summary: Wrong Script$Curried creation when script.curry() method is called inside script Key: JEXL-270 URL: https://issues.apache.org/jira/browse/JEXL-270 Project: Commo

[jira] [Commented] (JEXL-270) Wrong Script$Curried creation when script.curry() method is called inside script

2018-08-28 Thread Dmitri Blinov (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16594854#comment-16594854 ] Dmitri Blinov commented on JEXL-270: Somehow the source text of the curried lambda in t

[jira] [Commented] (VALIDATOR-447) ISBN style numbers outside ISBN range returning true for isValid

2018-08-28 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16594870#comment-16594870 ] Sebb commented on VALIDATOR-447: AFAICT, it's impossible in general to fully validate

[jira] [Commented] (MATH-1467) Avoid throwing exceptions when using default locale

2018-08-28 Thread Gregory Jevardat (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16594907#comment-16594907 ] Gregory Jevardat commented on MATH-1467: I'll try. First issue is that the depend

[jira] [Updated] (MATH-1467) Avoid throwing exceptions when using default locale

2018-08-28 Thread Gregory Jevardat (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Jevardat updated MATH-1467: --- Attachment: LocalizedFormats.java > Avoid throwing exceptions when using default locale >

[jira] [Updated] (MATH-1467) Avoid throwing exceptions when using default locale

2018-08-28 Thread Gregory Jevardat (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Jevardat updated MATH-1467: --- Attachment: LocalizedFormatsTest.java > Avoid throwing exceptions when using default locale >

[jira] [Commented] (MATH-1467) Avoid throwing exceptions when using default locale

2018-08-28 Thread Gregory Jevardat (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16594939#comment-16594939 ] Gregory Jevardat commented on MATH-1467: So Here is my quick proposal. Idea is to

[jira] [Commented] (VALIDATOR-447) ISBN style numbers outside ISBN range returning true for isValid

2018-08-28 Thread Alex (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16595057#comment-16595057 ] Alex commented on VALIDATOR-447: thanks again for the feedback. I think I broadly agre

[GitHub] commons-lang pull request #350: Replace FindBugs with SpotBugs

2018-08-28 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/commons-lang/pull/350 Replace FindBugs with SpotBugs You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/commons-lang spotbugs Alternativ

[GitHub] commons-lang issue #350: Replace FindBugs with SpotBugs

2018-08-28 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/350 [![Coverage Status](https://coveralls.io/builds/18711022/badge)](https://coveralls.io/builds/18711022) Coverage remained the same at 95.253% when pulling **82fd2516d6c018e46ef29

[jira] [Reopened] (TEXT-134) Add a Properties file string lookup

2018-08-28 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory reopened TEXT-134: --- > Add a Properties file string lookup > --- > > Key: TEXT-1

[jira] [Updated] (TEXT-134) Add a Properties file string lookup

2018-08-28 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated TEXT-134: -- Description: Add a Properties file String Lookup to look up the value for a given key in the format "Doc

[jira] [Closed] (TEXT-134) Add a Properties file string lookup

2018-08-28 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed TEXT-134. - Resolution: Fixed > Add a Properties file string lookup > --- > >

[jira] [Reopened] (TEXT-134) Add a Properties file string lookup

2018-08-28 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb reopened TEXT-134: --- Note that OpenVMS uses :: as a separator in path names. Furthermore, Unix allows :: in a path name. I'm not sure it makes

[jira] [Commented] (MATH-1466) CMAES Optimization Fails to find Actual Optimum if Solution Value is Negative

2018-08-28 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16595780#comment-16595780 ] Gilles commented on MATH-1466: -- bq. I think it has to do with the following stop criteria, wh

[jira] [Commented] (MATH-1467) Avoid throwing exceptions when using default locale

2018-08-28 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16595843#comment-16595843 ] Gilles commented on MATH-1467: -- {quote}is it a big deal? {quote} IMO, no. But it is a bit str