• 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle

  • I know others are saying otherwise, and they probably know more than me, but I find it incredibly weird for a pressure drain fitting to be on the supply side. Why would that be there? The pressure should never be getting that low there and even if it does, you don’t need a drain because the supply side should be buried deep enough that it doesn’t need draining for the winter anyway.









  • You shouldn’t use Lombok, as it uses non-public internal Java APIs, which is why it breaks every release. At one point we had a bug with Lombok that only resolved if you restarted the application. Switching off of Lombok resolved the issue.

    Just switch to kotlin. You can even just use Kotlin as a library if you really want (just for POJOs), but at this point Kotlin is just better than Java in almost every way.