Simon Schrottner
Simon Schrottner
This is a draft pullrequest, it is just a small idea, i wanted to challenge first, before investing more time into this. #842 ## Refactoring TravisPlugin to generic Ci plugin...
OI_OPTIONAL_ISSUES_USES_IMMEDIATE_EXECUTION is producing false positives when using static methods which are returning statically initialized fields, like `Collections.emptyList()`. ``` List list = Optional.of(null).orElse(Collections.emptyList()); ``` This will cause an issue. But `Collections.emptyList()`...
Not all OS Projects are using GitHub and have the benefit of using GitHub Actions. With this changes the Wrapper-Validation-Action is executable on its own. It will use command line...
Utilizing `jvm-test-suite` to its full potential. Removing deprecated configuration, and updating Gradle. Proposed commit message: ``` ${action} (${issues} / ${pull-request}) [max 70 characters] ${body} [max 70 characters per line] ${references}:...
So far we do not have a lot of Issues created, but there is still an inconsistency about the creation process. Some are labelled, some are not, and some are...
Our GitHub Actions do not provide a lot of information to the user why they are failing. There is always a second click needed to get to the action log....
we are using: - shipkit for changelog - our own version approach - signing - uploading maven central - using shipkit for releases We can evaluate jrleaser doing a lot...
Our Github actions are a mess, we started and improved them over time, we renamed them etc. But now we do have some old Actions in there, which we do...
A big struggle within our project is code formatting. A lot of people struggling with Spotless and that we do not offer configuration for certain IDEs (at least the favorite...
Sorry i simply started experimenting out of curiosity regarding #2760 , and I want to share what I tried and what worked and did not work for such modular tests....