mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-12 21:59:09 +00:00
* feat: add support for Jackson 3 and Spring Boot 4 in Java resttemplate client generation * chore: remove deprecated resttemplate-springBoot4 paths from YAML configuration * feat: add serialization library support for Jackson 3 in Java client * chore: initialize project structure and add initial files * feat: update library template for Spring RestTemplate to support Jackson 3 * chore: add paths for resttemplate-springBoot4 in YAML configuration * chore: remove unused test files from the project * chore: add libs.versions.toml and update FILES for new test files * chore: remove unused test files from the project