James Kleeh
James Kleeh
@brianwyka I haven't forgot about this. I'll try to make it a priority next week
I think the idea of using starter is good. You don't have to fork it though as Alvaro said. You can simply add a dependency on it and your features...
@brianwyka As you have discovered many of the APIs in security are tied to the notion of an HttpRequest. If the same sort of practices for normal http services also...
> I noticed that HttpRequest is @Nullable at the moment. Is that temporary until the deprecation is removed? That isn't temporary. We want to allow for validation of JWTs outside...
@phxql So you understand the root of this behavior. When the map is stored in the cache, any information about its generics are lost. We don't know what the key...
This was implemented in the cache module
@alvarosanchez It seems the code wasn't ever merged. See https://github.com/micronaut-projects/micronaut-cache/tree/cache_conversion
@morki I don't think any code in Micronaut should be modified for this purpose. If I understand you right, you want the index.html served for what would normally be a...
@morki Transferred this to the examples project. I think this would make a good example app
@warnerandy Not sure but I would do it differently now with an `@Error` route for status = HttpStatus.NOT_FOUND. Seems like you encountered a bug. Please file an issue. @sdelamo I...