Merge branch '1.5.x' into 2.0.x

This commit is contained in:
Phillip Webb
2019-06-28 23:27:59 -07:00
342 changed files with 332 additions and 139 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 {