spring-projects / spring-aot-smoke-tests

Smoke tests for Spring's AOT and native support
https://spring-team-aot-smoke-tests-dashboard.azuremicroservices.io/
51 stars 35 forks source link

Add test for data-redis Jackson2 backed hash mapper. #204

Closed christophstrobl closed 6 months ago

christophstrobl commented 8 months ago

Data Redis HashMapper relies on internal Jackson2 node _value.

Related to: spring-projects/spring-data-redis#2838 (Tests will break until resolved)

wilkinsona commented 6 months ago

Can this be merged now, @christophstrobl?

christophstrobl commented 6 months ago

@wilkinsona let me rebase and check if everything works as expected. will report back once done.

christophstrobl commented 6 months ago

rebased, tests passed. should be good now.

mhalbritter commented 6 months ago

Merged in https://github.com/spring-projects/spring-aot-smoke-tests/commit/3892b5bfa67bb8fcf3613809b7afe70c26e0fa9b. Thanks Christoph!