You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cleanup code that was misused and make the framework start/stop-able. This idea builds on top of the start/stop, configure/destroy methods that we've been implementing during the past year and will allow us to use beans from within an 'adapter' scope, so it does not pollute the entire configuration context. Coincidentally this will also serve as a foundation for composite components.
See CRaC, an OpenJDK project that defines a new Java API to allow you to checkpoint and restore an application on the HotSpot JVM, and Spring's documentation on how we can use checkpoints in combination with our stack.
And Composite components for more information on the idea behind a 'mini-pipeline' inside a sender.
Goal
Cleanup code that was misused and make the framework start/stop-able. This idea builds on top of the start/stop, configure/destroy methods that we've been implementing during the past year and will allow us to use beans from within an 'adapter' scope, so it does not pollute the entire configuration context. Coincidentally this will also serve as a foundation for composite components.
See CRaC, an OpenJDK project that defines a new Java API to allow you to checkpoint and restore an application on the HotSpot JVM, and Spring's documentation on how we can use checkpoints in combination with our stack.
And Composite components for more information on the idea behind a 'mini-pipeline' inside a sender.
Description
tbd
Tasks
parsedPatterns already parsed
warning.Digester#getCurrentElementName()
configure
method.getConfigurationClassloader
withgetClassLoader
Anything else?
No response
The text was updated successfully, but these errors were encountered: