HI everyone, Just found a very nasty bug in our codebase (nasty as silent): when you deserialize a custom generic (Page<Entity> for the common case) we cache the meta model of this binding using Page as key and not Page<Entity> (actually we use both but issue is using Page.class). This means when you come with Page<Entity2> then you will fail with class cast exceptions.
I will push a fix and will try to launch a release straight after. No issue to take time to review it and cancel the vote if there is any problem but think this fix by itself is worth a release. Hope it makes sense. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance>