[jira] [Updated] (LANG-1144) Multiple calls of org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are possible

2016-10-23 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LANG-1144: --- Affects Version/s: 3.5 > Multiple calls of >

[jira] [Updated] (LANG-1144) Multiple calls of org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are possible

2016-10-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LANG-1144: --- Attachment: (was: commons-lang.patch) > Multiple calls of >

[jira] [Updated] (LANG-1144) Multiple calls of org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are possible

2016-10-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LANG-1144: --- Attachment: commons-lang.patch Patch that follows the same double lock idiom. > Multiple calls of >

[jira] [Updated] (LANG-1144) Multiple calls of org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are possible

2016-10-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LANG-1144: --- Attachment: commons-lang.patch Proposed patch. You could do away with the Null class and just use a

[jira] [Updated] (LANG-1144) Multiple calls of org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are possible

2016-10-22 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated LANG-1144: Priority: Major (was: Critical) > Multiple calls of >

[jira] [Updated] (LANG-1144) Multiple calls of org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are possible

2015-06-11 Thread Waldemar Maier (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Waldemar Maier updated LANG-1144: - Description: It is possible to create a construct, that allows multiple calls of

[jira] [Updated] (LANG-1144) Multiple calls of org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are possible

2015-06-11 Thread Waldemar Maier (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Waldemar Maier updated LANG-1144: - Description: It is possible to create a construct, that allows multiple calls of

[jira] [Updated] (LANG-1144) Multiple calls of org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are possible

2015-06-11 Thread Waldemar Maier (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Waldemar Maier updated LANG-1144: - Description: It is possible to create a construct, that allows multiple calls of

[jira] [Updated] (LANG-1144) Multiple calls of org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are possible

2015-06-10 Thread Waldemar Maier (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Waldemar Maier updated LANG-1144: - Summary: Multiple calls of org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are

[jira] [Updated] (LANG-1144) Multiple calls of org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are possible

2015-06-10 Thread Waldemar Maier (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Waldemar Maier updated LANG-1144: - Description: It is possible to create a construct, that allows multiple calls of

[jira] [Updated] (LANG-1144) Multiple calls of org.apache.commons.lang3.concurrent.LazyInitializer.initialize() are possible

2015-06-10 Thread Waldemar Maier (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Waldemar Maier updated LANG-1144: - Attachment: 0001-LANG-1144-allow-nulls-as-return-value.patch Multiple calls of