Trying to track down a very odd #java #dateparsing issue which only seems to occur under #wildfly with #openjdk17 (but not #openjdk11, or with the same code outside of wildfly)
Dates for 11 months of the year parse just fine, but dates in one specific month always throw an Exception.
Finally caught this in #intellij debugger. Can anyone guess which month had the issue?
#java #dateparsing #wildfly #openjdk17 #openjdk11 #intellij