quarkus
quarkus copied to clipboard
Quarkus: Supersonic Subatomic Java.
### 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...
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...
### 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...
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...
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...
### 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...
### 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...
### 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...
### 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...
### 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...