Cassio Mazzochi Molin
Cassio Mazzochi Molin
Can we add [`OffsetDateTime`](https://docs.oracle.com/en/java/javase/12/docs/api/java.base/java/time/OffsetDateTime.html) to the list?
+1 for component diagrams
+1 Support for AssertJ assertions would be great!
A possible workaround would be using Lombok's [`@Delegate`](https://projectlombok.org/api/lombok/experimental/Delegate.html) along with [`@JsonIgnore`](https://fasterxml.github.io/jackson-annotations/javadoc/2.9/com/fasterxml/jackson/annotation/JsonIgnore.html), as pointed out in this StackOverflow [answer](https://stackoverflow.com/a/58082056/1426227). While [`@JsonIgnore`](https://fasterxml.github.io/jackson-annotations/javadoc/2.9/com/fasterxml/jackson/annotation/JsonIgnore.html) will ensure the property is not serialized, [`@Delegate`](https://projectlombok.org/api/lombok/experimental/Delegate.html) will tell...
After upgrading to iOS 26, I noticed this exact same issue in the mobile menu of a website I'm currently working on. Then I noticed Fancybox is also being affected...