Skip to content

Commit

Permalink
Added MP's Input.class to the index (SmallRye GraphQL Client)
Browse files Browse the repository at this point in the history
  • Loading branch information
mskacelik committed Apr 3, 2024
1 parent e83f8db commit 0617f12
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import jakarta.enterprise.context.ApplicationScoped;
import jakarta.inject.Singleton;

import org.eclipse.microprofile.graphql.Input;
import org.jboss.jandex.AnnotationInstance;
import org.jboss.jandex.AnnotationValue;
import org.jboss.jandex.ClassInfo;
Expand Down Expand Up @@ -236,6 +237,7 @@ void setAdditionalClassesToIndex(BuildProducer<AdditionalIndexedClassesBuildItem
if (quarkusConfig.enableBuildTimeScanning) {
additionalClassesToIndex.produce(new AdditionalIndexedClassesBuildItem(Closeable.class.getName()));
additionalClassesToIndex.produce(new AdditionalIndexedClassesBuildItem(AutoCloseable.class.getName()));
additionalClassesToIndex.produce(new AdditionalIndexedClassesBuildItem(Input.class.getName()));
}
}

Expand Down

0 comments on commit 0617f12

Please sign in to comment.