Andriy Dmytruk
Andriy Dmytruk
I want to annotate during compile-time, not in class file. In the test I annotate a type argument in the generated `ClassElement` which produces incorrect behavior. I want to use...
Do you know how I can solve this error? ``` io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create database schema:...
> Looks like DB is out of connections. How do you get it? The [AbstractCursoredPageSpec](https://github.com/micronaut-projects/micronaut-data/pull/2884/files#diff-d7abd99f936af1faa577a203b9b1c985ea5c1adeeaff9a3e03b4fb52166b7161) has a few parametrized tests that perhaps create many connections. But this error appears only...
> And make sure we mirror that implementation as closely as possible I added similar `Page.hasNext()` and `Page.hasPrevious()` methods.
@dstepanov and @sdelamo could you take another look?
Oh, didn't notice the other PR...
I am not entirely sure I understand what the solution is. A workaround would be to use `@Requires(property="my-test-prop")` and then define it for the test class `@Property(name = "my-test-prop")`. This...
@wwwsahoo mentioned writing an HTTP 1.1 parser from scratch for this use case as a possible solution. As @yawkat said, a lot of security concerns need to be taken into...
Rejecting in favor of https://github.com/micronaut-projects/micronaut-servlet/pull/779
@melix, yes that's a really good point. I had some improvements based on our discussion back then. I will rebase and use updated version here.