Jan Vissers

Results 11 issues of Jan Vissers

https://jakarta.ee/specifications/cdi/3.0/jakarta-cdi-spec-3.0.html#bean_defining_annotations defines a bunch of bean defining annotations. Prior to Jakarta, 'cdi' component model on a mapper resulted in an @ApplicationScoped implementation class, which could get properly resolved. However, with...

enhancement

I'm migrating a project to Java 9 and we're using external JAXB configuration using .xjb/.jbx files. What I'm seeing is that an external configuration file like this one: ``` ```...

bug

## Environment Details * Helidon Version: 2.5.2 * Helidon MP * JDK version: 17.0.3+8-LTS-111 * OS: Ubuntu 22.04.1 LTS ---------- ## Problem Description We love @HelidonTest and we use it...

enhancement
P3
testing

I'm upgrading a code base that uses cqengine to Jakarta EE 9.0. It uses Hibernate, and that uses ANTLR 4.10.1. This causes problems for CQEngine like this: ``` Caused by:...

Maybe a bit naive, but my initial instinct was to model the values in my lookup set as instances of Java record. However, it seems that attribute generation does not...

## Environment Details * Helidon Version: 4.0.2 * Helidon MP * JDK version: Java HotSpot(TM) 64-Bit Server VM (build 21.0.1+12-LTS-29, mixed mode, sharing) * OS: Ubuntu 23.10 ---------- ## Problem...

duplicate
4.x
declarative

I'm doubting whether this is an issue or just something that needs clearing up (in respective README.md). Hotwire consists of a number of things: 1. Turbo Drive accelerates links and...

## Environment Details * Helidon Version: 4.0.7 * Helidon MP * JDK version: Java HotSpot(TM) 64-Bit Server VM (build 21.0.2+13-LTS-58, mixed mode, sharing) * OS: Ubuntu 23.10 ---------- ## Problem...

enhancement
P3
graphql
4.x

## Environment Details * Helidon Version: 4.0.7 * Helidon MP * JDK version: Java HotSpot(TM) 64-Bit Server VM (build 21.0.2+13-LTS-58, mixed mode, sharing) * OS: Ubuntu 23.10 ---------- ## Problem...

bug
P3
jpa/jta
integration
performance
java
4.x

Let me start by showing the stack: ``` /home/jvissers/Projects/acme/services/libs/acme-support/acme-support-runtime/src/main/java/acme/support/views/Incident.java:61 java: javax.annotation.processing.FilerException: Attempt to recreate a file for type acme.support.views.IncidentModelRenderer at jdk.compiler/com.sun.tools.javac.processing.JavacFiler.checkNameAndExistence(JavacFiler.java:741) at jdk.compiler/com.sun.tools.javac.processing.JavacFiler.createSourceOrClassFile(JavacFiler.java:498) at jdk.compiler/com.sun.tools.javac.processing.JavacFiler.createSourceFile(JavacFiler.java:435) at org.jetbrains.jps.javac.APIWrappers$FilerWrapper.createSourceFile(APIWrappers.java:312) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at...

documentation
intellij
integration