springtestdbunit / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
http://springtestdbunit.github.com/spring-test-dbunit/
Apache License 2.0
476 stars 238 forks source link

Add documentation about versioning of the project #155

Open ppodgorsek opened 5 years ago

ppodgorsek commented 5 years ago

It is difficult to follow which version of Spring is used by which version(s) of this project. Adding a section in the documentation will make it easier for users. The recommendation is to update the release naming to follow the Spring version, the major version number could match the major Spring version number. (e.g. 5.x.x) Additionally, this will implicitly define which JDK and other dependency versions are used in each version. (compatible with that version of Spring)

ppodgorsek commented 5 years ago

@philwebb + @springtestdbunit, what do you think of the above suggestion?

ppodgorsek commented 5 years ago

Will be done in a maintained repository under https://github.com/ppodgorsek/spring-test-dbunit/issues/2