Hi, while developing apollo GraphQL client I have noticed that it picks up guava library that is bundled with payara embedded. As a result I got:
Cause: com.google.common.collect.FluentIterable.toSortedList(Ljava/util/Comparator;)Lcom/google/common/collect/ImmutableList;
I've updated payara dependency and wrote a new PayaraServerRunner and it seems to work (ie tests are passing).