You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring REST Docs 3 is going to remove the version number from the org.springframework.restdocs.restassured3 package so it becomes org.springframework.restdocs.restassured instead. I'd like to allow static imports of classes within org.springframework.restdocs.restassured while also retaining org.springframework.restdocs.restassured3 for backwards compatibility.
The text was updated successfully, but these errors were encountered:
Spring REST Docs 3 is going to remove the version number from the
org.springframework.restdocs.restassured3
package so it becomesorg.springframework.restdocs.restassured
instead. I'd like to allow static imports of classes withinorg.springframework.restdocs.restassured
while also retainingorg.springframework.restdocs.restassured3
for backwards compatibility.The text was updated successfully, but these errors were encountered: