org.springframework.boot.web.support
Move `org.springframework.boot.web.support` under the `servlet` package. Fixes gh-8557
Refactor code to move from recently deprecated classes. Closes gh-5822
Add a sample application that can be deployed to WildFly to demonstrate how JTA can be used when running in a application server. See gh-947