John Leacox
John Leacox
The code-generation branch is already beginning to add the ability to generate all of the case permutations for a given type (e.g. `Tuple2` or `List`) so that they don't have...
It looks like the current way releases are done will no longer work with Gradle 7, so the release process will need to be reworked with this upgrade.
The beadledom-bom should only manage dependencies for beadledom modules. See https://github.com/square/okhttp/issues/4407 for discussion on how to fix the issue and other relevant links.
JAX-RS includes a `MediaType` class which has constants for most of the common HTTP media types. With the addition of the `@PATCH` method annotation it may be desired to start...