Roger Keays

Results 5 issues of Roger Keays

``` > Task :hibernate-jpamodelgen:compileJava FAILED ``` stacktrace ``` > Task :hibernate-jpamodelgen:compileJava error: SourceChecker.typeProcess: unexpected Throwable (AssertionError) while processing /mnt/sda6/src/hibernate-orm/tooling/metamodel-generator/src/main/java/org/hibernate/jpamodelgen/Context.java; message: Unexpected reflection error in findMethod(getElementValues, javax.lang.model.element.AnnotationMirror, ..., []) ; The...

bug

Fluent is closely tied to the JDK javac implementation and could stop working whenever the JDK team decide to scrap Unsafe, or change their implementation. If we had a *defluent*...

enhancement

If people are going to add Fluent as a dependency to their projects, it should really be available on Maven Central.

enhancement

we might just be able to use manifold or lombok IDE plugins - Manifold/IntelliJ: https://plugins.jetbrains.com/plugin/10057-manifold - Lombok/IntelliJ: https://projectlombok.org/setup/intellij - Lombok/Netbeans: https://projectlombok.org/setup/netbeans - Lombok/Eclipse: https://projectlombok.org/setup/eclipse

enhancement

``` $ jshell -C-Xplugin:fluent An exception has occurred in the compiler (17.0.2). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the...

enhancement