cloudendpoints / endpoints-java

A Java framework for building RESTful APIs on Google App Engine
Apache License 2.0
32 stars 35 forks source link

Replaced printStackTrace() with JUL #150

Closed nbali closed 6 years ago

nbali commented 6 years ago

If an enum was misspelled, this printStrackTrace spammed the logs with WARNING lines.

codecov-io commented 6 years ago

Codecov Report

Merging #150 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #150   +/-   ##
=========================================
  Coverage     80.01%   80.01%           
  Complexity     1682     1682           
=========================================
  Files           156      156           
  Lines          5599     5599           
  Branches        731      731           
=========================================
  Hits           4480     4480           
  Misses          840      840           
  Partials        279      279
Impacted Files Coverage Δ Complexity Δ
...ver/spi/request/RestServletRequestParamReader.java 93.44% <0%> (ø) 23 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bc1d80a...f4c0b98. Read the comment docs.

nbali commented 6 years ago

@tangiel ... and if if it's okay, I would like to get it released, thx :)

tangiel commented 6 years ago

Thanks. I will release it in 2.1.1.