-
**Describe the bug**
I'm currently migrating a microservice from thorntail to quarkus. In thorntail the dependency
```
io.thorntail
microprofile-health
```
This …
-
I'm using the java agent to send custom metrics to apm.
However, the instrumentation provides me always a NoopTracer (and consequently a NoopTransaction)
```
private static final ElasticApm elast…
-
There seems to be no way to use the Hibernate with Panache in case you have more than one datasource defined.
This should be possible and supported as one cannot assume that only one datasource will…
-
-
如图,用脚手架一键生成的基础项目启动不了,一直报错,请帮忙看看
![image](https://user-images.githubusercontent.com/16242313/72214964-8ba4b980-3547-11ea-92f4-0373363e8ee8.png)
错误日志:
"C:\Program Files\Java\jdk-11.0.2\bin\java.exe" …
-
Greetings,
We are security researchers and we are looking for insecure coding patterns and configurations in the microservice architecture repositories. In your repository, we have found instances…
-
Greetings,
We are security researchers and we are looking for insecure coding patterns and configurations in the microservice architecture repositories. In your repository, we have found instances…
-
Let's say I have the following situation:
I have 2 Verticles, each of which wants to establish a different route under the same web server address. They can each create the HttpServer at that addres…
-
-
We don't currently propagate transaction context by default. Instead, we clear (suspend) it, which allows tasks/actions to run their own transactions.
This discussion was brought up again on last w…