Merge branch '2.1.x'

This commit is contained in:
Phillip Webb
2019-06-28 23:45:07 -07:00
347 changed files with 339 additions and 140 deletions

View File

@@ -27,6 +27,7 @@ import org.springframework.util.Assert;
* {@link Handler} that responds with a specific {@link HttpStatus}.
*
* @author Phillip Webb
* @since 1.3.0
*/
public class HttpStatusHandler implements Handler {