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 975 public repositories matching this topic...
-
Updated
Apr 28, 2022 - Java
-
Updated
May 16, 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
May 23, 2022 - Java
We already have a fix we tested manually. We need to add JUnit test.
See #1284
-
Updated
May 19, 2022 - Java
... and therefore our Geocoder test is failing when run with GOOGLE_API_KEY set.
-
Updated
May 18, 2022 - Java
-
Updated
May 20, 2022 - Java
-
Updated
May 22, 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
Feb 9, 2022 - Handlebars
-
Updated
Jan 10, 2021 - Kotlin
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
May 23, 2022 - Java
-
Updated
Jan 26, 2022 - Java
-
Updated
Jan 27, 2021 - JavaScript
-
Updated
May 19, 2022 - CSS
-
Updated
Mar 28, 2022 - Java
-
Updated
May 14, 2022 - Shell
-
Updated
Feb 16, 2022 - Python
-
Updated
May 18, 2022 - Java
-
Updated
May 22, 2022 - Java
-
Updated
May 12, 2022 - Java
Created by Red Hat Software
Released March 2019
Latest release 6 days ago
- Repository
- quarkusio/quarkus
- Website
- quarkus.io
- Wikipedia
- Wikipedia
Description
While doing some research, I've discovered that Caffeine is no longer using Unsafe. In ben-manes/caffeine@e4b77d2, Caffeine moved its copy of
MpscGrowableArrayQueueto use either Unsafe, or if not available, VarHandle. Then, with ben-manes/caffeine@4db9e8e, Uns