-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Comparing changes
Open a pull request
base repository: mapstruct/mapstruct
base: main
head repository: mapstruct/mapstruct
compare: 1.4.x
- 15 commits
- 53 files changed
- 5 contributors
Commits on Nov 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7e16aa0 - Browse repository at this point
Copy the full SHA 7e16aa0View commit details -
#2244 Mark mapstruct-processor jar as Spring-Boot-Jar-Type: annotatio…
…n-processor Doing this would make sure that starting from Spring Boot 2.4 the mapstruct-processor will not be included in the fat jar produced by the Spring Boot maven plugin if people have it as a maven provided dependency. This is an alternative if people are not using the maven-compiler-plugin annotationProcessorPaths
Configuration menu - View commit details
-
Copy full SHA for b90c0a9 - Browse repository at this point
Copy the full SHA b90c0a9View commit details -
#2251 Fix incorrect code generated for constructor mapping from impli…
…cit source parameter matching
Configuration menu - View commit details
-
Copy full SHA for e8713fb - Browse repository at this point
Copy the full SHA e8713fbView commit details
Commits on Nov 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5727d20 - Browse repository at this point
Copy the full SHA 5727d20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 934d096 - Browse repository at this point
Copy the full SHA 934d096View commit details -
Configuration menu - View commit details
-
Copy full SHA for 628ff17 - Browse repository at this point
Copy the full SHA 628ff17View commit details
Commits on Nov 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 164535e - Browse repository at this point
Copy the full SHA 164535eView commit details
Commits on Jan 31, 2021
-
Update chapter-2-set-up.asciidoc
See official maven doc on this: https://maven.apache.org/plugins/maven-compiler-plugin/examples/pass-compiler-arguments.html Otherwise for example intellij doesn't recognize the compiler options on maven import
Configuration menu - View commit details
-
Copy full SHA for 24ac2f3 - Browse repository at this point
Copy the full SHA 24ac2f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6479dc - Browse repository at this point
Copy the full SHA e6479dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15b3469 - Browse repository at this point
Copy the full SHA 15b3469View commit details -
#2278 inherited property ignored due to ignore on nested level (#2332)
Co-authored-by: sjaakd <sjaakderksen@zonnet.nl>
Configuration menu - View commit details
-
Copy full SHA for 0c51f7a - Browse repository at this point
Copy the full SHA 0c51f7aView commit details -
#2250, #2324 Do not throw error when qualifier is missing on iterable…
… mapping With this change we are relaxing the error handling when qualifiers are used in `@Mapping` and we allow defining qualifiers for collections / array mapping to mean the same as if it was defined on `@IterableMapping` i.e. apply the qualifier on the element mapping
Configuration menu - View commit details
-
Copy full SHA for bef3482 - Browse repository at this point
Copy the full SHA bef3482View commit details -
#2346 Update documentation and readme about MapStruct and Gradle
Remove obsolete net.ltgt.apt Use com.diffplug.eclipse.apt for Eclipse IntelliJ works transparently
Configuration menu - View commit details
-
Copy full SHA for 7d20cf2 - Browse repository at this point
Copy the full SHA 7d20cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ca7c7b - Browse repository at this point
Copy the full SHA 1ca7c7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 710f8e6 - Browse repository at this point
Copy the full SHA 710f8e6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...1.4.x