Commit 988f02d7 authored by Phillip Webb's avatar Phillip Webb

Merge branch '2.1.x'

Closes gh-16996
parents 6d413afe f380ba63
...@@ -54,6 +54,7 @@ class MetadataGenerationEnvironment { ...@@ -54,6 +54,7 @@ class MetadataGenerationEnvironment {
static { static {
Set<String> excludes = new HashSet<>(); Set<String> excludes = new HashSet<>();
excludes.add("com.zaxxer.hikari.IConnectionCustomizer"); excludes.add("com.zaxxer.hikari.IConnectionCustomizer");
excludes.add("groovy.lang.MetaClass");
excludes.add("groovy.text.markup.MarkupTemplateEngine"); excludes.add("groovy.text.markup.MarkupTemplateEngine");
excludes.add("java.io.Writer"); excludes.add("java.io.Writer");
excludes.add("java.io.PrintWriter"); excludes.add("java.io.PrintWriter");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment