-
-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: release v4 #1813
base: master
Are you sure you want to change the base?
feat!: release v4 #1813
Conversation
Co-authored-by: asyncapi-bot <[email protected]>
…nce is used (#2068) * feat: fake setter for java when allowInheritance is used with const * feat: change to skip rendering override in class and enum in interface
…2089) * fix: make parameter type of ToEnum extension methods dynamic (#2064) Co-authored-by: jespitae <[email protected]> Co-authored-by: Jens Spitaels <[email protected]>
…rfaces for enums if const is not set by the classes that implements it (#2096) * fix: when allowInheritance is true, java now renders setters in interfaces for enums if const is not set by the classes that implements it * fix: when allowInheritance is true, java now renders setters in interfaces for enums if const is not set by the classes that implements it * fix: when allowInheritance is true, java now renders setters in interfaces for enums if const is not set by the classes that implements it
…ace (#2098) fix: dont render override when the setter doesnt exist in the interface
Quality Gate failedFailed conditions |
Quality Gate failedFailed conditions |
@@ -38,19 +38,21 @@ | |||
"@apidevtools/json-schema-ref-parser": "^11.1.0", | |||
"@apidevtools/swagger-parser": "^10.1.0", | |||
"@asyncapi/parser": "^3.0.14", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @jonaslagoni Could you please also bump version of parser to the newest? They fixed one important vulnerability. Thank in advice!
Once I cleanup all the PRs over the weekend, I am gonna release v4, its definitely time 😄 |
…ts and goIncludeTags flags (#2152) Co-authored-by: TertiumOrganum1 <[email protected]> Co-authored-by: Владислав Муранов <[email protected]>
Quality Gate failedFailed conditions |
Description
This PR is a placeholder for the release of v4.