aelgn

Results 11 comments of aelgn

It seems like a big problem is the deeply transitive dependency on `cglib` via `guice`. cglib is a **discontinued** project using a ton of illegal access reflection, which is by...

@mkurz that is great news! 🥇

I can get `@JsonFormat` to properly format my `Instant`s, it does however seem like the `ObjectMapper#setDateFormat` is ignored. Reproducible in version `2.12.2`. ``` static class Pojo { final Instant d;...

Ah yes of course! Silly me. Thank you. On a side note; I vote to deprecate support for `java.util` time and merge `com.fasterxml.jackson.datatype.jsr310` into jackson 3. The old `java.util` time...

@arjraman thank you for this. Great example for using gh actions services with ecr login. Just a pity it has not been merged - it would have saved me a...

Yes. An "Override declared delete action" if you will.

oh thank you, but don't stress on my account :)

Hi @trlorenz - no worries, I know the feeling :) Using psql 11.13 with the following schema ``` create table A ( id serial primary key, ); create table B...

Ah yes I see now, thank you for the writeup. I did add identity pk on the problematic binding tables and was able to recursively delete 👍

I'm seeing my stdout absolutely brim-filled with this warning and its accompanying template print out in both dev and build environments, to a point that it swallows and obscures any...