quarkus-renarde icon indicating copy to clipboard operation
quarkus-renarde copied to clipboard

Server-side Web Framework with Qute templating, magic/easier controllers, auth, reverse-routing

Results 80 quarkus-renarde issues
Sort by recently updated
recently updated
newest added

* use `futureValues` instead of `values` in `Flash.getError(String)` * added integration test to simulate the situation Signed-off-by:Nathan Erwin

Bumps [quarkiverse-parent](https://github.com/quarkiverse/quarkiverse-parent) from 10 to 12. Release notes Sourced from quarkiverse-parent's releases. 12 What's Changed Bump impsort-maven-plugin from 1.7.0 to 1.8.0 by @​dependabot in quarkiverse/quarkiverse-parent#66 Format and import sort should...

dependencies

Bumps `quarkus.version` from 2.14.2.Final to 2.14.3.Final. Updates `quarkus-bom` from 2.14.2.Final to 2.14.3.Final Release notes Sourced from quarkus-bom's releases. 2.14.3.Final Complete changelog #29681 - Add spec.metadata.labels in Deployment resource for OpenShift...

dependencies

Bumps [bootstrap](https://github.com/webjars/bootstrap) from 5.1.3 to 5.2.3. Commits 5b83a99 [maven-release-plugin] prepare release bootstrap-5.2.3 424025d [maven-release-plugin] prepare for next development iteration aba83b5 [maven-release-plugin] prepare release bootstrap-5.2.2 5476bba [maven-release-plugin] prepare for next development...

dependencies

Manually added validation errors added through the `addError(field, message)` method are not copied to the flash error map immediately for use in the response template. Attached is an example project....

Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.7.0 to 1.10.2. Release notes Sourced from bootstrap-icons's releases. v1.10.2 Changes Fixes fill rules on five icons. #1493: v1.10.2 #1491: Update CI config 📦 Dependencies #1490: Update...

dependencies

The acronym for *Cross-Site Request Forgery* is CSRF not CRSF The class [CRSF.java](https://github.com/quarkiverse/quarkus-renarde/blob/main/runtime/src/main/java/io/quarkiverse/renarde/util/CRSF.java) should be renamed as well as all mentions of *crsf* in the documentation.

I have an existing Quarkus project that is set up to use a JWT for securing REST endpoints, configured with `mp.jwt.verify.publickey` and `mp.jwt.verify.publickey.algorithm` (it integrates with an existing system that...

is there any way to store temporal user information in Renarde? I guess I need store the information in the client side or maybe in a distributed cache as infinispan,...