dadrus / jpa-unit

JUnit extension to test javax.persistence entities
Apache License 2.0
29 stars 9 forks source link

Don't enforce supported data set formats in the core project #31

Open dadrus opened 6 years ago

dadrus commented 6 years ago

Having the supported data set formats defined on the top level hinders the independent evolution of db specific plugins. So move the corresponding implementation to the specific plugins and let them implement their supported formats independently.