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
Json31.pretty(String) uses Jackson's DefaultIndenter which uses the machine's line separator (System.getProperty("line.separator")), i.e. "\r\n" under Windows OS.
Given OpenJDK and Apache Maven are available.
mvn -N
mvn install
Expected: Build suceeds.
Actual: Build fails.
Build fails when running unit tests for the swagger-core module.
OpenAPI3_1SerializationTest.java:1377:
Json31.pretty(String)
uses Jackson'sDefaultIndenter
which uses the machine's line separator (System.getProperty("line.separator")
), i.e."\r\n"
under Windows OS.Swagger Core 2.2.5.SNAPHOT
Java, OpenJDK Runtime Environment 18.9 (build 11+28)
Windows 10.0.19045 Build 19045
The text was updated successfully, but these errors were encountered: