Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mapstruct/mapstruct
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mapstruct/mapstruct
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 53 files changed
  • 5 contributors

Commits on Nov 1, 2020

  1. Configuration menu
    Copy the full SHA
    7e16aa0 View commit details
    Browse the repository at this point in the history
  2. #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
    filiphr committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    b90c0a9 View commit details
    Browse the repository at this point in the history
  3. #2251 Fix incorrect code generated for constructor mapping from impli…

    …cit source parameter matching
    filiphr committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    e8713fb View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Configuration menu
    Copy the full SHA
    5727d20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    934d096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    628ff17 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    164535e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. 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
    reitzmichnicht authored and filiphr committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    24ac2f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6479dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15b3469 View commit details
    Browse the repository at this point in the history
  4. #2278 inherited property ignored due to ignore on nested level (#2332)

    Co-authored-by: sjaakd <sjaakderksen@zonnet.nl>
    2 people authored and filiphr committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    0c51f7a View commit details
    Browse the repository at this point in the history
  5. #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
    filiphr committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    bef3482 View commit details
    Browse the repository at this point in the history
  6. #2346 Update documentation and readme about MapStruct and Gradle

    Remove obsolete net.ltgt.apt
    Use com.diffplug.eclipse.apt for Eclipse
    IntelliJ works transparently
    filiphr committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    7d20cf2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ca7c7b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    710f8e6 View commit details
    Browse the repository at this point in the history
Loading