chris21k

Results 3 issues of chris21k

In my project ([demo.war.zip](https://github.com/javaserverfaces/mojarra/files/1364372/demo.war.zip), source code included) under vanilla Tomcat 9.0.1 x64 and Oracle JRE 1.8.0u144 x64, I use the following custom exception factory: ```java package demo.pack; import java.io.IOException; import...

For updgrading my (tomact web-) project to newest Jersey 3.0.3 and Jackson 2.13, I replaced the jackson-module-jaxb-annotations-2.12.5-jakarta.jar with jackson-module-jakarta-xmlbind-annotations-2.13.0.jar, see #130 . The program is a webservice answering request and...

Happen in Eclipse 4.27 with latest Java 20 Patch Plugin P20230322-0620 installed. Open the API Documentation in Javadoc, e.g. by pressing Shitf+F2 while Cursor ist on a Java API Type...