-
Notifications
You must be signed in to change notification settings - Fork 10
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
Supplier/Producer code is generated exclusively #265
Comments
HI @novaross, generation of extra folder is a know issue, low priority, but I can take a look into it. But the no code generation is something new. In our manual test all is generated as expected. but I will try your configuration and back to you asap. Cheers |
jemacineiras
added a commit
that referenced
this issue
Jul 28, 2023
jemacineiras
added a commit
that referenced
this issue
Jul 28, 2023
jemacineiras
added a commit
that referenced
this issue
Aug 8, 2023
* #262 Fix to String generation. * #262 Fix to String generation. * #265 Fix Wrong folder generation * #251 Fix Parameter without description * #251 Fix Parameter without description * #251 Fix Parameter without description * #251 Fix Parameter without description * #251 Fix Parameter without description
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm using version 4.9.5 of the plugin.
It seems that the plugin does not generate the supplier code, and also it generates a redundant
sngular.apigenerator.asyncapi
package.Definition of the plugin is as follows:
The valid
sampleapi.yaml
contains publish and subscribe operations defined as below:In the generated sources there is no generation of the consumer code.
Also the
sngular.apigenerator.asyncapi
is generated when it is not required.Below are the contents of the
build/generated-sources
folder.If i switch the operation ids in the plugin configuration, then there is no producer code generated.
Is this the expected behavior of the plugin?
Is it possible to generate producer code for one of the operation id's and supplier code for the other?
The text was updated successfully, but these errors were encountered: