Jonas Konrad

Results 118 comments of Jonas Konrad

Thanks for the report. I've looked at the issue and the cause is that in the processor classpath, the micronaut-http-server dependency is missing, even though it is a transitive implementation...

btw as a workaround you can also add this to your dependencies: `compileOnly("io.micronaut:micronaut-http-server")` As the name suggests this is compile only, so it does not add the dependency at runtime,...

Can you give an example project that reproduces this issue?

by 'exception mappers' you mean a method annotated with `@Error`?

for review: it may be easier to look at 4013917e608b911503685623d3ae59124b463b8b as its own change, it does most of the refactoring of the HTTP pipeline setup. The subsequent commits change the...

@graemerocher @timyates can you review this, it's blocking #5621

try making the class `@ReflectiveAccess`. the bean introspection module doesn't have kotlin support yet

i dont think jackson is used to populate TestPojo, so not sure why this should work. it's a separate mechanism