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-gpg-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: maven-gpg-plugin-3.2.5
Choose a base ref
...
head repository: apache/maven-gpg-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maven-gpg-plugin-3.2.7
Choose a head ref
  • 14 commits
  • 8 files changed
  • 5 contributors

Commits on Aug 8, 2024

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

Commits on Aug 14, 2024

  1. [MGPG-135] Support Overriding / Enhance the signer in AbstractGpgMojo (

    …#112)
    
    Currently AbstractGpgMojo has a fixed set of supported signers (and how
    they are constructed), it would be good to allow extensions (e.g. Tycho
    is also using AbstractGpgMojo) to possibly override that aspect.
    
    This extracts the creation of the signer into a (protected) method so
    different types or alternative implementations can be used.
    
    Co-authored-by: Christoph Läubrich <christoph@laeubi-soft.de>
    laeubi and Christoph Läubrich authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1b40a05 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

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

Commits on Sep 9, 2024

  1. [MGPG-139] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.…

    …7.0 to 3.8.0 (#114)
    
    Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.7.0 to 3.8.0.
    - [Release notes](https://github.com/apache/maven-invoker-plugin/releases)
    - [Commits](apache/maven-invoker-plugin@maven-invoker-plugin-3.7.0...maven-invoker-plugin-3.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-invoker-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-139
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4ec571f View commit details
    Browse the repository at this point in the history
  2. [MGPG-140] Update Maven to 3.9.9 (#116)

    This is really just "build time" as at runtime it uses
    given Maven version artifacts anyway.
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-140
    cstamas authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7516e7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afdfd28 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. [MGPG-141] Remove use of deprecated classes (#117)

    The MGPG-138 also updated plexus-utils to 4.0.1 and plexus-xml to 3.0.1.
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-141
    cstamas authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5b94273 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbe6156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c9a14c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31e87e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. [MGPG-136] Windows passphrase corruption (#120)

    Since 3.2.0 version we always appended "line separator" to passphrase unless it itself ended with one. But, this caused problem on Windows, as (our assumption is) that GPG uses binary read of STDIN, and on Windows "line separator" is "\r\n", while GPG handles "\n" only, making passphrase corrupted by presence of unwanted "\r".
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-136
    cstamas authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6b2a27f View commit details
    Browse the repository at this point in the history
  2. [MGPG-143] Bump com.kohlschutter.junixsocket:junixsocket-core from 2.…

    …10.0 to 2.10.1 (#121)
    
    Bumps [com.kohlschutter.junixsocket:junixsocket-core](https://github.com/kohlschutter/junixsocket) from 2.10.0 to 2.10.1.
    - [Release notes](https://github.com/kohlschutter/junixsocket/releases)
    - [Commits](kohlschutter/junixsocket@junixsocket-2.10.0...junixsocket-2.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.kohlschutter.junixsocket:junixsocket-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-143
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cb5422f View commit details
    Browse the repository at this point in the history
  3. [MGPG-144] Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#119)

    Bumps commons-io:commons-io from 2.16.1 to 2.17.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-144
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8c5a8d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43af21c View commit details
    Browse the repository at this point in the history
Loading