Andreas Bentele
Andreas Bentele
see https://github.com/abentele/Fraise/issues/29
see https://github.com/abentele/Fraise/issues/28
https://github.com/abentele/Fraise/issues/26
see https://github.com/abentele/Fraise/issues/23
see https://github.com/abentele/Fraise/issues/8
**Describe the bug** When using parallel execution of maven, this message is printed: ``` [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains...
e.g. ```java @ManagedAttribute(description = "Time of startup") public Date getStartupTime() { return startupTime; } ``` => render "Time of startup"
- [x] I have tried with the latest version of Docker Desktop - [x] I have tried disabling enabled experimental features - [x] I have uploaded Diagnostics - Diagnostics ID:...
the forkedSpringBootRun task is always executed, even if the generateOpenApiDocs task uses cached results. I would like to prevent running the spring boot application every time as it consumes much...