Release 2.0.0
deki
released this
06 Feb 07:29
·
216 commits
to main
since this release
After two milestones we're finally releasing the next major version 2.0.0 with support for Spring Framework 6.x, Spring Boot 3.x and JAX-RS/ Jersey 3.x.
Features
- GraalVM native image support for Spring Web workloads (#739, #760) - thanks to @olegz (and @maschnetwork for improving the related sample)
- Added SpringBoot3-GraphQL sample (#751) - thanks to @mbfreder
- Use of Kong as alternative API-Gateway - thanks to @seshubaws
Bugfixes
- Fix typos in FilterChainManager (#625) - thanks to @2012160085
- Modify algorithm for parameter transformation logic (#616) - thanks to @valerena
- Deprecate asyncInit & account for other initialization types (#659) - thanks to @richarddd
- Fix multipart files processing when Array of files with same fieldName is sent in request (#675) - thanks to @mbfreder
- Fix Incorrect ServerName with ALB (#684) - thanks to @mbfreder
- handle Spring's ErrorResponse in separate default ExceptionHandlers (#691)
- Changed Maven version range to resolve both SNAPSHOTs and released versions for samples (#750) - thanks to @Neves97
- Fix Asynchronous Dispatch Logic in AwsAsyncContext with Spring's DispatcherServlet (#631) - thanks to @2012160085
- Fix request parameter parsing (#754, #755) - thanks to @olegz
Dependencies (only mentioning major dependencies)
- Update SLF4J to 2.0.12
- Update Jackson dependency to 2.16.1
- Update Spring dependencies (framework to 6.1.3, security to 6.2.1, boot to 3.2.2)
- Update Jersey dependency to 3.1.5