Merge branch '2.7.x'

Closes gh-31972
This commit is contained in:
Andy Wilkinson
2022-08-03 15:20:34 +01:00
10 changed files with 409 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2020 the original author or authors.
* Copyright 2012-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -60,7 +60,7 @@ public class Encoding {
private Boolean forceResponse;
/**
* Locale in which to encode mapping.
* Mapping of locale to charset for response encoding..
*/
private Map<Locale, Charset> mapping;

View File

@@ -333,6 +333,7 @@
{
"name": "spring.jpa.defer-datasource-initialization",
"type": "java.lang.Boolean",
"description": "Whether to defer DataSource initialization until after any EntityManagerFactory beans have been created and initialized.",
"defaultValue": false
},
{