Fabian Köntopp

Results 6 issues of Fabian Köntopp

To fix https://github.com/OpenAPITools/openapi-generator/issues/13425 ### PR checklist - [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [ ] Pull Request title clearly describes the work in the pull request and Pull Request...

Client: TypeScript
Issue: Bug

#### Bug Report Checklist - [ ] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? -...

Issue: Bug

Fix https://github.com/OpenAPITools/openapi-generator/issues/8822 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details...

Issue: Bug
Server: Java
Server: Spring

### Is your feature request related to a problem? Please describe Currently the nx-spring-boot plugin can run a certain set of [executors](https://github.com/tinesoft/nxrocks/tree/develop/packages/nx-spring-boot#executors) that mirror dedicated Maven or Spring-Boot commands. ###...

:new: enhancement

Hi! I'm not sure if I use nx-spring-boot in the correct way: I have a monorepo where I have a Maven library project (under libs) and a Maven application project...

I have the following part in the nx.json: ``` "backend-deploy": { "cache": true, "executor": "@jnxplus/nx-maven:run-task", "options": { "task": "deploy" }, "dependsOn": [ "^backend-install" ], "outputs": [ "{options.outputDirLocalRepo}", "{projectRoot}/.flattened-pom.xml", "{projectRoot}/target" ]...