pippo icon indicating copy to clipboard operation
pippo copied to clipboard

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

Open decebals opened this issue 8 years ago • 7 comments

decebals avatar Dec 04 '17 17:12 decebals

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

Facon avatar Jan 04 '18 05:01 Facon

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.

rygel avatar Mar 26 '18 20:03 rygel

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.

mariocalin avatar May 25 '18 15:05 mariocalin

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

decebals avatar May 25 '18 15:05 decebals

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

balamaci avatar Jun 01 '18 16:06 balamaci

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

decebals avatar Jun 05 '18 17:06 decebals

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.

rygel avatar Jun 06 '18 08:06 rygel