Skip to content

[Core] Fix usage formatter serialization #2392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2021

Conversation

mpkorstanje
Copy link
Contributor

The usage formatter is re(ab)using the json formatter from messages. While it
is technically feasible to come up with a solution that does not do this it
would be better to redesign the formatter with a table-like human-readable
output in mind. As such we can defer this decision to a later point in time.

Fixes: #2381

The usage formatter is re(ab)using the json formatter from messages. While it
is technically feasible to come up with a solution that does not do this it
would be better to redesign the formatter with a table-like human-readable
output in mind. As such we can defer this decision to a later point in time.
@mpkorstanje mpkorstanje force-pushed the fix-usage-formatter-serialization branch from becac9b to 458c925 Compare October 3, 2021 20:39
@mpkorstanje mpkorstanje added this to the v7.0.0 milestone Oct 3, 2021
@codecov
Copy link

codecov bot commented Oct 3, 2021

Codecov Report

Merging #2392 (458c925) into main (6fda2c6) will not change coverage.
The diff coverage is 70.58%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #2392   +/-   ##
=========================================
  Coverage     83.53%   83.53%           
  Complexity     2623     2623           
=========================================
  Files           316      316           
  Lines          9306     9306           
  Branches        902      902           
=========================================
  Hits           7774     7774           
  Misses         1197     1197           
  Partials        335      335           
Impacted Files Coverage Δ
...n/java/io/cucumber/core/plugin/UsageFormatter.java 57.14% <70.58%> (ø)

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 6fda2c6...458c925. Read the comment docs.

@mpkorstanje mpkorstanje merged commit 1cdd3ab into main Oct 3, 2021
@mpkorstanje mpkorstanje deleted the fix-usage-formatter-serialization branch October 3, 2021 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Object mapper is missing JavaTimeModule
1 participant