Moritz Halbritter
Moritz Halbritter
Not sure why the codecov is red, i didn't touch any code.
Hello! Any chance that this will be merged soon?
Thanks for asking! There are 3 possibilities for libraries: 1. ignore GraalVM and let users deal with a workaround 2. don't include GraalVM metadata and let users contribute to the...
Hey @marcingrzejszczak, what's the reason to exclude the `reporter2` group?
So, after a quick chat with Marcin: The exclusion is there because `io.micrometer:micrometer-tracing-bridge-brave` sets up the base infrastructure for Brave and micrometer-tracing. Brave itself supports more than just the Zipkin...
It seems that there are hints missing for the `com.example.configprops.AppProperties.Nested` class.
It's important that the getters and setters are `public`, otherwise the Java bean introspection won't find them.
After a discussion with the team, i decided to revert my commit and reopen the issue. @OlgaMaciaszek: You can generate hints by annotating the field which points to a non-inner...
Nonetheless I think there is a bug in our implementation: ```java Map getMap(); ``` won't lead to the class `SomeType` to be registered in the reflection hints. The annotation processor...
We now generate hints correctly for nested generics.