Skip to content

v0.6.0

Compare
Choose a tag to compare
@kulasekp kulasekp released this 20 Mar 09:21

Changelog

Bug fixes

  • No converter found capable of converting from type [java.lang.String] to type [@o.s.d.j.r.Query p.h.m.e.l.m.Log] #88
  • Initialization error on MySQL: "error in your SQL syntax" #99
  • Fix Travis CI and SonarCloud integration #119
  • Fix PaymentController tests #121

New features

  • WireMock has been added as new stubbing engine:
    • Should we consider to use WireMock as a stub engine? #96
    • Extend WireMock with Mokka Groovy transformer #111
    • Provide MockConfiguration to StubMapping converter #108
    • Enable proxy mode per mock configuration #95
    • Add/Remove StubMapping on WireMock when MockConfiguration Added/Removed via Mokka UI #129
  • LDAP integration #98

Improvements

  • "Configuration" page improvements #102
  • Add name of matched stub to Log #85
  • Toolbar design changes #89
  • Improve mock list pagination on "Configuration" page. #90
  • "Log" page improvements #84

Dependencies upgrade

  • Spring Boot 2.2.1 -> 2.2.5
  • ognl 3.2.8 -> 3.2.12
  • guava 28.1-jre -> 28.2-jre
  • groovy-json 2.5.8 -> 2.5.9
  • groovy-xml 2.5.8 -> 2.5.9
  • univocity-parsers 2.6.0 -> 2.8.4
  • fluent-hc 4.5.5 -> 4.5.11
  • AngularJS Material 1.1.0

Migration from previous release

  • WireMock engine is disabled by default. To enable it set wiremock.enabled to true
  • Security profile (i.e. user repository) is set to local by default. To switch to LDAP set web.security.profile to ldap and configure ldap.server.dn.pattern and ldap.server.url properties