Commit History

Author SHA1 Message Date
  Steinar Bang 578671e226 Disable sonarqube/sonarcloud rule java:S3626 since it encourages bad practice 1 year ago
  Steinar Bang b3efefdd90 Disable sonarqube/sonarcloud rule demanding parameterized test that wouldn't make things clearer 1 year ago
  Steinar Bang b34a7322bc Disable the deprecated sonarqube/sonarcloud duplicate check 1 year ago
  Steinar Bang 285173bf25 Make all value object implementations have package private constructors 1 year ago
  Steinar Bang f1faa8e58d Change constant identifiers from camelCase to all caps, separated with underscore 1 year ago
  Steinar Bang 42ebfdc297 Make final field static 1 year ago
  Steinar Bang b643a020bb Replace type information with the diamond operator 1 year ago
  Steinar Bang d7a2e438b7 Remove declaration of JsonParseException because it's an IOException subclass 1 year ago
  Steinar Bang 6e859ab576 Use assertEquals and assertNotEquals instead of assertTrue and assertFalse in tests of equals() 1 year ago
  Steinar Bang 757d0d6908 Fix sonar complaint about missing assertions in tests 1 year ago
  Steinar Bang 1e34910b4e Replace leftover Junit 4 assert with JUnit 5 assert 1 year ago
  Steinar Bang 58fd7fe899 Add private constructors to static classes to avoid instantiation 1 year ago
  Steinar Bang af2f74449f Remove public qualifiers after switching tests from Junit 4 to Junit 5 Jupiter 1 year ago
  Steinar Bang 20033e8346 Reorder modifiers to comply with Java Language Specification 1 year ago
  Steinar Bang d8fe7175f5 Add missing @Override annotations 1 year ago
  Steinar Bang a9ac46a184 Make non-threadsafe DateFormat final field an instance variable instead of a static 1 year ago
  Steinar Bang b5bea44ee4 Use try-with-resource for jackson JsonGenerator object 1 year ago
  Steinar Bang 851cb34050 Add maven config to get sonarcloud/sonarqube code coverage 1 year ago
  Steinar Bang afb185d688 Replace call to deprecated JsonGenerator method 1 year ago
  Steinar Bang 29a45502c2 Replace Junit 4 in modelstore.backend with Junit 5 jupiter and AssertJ 1 year ago
  Steinar Bang b4794c853e Upgrade OSGi, karaf and test frameworks to the versions set by bang-bompom 1 year ago
  Steinar Bang 02f92c98c7 Merge pull request #2 from steinarb/dependabot/maven/ch.qos.logback-logback-core-1.2.0 2 years ago
  dependabot[bot] 6ad4255034 Bump logback-core from 1.0.4 to 1.2.0 2 years ago
  Steinar Bang 0630dc7b21 Merge pull request #1 from steinarb/dependabot/maven/junit-junit-4.13.1 3 years ago
  dependabot[bot] 560c1a2601 Bump junit from 4.12 to 4.13.1 3 years ago
  Steinar Bang daa642bf70 Set "dist: trusty" in .travis.yml to fix broken travis-ci build 4 years ago
  Steinar Bang dc53baf3b9 Add TODO items for future modelstore OSGi bundles and DS components to the README 4 years ago
  Steinar Bang e4d7bddd7c Remove brittle assertEquals() of date to avoid having test fail on slow computers 4 years ago
  Steinar Bang ef4457bc38 Merge branch 'modelstore/master-i-ws02' 4 years ago
  Steinar Bang 5b93dcad04 Add instructions for installing modelstore on apache karaf to the README 4 years ago