-
automatic change format, resize, crop, ...
-
### Description
Sometimes, users would like to do something like
```
@RolesAllowed("a")
@Path("service")
public class Service {
@RolesAllowed("b")
@GET
public String ge…
-
### Describe the bug
The `org.springframework.data.jpa.repository.Lock` annotation isn't included with `quarkus-spring-data-jpa`. It isn't listed under _What Is Currently Unsupported_ on the _Quarku…
-
### Describe the bug
Hi, I am trying to use quarkus and send logging to graylog using the kafka transport mechanism. It's all fine with JVM mode, but is not working after building and running the n…
-
### Describe the bug
When trying to run 10 IT tests with TestContainers in this PR: https://github.com/quarkusio/quarkus/pull/39032
The CI build fails with an OOM exception on all JDKs. Example: …
-
-
We have been doing this manually, changing the tag_version values in set_test_info in [common_functions.sh](https://github.com/AdoptOpenJDK/openjdk-tests/blob/master/external/common_functions.sh#L176)…
-
### Describe the bug
Found issues in https://quarkus.io/version/main/guides/security-oidc-auth0-tutorial
1. In the first sentence “comprehensive OpenId Connect (OIDC)”, add capital 'D' letter in O…
-
I think something in Kantra or something related to analyzing Java apps with multiple modules is currently bugged.
I was checking out the `ejb-remote` sample recently, trying to make headway in inc…
-
### Describe the bug
Scenario: EntityA get's persisted, notification with entity is sent through message channel, receiver creates EntityB and links it to EntityA
This leads to the following err…