Quarkus
Quarkus is a full-stack, Kubernetes-native, Java Framework tailored for OpenJDK HotSpot and GraalVM. Comparatively, to other frameworks, such as Spring, it offers small memory footprint and reduced boot time. It allows to combine both imperative code and non-blocking reactive style.
Here are 983 public repositories matching this topic...
-
Updated
Jun 3, 2022 - Java
-
Updated
May 31, 2022 - Java
Context
(Motivated by quarkusio/quarkus#21297)
The existing mutiny-kotlin module provides extensions methods for converting between Uni/Mutli and coroutines; however, it's missing a straightforward way to return a suspending function as a Uni.
[The example in the documentation](https://smallrye.io/smallry
-
Updated
Jun 13, 2022 - Java
We already have a fix we tested manually. We need to add JUnit test.
See #1284
-
Updated
Jun 13, 2022 - Java
-
Updated
Jun 12, 2022 - HTML
In the Camel Quarkus documentation, there is no direct link to the Getting started with Camel section of the User manual. It would be nice to have a link either in the documentation or in the sidebar menu as the User guide only covers the specifics of Camel Quarkus and doesn't explain Camel in general.
-
Updated
Jun 13, 2022 - Java
-
Updated
Jun 13, 2022 - TypeScript
When deployed in the cloud, if something goes wrong, having logs is handy. We should add entry logs to all the resources methods (in INFO level) so we can watch logs passing by.
-
Updated
May 24, 2022 - Kotlin
-
Updated
Jun 1, 2022 - Handlebars
Describe the Bug
JDL Setup
application {
config {
baseName gateway,
applicationType gateway,
packageName com.test.application,
authenticationType oauth2,
prodDatabaseType mariadb,
databaseType sql,
devDatabaseType mariadb,
serverPort 8080,
clientFramework react,
blueprint quarkus,
buildTool maven,
-
Updated
Apr 28, 2022 - Java
-
Updated
May 2, 2021 - HTML
-
Updated
Jun 10, 2022 - Java
-
Updated
Jun 9, 2022 - CSS
-
Updated
Jan 26, 2022 - Java
-
Updated
Jan 27, 2021 - JavaScript
-
Updated
Jun 13, 2022 - Shell
-
Updated
Mar 28, 2022 - Java
-
Updated
Feb 16, 2022 - Python
-
Updated
Jun 6, 2022 - Java
-
Updated
Jun 13, 2022 - Java
Created by Red Hat Software
Released March 2019
Latest release 14 days ago
- Repository
- quarkusio/quarkus
- Website
- quarkus.io
- Wikipedia
- Wikipedia
Describe the bug
I was reading the Quarkus Security LDAP guide at https://quarkus.io/guides/security-ldap and I would like to look at the recommended solution. However, when I try to lookup the address which is given in the article (https://github.com/quarkusio/quarkus-quickstarts/tree/main/security-ldap-quickstart), I get a 404. Furthermore, the solution cannot be found in the list of quarku