Skip to content

Commit adeec3e

Browse files
authored
[CONFIGURATION-849] Fix undoubling of strings #569
1 parent e4439a8 commit adeec3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/changes/changes.xml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<!-- FIX -->
2828
<action type="fix" dev="ggregory" due-to="Gary Gregory, SpotBugs">Shared primitive variable "throwExceptionOnMissing" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.configuration2.AbstractConfiguration] At AbstractConfiguration.java:[line 1493] AT_STALE_THREAD_WRITE_OF_PRIMITIVE.</action>
2929
<action type="fix" dev="ggregory" due-to="Gary Gregory, SpotBugs">Shared primitive variable "forceSingleLine" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.configuration2.PropertiesConfigurationLayout] At PropertiesConfigurationLayout.java:[line 821] AT_STALE_THREAD_WRITE_OF_PRIMITIVE.</action>
30+
<action type="fix" dev="ggregory" due-to="Willy van Diepen, Gary Gregory, Rob Tompkins" issue="CONFIGURATION-849">Fix undoubling of strings #569.</action>
3031
<!-- ADD -->
3132
<!-- UPDATE -->
3233
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0 #565.</action>

0 commit comments

Comments
 (0)