Skip to content

Releases: eliezio/simple-pki

v1.1.0

02 Nov 17:04
Compare
Choose a tag to compare

1.1.0 (2022-11-02)

🐞 Bug Fixes

  • core: Fix CA configuration, broken in container mode (7b4c29f)
  • core: Fix missing Implementation-Title and Version when running from docker image (1af6972)
  • core: Using JVM 11 in docker image (f36c6e7)

🚧 Refactor

  • core: Refactor to fit on Homberg's proposal of Hexagonal Architecture (46a57c2)
  • core: Refactor to Hexagonal Architecture (521e302)
  • core: Rename SingleEntityRepository to PkiEntityRepository (244b697)
  • core: Replace MockMvc by RestAssured (4e35904)
  • core: Simple ServiceEventLogger using Filter (8719b9b)
  • Drop support to lazy loading of CA cert (a26fa80)
  • Introduce detekt plugin (27eb50c)
  • Merge UT and IT (b6f8f88)
  • Migrate to Kotlin (0bc1300)

🚇 Continuous Integration

  • Add GH workflows (check, release-please) (402875a)

⭐ New Features