So I have had a few days to evaluate this latest release. The biggest issue I can easily reproduce at this moment is Hosted mode throwing NPEs calling DateUtil.combineLogicalDateAndTime
Utlimately this code is crashing on this code
****EDIT******
Upon further examination the NPE's are getting thrown calling :
DateUtil.getLogicalDate
DateUtil.getLogicalTime
DateUtil.combineLogicalDateAndTime
In production mode there does not appear to be any issues, but in hosted mode everything comes crashing down due to these NullPointerExceptions.
Utlimately this code is crashing on this code
****EDIT******
Upon further examination the NPE's are getting thrown calling :
DateUtil.getLogicalDate
DateUtil.getLogicalTime
DateUtil.combineLogicalDateAndTime
In production mode there does not appear to be any issues, but in hosted mode everything comes crashing down due to these NullPointerExceptions.
Comment