João Filipe Sabino Esperancinha

Results 17 comments of João Filipe Sabino Esperancinha

Hi @AtofStryker , thanks for your response. I've made a separate branch on my repo just to analyse this and isolate the problem: https://gitlab.com/jesperancinha/moving-objects-service-root/-/commits/23175-Grafana-recursion It seems like this error happens...

@AtofStryker , yes you do need to add dashboards to grafana. In my example, grafana already starts up with two pre-configured dashboards. I'm not sure if in your case would...

Great @AtofStryker , that is the test! Locally, if I run it, I also have no issue with the `open` option. With the `run` option, it runs a bit flaky,...

@AtofStryker / @rachelruderman , I'm not 100% sure but `cypress/included:10.6.0` seems to have fixed the issue as I'm not getting this specific error related to firefox anymore. I still get...

Hi there, I'm running into this same issue since yesterday and I need this to run tests on Project Loom(JDK 19) using gradle, and I'm not interested in using Maven...

@marcphilipp , I moved on in the meantime with maven. I just tried it with the toolchain like this: ```gradle java { toolchain { languageVersion = JavaLanguageVersion.of(19) } } ```...

Indeed @xor-freenet .I run my project with JDK 19, not only to test the JDK but also to see how Project Loom works. And just for clarity, it is not...

Hi @demidko, the only thing I did that was a bit different than what I normally do is having the JDK 19 installed manually. In maven, I just set up...

Hi there, I'm experiencing this same issue. Here is the exception: ```java Caused by: java.lang.ClassNotFoundException: javax.validation.constraints.Min at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ... 120 common frames omitted ``` This is...

If you look at the link above, you'll see what is happening. It seems like springdoc is still using the old javax validations and is not providing support to jakarta...