Manfred Baedke created SLING-12200:
--------------------------------------
Summary: sling-org-apache-sling-graphql-core unnecessarily uses
the shaded guava from graphql-java
Key: SLING-12200
URL: https://issues.apache.org/jira/browse/SLING-12200
Project: Sling
Issue Type: Improvement
Components: GraphQL
Reporter: Manfred Baedke
AFAIK shaded Guava is no longer part part of recent releases of graphql-java.
The only usage is
https://github.com/apache/sling-org-apache-sling-graphql-core/blob/30babad3caab0da0dc85bc0d645f76ca6784ef67/src/main/java/org/apache/sling/graphql/core/engine/SelectedFieldWrapper.java#L181,
which is trivial to replace with JavaSE.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)