quarkus
Here are 496 public repositories matching this topic...
Database testing made easy!
-
Updated
Nov 12, 2020 - Java
Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
-
Updated
Nov 25, 2020 - Java
A simple and efficient open-source security framework that focus on protection of restful api.
-
Updated
Nov 16, 2020 - Java
Quarkus Tutorial for https://dn.dev/master
-
Updated
Oct 12, 2020 - Handlebars
Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
-
Updated
Nov 25, 2020 - Java
Reference JVM multi module project for a reactive micro service and lambda using a hexagonal architecture, DDD, Kotlin, Spring Boot, Quarkus, Lambda, Gradle.
-
Updated
May 3, 2020 - Kotlin
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:
- Run
jhipster --blueprints quarkus - When prompted for
clientselect `none'. - Run
./mvnw
Get error:
/opt/quarkusBpExample$ ./mvnw
[INFO] Scanning for proje
Kafka Browser that supports standalone Kafka and Strimzi operator
-
Updated
Aug 31, 2020 - JavaScript
IntelliJ Quarkus Tools
-
Updated
Nov 24, 2020 - Java
Comparing the CPU/Memory utilisation - Quarkus via GraalVM Native Image vs. Quarkus via Java Runtime vs. Payara-Micro via Java Runtime.
-
Updated
Sep 27, 2020 - Python
A MicroProfile GraphQL Example
-
Updated
Nov 23, 2020 - Java
Implementation of the same simple microservice on different frameworks
-
Updated
Jun 23, 2020 - Kotlin
A simple demo application showing quarkus usage with Amazon Lambdas
-
Updated
Aug 8, 2019 - Shell
Projeto Kanban Board
-
Updated
Aug 25, 2020 - Java
Shows an example on how to use axon in conjunction with microprofile on quarkus
-
Updated
Apr 30, 2020 - Java
Spring Boot/Quarkus/Micronaut + Optaplanner Portfolio Optimization
-
Updated
Sep 13, 2020 - Java
Very simplified shop sales system made in a microservices architecture using quarkus
-
Updated
Jul 10, 2020 - Java
Quarkus playground
-
Updated
Oct 12, 2020 - Java
Saga Pattern implementations
-
Updated
Jul 9, 2020 - Java
In the README
Source code examples built for the purpose of video course: Microservices On Kubernetes
-
Updated
Aug 6, 2020 - Kotlin
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
Showcases typical use cases of MicroProfile APIs in applications.
-
Updated
Nov 11, 2020 - Java
Improve this page
Add a description, image, and links to the quarkus topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quarkus topic, visit your repo's landing page and select "manage topics."


Describe the extension
Quarkus OIDC
CodeAuthenticationMechanismuses a defaultTokenStateManagerimplementation 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 exceed4096when JWTs have a lot of claims, at which point some brow