[ https://issues.apache.org/jira/browse/SLING-12027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17767174#comment-17767174 ]
Andreas Schaefer commented on SLING-12027: ------------------------------------------ The current PR for this ticket is: [https://github.com/apache/sling-org-apache-sling-graphql-core/pull/38] Looking at the failure in the GraphQLServletIT.testPersistingInvalidQueries() is that the GraphQLServlet.doPostPersistedQuery() is failing the query validation and sets the Response Error Code to SC_BAD_REQUEST. That said in the output I see that after looking for 'sling/nonexisting' and then 'sling/servlet/errorhandler' is failing. After that I see that the org.apache.felix.http.jetty[org.eclipse.jetty.server.HttpOutput] is writing an Internal Server Error which is then returned to the client. So this is not a GraphQL issue but rather a testing setup issue. > GraphQL core fails to build with Java 17 > ---------------------------------------- > > Key: SLING-12027 > URL: https://issues.apache.org/jira/browse/SLING-12027 > Project: Sling > Issue Type: Bug > Components: GraphQL > Reporter: Robert Munteanu > Assignee: Robert Munteanu > Priority: Major > Fix For: GraphQL Core 0.0.26 > > > 1. Mockito fails to create mocks, probably due to old version > 2. Pax-Exam tests time out -- This message was sent by Atlassian Jira (v8.20.10#820010)