Clemens Grabmann
Clemens Grabmann
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/datorama/akita/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...
TLDR: As described [here](https://github.com/cloudflightio/autoconfigure-gradle-plugin/issues/171) the build fails while running the api generation during a publish task. Version Information: Springdoc-openapi-gradle-plugin: 1.7.0 springdoc: 2.1.0 spring-boot: 3.0.6 Gradle: 8.2.1 (using kotlin) We are...
Fixes #27 This uses the `@actions/cache` package provided to cache the inventory (cache) of Volta. So that installing the tools needed for the build can work even if the download...
The integration of the [`org.springdoc:springdoc-openapi-gradle-plugin`](https://github.com/springdoc/springdoc-openapi-gradle-plugin) Plugin runs into a problem while publishing an artifact. Running the `clfGenerateOpenApiDocumentation` task and therefore the `generateOpenApiDocs` task on their own works without issues. But...
The task 'clfGenerateSwaggerDocumentation' uses the installed jdk instead of the one configured with the javaToolchain. Because of that the generation fails if the installed jdk is older then the one...
### 🚀 Feature Proposal Either provide logs of test-case in [TestCaseResult](https://github.com/jestjs/jest/blob/9caa7c0d31ad816597a0fc8e8bcfc5ebdc17fd9b/packages/jest-reporters/src/types.ts#L43) or make the information about the test-case where the log was created available in the LogEntry of TestResult. ###...
**Description and reproduction of the issue** When using `ng add angular-eslint` or `ng add @angular-eslint/schematics` with Angular versions other then the latest 19, then Angular cli is unable to determine...