Skip to content

Conversation

beamerblvd
Copy link
Contributor

Added Java configuration support to MessageDispatcherServlet so that it can be configured within a ServletContextListener or a ServletContainerInitializer.

The change was extremely minor. Biggest change is the Javadoc. I added a new constructor to call FrameworkServlet#FrameworkServlet(WebApplicationContext) and then copied the JavaDoc from FrameworkServlet to the new constructor (exactly like it was done in DispatcherServlet). Works great!

What's the roadmap for 2.1.4? I'd love to see this committed and 2.1.4 rolled out soon.

I have signed and agree to the terms of the SpringSource Individual Contributor License Agreement.

Issue: SWS-832

Added Java configuration support to MessageDispatcherServlet so that
it can be configured within a ServletContextListener or a
ServletContainerInitializer.

Issue: SWS-832
poutsma pushed a commit that referenced this pull request Jul 2, 2013
* SWS-832:
  Added Java config support to Message Servlet
@poutsma
Copy link
Contributor

poutsma commented Jul 2, 2013

Merged. Thanks for the high quality of the pull request. I didn't have to change anything before merging :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants