Files
Artem Bilan 259ff7ba2d GH-252: Fix NPE in the KinesisMessageDrivenChannelAdapter.
Fixes: https://github.com/spring-projects/spring-integration-aws/issues/252

* Adapt to Java `23`
* Upgrade to Gradle `8.12.1`
* Include `org.mockito` & `net.bytebuddy` dependencies explicitly since they are overridden
by transitive dependencies to not compatible versions with Java `23`
* Add `-parameters` compiler option to include method param names into bytecode
for better discovery by reflection
2025-02-10 15:11:08 -05:00
..