From: David ‘Bombe’ Roden Date: Fri, 26 Aug 2022 10:15:00 +0000 (+0200) Subject: 🎨 Reduce dependency on Node’s fields X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;ds=sidebyside;h=07643fdd510640d6c0b20963e4f4f36e06469fb5;hp=07643fdd510640d6c0b20963e4f4f36e06469fb5;p=Sone.git 🎨 Reduce dependency on Node’s fields Using fields is getting increasingly hard to mock with more recent Java versions. This change moves some of the necessary field access to the dependency injection configuration so it’s restricted to a single place in the source code and tests don’t have to mess with this. ---