1. 81c06d4 Bump joda-time from 2.12.1 to 2.12.2 in /core (closes #482) by dependabot[bot] · 2 years ago
  2. 2251d2d Bump unboundid-ldapsdk from 6.0.6 to 6.0.7 in /full (closes #483) by dependabot[bot] · 2 years ago
  3. b6d5709 Bump httpclient from 4.5.13 to 4.5.14 in /core (closes #484) by dependabot[bot] · 2 years ago
  4. 9c52cf5 Upgrade version for E2E-simplified Docker images by Akron · 2 years ago
  5. c1b32a8 Upgrade version for docker including indexer by Akron · 2 years ago
  6. 1380c1a Use LDAP authentication in Kustvakt-full oauth2 example config by Marc Kupietz · 2 years ago
  7. 91453aa Fix typo in Kustvakt-full oauth2 configuration by Marc Kupietz · 2 years ago
  8. f9c12d1 Reintroduce Krill-Indexer by Akron · 2 years ago
  9. 3d8dcc7 Bump slf4j-api from 2.0.4 to 2.0.5 in /core (closes #481) by dependabot[bot] · 2 years ago v0.69-release
  10. 12586f8 Bump flyway-core from 9.8.2 to 9.8.3 in /core (closes #480) by dependabot[bot] · 2 years ago
  11. 6b74d56 Bump sqlite-jdbc from 3.39.4.0 to 3.40.0.0 in /core (closes #479) by dependabot[bot] · 2 years ago
  12. a6ed9cd Bump slf4j-api from 2.0.3 to 2.0.4 in /core (closes #478) by dependabot[bot] · 2 years ago
  13. afe6a0d Bump flyway-core from 9.8.1 to 9.8.2 in /core (closes #477) by dependabot[bot] · 2 years ago
  14. c216f50 Bump spring.version from 5.3.23 to 5.3.24 in /core (closes #475) by dependabot[bot] · 2 years ago
  15. a222823 Add Dockerfile for Kustvakt full by Akron · 2 years, 6 months ago
  16. 2b632aa Don´t assume order of auth headers in checkWWWAuthenticateHeader test by Marc Kupietz · 2 years ago
  17. ddd9a8b Remove -XX:MaxPermSize from poms to allow builds with Java >= 17 by Marc Kupietz · 2 years ago
  18. af06c46 Update OpenJDK in Dockerfile to fix build by Marc Kupietz · 2 years ago
  19. 305bebf dependabot: ignore Spring 6 as it requires Java 17 by Marc Kupietz · 2 years ago
  20. e44f572 Bump version from 0.68 to 0.69 by Marc Kupietz · 2 years ago
  21. 83664d6 Bump minimum required Krill version from 0.60.4 to 0.61 by Marc Kupietz · 2 years ago
  22. 7bb9bd1 Bump minimum required Koral version from 0.38.1 to 0.39 by Marc Kupietz · 2 years ago
  23. 675ddf8 Bump jackson-jaxrs-json-provider from 2.14.0-rc1 to 2.14.0 by Marc Kupietz · 2 years ago
  24. 0e6c430 Bump log4j from 2.17.1 to 2.19.0 in core by Marc Kupietz · 2 years ago
  25. f2bc6f5 Update dependabot to Java 11 and Jersey 2 by Marc Kupietz · 2 years ago
  26. da3be51 Bump flyway-core from 9.7.0 to 9.8.1 in /core (closes #470) by dependabot[bot] · 2 years ago
  27. 92180ba Bump sqlite-jdbc from 3.39.3.0 to 3.39.4.0 in /core (closes #469) by dependabot[bot] · 2 years, 1 month ago
  28. c9cbec5 Update Jdk version to 11 in Readme.md by Marc Kupietz · 2 years ago
  29. f175e6d Merge pull request #471 from abcpro1/jersey-upgrade by Marc Kupietz · 2 years ago
  30. 882c71d Jersey 2: Solve a memory leak by abcpro1 · 2 years ago
  31. 55ea1e0 CI Tests: Upgrade to Java 11 by abcpro1 · 2 years ago
  32. edce8f9 Jersey 2: Migrate test factories by abcpro1 · 2 years ago
  33. c123f83 Jersey 2: Fix curly braces in query parameters by abcpro1 · 2 years ago
  34. 63418f4 Jersey 2: Migrate exceptions by abcpro1 · 2 years ago
  35. 73fe8f2 Jersey 2: Migrate requests made in unittests by abcpro1 · 2 years, 1 month ago
  36. 241bc4f Jersey 2: Use WebTarget.request() where necessary by abcpro1 · 2 years, 1 month ago
  37. 8a05e37 Jersey 2: Use getSecurityContext() where necessary by abcpro1 · 2 years, 1 month ago
  38. a94a042 Jersey 2: Replace getHeaderValue() with getHeaderString() by abcpro1 · 2 years, 1 month ago
  39. 9668724 Jersey 2: Use getUriInfo() where necessary by abcpro1 · 2 years, 1 month ago
  40. 0298407 Jersey 2: Replace ContainerRequest.getUserPrincipal() by abcpro1 · 2 years, 1 month ago
  41. 3df666b Jersey 2: Replace ContainerRequest.getFormParameters() by abcpro1 · 2 years, 1 month ago
  42. e8f161c Jersey 2: Replace LocaleProvider by abcpro1 · 2 years ago
  43. edfa670 Jersey 2: Fix NotFoundException by abcpro1 · 2 years, 1 month ago
  44. 2cb86c6 Jersey 2: Define priorities for request filters. by abcpro1 · 2 years, 1 month ago
  45. c0c2e30 Jersey 2: Create a custom annotation to register resource filters by abcpro1 · 2 years, 1 month ago
  46. 136ff59 Jersey 2: Migrate request filters by abcpro1 · 2 years, 1 month ago
  47. 8e5ff51 Jersey 2: Replace WebResource.queryParams() by abcpro1 · 2 years, 1 month ago
  48. 87984e3 Jersey 2: Fix the root packages init parameter by abcpro1 · 2 years, 1 month ago
  49. d912a2c Jersey 2: Do simple migrations by abcpro1 · 2 years, 1 month ago
  50. 0c74689 Jersey 2: Upgrade pom.xml with java 11 and jersey 2.37 by abcpro1 · 2 years, 1 month ago
  51. bfbfc43 Bump maven-shade-plugin from 3.4.0 to 3.4.1 in /full by dependabot[bot] · 2 years, 1 month ago
  52. 1f1c5ea Bump flyway-core from 9.5.0 to 9.7.0 in /core by dependabot[bot] · 2 years, 1 month ago
  53. d92b05b Bump maven-shade-plugin from 3.4.0 to 3.4.1 in /lite by dependabot[bot] · 2 years, 1 month ago
  54. 3de4c51 Bump oauth2-oidc-sdk from 9.43.1 to 10.1 in /full by dependabot[bot] · 2 years, 1 month ago
  55. f9a6a9a Bump joda-time from 2.12.0 to 2.12.1 in /core by dependabot[bot] · 2 years, 1 month ago
  56. 4f9000d Bump hibernate.version from 5.6.12.Final to 5.6.14.Final in /core by dependabot[bot] · 2 years, 1 month ago
  57. f6af930 Bump hibernate.version from 5.6.12.Final to 5.6.14.Final in /full by dependabot[bot] · 2 years, 1 month ago
  58. a2630eb Bump nimbus-jose-jwt from 9.25.5 to 9.25.6 in /full by dependabot[bot] · 2 years, 1 month ago
  59. a4cfbb7 Bump flyway-core from 9.4.0 to 9.5.0 in /core by dependabot[bot] · 2 years, 1 month ago
  60. 1c7bbae Bump nimbus-jose-jwt from 9.25.4 to 9.25.5 in /full by dependabot[bot] · 2 years, 1 month ago
  61. aa20907 Bump joda-time from 2.11.2 to 2.12.0 in /core by dependabot[bot] · 2 years, 1 month ago
  62. d8cc695 Bump nimbus-jose-jwt from 9.25.3 to 9.25.4 in /full by dependabot[bot] · 2 years, 2 months ago
  63. 9342433 Bump slf4j-api from 2.0.2 to 2.0.3 in /core by dependabot[bot] · 2 years, 2 months ago
  64. 60bb97c Bump flyway-core from 9.3.1 to 9.4.0 in /core by dependabot[bot] · 2 years, 2 months ago
  65. 5e19a78 Bump commons-text from 1.9 to 1.10.0 in /full by dependabot[bot] · 2 years, 2 months ago
  66. 0074013 Bump commons-text from 1.9 to 1.10.0 in /core by dependabot[bot] · 2 years, 2 months ago
  67. 1bba11d Bump slf4j-api from 2.0.1 to 2.0.2 in /core by dependabot[bot] · 2 years, 2 months ago
  68. ab69cdb Bump nimbus-jose-jwt from 9.25.1 to 9.25.3 in /full by dependabot[bot] · 2 years, 2 months ago
  69. c23011b Bump joda-time from 2.11.1 to 2.11.2 in /core by dependabot[bot] · 2 years, 2 months ago
  70. 93d723f Bump hibernate.version from 5.6.11.Final to 5.6.12.Final in /core by dependabot[bot] · 2 years, 2 months ago
  71. 4da3edd Bump hibernate.version from 5.6.11.Final to 5.6.12.Final in /full by dependabot[bot] · 2 years, 2 months ago
  72. f794634 Bump jetty.version from 9.4.48.v20220622 to 9.4.49.v20220914 in /core (closes #441) by dependabot[bot] · 2 years, 2 months ago
  73. efd2afe Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /core (closes #440) by dependabot[bot] · 2 years, 2 months ago
  74. fc85319 Bump flyway-core from 9.3.0 to 9.3.1 in /core (closes #443) by dependabot[bot] · 2 years, 2 months ago
  75. 4c72262 Bump nimbus-jose-jwt from 9.25 to 9.25.1 in /full (closes #442) by dependabot[bot] · 2 years, 2 months ago
  76. 3f9c679 Bump spring.version from 5.3.22 to 5.3.23 in /core by dependabot[bot] · 2 years, 2 months ago
  77. aa4a4b9 Bump flyway-core from 9.2.3 to 9.3.0 in /core by dependabot[bot] · 2 years, 3 months ago
  78. 07a33af Bump oauth2-oidc-sdk from 9.2 to 9.43.1 in /full by dependabot[bot] · 2 years, 3 months ago
  79. 4b4e1a6 Bump sqlite-jdbc from 3.39.2.1 to 3.39.3.0 in /core by dependabot[bot] · 2 years, 3 months ago
  80. bf006dc Bump nimbus-jose-jwt from 9.24.3 to 9.25 in /full by dependabot[bot] · 2 years, 2 months ago
  81. 66052cc Bump maven-shade-plugin from 3.3.0 to 3.4.0 in /lite by dependabot[bot] · 2 years, 2 months ago
  82. 095bb83 Bump maven-shade-plugin from 3.3.0 to 3.4.0 in /full by dependabot[bot] · 2 years, 2 months ago
  83. 92e0a40 Bump slf4j-api from 2.0.0 to 2.0.1 in /core by dependabot[bot] · 2 years, 2 months ago
  84. ff71f29 Bump javassist from 3.29.1-GA to 3.29.2-GA in /core by dependabot[bot] · 2 years, 2 months ago
  85. e5026aa Bump oauth2-oidc-sdk from 8.25 to 9.2 in /full (closes #151) by dependabot[bot] · 3 years, 9 months ago
  86. 3a6f671 Pin hibernate and sqlite-dialect for dependabot (closes #148) by Akron · 2 years, 3 months ago
  87. ced137b Bump flyway-core from 9.2.2 to 9.2.3 in /core (closes #428) by dependabot[bot] · 2 years, 3 months ago
  88. 6b60a7a Remove incorrect hibernate upgrade rules by Akron · 2 years, 3 months ago
  89. 6e248d7 Bump unboundid-ldapsdk from 6.0.5 to 6.0.6 in /full by dependabot[bot] · 2 years, 3 months ago
  90. e8421c2 Bump flyway-core from 9.2.0 to 9.2.2 in /core by dependabot[bot] · 2 years, 3 months ago
  91. ad475fc Bump nimbus-jose-jwt from 9.24.2 to 9.24.3 in /full by dependabot[bot] · 2 years, 3 months ago
  92. 9afe067 Bump hibernate.version from 5.6.10.Final to 5.6.11.Final in /core by dependabot[bot] · 2 years, 3 months ago
  93. 4f3215c Bump hibernate.version from 5.6.10.Final to 5.6.11.Final in /full by dependabot[bot] · 2 years, 3 months ago
  94. c60ca47 Bump mysql-connector-java from 8.0.29 to 8.0.30 in /full by dependabot[bot] · 2 years, 4 months ago
  95. 149a397 Bump javassist from 3.29.0-GA to 3.29.1-GA in /core by dependabot[bot] · 2 years, 3 months ago
  96. 09ddf90 Bump nimbus-jose-jwt from 9.23 to 9.24.2 in /full by dependabot[bot] · 2 years, 3 months ago
  97. f77c587 Bump slf4j-api from 1.7.36 to 2.0.0 in /core by dependabot[bot] · 2 years, 3 months ago
  98. dc23142 Bump mockserver-netty from 5.13.2 to 5.14.0 in /lite by dependabot[bot] · 2 years, 3 months ago
  99. 4e4853e Bump mockserver-netty from 5.13.2 to 5.14.0 in /full by dependabot[bot] · 2 years, 3 months ago
  100. bef0356 Bump flyway-core from 9.0.0 to 9.2.0 in /core by dependabot[bot] · 2 years, 3 months ago