All notable changes to this project will be documented in this file.
- Bumps to the latest version available all the project dependencies
- Replaces javax with jakarta
- Add the possibility to customize the special types avoiding any transformation on them
- Adds the Bill of Materials (BOM) module
- Fixes an issue that was preventing skipping the injection for a given field. For more info about the feature see here.
- Updated
hibernate-validator
version to6.2.1.Final
(was7.0.1.Final
). This replaces the jakarta validation with the javax one.
- Removes Java Records objects to avoid hosting projects to being forced to use the
enable-preview
options
- Adds a function to reset all the defined settings
- Adds the possibility to map the same source field into multiple fields
- Adds the possibility to apply the same field transformation function on multiple fields
- Updated
eg-oss-parent
version to2.4.1
(was2.4.0
).
- Renames the package from
com.hotels
tocom.expediagroup
- Adds the javadoc generation to the release
- Fixes an issue that was preventing the transformation of Object type fields
- Increase the jdk version to 15
- Enables the Java Record transformation