tmulle

Results 16 issues of tmulle

Hi, In Play framework, they appear to let you generate REST endpoints in the HTML using something like: `jsRoutes.controllers.Blogs.view(parseInt(full.id));` and things like `` to point to images, etc. Is this...

### Description Downloading the 2.2.1.zip and attempting to run either the `run-demo.bash` or any of the example applications (ie. `Airspaces.java` from the source tree using NetBeans IDE fails to load...

Hi, Just started using Quarkus-Camel and am still learning how things work. I am trying to serialize a POJO with `LocalDateTime` and getting the error below. I've done a ton...

When trying to run the application on my connected iPad using the latest version of Gluon Mobile, I get an error: I found this link about using XCODE 15 and...

When starting up the application the Map tab is empty and an exception appears in the IDE. I notice you only mention Windows and Linux.. so I thought I'd try...

I originally posted this issue in the first comments of https://github.com/quarkusio/quarkus/issues/36276 Since then, I noticed there are two issues related to `ConstraintViolationException` handling, one in Quarkus core, and another in...

Trying the latest versions of renarde security (3.0.3 or 3.0.4) with Quarkus 3.4.1 causes my endpoints to no longer be hit. I have a `/login` endpoint which works fine with...

I'm seeing a lot of these exceptions printing out on the console when accessing various parts of my Renarde based website. Everything appears to be working fine security wise, I...

Hi, In Quarkus/Renarde, can I pass in a @BeanParam and a @RestPath? I'm trying to do a call to this endpoint and I'm getting a class cast exception: ``` @POST...

Hi, I think I found a bug with UDP/IP6 on Java and was wondering if you could clarify. I'm using **Vert.x 3.7.1** on **MacOS Mojave** with ``` java version "1.8.0_202"...