Stéphane Épardaud

Results 666 comments of Stéphane Épardaud

This is actually all sorts of broken. I tried to pass this job on to ORM, which now supports projections without `new` in the HQL query, exactly as we do,...

You're doing a POST without a CSRF token, that's why it doesn't work. I agree there should be an error message, though. If you're using `{#form ...}` you will get...

Well, it's not that it doesn't work, it's that it requires a CSRF token. All POST methods with a form body now require it. That has always been the goal,...

The problem is that the minute you serve HTML and have forms, you want CSRF protection. But this is not convenient for REST users. But, whatever endpoint you make available...

With this, you mean? https://quarkus.io/guides/security-jdbc

OK, so are you using this? https://docs.quarkiverse.io/quarkus-renarde/dev/security.html#custom_authentication_with_jwt

For scripts, there are two alternatives, IMO: - you can generate a JWT token on the script's end, given that you have access to the server's private key, there's probably...

Yes, that issue is an unfortunate side-effect of vertx importing an older incompatible version of rxjava. What does your `pom.xml` look like? Did you import vertx manually at all?

Yes, absolutely. In fact Redpipe imports that newer version of rxjava. But Maven picks up the older one via the import of vertx.

Unfortunately I don't have time to keep maintaining jax-doclets. If anybody wants to take the responsability of merging this and testing it and making a new release, I'll give you...