synchronoss / cpo-api

Class Persistence Object (CPO) Application Programming Interface (API).
GNU Lesser General Public License v2.1
3 stars 3 forks source link

Remove the jdbc dependency from the cpo-plugin #52

Closed dbveeva closed 4 years ago

dbveeva commented 4 years ago

cpo-plugin allowed the conversion from database stored metadata to xml stored metadata. Conversion will be available in older plugins, but removing the jdbc dependency allows the plugin to be used in testing CpoAdapter implementations like JdbcCpoAdapter and CassandraCpoAdapter. This is a better test than just checking if the code generated by the plugin compiles.