You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 7.9.3 a new class config.CRLFLogConverter was introduced. Unfortunately without any tests. This is always a problem of generated classes, because then a JHipster upgrade has an influence on the code coverage of the project. Because of our company rules on at least 50% on new code, I had to write the test myself to commit the upgrade.
Code is below. Please integrate it after a review - I do not fully understand the semantic of the class.
Overview of the issue
With 7.9.3 a new class
config.CRLFLogConverter
was introduced. Unfortunately without any tests. This is always a problem of generated classes, because then a JHipster upgrade has an influence on the code coverage of the project. Because of our company rules on at least 50% on new code, I had to write the test myself to commit the upgrade.Code is below. Please integrate it after a review - I do not fully understand the semantic of the class.
Motivation for or Use Case
Reproduce the error
Related issues
Suggest a Fix
JHipster Version(s)
7.9.3
JHipster configuration
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating System
The text was updated successfully, but these errors were encountered: