mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-21 09:00:58 +00:00
* Spring codegen - fix equals and hashCode methods for byte array and binary - they should be compared using Arrays.equals - they're hash code generated using Arrays.hashCode * Corrected checkstyle issues * Revert changes for binary types