Philzen

Results 103 issues of Philzen

This seems to have been overlooked for the 7.0 release – however, it's never too late ;) ### PR checklist - [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [ ]...

Users of the plugins can just delete it (b/c the setting never transpired through to the actual generator), or move it into `configOptions` (given the generator supports XML, you can...

## 📝 Description Closes #7269, #7816 and #7905. Also re-enables the only currently known workaround for the accessibility problem described in #7965. Removing the ability to use the disabled-prop posed...

## What problem are you trying to solve? Spring Boot 2.7 dropped support for Embedded Mongo, incl. the configuration property required to configure it. See https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.7-Release-Notes#springmongodbembeddedfeatures-configuration-property-removed Depending on perspective, this...

enhancement
recipe
boot-2.7

I am using the shell command from https://docs.openrewrite.org/recipes/java/spring/boot2/upgradespringboot_2_2#usage ``` mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \ -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-spring:RELEASE \ -Drewrite.activeRecipes=org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_2 ``` to migrate a project from 2.1.18.RELEASE to latest 2.2. Using maven 3.9.4 and...

bug
boot-2.2

## What version of OpenRewrite are you using? I am using - OpenRewrite v8.8.0 - RewriteSpring v5.0.11 ## How are you running OpenRewrite? From the CLI using ```bash mvn -U...

bug

## What version of OpenRewrite are you using? OpenRewrite 8.5.0 ## How are you running OpenRewrite? From the CLI as per https://docs.openrewrite.org/recipes/java/spring/boot2/upgradespringboot_2_5 ```bash mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \ -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-spring:RELEASE \ -Drewrite.activeRecipes=org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_5...

bug

Really confusing. A good title is important ;) Would have loved to contribute a fix but couldn't find the spec or the page setup itself on the fly, so just...

### 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 about how...

Depending on test exec environment, this test could linger around for ~8 minutes, b/c pinging test.com will not resolve and run into several timeouts. Brings down CI time for Linux...