Seth Grannan

Results 12 comments of Seth Grannan

@ravibegari I had to downgrade from graphql-java 17.3 to 16.2 when I was getting a similar mysterious error NoClassDefFound. What other libraries are you using or did you pull in...

This would be helpful since we upgraded to Ory Kratos v0.11+ because of the expanded Admin APIs. We've been able to implement a better Invite System but we have to...

I feel like the mysterious and ambiguous errors like `NoClassDefFound` or `NoSuchMethodError` shouldn't be the expected behavior whenever there is a version mismatch. When creating libraries we always try to...

+1 on this issue. We already have an existing well defined GQL schema and wanted to migrate to AWS Appsync. Our schema includes comments (""") per the GraphQL spec. How...

So you say its automatically verified, can you elaborate? Does Kratos check more than just the "verified = true" field to determine if the account has been verified? We've seen...

I just wanted to add that my company recently migrated from `graphql-java-kickstart` and that library did include functionality for sending `KA` messages to the client. Finding that this functionality is...

Are there major changes required to support the sub-protocol? Or is it possible to just override method (possibly **modifyHandshake**) in `GraphQLWebsocketServlet` in the meantime, @oliemansm ? The existing graphql-ws protocol...

@ItsNoHax the maintainers have given up on this project as a whole unfortunately. It is scrapped in favor or letting the Spring team take the lead on GQL implementations. So...

I have this problem on Micrometer 1.12 currently. Any workaround that doesn't involve excluding the Autoconfig? Can we override a method or metric name somewhere?

I believe the problem is that when using a Spring Security and implementing any type of authentication filter from that library results in the creation of an `AuthenticationManager` bean. The...