File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
test/groovy/graphql/schema/fetching Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1616 */
1717@ Documented
1818@ Target (ElementType .METHOD )
19+ @ Internal
1920public @interface Contract {
2021
2122 /**
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import graphql.Scalars
44import graphql.schema.GraphQLFieldDefinition
55import graphql.schema.PropertyDataFetcher
66import graphql.util.javac.DynamicJavacSupport
7+ import spock.lang.IgnoreIf
78import spock.lang.Specification
89
910class LambdaFetchingSupportTest extends Specification {
@@ -150,6 +151,7 @@ class LambdaFetchingSupportTest extends Specification {
150151 return GraphQLFieldDefinition . newFieldDefinition(). name(fldName). type(Scalars.GraphQLString ). build()
151152 }
152153
154+ @IgnoreIf ({ System .getProperty(" java.version" ).split(' \\ .' )[0 ] as Integer > 11 })
153155 def " different class loaders induce certain behaviours" () {
154156 String sourceCode = '''
155157 package com.dynamic;
You can’t perform that action at this time.
0 commit comments