Split up BackgroundPreinitializer #44065
Labels
status: pending-design-work
Needs design work before any code can be developed
theme: structure
Issues related to the structure of the project and its code
type: task
A general task
Milestone
BackgroundPreinitializer
currently has knowledge of some "core" technologies:In addition, it has knowledge of external technologies that may not be on the classpath:
We'd like to restructure things so that the knowledge of the external technologies (at least) is in separate classes. Some design work is required, but the current thinking is that we may be able to use
spring.factories
for this. The existingBackgroundPreinitializer
could become a coordinator that, when enabled, loads and invokes anyBackgroundPreinitialization
implementations.The text was updated successfully, but these errors were encountered: