-
### Actual behavior
```kotlin
@Bean
fun webClient(): WebClient {
return WebClient
.builder()
.baseUrl(someUrl)
.filter(logResponseStatus())
.build()
}
`…
-
Quarkus boot fails when vertx-cache temporary directory exists.
Running on **Windows 10**, using **GraalVM 20 JDK 11 based, native image**
```
2020-03-08 16:15:06,354 ERROR [io.qua.application] (…
-
Docker images based on Alpine seem to have this problem often:
* http://www.forum.plantuml.net/9781/invocationtargetexception-fileformat-getjavadimension
* https://github.com/AdoptOpenJDK/openjdk-…
-
**Description**
Hello to all. If I am not mistaken, currently the only way to automatically serialise and deserialise objects that we receive/send in the Resteasy HTTP endpoints is using either Jso…
-
Before I dive into details of my performance test results I would to take this occasion to announce on this forum that firecracker is officially and fully supported by OSv unikernel as of latest 0.53.…
-
@dreab8 was pointing to me that he worked on a project with Protean. It had classical Java backend and a React front end.
He wanted Protean to serve the front end content but having to put the react …
-
@pedroigor FYI
-
**Description**
The authenticated users should have an option to logout out of OIDC adapter protected web applications.
The recommendation from the Keycloak experts is to have a combination of the R…
-
As a user I would like to get to know how to start with quarkus for my microservice in order to simply start by with the right standards and technologies.
Quarkus Code Generator is providing a lot …
-
descript: my system environment is MacOS 10.14.3
step to reproduce this issue:
1.
```
git clone https://github.com/apache/servicecomb-samples.git
$cd bmi
$pwd
/Users/mac/IdeaProjects/servicec…