Skip to content

Add OSInfo and VolumeInfo classes; generalize DatabaseUtils

Compare
Choose a tag to compare
@sbabcoc sbabcoc released this 20 Apr 07:30
· 171 commits to master since this release
  • Add new OSInfo class with OSInfoTest unit test class
  • Add new VolumeInfo class with VolumeInfoTest unit test class
  • DatabaseUtils:
    • Switch from hardcoded Oracle driver to drivers specified via ServiceLoader provider 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 QueryCreds with plain ol' query string
    • Change result type of getEnum() to bounded generic
  • Add DatabaseUtilsTest unit test class implemented using Derby
  • Disable Sonar warnings
  • Clean up .gitignore