Merge branch '2.0.x' into 2.1.x

This commit is contained in:
Phillip Webb
2019-06-28 23:30:29 -07:00
343 changed files with 338 additions and 140 deletions

View File

@@ -32,7 +32,6 @@ import org.springframework.util.ReflectionUtils;
* restarts.
*
* @author Andy Wilkinson
* @since 1.3.0
*/
class HateoasObjenesisCacheDisabler implements InitializingBean {

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 {