mattbertolini / spring-annotated-web-data-binder

Bind query params, form data, headers, cookies, session data, and more to a Java bean in Spring MVC and Spring WebFlux
Apache License 2.0
27 stars 4 forks source link

Add Preliminary Support for Java Records #8

Closed mattbertolini closed 2 years ago

mattbertolini commented 2 years ago

This is to support Java records as requested in #6. This support is based on constructor binding support that exists in Spring already.

This means that JDK 17 is required to build the library but the bytecode is still compiled as JDK 8.

sonarcloud[bot] commented 2 years ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

58.0% 58.0% Coverage
0.0% 0.0% Duplication