ManyDesigns Portofino 4 v5.3.0 Release Notes

Release Date: 2021-09-13 // over 2 years ago
  • โž• Added

    • ๐Ÿš€ Microservice deployment options using Spring Boot.
    • ๐Ÿ‘ท Easier Quartz job registration using Spring beans.
    • Email microservice.
    • โฑ Quartz scheduler microservice.
    • ๐Ÿ”’ Possibility to exclude Shiro-based security from the application (and implement security using other libraries).
    • ๐Ÿ‘Œ Support for multi-tenancy in Hibernate.

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Authentication/authorization endpoint is now fixed (/:auth) and forwards to the login action. This makes life a little easier for clients.
    • Simplify initialization by removing PortofinoListener.
    • URL to trigger mail sender changed from /actions/mail-sender-run to /portofino-send-mail and HTTP method changed from GET to POST.
    • Mail sender action can be disabled with mail.sender.action.enabled=false.
    • Ensured that Java-only microservices without Groovy are possible.
    • โšก๏ธ Optimized selection providers based on foreign keys on save.
    • โฌ‡๏ธ Reduce assumptions on persistent entities by CRUD actions allowing more possibilities for custom entities.
    • โšก๏ธ Liquibase updated to version 4, minor library updates to fix vulnerabilities.