mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-07-12 18:47:09 +00:00
dd210c8e70
Spring 6 removed @Required and they suggest using constructor injection instead. If we switched our beans to that we'd break existing Heritrix crawl configs. So this change implements our own basic version so we still get errors when a @Required property is null.