Michael Ennen
Michael Ennen
Sorry if this is off-topic. I am attempting to automate input on a website that uses Oracle JET (version 4.1.0). I am using Selenium to take user-like actions such as...
The following dependency: ```pom com.amazonaws codeguru-profiler-java-agent 1.0.1 ``` Does not seem to provide a JPMS module name. Even if it is not a full-fledged module, it should provide a fallback...
When including `codeguru-profiler-java-agent` a dependency convergence error occurs (as caught by the `dependencyConvergence` rule of maven enforcer, for example): ``` +-MY_PROJECT +-software.amazon.codeguruprofiler:codeguru-profiler-java-agent:1.1.2 +-software.amazon.awssdk:codeguruprofiler:2.15.4 +-software.amazon.awssdk:netty-nio-client:2.15.4 +-io.netty:netty-codec-http2:4.1.46.Final +-io.netty:netty-handler:4.1.46.Final and +-MY_PROJECT +-software.amazon.codeguruprofiler:codeguru-profiler-java-agent:1.1.2 +-software.amazon.awssdk:codeguruprofiler:2.15.4...
I am interested in contributing to this project. Would it be possible to make a list, perhaps a table, in the Wiki that documents what functions need to be implemented...
This is kind of a "gotcha" type issue but I think my reasoning is sound. nanojson parses Java character literals correctly (and goes to great lengths to make sure the...
Hello, Given a Java file that contains any license header, and contains a comment that has the following "subscript" Unicode characters: ```java // (x₁, y₁) ``` Running `licenseFormat` on that...
Hello, First of all thank you for your plugin - it is working great for my purposes. My question is related to caching the generated files (via wsimport, wsgen, and...