martin-g commented on pull request #461: URL: https://github.com/apache/wicket/pull/461#issuecomment-765203746
Wicket does not keep a hard reference to the Spring/Guice/JEE beans. Wicket injects a Serializable proxy that lazy loads the bean on first usage. The lazy loading is request scoped, i.e. the beans are transient and the proxy re-loads them for each http request. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org