Speedment v3.2.2 Release Notes

Release Date: 2019-12-05 // over 4 years ago
  • Channing

    ๐Ÿ†• New Features

    • โž• Add Manager::merge and Manger::merger for merge of Entities. This allows entities to be either persisted or updated depending on if they exist or not.
    • The mapstream module eliminated from the runtime, allowing smaller microservices

    ๐Ÿ›  Fixed Issues

    ๐Ÿ”€ #287 Introduce merge() and merger()
    #790 codegen: Let all Translators take the Injector as a parameter
    #794 Make sure all requires transitively are in place
    ๐Ÿšš #814 Remove wildcard usage in return types
    #819 Fix jlink maven example
    ๐Ÿšš #826 Move TypeMapperComponent to a runtime module
    #827 tool: FK not shown as disabled
    #828 codegen: public static final modifiers are in wrong order
    #829 Expression has a redundant type parameter
    ๐Ÿšš #833 Remove requires com.speedment.common.mapstream from runtime modules