Jonas Konrad
Jonas Konrad
AOP advice is usually added when there is an additional AOP annotation at the method level. You would then mark that annotation for the all open plugin, not the entirety...
note that there is an open issue with method-level annotations for all-open support too: #9727
not that i know of, they said it's on their radar but nothing else.
@detomarco does this still happen with 2.15? 2.11 is long out of support. Also, please try making a reproducer with java only instead of kotlin, to confirm whether this is...
i just converted your test case to java and it works fine: ```java public static void main(String[] args) throws JsonProcessingException { new ObjectMapper().readValue("{\n" + "\t\"id\": 1,\n" + "\t\"fruits\": [{\n" +...
setSerializationInclusion(JsonInclude.Include.NON_EMPTY doesn't filter empty values from collections
I believe JsonInclude only applies to beans and maps.
Are you sure this is limited to systemd-boot? I'm also seeing this issue when trying to upgrade an existing 22.04 VM (grub-based) to 24.04.
@retrage Do you still plan to fix this? I don't want to stick with ubuntu 22.04 much longer, so I'm wondering if it will be necessary to move to qemu...
error looks like a missing ROUTE_MATCH, potentially fixed by #11017
no idea, nothing interesting in the corresponding core release https://github.com/micronaut-projects/micronaut-core/compare/v4.6.5...v4.6.6