-
Got this:
Exception in thread "main" dotty.tools.tasty.UnpickleException: TASTy signature has wrong version.
expected: {majorVersion: 28, minorVersion: 3}
found : {majorVersion: 28, minorVersi…
-
Remove heavy-weight `ObjectMapper` for common proxy events and switch to [Jackson Jr](https://github.com/FasterXML/jackson-jr)
-
**Describe the bug**
Depencency analyzer identifies some dependencies as unused. e.g.:
**Log and Stack trace**
```
[INFO] --- maven-dependency-plugin:3.8.0:analyze-only (analyze) @ langch…
-
https://dovetailworld.atlassian.net/browse/DOV-2107
````
Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type `java.time.Instant` not supported by default: …
-
Deserializing `Instant` from the string of "millis.nanos", which is the default serialization method in Jacskon yields different result when doing so through the `ObjectMapper.readValue` method or fir…
-
### Current Behavior
We have updated our keycloak to the latest version 26.0.5. Now our configuration job in our pipeline fails with:
`jakarta.ws.rs.ProcessingException: com.fasterxml.jackson.data…
-
### What would you like to be improved?
```
create table test_avro_1 (a tinyint,b smallint) WITH (format='AVRO');
CREATE TABLE
trino:default> insert into test_avro_1 values (1,2);
INSERT: 1 row
…
-
### Current Behavior
Output HTML to "build/reports/project/dependencies" folder while also dump the dependency graph to System.out
```bash
bash-4.2$ ./gradlew htmlDependencyReport
> Task :htmlDepe…
-
### Describe the bug
I just upgraded to Vaadin 24.5 and am getting this error when I try to build my Gradle project that has a Hilla Endpoint in it:
> [09:22:23]W: [Gradle failure report] Caus…
-
**Type**: Bug
**Component**:
SQS
**Describe the bug**
S3EventNotification is no longer correctly deserialized when switching from `com.amazonaws:aws-java-sdk-s3` to `software.amazon.awssdk:s3-…