Matthias Bรผnger
Matthias Bรผnger
Proposed commit message: ``` Update to JUnit Jupiter 5.9 (#652 / #657) Updates the used JUnit Jupiter version closes: #652 PR: #657 ``` --- **PR checklist** The following checklist shall...
``` Removing CartesionProductExtension version 1 The CartesionProductExtension was reimplemented in #487. At the same time version one was marked as deprecated for removal in Pioneer 2.0. This PR removes this...
Proposed commit message: ``` Starting with release 2.0 Pioneer sets Java 11 as it's base Java version. With this PR only the build is updated to 11 without any further...
In one of our apps at work we recognized an error which somehow/sometimes happens when executing it in paralell. To be exactly it's an app with an REST-API and the...
As of writing Gradle does not support Java 18, according to: https://docs.gradle.org/current/userguide/compatibility.html This means we can't upgrade our build pipeline to use it, which is what we want to >...
We think about to lift Pioneer require JDK 11, resulting in Pioneer 2.0 does not support Java 8 anymore. In this issue we want to discuss pros and cons about...
Creating an issue as base for the PR for a `@NotWorking` annotation. Text comes from the PR by @Marcono1234 --- Often tests fail due to a bug in the tested...
In #262 we provided a [buildSrc/build.gradle script](https://github.com/junit-pioneer/junit-pioneer/blob/master/buildSrc/build.gradle) to add IDE specific support for IntelliJ. This should be converted to Kotlin as the build.gradle.kts script in root folder.
As I'm trying to setup our projects to make JPA tests possible without using Arquillian (which is a pain due long deployment times on WAS 9) I found @gunnarmorling demo...
We are preparing the Pioneer 2.0 release on the `lab/2.0` branch to give us the possibility to still merge non-breaking changes into the 1.x main branch and maybe do 1.x...