Clayton Walker

Results 47 issues of Clayton Walker

In order to remove yaml parsers from the `uap-java` library, we could pre-process the yaml file from uap-core and generate a Map at compile-time. This would remove the dependency on...

Fix configuration cache by using Gradle's lazy task configuration api to A. only configure tasks in current project and B. only tasks with type FormatTask. This maintains feature parity with...

# Summary Allow analysis-run failures to provide more information at a glance. # Use Cases When an analysis run fails, it can be difficult to find out why when the...

enhancement
analysis

**The problem** grpc-servlet was added as part of https://github.com/grpc/grpc-java/issues/1621. grpc-spring should consider supporting grpc-servlet as an alternative to the existing network integrations. **The solution** Make grpc-servlet (i.e. running grpc-spring with...

enhancement

In java 9+, java.util.logging was made it's own module. To simplify our dependency graph, we could replace uses of java.util.logging.Logger with java.lang.System.Logger. This logger will fall back to java.util.logger if...

What functionality does the servlet library provide?

Now that 6.x is on java 11, we should add a module declaration.

Found a few cases where deserialization was throwing errors due to ints being out of out-of-range. Follow-up to https://github.com/gitlab4j/gitlab4j-api/pull/811

## Which page has the broken link? The main [Gems Archive page](https://o3de.org/gems/) ## Which link was broken? The [PhysX by Nvidia](https://www.docs.o3de.org/docs/docs/user-guide/gems/reference/physics/nvidia/physx/) ## Know where it should go? boh

triage/accepted
kind/broken-link

The jmods is important for anybody attempting to use the `jlink` command with a custom `--add-modules` flag.

question
P3