Skip to content
#

quarkus

Here are 496 public repositories matching this topic...

sberyozkin
sberyozkin commented Nov 11, 2020

Describe the extension
Quarkus OIDC CodeAuthenticationMechanism uses a default TokenStateManager implementation which stores all the session content in a cookie, which, by default, will include 3 tokens: ID, access and refresh tokens. When all 3 of them are in a JWT format as is with Keycloak, the cookie value size may exceed 4096 when JWTs have a lot of claims, at which point some brow

joewhite101
joewhite101 commented Sep 12, 2020

Describe the bug
When creating a quarkus project without a client the maven project fails to start. The project should support generation without a client.

To Reproduce
Steps to reproduce the behavior:

  1. Run jhipster --blueprints quarkus
  2. When prompted for client select `none'.
  3. Run ./mvnw

Get error:

/opt/quarkusBpExample$ ./mvnw
[INFO] Scanning for proje

The goal is to compare Java frameworks like: Quarkus, Micronaut and Spring Boot. For it, we will implement applications using those frameworks, measure start-up times, memory footprint, etc. Besides, as Quarkus and Micronaut support GraalVM out-of-the-box, we will use GraalVM’s native-image tool to build Quarkus and Micronaut native applications.

  • Updated Nov 24, 2020
  • Shell

Improve this page

Add a description, image, and links to the quarkus topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the quarkus topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.