jun 17, 2013 3:17:31 PM com.google.inject.servlet.InternalServletModule$BackwardsCompatibleServletContextProvider get
WARNING: You are attempting to use a deprecated API (specifically, attempting to @Inject ServletContext inside an eagerly created singleton. While we allow this for backwards compatibility, be warned that this MAY have unexpected behavior if you have more than one injector (with ServletModule) running in the same JVM. Please consult the Guice documentation at http://code.google.com/p/google-guice/wiki/Servlets for more information.
I am using ServletModule to bind servlets, and SitebricksModule for the Sitebricks templates. How does this message affect me? Should I be worried about using the Request-object in my Sitebricks-template controllers/services? Is this something that will be fixed in a future release?