Jonas Cirotzki

Results 108 comments of Jonas Cirotzki

Unfortunately, we cannot use `weld-testing` in the current form. `weld-testing` bootstraps are pure CDI container without any EJB extension, which means that none of our beans will work. I did...

Ok I played around with Arquillian and the container starts, however, the deployment fails with the exception mentioned in this issue https://github.com/payara/Payara/issues/3278. I use payara version `5.2021.10` (the same version...

Hey thanks for the pointer. Unfortunately, I was not able to connect the `weld-ejb` module with `weld-testing`. There is zero documentation and no examples for this. I tried to play...

@tyt2y3 I just dropped @billy1624 a message on Discord, I'm definitely interest :)

+1 I encounter the same issue in Linux with Docker version 20.10.12 which now includes docker compose directly. (This was not working for me for quite some time tbh, I...

@zohaibhassan122 I did not encounter this one yet :D For my part, I always completely comment every resource constraint in the base file as none of them work (i.e. are...

Reading a bit [more](https://www.baeldung.com/ops/docker-memory-limit) it seems that resource limits are not support for docker compose v3, they are only effective if you deploy it in swarm mode(see [here](https://github.com/docker/compose/issues/4513)) Poor design...

@bernardsilenou I started to work on this, but it would be beneficial to move the upstream repo to the HZI GitHub organization :+1:

@traseable-solutions Can you please open an issue at https://github.com/hzi-braunschweig/SORMAS-Project and include the error such that we can investigate? Please also share from which SORMAS version you want to upgrade.

Same here: ```xml io.openapitools.swagger swagger-maven-plugin 2.1.6 generate io.swagger.core.v3 swagger-jaxrs2 2.1.13 ``` Stacktrace is: ``` at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163) at...