Max Rydahl Andersen

Results 747 comments of Max Rydahl Andersen

Yeah. It was me looking for jdbc driver for Turso that got me here. Btw. Even using this manually didn't work for me - it gives me 401 for the...

Good idea. Btw i can see we aren't consistent on what we call these in our docs. The proper word is directives not tags.

If I do run as on the org.acme package I get this: ![Image](https://github.com/user-attachments/assets/7dfcb9c8-5718-4805-b748-085d2295565c) so normal test passes, but IT fails with ``` java.lang.IllegalStateException: Unable to locate the artifact metadata file...

can confirm running single method or via package normal test works - IT fails always. if I run the suite class it fails.

and can also confirm if i downgrade to 3.20 then test class works no matter what but IT class fails for same reasons as in 3.22 so i Ireckon that...

in case its useful here is how it is run (found in properties on debug run process): ``` /Users/manderse/.sdkman/candidates/java/17.0.9-graalce/bin/java -XX:+ShowCodeDetailsInExceptionMessages -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:50566 -ea -Djava.util.logging.manager=org.jboss.logmanager.LogManager -javaagent:/Users/manderse/eclipse/jee-2025-03/Eclipse.app/Contents/Eclipse/configuration/org.eclipse.osgi/436/0/.cp/lib/javaagent-shaded.jar -Dfile.encoding=UTF-8 -Dstdout.encoding=UTF-8 -Dstderr.encoding=UTF-8 -classpath org.eclipse.jdt.internal.junit.runner.RemoteTestRunner -version...

I have the same issue when using https://hub4j.github.io/github-api/ there is two versions of HttpClientGitHubConnector and it keeps picking the 11 even when version set to 17.

hmm good question - I'm not a big believer in just making a blog post that just tells people to follow another link. I would suggest to either republish it...

Is there something else we can print to not be problematic ? It's atm a warning so you can more easily spot it over the default. Like, the idea here...