Spring Test HtmlUnit 1.0.0 RC1 Released
I'm pleased to announce the release of Spring Test HtmlUnit 1.0.0 RC1. The highlights of the release can be found below:
Migration Guide
A detailed migration guide from 1.0.0.M2 to 1.0.0.RC1 was added.
New Maven Coordinates
We have changed the maven group id. For details refer to Updating Dependencies
Default Context Path is ""
Based upon community feedback, the default context path is now "". This means if you are using a previous release, you will need to update the URL that is configured.
For details refer to Default Context Path is now ""
MockMvc WebClient & WebDriver Builders
This release…