Björn Michael
Björn Michael
Given following example with types from the JDK, ```java @EnumSource(IsoEra.class) @EnumSource(MinguoEra.class) @EnumSource(HijrahEra.class) @ParameterizedTest void getDisplayName(Era era) { assertNotNull(era.getDisplayName(TextStyle.FULL, Locale.ROOT)); } ``` the compiler complains with: > java: org.junit.jupiter.params.provider.EnumSource is not...
see title
Running `p2:site` with Maven 3.8.6 and Tycho _3.0.0_ ends up with ``` [INFO] --- p2-maven-plugin:2.0.0:site (default-cli) @ tycho-modules-site --- [WARNING] Error injecting: org.reficio.p2.P2Mojo com.google.inject.ProvisionException: Unable to provision, see the following...
At the moment ``` commons-io:commons-io:2.1 ``` will be extended with defaults to: ``` commons-io:commons-io:2.1 true false false false *;resolution:=optional * ``` It would be useful to override some defaults e.g....
Similar to [Bug 156792](https://bugs.eclipse.org/bugs/show_bug.cgi?id=156792) it would be very useful to close a tab with the middle button within the chevron list. The list should stay open after a tab has...
Close #2232 This PR add support for multiple SQL init scripts in `JdbcDatabaseContainer`s.
I figured that there is a number of xmlunit artifacts, so it might be useful to provide a BOM (Bill Of Materials) that lists all versions of all artifacts in...
### Proposal It would be useful if _WireMockServer.start()_ could return the started instance itself to support creating and starting the server in a fluent way. Then the following concise setup...
It would be useful to specify the number of decimal places that are shown for Download and Upload speed. I'd like to set even no decimal places at all because...
It would be great if there is an easy way to delete a subscription via UI. Usecase: if the _filter_ of a subscription should be changed then the subscription should...