Santiago Pericas-Geertsen

Results 259 comments of Santiago Pericas-Geertsen

@wahuang Is there any chance you can provide a complete project? One that includes the test resource, the configuration you are using and the exact set of dependencies in your...

@wahuang Your project had several problems. I made changes to it and verified that classes are discovered as expected if you include a `beans.xml` file and the appropriate annotations on...

I'm closing this one because it's been inactive for a month. Let's reopen it if necessary.

Created specific issue for SE fault tolerance metrics. Note that MP fault tolerance metrics are already supported as part of the MicroProfile spec.

@klaus-upgrata We don't have access and cannot test this using Google's cloud. So here are some questions for you: 1. Is this issue in any form reproducible outside of Google's...

Better support for `Optional` is definitely desirable.

@SentryMan As explained in that PR, filters in Helidon SE are _pre-matching_, so it is impossible for that information to be available in that type of filter, the request simply...

There was a design decision to support _terminating_ and _non-terminating_ handlers. The latter type can call `res.next()` and resume the routing process. When calling a handler, Helidon does not know...

https://github.com/helidon-io/helidon-examples/pull/87