Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #220 - multimodule-module-with-parent there is a missing direct-dependency #329

Merged
merged 15 commits into from
Dec 6, 2022

Commits on Nov 30, 2022

  1. mojohaus#220 add missing direct-dependency test case for

    multimodule-module-with-parent
    KemalSoysal committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    a82d03f View commit details
    Browse the repository at this point in the history
  2. mojohaus#220 implement DirectDependenciesInheritanceAssembler

    to provide FlattenDependencyMode to the
    DirectDependenciesInheritanceModelMerger to decide if the parent
    dependencies should be merged into the child.
    KemalSoysal committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    c7905ac View commit details
    Browse the repository at this point in the history
  3. mojohaus#220 update the test case inherit-parent-dependency to

    flattenDependencyMode all
    KemalSoysal committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    8f084e3 View commit details
    Browse the repository at this point in the history
  4. mojohaus#220 update the test case parent-with-version-range to

    flattenDependencyMode all
    KemalSoysal committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    bf64ca6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ed18e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7cc4de0 View commit details
    Browse the repository at this point in the history
  7. mojohaus#220 Update DirectDependenciesInheritanceAssembler.java

    add class documentation to the issue and the need for the class and configuration hint
    KemalSoysal committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    26611e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    66eaf01 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    344a49b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ddd8519 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b02e35d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ec2543d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    00ced9e View commit details
    Browse the repository at this point in the history
  2. mojohaus#220 using the APT processor from the org.eclipse.sisu.inject…

    … artifact is faster than using the sisu-maven-plugin
    KemalSoysal committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    ebf93f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

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