fedinskiy
fedinskiy
### Version 3.9.5 ### Context I encountered an exception which looks suspicious while trying to reproduce examples from db2 client documentation(https://vertx.io/docs/3.9.5/vertx-db2-client/java/#_prepared_queries). ### Do you have a reproducer? * https://github.com/fedinskiy/reproducer/tree/c8ae9bcca60a01b78025b5602fbc59c0085b2f82 To...
When request has body with file, bigger, than 2048 MiB, attempt to send it fails. The file was added with method `body(File body)` of RequestSpecification. Reproducer: https://github.com/fedinskiy/quarkus-test-suite/tree/reproducer/restassured_2g To reproduce: 1....
### Version 3.9.7 ### Context After updating vertx-grpc 3.9.6 to 3.9.7 an attempt to use grpc client to communicate with the server via ssl leads to this exception: `java.lang.ClassNotFoundException: io.netty.internal.tcnative.SSLSessionCache`...
Fix for issue #16
### Describe the bug I have an application, made with Hibrnate reactive and Panache. I run `find` method for HQL query with a new-line character before `FROM` clause. The operation...
### Describe the bug When generated apps are downloaded from code.quarkus.io and run in dev mode, there is no welcome page("index.html" with "Congratualtions, you use Quarkus") on localhost. ### Expected...
The source of the problem seems to be an old version of localstack containers. It looks like this fix(https://github.com/quarkusio/quarkus-quickstarts/commit/76b33720e056724d7d7b30da3d1cfcc03513ff3c) was not applied to 2.2 Error log looks like that: ```...
When running command `mvn clean verify -pl security-keycloak-authorization-quickstart` on RHEL where FIPS mode is enabled, it fails with `java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed` Environment: Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Java version:...
I am running podman, which handles connections over unix socket on `unix:///run/user/1000/podman/podman.sock`. When I create a new instance of a `DockerClientImpl`, I provide an URI for this socket as a...