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 853 public repositories matching this topic...
-
Updated
Jan 5, 2022 - Java
-
Updated
Jan 10, 2022 - Java
Discussed in smallrye/smallrye-mutiny#742
Originally posted by michalszynkiewicz November 5, 2021
For me, atLeast suggests that the value will be memoized/cached for the specified amount of time or longer (I'd guess might be stored in a weak reference after the period of time).
The discussion on a [Stor
-
Updated
Jan 14, 2022 - Java
We have a simple test for Postgres but the logic changes a lot based on the database selected.
We should make sure to test that we create the right SqlConnectOptions for each database.
This is the method th
Quarkus 2.5.Final is introducing newer version of Infinispan but also the Infinispan test resource. It could be relevant to use this testing class helper in our test integration class
More information here : https://github.com/quarkusio/quarkus/blob/main/docs/src/main/asciidoc/infinispan-client.adoc#testing-helpers
-
Updated
Jan 14, 2022 - Java
-
Updated
Jan 13, 2022 - Java
-
Updated
Dec 20, 2021 - Handlebars
-
Updated
Jan 7, 2022 - TypeScript
-
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
May 2, 2021 - HTML
-
Updated
May 19, 2021 - Java
-
Updated
Dec 17, 2021 - Java
-
Updated
Jan 27, 2021 - JavaScript
-
Updated
Jan 11, 2022 - Java
-
Updated
Nov 27, 2021 - Java
-
Updated
Jan 11, 2022 - Shell
-
Updated
Sep 27, 2020 - Python
-
Updated
Jan 4, 2022 - Java
-
Updated
Jan 7, 2022 - Java
-
Updated
May 6, 2021 - Java
-
Updated
Jan 10, 2022 - Java
Created by Red Hat Software
Released March 2019
Latest release 4 days ago
- Repository
- quarkusio/quarkus
- Website
- quarkus.io
- Wikipedia
- Wikipedia


Description
If we use
io.quarkus.runtime.annotations.RegisterForReflection#classNamesto register classes for reflection it does not register classes up in the hierarchy.On the other hand, if we use
-H:ReflectionConfigurationFiles, it does register the full class hierarchy.Implementation ideas
I think we should look for the full hierarchy here: https://github.com/quarkusio/qu