Speedment v3.2.10 Release Notes

Release Date: 2020-08-28 // over 3 years ago
  • Channing

    ๐Ÿ†• New Features

    ๐Ÿš€ Maintenance release

    ๐Ÿ›  Fixed Issues

    #871 codegen: AutoImports distorts rendering of parameterized field types when there are colliding SimpleNames
    #801 Can't extract module name from runtime-3.2.0-SNAPSHOT.pom: bug
    ๐Ÿ—„ #830 Loading class `com.mysql.jdbc.Driver'. This is deprecated. bug
    #869 Speedment generator files missing
    ๐Ÿ— #821 build fails at runtime-application


Previous changes from v3.2.9

  • 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