pippo-java / pippo

Micro Java Web Framework
http://www.pippo.ro
Apache License 2.0
788 stars 128 forks source link

What you want to see in next version(s)? #409

Open decebals opened 6 years ago

Facon commented 6 years ago

What do you think about upgrading pippo-test to JUnit 5?

rygel commented 6 years ago

I would like to see Pippo added to the TechEmpower Benchmark. I think this would get more users and I'm also curious how Pippo compares to the other frameworks.

mariocalin commented 6 years ago

I don't really know if it is already developed, but I think it would be nice to create some methods which allow us to quiclky set a method for "Not Found" responses.

decebals commented 6 years ago

@mariocalin Do you talk about getResponse().notFound() ? If you use a Controller's method that returns a value, then return null (see this comment).

balamaci commented 6 years ago

Added support for micrometer for the metrics. It's the unified slf4j version of metrics. This could get then rid of the different implementations like pippo-prometheus

decebals commented 6 years ago

@balamaci We use already the Dropwizard Metrics as abstraction layer. Can you enumerate some advantages in case that we shift from Metrics to Micrometer?

rygel commented 6 years ago

In this article (https://dzone.com/articles/spring-boot-2-migrating-from-dropwizard-to-micrometer) some differences between the two libraries are mentioned. I don't have experience with any of them.