Commit History

Author SHA1 Message Date
  Steinar Bang 5d1d5dd07f Use default phase compile for karaf feature generation, this is early enough to ensure feature dependencies will resolve in "mvn site:site" builds 1 year ago
  Steinar Bang 771ea40484 Exclude karaf feature file generation from eclipse m2e lifecycle handling 1 year ago
  Steinar Bang 78e87e30d5 Move karaf feature generation from phase package to phase validate to ensure feature dependencies will resolve in "mvn site:site" builds 1 year ago
  Steinar Bang 2adeaff4fc Add explicit manifest generation execution to maven-bundle-plugin to lose eclipse m2e warning about no execution that generats manifest 1 year ago
  Steinar Bang 73534948b1 Implement the ValueCreator OSGi DS component 1 year ago
  Steinar Bang d0d0fca9c9 Extract methods used for recording modification times for property sets into an interface 1 year ago
  Steinar Bang 708e2a97cf Make Propertyset extend Map<String, Value> 1 year ago
  Steinar Bang 8ea20ba91f Move and copy project files unchanged to track history across the move 1 year ago
  Steinar Bang 6fc37486a9 Add the ValueCreator OSGi service interface 1 year ago
  Steinar Bang 7ec23d2ebe Modify the plans in the README with some new ideas (2,5 years since the last plans) 1 year ago
  Steinar Bang aca0488c52 Switch branch used by github actions javadoc deploy from "javadoc" to "gh-pages" 1 year ago
  Steinar Bang 1850470b18 Remove @author from javadoc 1 year ago
  Steinar Bang f62629d82d Remove subdirectories setting from javadoc publish github action 1 year ago
  Steinar Bang 7aae931976 Add javadoc reporting to maven site generation for the project 1 year ago
  Steinar Bang a2fb146307 Bump javadoc source version from 8 to 11 1 year ago
  Steinar Bang 94f6a7e7fd Remove <plugin> config from the parent pom and get all default <plugin> config from the bang-bompom pom 1 year ago
  Steinar Bang 2652c7c40c Deploy javadoc to github pages from the github actions build 1 year ago
  Steinar Bang 460a4e8e16 Add badges for the github actions build and the sonarcloud analysis 1 year ago
  Steinar Bang 2d756f9888 Remove travis-ci links from the README 1 year ago
  Steinar Bang 4665dd0edf Add github actions CI build 1 year ago
  Steinar Bang 20325a38c2 Remove travis-ci build config 1 year ago
  Steinar Bang 7a9cb6629a Split JsonPropertysetPersister.parseObject() into separate methods to reduce method complexity 1 year ago
  Steinar Bang c8d184d4cc Implement EmptyValueList.equals() 1 year ago
  Steinar Bang 56501fb0eb Remove two uses of Thread.sleep() that had no effect on the test 1 year ago
  Steinar Bang ad84d0ab4b Replace the use of Thread.sleep() with a mock DateFactory that increases times with 1s on each call 1 year ago
  Steinar Bang b40c295912 Replace "new Date()" with call to the DateFactory.now() interface method 1 year ago
  Steinar Bang bc2e3533bc Remove unnecessary Thread.sleep() from tests 1 year ago
  Steinar Bang 406c08b34c Merge if statment into enclosing if statement 1 year ago
  Steinar Bang 30f63576b3 Fill empty catch block with comment to satisfy sonar 1 year ago
  Steinar Bang 61081a8864 Use Map.computeIfAbsent to create a new property set for a UUID if no existing property set can be found 1 year ago