-
##### Description
Spring's behavior is different depending on whether `@Validated` is present on the class-level:
- If it's present, `ConstraintViolationException` is thrown if there are validatio…
-
##### Description
When generating a spring-mvc controller from an opan api yaml with a non required parameter (required: false) the generated method annotated with request mapping annotations declare…
-
I'm having problems with the autoload of controllers, usage in the docs https://learn.genieframework.com/docs/guides/adding-dynamic-pages#pages-with-a-controller. So what am I doing wrong here?
sys…
-
I can't install Neos especially when I try to init it with new empty package.
What I did:
This is manual method:
`composer create-project neos/neos-base-distribution neos-example`
`./flow …
-
#### Issue
The web-to-Person form generator's output form code does not seem to work on PHP 8.0.28 and produces an Error 500 upon form submission.
#### Expected Behavior
- Create a form usi…
-
Similar to the way that many other frameworks have branded default Application Pages, create a default, branded application page for DoneJS in place of the "Hello World" page.
-
I'm trying to deal with 'cold start' issues in my Web API .NET 6 project. There is one particular issue I have difficulties with. Request's Json body deserialization and model binding are painfully sl…
-
Either I'm doing something wrong or something doesn't work correctly: as soon as the internal second link for aggregation appears in the secondary file, the generator stops finding it. That is, in thi…
-
migrated from https://github.com/koajs/koa/issues/210
> I am trying to create a MVC framework based on koa. I need to know whether mounting several koa as middleware will affect negatively. I am curr…
-
I've been contributing to the OData side of microsoft-aspnet-versioning lately for its upcoming 3.0.0 release.
I need a library that can generate Swagger documents for both WebApi & OData and Core …