mitreid-connect / OpenID-Connect-Java-Spring-Server

An OpenID Connect reference implementation in Java on the Spring platform.
Other
1.48k stars 765 forks source link

Force "application/json" in Http Accept header #1489

Open lgangloff opened 5 years ago

lgangloff commented 5 years ago

Force "application/json" in Http Accept header even if jackson-dataformat-xml is present in classpath

codecov-io commented 5 years ago

Codecov Report

Merging #1489 into master will increase coverage by 0.38%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1489      +/-   ##
============================================
+ Coverage     25.21%   25.59%   +0.38%     
- Complexity      912      913       +1     
============================================
  Files           209      209              
  Lines         11689    11692       +3     
  Branches       2116     2116              
============================================
+ Hits           2947     2993      +46     
+ Misses         8227     8179      -48     
- Partials        515      520       +5
Impacted Files Coverage Δ Complexity Δ
...ervice/impl/DynamicServerConfigurationService.java 75.32% <100%> (+59.1%) 4 <0> (+1) :arrow_up:

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 cc6bd4b...7c11e2f. Read the comment docs.

codecov-commenter commented 4 years ago

Codecov Report

Merging #1489 into master will increase coverage by 0.38%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1489      +/-   ##
============================================
+ Coverage     25.21%   25.59%   +0.38%     
- Complexity      912      913       +1     
============================================
  Files           209      209              
  Lines         11689    11692       +3     
  Branches       2116     2116              
============================================
+ Hits           2947     2993      +46     
+ Misses         8227     8179      -48     
- Partials        515      520       +5     
Impacted Files Coverage Δ Complexity Δ
...ervice/impl/DynamicServerConfigurationService.java 75.32% <100.00%> (+59.10%) 4.00 <0.00> (+1.00)

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 cc6bd4b...620784a. Read the comment docs.