Do we have any support for JDO in Spring Boot Release Train? I couldn't find any recent relevant material.
I am looking for OSS options that can help in creating Spring Boot applications, portable to different sort of DB Engines (RDBMS to NoSQL or vice-versa), with minimal code change, assuming no change in DB model.
DataNucleus is an open source persistence provider fully compatible with
JDO/JPAAPIs. You can check how to integrate it with Spring Boot in sample code here.