Historique des commits

Auteur SHA1 Message Date
  Steinar Bang ad1ebae391 Merge branch 'work/use-liquibase' into using-primefaces il y a 6 ans
  Steinar Bang fa0c83e251 Remove leftover ukelonn.karaf dependency to fix travis-ci build error il y a 6 ans
  Steinar Bang 70e706b8ae Correct the type of the ukelonn.bundle depdendency il y a 6 ans
  Steinar Bang 54b89e9423 Use project.version instead of explicit version number. il y a 6 ans
  Steinar Bang 0c5067c1af Create the compound karaf feature repository manually instead of generating it with karaf-maven-plugin il y a 6 ans
  Steinar Bang 4139f3605f Merge branch 'work/use-liquibase' into using-primefaces il y a 7 ans
  Steinar Bang be73f6d9ac Fix maven build problem by rolling back the database before clearing the service. il y a 7 ans
  Steinar Bang 33307dcaa1 Replace hamcrest matchers with AssertJ. il y a 7 ans
  Steinar Bang de03522ccd Simplify the code by letting the query method of UkelonnDatabase throw SQLExcepton. il y a 7 ans
  Steinar Bang 46a4ca8f4f Use try-with-resource for JDBC resources. il y a 7 ans
  Steinar Bang 7ef7b2351e Use derby database liquibase rollback instead of dropping and recreating the database. il y a 7 ans
  Steinar Bang 4c307a5055 Remove warnings about unchecked generic types in mockito mocks. il y a 7 ans
  Steinar Bang d9845923b9 Implement mock data rollback in the Derby test database. il y a 7 ans
  Steinar Bang 278da5088d Add AssertJ as a maven test dependency to the derby test database project. il y a 7 ans
  Steinar Bang 9f922bb937 Add rollback statements to all test datasets of the Derby test database. il y a 7 ans
  Steinar Bang 05e3890df4 Correct the README. il y a 7 ans
  Steinar Bang 6c4d5b85a1 Merge branch 'work/use-liquibase' into using-primefaces il y a 7 ans
  Steinar Bang 37cc56ec96 Add tests for the PostgreSQL Ukelonn database. il y a 7 ans
  Steinar Bang b9c20a3560 Change method name to describe what the method does. il y a 7 ans
  Steinar Bang 5679a39660 Get JDBC configuration from the karaf configuration manager service. il y a 7 ans
  Steinar Bang 0778b5ed02 Add workaround for PostgreSQL JDBC driver not providing capability for DataSourceFactory. il y a 7 ans
  Steinar Bang c14dfbb9a1 Change bundles from using Jsr330Activator to using OSGi Declarative Services (DS) components. il y a 7 ans
  Steinar Bang 98bb311c72 Merge branch 'work/use-liquibase' into using-primefaces il y a 7 ans
  Steinar Bang 089da86b7a Switch jsr330activator version from 1.0.1 to 1.1.0. il y a 7 ans
  Steinar Bang bca7a8d0f3 Install karaf from apt repo instead of building deb package in the README. il y a 7 ans
  Steinar Bang 43dffb34f1 Test error situations in the static methods of CommonDatabaseMethods. il y a 7 ans
  Steinar Bang 143f17ad1d Add tests for bean Account. il y a 7 ans
  Steinar Bang 4ad5250e10 Add tests for bean AdminUser. il y a 7 ans
  Steinar Bang de8e3ee575 Add tests for bean User. il y a 7 ans
  Steinar Bang 4d812bef9a Remove unused property password from bean User. il y a 7 ans