Skip to content

Releases: jzheng2017/resultset-mapper

v1.6.2

07 Nov 13:11

Choose a tag to compare

Changelog

  • Fixed issue #65

v1.6.1

05 Nov 22:06

Choose a tag to compare

Changelog

  • Fixed issue #38

v1.6.0

23 Aug 13:20

Choose a tag to compare

Changelog

  • Added caching for reflection data. It will now first try to fetch the data from a cache. If it is not present in the cache it will fetch it through reflection and save it in the cache for later use.
  • Bumped dependency versions

v1.5.0

30 Jul 13:31

Choose a tag to compare

Changelog

  • Added support for attribute converting. Allowing two incompatible data types to work during mapping.

v1.4.0

07 Jan 13:32

Choose a tag to compare

Changelog

  • Added support for getting declared fields from super classes

v1.3.0

02 Jan 23:37

Choose a tag to compare

Changelog

  • Change library Java version to 11 for LTS

v1.2.0

20 Dec 12:01

Choose a tag to compare

Changelog

  • Added @Ignore annotation. This annotation can be used on fields. By using @Ignore annotation on a field it lets the ResultSetMapper know that it can skip this field when mapping.

v1.1.0

16 Dec 23:26

Choose a tag to compare

Changelog

  • Added @SuppressWarnings annotation, allowing suppression of warning messages when mapping object fails

v1.0.5

15 Dec 22:48

Choose a tag to compare

Changelog

  • map now throws MappingFailedException when mapping fails for some reason
  • Fixed bug @Column annotation applicable to methods

v1.0.4

08 Dec 19:53

Choose a tag to compare

  • Upgrade from JDK 8 to JDK 15