Toby Hammett

Results 3 issues of Toby Hammett

These tests currently fail, but demonstrate HHH-14256. https://hibernate.atlassian.net/browse/HHH-14256

JIRA issue Test Case

Consider an interface with an accessor that has an annotated type argument like this: ``` @Value.Immutable public interface ValueObject { MyGenericType getValue(); } ``` Under Java 11+ the annotation processor...

bug

Passing the type arguments directly to TypevarContext means they don't have to be parsed, simplifying the code and avoiding the possibility of parse failures. Any feedback is welcome. Please let...