micronaut-projects / micronaut-maven-plugin

Maven plugin to execute Micronaut applications
https://micronaut-projects.github.io/micronaut-maven-plugin/latest/
Apache License 2.0
20 stars 20 forks source link

Update dependency io.micronaut.openapi:micronaut-openapi-generator to v6.6.3 #999

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.micronaut.openapi:micronaut-openapi-generator (source) 6.5.1 -> 6.6.3 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

micronaut-projects/micronaut-openapi (io.micronaut.openapi:micronaut-openapi-generator) ### [`v6.6.3`](https://togithub.com/micronaut-projects/micronaut-openapi/releases/tag/v6.6.3): Micronaut OpenAPI 6.6.3 [Compare Source](https://togithub.com/micronaut-projects/micronaut-openapi/compare/v6.6.2...v6.6.3) #### What's Changed ##### Bug Fixes 🐞 - Fix mapping entry point generator properties to client properties by [@​altro3](https://togithub.com/altro3) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1459](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1459) ##### Tests βœ… - Enable sendValidatedCollection test in generator. by [@​altro3](https://togithub.com/altro3) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1462](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1462) ##### CI βš™οΈBuild 🐘 ##### GraalVM - chore(deps): update graalvm/setup-graalvm action to v1.1.8 - autoclosed by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1453](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1453) ##### Micronaut Build Plugin - chore(deps): update plugin io.micronaut.build.shared.settings to v6.6.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1463](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1463) ##### Micronaut Gradle Plugin - fix(deps): update dependency io.micronaut.gradle:micronaut-minimal-plugin to v4.3.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1464](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1464) **Full Changelog**: https://github.com/micronaut-projects/micronaut-openapi/compare/v6.6.2...v6.6.3 ### [`v6.6.2`](https://togithub.com/micronaut-projects/micronaut-openapi/releases/tag/v6.6.2): Micronaut OpenAPI 6.6.2 [Compare Source](https://togithub.com/micronaut-projects/micronaut-openapi/compare/v6.6.1...v6.6.2) #### What's Changed ##### Bug fixes 🐞 - Fix generating non string enums. by [@​altro3](https://togithub.com/altro3) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1451](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1451) - Fix generating property names from reserved name list and started by underscore. Example: '\_default' by [@​altro3](https://togithub.com/altro3) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1452](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1452) **Full Changelog**: https://github.com/micronaut-projects/micronaut-openapi/compare/v6.6.1...v6.6.2 ### [`v6.6.1`](https://togithub.com/micronaut-projects/micronaut-openapi/releases/tag/v6.6.1): Micronaut Open API 6.6.1 [Compare Source](https://togithub.com/micronaut-projects/micronaut-openapi/compare/v6.6.0...v6.6.1) #### What's Changed ##### Other Changes πŸ’‘ - Fix generating non string enums by [@​altro3](https://togithub.com/altro3) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1450](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1450) **Full Changelog**: https://github.com/micronaut-projects/micronaut-openapi/compare/v6.6.0...v6.6.1 ### [`v6.6.0`](https://togithub.com/micronaut-projects/micronaut-openapi/releases/tag/v6.6.0): Micronaut OpenAPI 6.6.0 [Compare Source](https://togithub.com/micronaut-projects/micronaut-openapi/compare/v6.5.1...v6.6.0) #### What's Changed ##### Other Changes πŸ’‘ - Fix typo on OpenAPI explorer hide-components option by [@​danieltex](https://togithub.com/danieltex) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1412](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1412) - Make `OpenApiJacksonVisitor` aggregated by [@​dstepanov](https://togithub.com/dstepanov) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1430](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1430) - Add ksp flag to kotlin generator to generate only KSP compatible classes by [@​altro3](https://togithub.com/altro3) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1416](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1416) - Minor fixes by [@​altro3](https://togithub.com/altro3) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1432](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1432) - Optimizing code by [@​altro3](https://togithub.com/altro3) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1429](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1429) - Swagger UI 5.11.7 by [@​altro3](https://togithub.com/altro3) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1441](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1441) - Add ability to set custom SecuritytSchemes to OpenApiGroup by [@​altro3](https://togithub.com/altro3) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1440](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1440) - Fix conversion annotations with groovy by [@​altro3](https://togithub.com/altro3) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1419](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1419) - Add support additional properties for openapi-generator by [@​altro3](https://togithub.com/altro3) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1427](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1427) - Kotlin: Understand params with `@NotNull` annotations with nullable types as required by [@​altro3](https://togithub.com/altro3) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1444](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1444) - Add support constructor parameters annotations for schemes by [@​altro3](https://togithub.com/altro3) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1417](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1417) - Fix kotlin test by [@​altro3](https://togithub.com/altro3) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1448](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1448) - test: JaxRS Test by [@​sdelamo](https://togithub.com/sdelamo) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1446](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1446) ##### Improvements ⭐ - deprecate [@​HardNullable](https://togithub.com/HardNullable) by [@​sdelamo](https://togithub.com/sdelamo) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1434](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1434) ##### Dependency updates πŸš€ - fix(deps): update dependency commons-codec:commons-codec to v1.16.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1426](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1426) - fix(deps): update dependency org.openapitools:openapi-generator to v7.3.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1428](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1428) ##### Micronaut Modules ##### Micronaut Core - fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1406](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1406) - fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.7 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1422](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1422) ##### Micronaut Platform - fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.3.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1423](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1423) ##### Micronaut Serialization - fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.8.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1407](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1407) ##### Micronaut Security - fix(deps): update dependency io.micronaut.security:micronaut-security-bom to v4.6.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1409](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1409) - fix(deps): update dependency io.micronaut.security:micronaut-security-bom to v4.6.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1435](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1435) ##### Micronaut Validation - fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.4.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1404](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1404) ##### Micronaut Data - fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.6.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1403](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1403) - fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.6.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1431](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1431) - fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.6.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1442](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1442) ##### Micronaut Security - fix(deps): update dependency io.micronaut.security:micronaut-security-bom to v4.6.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1425](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1425) ##### Micronaut Logging - fix(deps): update dependency io.micronaut.logging:micronaut-logging-bom to v1.2.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1424](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1424) ##### Micronaut Test - fix(deps): update dependency io.micronaut.test:micronaut-test-bom to v4.2.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1443](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1443) ##### CI βš™οΈBuild 🐘 - chore(deps): update gradle/gradle-build-action action to v3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1410](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1410) - chore(deps): update gradle/wrapper-validation-action action to v2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1405](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1405) - chore(deps): update dependency gradle to v8.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1413](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1413) - chore(deps): update gradle/gradle-build-action action to v3.1.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1437](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1437) ##### GraalVM - chore(deps): update graalvm/setup-graalvm action to v1.1.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1408](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1408) - chore(deps): update graalvm/setup-graalvm action to v1.1.7 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1436](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1436) ##### Micronaut Gradle Plugin - fix(deps): update dependency io.micronaut.gradle:micronaut-minimal-plugin to v4.3.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1447](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1447) - fix(deps): update dependency io.micronaut.gradle:micronaut-minimal-plugin to v4.3.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/micronaut-projects/micronaut-openapi/pull/1415](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1415) #### New Contributors - [@​danieltex](https://togithub.com/danieltex) made their first contribution in [https://github.com/micronaut-projects/micronaut-openapi/pull/1412](https://togithub.com/micronaut-projects/micronaut-openapi/pull/1412) **Full Changelog**: https://github.com/micronaut-projects/micronaut-openapi/compare/v6.5.1...v6.6.0

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

alvarosanchez commented 6 months ago

@andriy-dmytruk this new version fails compilation:

Error:  /home/runner/work/micronaut-maven-plugin/micronaut-maven-plugin/target/it/openapi-generate-server-mapped-types/src/main/java/io/micronaut/openapi/controller/MappedController.java:[5,47] package io.micronaut.openapi.invoker.annotation does not exist

Do you know what possibly changed? Seems a big breaking change if trye

renovate[bot] commented 5 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠ Warning: custom changes will be lost.

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud