Brad Baker

Results 68 issues of Brad Baker

Resilience4j version: 1.7.0 Java version: 11 The Retry impl does not fire a `RetryOnRetryEvent` event when the retry is caused by the retry predicate. It does when the retry is...

bug

Resilience4j version: 1.7.0 Java version: 11 The registries take a map of tags as well as a map of config items. For example ``` static RetryRegistry of(Map configs, io.vavr.collection.Map tags)...

API improvement

Taken from https://github.com/graphql-java/graphql-java/issues/1403 > MappedBatchLoader is a great addition to the data loading architecture. Sadly, we can't use it in many cases. Frequently we data load lists like so: ```...

> I am using GraphQL Java 8.0, which uses Dataloader 2.0.2 . I have experienced it lot of times that dataloader caches the exceptions returned from the batchload function. After...

This PR adds Locale to the parsing code so we can create I18N parsing messages

We would like to support Locale when coer-ercing values or parsing document text. So we need that passed in. This has chosen to pass in a `GraphQLContext` and a `Locale`...

This reverts commit 3b8bb68eb7433a64fdf44b0d829c29f7a8428595. Revert "remove deferred support" This reverts commit ddb850f9e0e0069a8e6bdc4affa245a93d024447. Fix compilation errors after reverting a revert defer PR Revert "remove deferred support" This reverts commit dad2e9570159944aec5086c46ad3dee07ae17d2d. Fix...

Not to be merged

See https://github.com/graphql-java/graphql-java/discussions/2715#discussioncomment-2541654

### Discussed in https://github.com/graphql-java/graphql-java/discussions/2739 Originally posted by **arjunballa** February 25, 2022 How to validate graphql query against the schema without execution? I tried below methods and all failed. @bbakerman @andimarek...