So, who's running 5.3.10.120 in production? are th...
# lucee
z
So, who's running 5.3.10.120 in production? are there any blockers for people to upgrade?
m
we're blocked from upgrade by LDEV-3854
z
Any chance of a grabbing a heap dump when the problem occurs?
a
We've held back (we're on 5.3.9.166) as there didn't seem to be a compelling reason to upgrade from that (based on what I've been reading in release notes). But I might get it upgraded in dev at least to see if it causes issues. Cheers for the nudge.
Is 5.3.10.120 the last 5.x release before 6.x, btw?
z
i reckon there will be more smaller stable(s) before 6 reaches stable
✅ 1
a
@zackster we are getting regressions final static values. I cannot troubleshoot right now as I'm out to a meeting, but will report back this evening.
Possibly related to a
final static
variable being initialised with an array literal.
No it's not that. I'm struggling to replicate it. But I'm getting an error when instantiating objects with
final
static variables (not just arrays as previously mentioned).