Live and recent posts from across the Fediverse tagged #jep531, aggregated by home.social.
#jep531
I am not sure I like the removal of LazyConstants.isInitialized() from #Java27 in #JEP531. I have been using them with AutoClosables and sometimes I want to check if the constant is initialized without calling get() just to call close(). Hrmmm.