Fail build on missing configuration property descriptions

Closes gh-31916
This commit is contained in:
Andy Wilkinson
2022-07-29 12:35:54 +01:00
parent d540eefce0
commit fa73b73898
11 changed files with 386 additions and 17 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

@@ -324,6 +324,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
},
{