forked from modelmapper/modelmapper
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrading the ModelMapper to 3.1.2. And moving packages to org.clairv…
…oyant
- Loading branch information
Satya Vadapalli
authored and
Satya Vadapalli
committed
Jun 16, 2023
1 parent
830009e
commit 79fcd54
Showing
446 changed files
with
1,784 additions
and
3,077 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ release.properties | |
.settings/ | ||
_site/ | ||
user-manual/ | ||
*.iml | ||
*.iml | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Clairvoyant ModelMapper | ||
|
||
* Moved the java packages from org.modelmapper to org.clairvoyant.modelmapper | ||
* Added a new method to validate the property mapping org.clairvoyant.modelmapper.ModelMapper#validatePropertyMappings() | ||
* Added a new interface - org.clairvoyant.modelmapper.internal.EntityHolder | ||
* Made the following classes and interfaces public. | ||
* org.clairvoyant.modelmapper.internal.MappingContextImpl | ||
* org.clairvoyant.modelmapper.internal.MappingImpl | ||
* org.clairvoyant.modelmapper.internal.Mutator | ||
* org.clairvoyant.modelmapper.internal.PropertyInfoImpl | ||
* org.clairvoyant.modelmapper.internal.MethodAccessor | ||
* org.clairvoyant.modelmapper.internal.PropertyMappingImpl | ||
|
||
* Made the following methods public. | ||
* org.clairvoyant.modelmapper.internal.MappingContextImpl#setParentSource(Object parentSource) | ||
* org.clairvoyant.modelmapper.internal.MappingContextImpl#getParentSource() | ||
|
||
* Modified the method org.clairvoyant.modelmapper.internal.MappingEngineImpl#propertyMap | ||
* Modified the method org.clairvoyant.modelmapper.internal.MappingEngineImpl#resolveSourceValue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 0 additions & 33 deletions
33
benchmarks/src/main/java/org/modelmapper/benchmarks/GiantModelBenchmark.java
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
benchmarks/src/main/java/org/modelmapper/benchmarks/Main.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.