Tikani

Results 6 comments of Tikani

@tumbarumba i think who claimed this change as complying with the Java wildcard usage guidelines made a mistake. Wildcards should only be used as method's generic parameters enrichers (following "producer...

@tumbarumba methods, that have generics in return types only, behave very bad with implicit type inference (iterableWithSize is an example). They are constrained only by the destination (target) type, i.e....

@sbrannen imo, a correct way of dealing with variance, if you want to give flexibility to API - when an argument is contravariant and a return type is covariant. It...

@zhfeng hope, a quick workaround exists (without rewriting of MyBatis low-level layers to bypass GraalVM limitations)

@zhfeng okay, i understood :( i've checked out similar projects (MyBatis + GraalVM), found this - https://github.com/mybatis/spring-native maybe, you could pick some "hacks" from it