martin-g commented on pull request #461: URL: https://github.com/apache/wicket/pull/461#issuecomment-764614338
We cannot drop `@SpringBean` in a minor version. The earliest would be Wicket v 10.0.0. We can deprecate it though! But I'd prefer to use `@javax.inject.Inject` instead of `@Autowired`. I doubt that Spring people will ever do it but they can also decide to drop `@Autowired` in favor of `@Inject` `@Inject` is already supported by wicket-spring, wicket-guice and wicketstuff-jee. ---------------------------------------------------------------- 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: [email protected]
