Add OSInfo and VolumeInfo classes; generalize DatabaseUtils
·
172 commits
to master
since this release
- Add new
OSInfoclass withOSInfoTestunit test class - Add new
VolumeInfoclass withVolumeInfoTestunit test class - DatabaseUtils:
- Switch from hardcoded Oracle driver to drivers specified via
ServiceLoaderprovider config file - Enable
update()method to indicate no records updated (count = -1) - Return -1 from
getInt()if no records were found - Remove references to Oracle
- Replace
QueryCredswith plain ol' query string - Change result type of
getEnum()to bounded generic
- Switch from hardcoded Oracle driver to drivers specified via
- Add
DatabaseUtilsTestunit test class implemented using Derby - Disable Sonar warnings
- Clean up
.gitignore