Matthias Bünger

Results 168 comments of Matthias Bünger

Guess this needs a discussion/vote an the ML, does it?

> Caused by: org.eclipse.aether.transfer.NoRepositoryConnectorException: Blocked mirror for repositories: [glassfish-repository (http://download.java.net/maven/glassfish, default, releases+snapshots)]

We at Pioneer are happy to contribute the extensions to JUnit. I will work on a PR after the one for #4727

In my teams checkstyle, we have removed `javax` from being something "special", because it is no more. It is removed from JDK and `jakarta` is no official part of the...

From the readme: > * Since GitHub issues does not allow for multiple fix versions, the migration creates a separate issue (called a backport issue) for each additional fix version...

How can I get gradle to give me infos about the actual error? The stacktrace does not help :( ``` * Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':documentation:consoleLauncherTest'. at...

> @Bukama what command were you running? > > Btw, we just switched to Antora (#5208) for the documentation. If were were trying to build documentation, please try again with...

> Ah. Can you make due with (a combination of) these? > > ``` > ./gradlew test > ./gradlew spotlessApply > ./gradlew antora > ./gradlew publishToMavenLocal > ``` So now...

> I suspect it's the `-z` option which was, according to the [Git docs](https://git-scm.com/docs/git-worktree/2.36.0), introduced in version 2.36.0 in 2022. Yeah that fails, I only had `2.31.1.windows.1`. Updated now to...