Allow package-private main classes to be used with Devtools

Fixes gh-35858
This commit is contained in:
Andy Wilkinson
2023-06-13 13:08:09 +01:00
parent ad0ce41f8a
commit 984dc1d58f
3 changed files with 4 additions and 2 deletions

View File

@@ -59,6 +59,7 @@
<suppress files="DeprecatedElasticsearchRestClientProperties\.java" checks="SpringMethodVisibility" />
<suppress files="DeprecatedElasticsearchRestClientProperties\.java" checks="SpringMethodVisibility" />
<suppress files="DeprecatedReactiveElasticsearchRestClientProperties\.java" checks="SpringMethodVisibility" />
<suppress files="DevToolsTestApplication\.java" checks="SpringMethodVisibility" />
<suppress files="DevToolsR2dbcAutoConfigurationTests" checks="HideUtilityClassConstructor" />
<suppress files="AbstractLaunchScriptIntegrationTests" checks="IllegalImport" />
<suppress files="SpringBootVersion" checks="JavadocPackage" />