Speedment v3.2.9 Release Notes

Release Date: 2020-04-13 // about 4 years ago
  • Channing

    ๐Ÿ†• New Features

    Custom interfaces (traits) for tables can now be added. A list of provided interface names is added to what the generated class implements. The classes are not generated but are expected to be provided through user code.

    ๐Ÿ›  Fixed Issues

    #864 Add interface/trait ability to tables/columns
    #866 Maven init mojo not working with Java 11
    #853 InjectorImpl::newBuilder exposes mutable state
    #868 Generate application entry point