Thanks to visit codestin.com
Credit goes to github.com

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: apache/maven-enforcer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: enforcer-3.3.0
Choose a base ref
...
head repository: apache/maven-enforcer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: enforcer-3.4.0
Choose a head ref
  • 18 commits
  • 42 files changed
  • 8 contributors

Commits on Apr 1, 2023

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

Commits on Apr 24, 2023

  1. configure notifications

    hboutemy authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    8ebbd4b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Bump junit-bom from 5.9.2 to 5.9.3

    Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.9.2 to 5.9.3.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit-framework@r5.9.2...r5.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and khmarbaise committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    741de17 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. [MENFORCER-481] BanDynamicVersions: make excludedScopes optional

    With these changes, omission of `excludedScopes` no longer causes an NPE.
    Stephan202 authored and slawekjaranowski committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    01a8243 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. [MENFORCER-480] BanDynamicVersions: fix ignores parameter (#269)

    Matching artifacts should be _excluded_ rather than included.
    Stephan202 authored May 1, 2023
    Configuration menu
    Copy the full SHA
    b3587ec View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. [MNG-6829] Replace StringUtils#isEmpty(String) and #isNotEmpty(String) (

    #272)
    
    * [MNG-6829] Replace StringUtils#isEmpty(String) and #isNotEmpty(String)
    
    Continuation of https://issues.apache.org/jira/browse/MNG-6829
    
    Review requested of @elharo
    
    Use this link to re-run the recipe: https://public.moderne.io/recipes/org.openrewrite.java.migrate.apache.commons.lang.IsNotEmptyToJdk?organizationId=QXBhY2hlIE1hdmVu
    
    Co-authored-by: Moderne <[email protected]>
    
    * Remove duplicate null check
    
    Co-authored-by: Stephan Schroevers <[email protected]>
    
    * Apply Spotless
    
    ---------
    
    Co-authored-by: Moderne <[email protected]>
    Co-authored-by: Stephan Schroevers <[email protected]>
    3 people authored May 22, 2023
    Configuration menu
    Copy the full SHA
    3792c71 View commit details
    Browse the repository at this point in the history
  2. [MENFORCER-426] DependencyConvergence transitive dependencies with ve…

    …rsion range
    
    IT for ensure that DependencyConvergence with transitive dependencies with version range works correctly
    Root cause was fixed in Maven 3.9.2
    slawekjaranowski committed May 22, 2023
    Configuration menu
    Copy the full SHA
    cd8b7fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d38ed5f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Bump snappy-java

    Bumps [snappy-java](https://github.com/xerial/snappy-java) from 1.1.8.3 to 1.1.10.1.
    - [Release notes](https://github.com/xerial/snappy-java/releases)
    - [Commits](xerial/snappy-java@1.1.8.3...v1.1.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.xerial.snappy:snappy-java
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slawekjaranowski committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    7a8e882 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Bump guava

    Bumps [guava](https://github.com/google/guava) from 30.1.1-jre to 32.0.0-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slawekjaranowski committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3300c1a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. [MENFORCER-485] Upgrade Parent to 40

    - upgrade parent
    - use versions from parent in IT
    slawekjaranowski committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    73b2aa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ba1dd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Jul 5, 2023

  1. Clarify availability of AbstractEnforcerRule

    Improve links to javadoc
    
    Fix some typos
    kwin committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8c92bda View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 24, 2023

  1. Bump org.junit:junit-bom from 5.9.3 to 5.10.0

    Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit-framework@r5.9.3...r5.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-bom
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8f2de47 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    5feb93a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d365f7 View commit details
    Browse the repository at this point in the history
Loading