Results 354 comments of Decebal Suiu

@whyicantusemyemailasusername You convinced me. Your arguments are solid and the benefit is clear. Please submit a PR. Thanks!

All I wish is a stable annotations API that is supported by (allmost) all major analyzers (FindBugs, Checker Framework, IntelliJ, ...)

> Is this something you'd accept pull requests on? I'd be happy to start annotating things. Sure. Me and @whyicantusemyemailasusername will assist you.

I don't have experience with [Microsoft Azure Application Insights](https://docs.microsoft.com/en-us/azure/application-insights/app-insights-overview). A start point can be https://docs.microsoft.com/en-us/azure/application-insights/app-insights-overview. Pippo comes with support for metrics and some builtin implementations (Influxdb, Prometheos, ...). See http://www.pippo.ro/mod/metrics.html....

The `final` word on `Request` was added by https://github.com/pippo-java/pippo/pull/95. In many situations (my projects) I think that I need to inject somehow custom methods (helpers, utilities, ...) in `Request`, `Response`,...

Also see https://github.com/pippo-java/pippo/pull/64.

@mhagnumdw Any resolution here? Do you see a way to improve the current API (to be easy to config and extend)?

From what I understood from #95, the idea was to override `RouteContext` and not `Request` and `Response`. The `RouteContext` is passed as parameter in each `RouteHandler` and `Controller`'s methods and...

> 2) Check validity of a particular jar by comparison of signature of a jar (from which API was invoked) and a license I need more details. For example I...

Maybe someone propose a solution for this feature, via PR.