Closed danjee closed 1 year ago
We would need a reproduction to see what is happening: description alone isn't sufficient.
I am not 100% clear for example if failure is with or without Afterburner (I assume with since it's filed here... ?).
I would suggest trying 2.15.1 that was just released, just in case.
Cannot reproduce, closing. May be re-opened/re-filed with test case.
Issue deserializing a spring data PageImpl. I've excluded the legacy afterburner from my dependencies and a deserializer started failing. My custom class is extending PageImpl which extends Chunk.
The error I get is: java.lang.IllegalAccessException: class is not public: org.springframework.data.domain.Chunk.getContent
I'm using latest version 2.14.2 under java17