utPLSQL / utPLSQL-java-api

Java API for running utPLSQL v3+ unit tests from java applictions
Apache License 2.0
6 stars 5 forks source link

Prevent JavaApiVersionInfo change on build #58

Closed Pazus closed 5 years ago

Pazus commented 6 years ago

Let's move build number outside of JavaApiVersionInfo class so that it is not changed on build. Build number should be put into another file, like MANIFEST.MD or utplsq-api.version. Changing sources on compilation is never a good idea.

pesse commented 6 years ago

Any improvement on that is absolutely appreciated. Adding VersionInfo in the way it's done was just a quick-win compared to having no VersionInfo at all.