Closed novaross closed 1 year ago
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
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 thebuild/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?