quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

Quarkus: Supersonic Subatomic Java.

Results 937 quarkus issues
Sort by recently updated
recently updated
newest added

### Describe the bug I am building a Lambda Function with Quarkus Funqy. I have a class annoted with @QuarkusMain to do statics initilization for Provisioned concurrency. @QuarkusMain class is...

kind/bug
area/amazon-lambda
area/funqy

The value of the header will be in the format "quarkus/%s-%s" where the first position will be a description of the Java version and the second being the version of...

area/amazon-lambda

### Description Looking at the Spring implementation of `CrudRepository` backed by `SimpleJpaRepository` there are some divergences to Quarkus `AbstractJpaOperations`. The method `delete(Object entity)` on Spring tries to find the entity...

kind/enhancement
area/panache
area/spring

fix #21985 - First time PR - Didn't find any specific tests examples for these classes, open to suggestions - Added new javadoc comment for public field created on RegisterForReflection...

area/core

When `ParseOnce` was first introduced, we discovered that the overall memory consumption went up. In my most recent testing with 22.1, `ParseOnce` still added extra memory, but during the [Native...

kind/enhancement
triage/needs-triage

### Describe the bug I'm currently unable to overwrite the Response with a CustomFormAuthenticationMechanism when using security-jpa with quarkus using RestEasy-Classic. I did not test ReastEasy-Reactive. The last known version...

kind/bug
area/security

### Description As requested in https://github.com/quarkusio/quarkus/pull/27096#discussion_r936069360, Flyway supports configuring certain patterns to ignore migrations during validate and repair. It would be nice to be able to specify that in the...

kind/enhancement
good first issue
area/flyway

### Discussed in https://github.com/quarkusio/quarkus/discussions/27026 Originally posted by **farnulfo** July 29, 2022 Hi, On quarkus blog we can see release with security fixes like https://quarkus.io/blog/quarkus-2-10-3-final-released/ . But I missed a permanent...

kind/new-feature
area/security

### Description Suppose we have this very simple class as a Mongo entity with a custom `String` as an `id` ``` @MongoEntity public class Person { private String id; private...

kind/enhancement
area/panache
area/mongodb

### Describe the bug I am trying to schedule Quartz jobs programmatically using `@Transactional`, similar to as suggested in https://quarkus.io/guides/quartz#scheduling-jobs-programmatically, but WARN messages can be seen in the log: `Datasource...

kind/bug
area/scheduler
env/windows
area/agroal