Jared Stehler
Jared Stehler
Fixes https://github.com/FasterXML/jackson-core/issues/1274
First posted in discussions: https://github.com/FasterXML/jackson/discussions/215 Jackson version: `2.12.6` We have observed sporadic instances of serialized JSON messages containing corrupted keys and/or values (correct length, but some amount of string suffix...
Logs all compiler output to debug. This will allow proper troubleshooting of compiler errors which don't get parsed by `parseModernStream()`. I'm not sure why `compileInProcess0()` was static. fixes https://github.com/codehaus-plexus/plexus-compiler/issues/149
Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MSHARED) filed for the change (usually before you start...
**Describe the bug** The semgrep parser is failing on the following valid Java 21 syntax: ```java private static String calculateColor(Integer value) { return switch (value) { case Integer i when...
As a follow-on to https://issues.apache.org/jira/browse/MSHARED-1407 This will also map uses of used declared dependencies to their referencing classes. We use this in our internal dependency analyzer to support validation for...
Support migrating to jersey 2.26+, which has [breaking changes](https://eclipse-ee4j.github.io/jersey.github.io/documentation/latest/migration.html#mig-2.26) in the hk2 ServiceLocator. * Remove/replace abandoned dep: `com.squarespace.jersey2-guice:jersey2-guice-impl` -- implementing HK2 to Guice Bridge in `GuiceComponentProvider` * This impl is...