home.social

#jep531 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #jep531, aggregated by home.social.

fetched live
  1. 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.