okhttp-spring-boot
okhttp-spring-boot copied to clipboard
jspecify, fixes, optimizations
Thank You for an amazing project!
Small changes you could find useful 🤝
- force project indentation rules (4-8 spaces) in .editorconfig
- fix .gitignore: all subprojects have "out" sub-directory: they all must be ignored
- first steps to jspecify: jspecify is the new industry standard for Nullable annotations; Spring 7 uses jspecify
- optional Dispatcher configuration
- more javadocs
- a couple useful utilities from our internal code base
- code compaction using lombok