PackageTrack
Sign in Get early access

org.modelmapper:modelmapper-examples

3.2.6 #968 most downloaded on Maven Central modelmapper/modelmapper

What this package is like to depend on

Last release 9 months ago

11 Nov 2025

Ships fairly regularly

a new release about every 4 months

Most releases are documented

notes for 28 of 34 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

34 releases · first in 2017

2 releases in the last 12 months

see the full history below

Release timeline

34 releases · Jul 2017 to Nov 2025
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 34
  1. 3.2.6 11 Nov 2025

    Nothing published for this version

  2. 3.2.5 30 Sep 2025

    Nothing published for this version

  3. 3.2.4 20 Jun 2025

    Nothing published for this version

  4. 3.2.3 02 May 2025
    Release notes
    • Bump org.testing to 7.5.1 due to CVE
    Open source →
  5. 3.2.2 06 Dec 2024

    Nothing published for this version

  6. 3.2.1 25 Jul 2024

    Nothing published for this version

  7. 3.2.0 16 Oct 2023
    Release notes
    • Bump asm and byte-buddy for JDK 21 support
    Open source →
  8. 3.1.1 08 Dec 2022

    Nothing published for this version

  9. 3.1.0 08 Mar 2022
    Release notes
    • Migrates optional converters from modelmapper-module-java8
    Open source →
  10. 3.0.0 05 Jan 2022
    Release notes
    • Minimum JDK 8
    • Makes the option collectionsMergeEnabled disable by default
    Open source →
  11. 2.4.5 06 Dec 2021
    Release notes

    New Features

    • Bump asm for JDK 18 support
    • Bump byte-buddy
    Open source →
  12. 2.4.4 27 May 2021
    Release notes

    Bug Fixes

    • Fix anonymous enum conversion
    Open source →
  13. 2.4.3 10 May 2021
    Release notes

    Bug Fixes

    • Fixed #606 - Fix random ClassCastException on java 11
    • Fixed #613 - Fix java internal api usage issue on java 16
    Open source →
  14. 2.4.2 28 Apr 2021
    Release notes

    Bug Fixes

    • Fixed #608 - addMappings failed while adding multiple mappings
    Open source →
  15. 2.4.1 21 Apr 2021
    Release notes

    Bug Fixes

    • Bump dependency for better support on Java 12 and Java 16
    • Fix anonymous enum conversion
    • Fixed #512 - Create intermediate object depends on if match source found
    • Fixed #573 - Keep parent source chain to have correct source in context
    • Fixed #547 - Fixed generic type info for Map's value type
    • Fixed #563 - Resolve more specific instead of generic one in value reader
    Open source →
  16. 2.4.0 31 Mar 2021
    Release notes

    New Features

    • New API when(condition).skip(src, dest)
    • New configuration preferNestedProperties for better support circular reference mapping

    Bug Fixes

    • Fixed #414 - Eliminates warnings while defining explicit mapping on collections
    • Fixed #462 - Improves performance when creating explicit mapping on a giant model
    • Fixed #392 - Fixes handling protobuf iterable
    • Fixed #581 - Fix wrong circular reference
    • Fixed #550 - Resolve key value types correctly
    Open source →
  17. 2.3.9 20 Nov 2020
    Release notes

    New Features

    • Upgrade ASM for Java 15

    Bug Fixes

    • Fixed #553 - the result of post converter was dropped
    Open source →
  18. 2.3.8 05 Jun 2020
    Release notes

    New Features

    • Update typetools to 0.6.2

    Bug Fixes

    • #482: NullPointerException on openJDK 11
    Open source →
  19. 2.3.7 30 Mar 2020
    Release notes

    Bug Fixes

    • Fixed issues #520 and #528, which caused excessive locking in PropertyInfoRegistry.
    Open source →
  20. 2.3.6 24 Dec 2019
    Release notes

    New Features

    • Supports Java 13
    Open source →
  21. 2.3.5 26 Jun 2019
    Release notes

    New Features

    • Supports expression chain (when -> with -> using -> map)

    Bug Fixes

    • Fixes deproxy when implicit mapping is disabled
    • Improves on configuration converter store
    Open source →
  22. 2.3.4 18 May 2019
    Release notes

    New Features

    • Supports protocol buffer with model in snake case
    Open source →
  23. 2.3.3 13 Apr 2019
    Release notes

    New Features

    • Provides setCollectionsMergeEnabled configuration

    Bug Fixes

    • Date converter supports java.util.Date
    • Supports HibernateProxy
    Open source →
  24. 2.3.2 26 Nov 2018
    Release notes
    • #416: asm7.0 support
    Open source →
  25. 2.3.1 31 Oct 2018
    Release notes

    Bug Fixes

    • #411: Fix NoSuchElementException when iterating through Collection interface using iterator
    • #407: OSGi issue
    Open source →
  26. 2.3.0 20 Sep 2018
    Release notes

    New Features

    • Support Java 11

    Bug Fixes

    • Fixed #389: Provides helper function for collection mapping
    • Fixed #397: SortedMap support
    Open source →
  27. 2.2.0 17 Aug 2018
    Release notes

    New Features

    • Provides ModelMapper.addConverter(sourceType, destinationType, converter)
    • Provides Converters.Collection.map() to create converter for collection
    • Provides builder pattern support

    Bug Fixes

    • Fixed #379: Mapping generic types not working
    • Fixed #151: Converter not working properly
    • Fixed #386: Mapping Source object to Destination object for iterable correctly
    Open source →
  28. 2.1.1 12 Aug 2018
    Release notes

    New Features

    • Protocol buffer module

    Bug Fixes

    • Fixed #363: Fixes OSGi loading issue
    • Fixed #364: Resolves type correctly
    • Fixed #370: Fixes MapValueReader get wrong field type
    • Fixed #372: Explicit property mapping will be failed when using source(propertyPath) with List type
    Open source →
  29. 2.1.0 07 Jul 2018
    Release notes

    New Features

    • Provided Jackson module
    • Provided TypeMap::addImplicitMappings and ModelMapper::emptyTypeMap
    • Provided deepCopy configuration
    • Lambda api improvement: mapping from source
    • Inherit TypeMap from source's property

    Bug Fixes

    • Fixed #360: only assign the destination value if it was created by provider
    Open source →
  30. 2.0.0 21 May 2018
    Release notes

    New Features

    • ModelMapper with modules
    • Minimum JDK support to 1.6

    Bug Fixes

    • Fixed #322 - Java 10
    • Fixed #331 - Convert nested objects
    Open source →
  31. 1.1.3 18 Mar 2018
    Release notes

    Bug Fixes

    • Fixed #296 - Updates dependency for Java 9 issue
    Open source →
  32. 1.1.2 07 Jan 2018
    Release notes

    Bug Fixes

    • Fixed #284 - OSGi Import-Package list is wrong
    • Fixed #287 - NullPointerException when mapping final class by using lambda mapping
    Open source →
  33. 1.1.1 15 Oct 2017
    Release notes

    Bug Fixes

    • Fixed #260 - handling well on explicit mapping, like EnumSet
    • Fixed #267 - propertyCondition won't be used by skip
    Open source →
  34. 1.1.0 08 Jul 2017
    Release notes

    New Features

    • Added a new configuration option: skipNull
    • Added example for Type Map inheritance
    • Includes example as a module of ModelMapper
    • Includes typetools as dependency for lambda expression type resolver

    Bug Fixes

    • Fixed #194 - Returns null when read inexist value using ValueReader
    • Fixed #249 - Fixed NullPointerException when getting destination property
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive