membrane / api-gateway

API gateway for REST, OpenAPI, GraphQL and SOAP written in Java.
https://membrane-api.io
Apache License 2.0
448 stars 138 forks source link

`examples/rewriter/openapi` does not work #1160

Closed rrayst closed 1 day ago

rrayst commented 3 days ago
NoSuchBeanDefinitionException: No bean named '3000' available

probably the issue is that Integer (instead of int) is being used for an @MCAttribute. (if you use int and the attribute is missing, the setter will simply be not called.)