Skip to content

Releases: TechEmpower/gemini

v2.24.0

17 Apr 15:13
04f3973
Compare
Choose a tag to compare

Changelog

  • Support Java9+
  • ORM - relationship tablenames are lower-cased forcibly
  • The default user credentials are documented now
  • Disable logging to disk by default (assumed a developer would not want this by default)
  • Adds support for a "root handler" to be invoked on requests to / before the default handler
  • Archetype - Adds support for multi-part forms by default
  • Archetype - Now prompts user for package name
  • Drop support for application name in configuration file names
  • Adds 'Not Implemented' response for not implemented http method verbs
  • Version support transitioned from static java files to maven project version
  • Adds entity support for java.time.DateTimeLocal
  • Adds support for more conventional usage of java.sql.Connection

Full 2.24.0 project and notes.

v2.23.2

30 Jan 20:30
dcbc4c7
Compare
Choose a tag to compare

Allows for the ConfigurationFile environment variable to dictate which config file to use.

v2.23.1

19 Dec 23:14
bce3da1
Compare
Choose a tag to compare

Fixes a few rare database issues.

v2.23.0

05 Dec 23:20
61e7b5e
Compare
Choose a tag to compare

Introduces flyway migration implementation.

v2.22.0

28 Sep 17:03
46e343a
Compare
Choose a tag to compare

Introduces the HikariCP database connector implementation.

v2.21.1

11 May 18:09
a254aee
Compare
Choose a tag to compare

Fixes some minor issues with the archetype project.

v2.21.0

11 May 17:02
23f52c9
Compare
Choose a tag to compare

First official release to Maven Central.