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: git-commit-id/git-commit-id-plugin-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.5
Choose a base ref
...
head repository: git-commit-id/git-commit-id-plugin-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.0
Choose a head ref
  • 12 commits
  • 38 files changed
  • 4 contributors

Commits on Mar 30, 2026

  1. build(deps-dev): bump org.apache.maven.plugins:maven-dependency-plugin

    Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.8.1 to 3.10.0.
    - [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
    - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.8.1...maven-dependency-plugin-3.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-dependency-plugin
      dependency-version: 3.10.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    e171797 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Use https instead of ssh for submodule

    This prevents
    > The authenticity of host can't be established
    errors
    AB-xdev committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    49001f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88a71ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40749bd View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. Fix logging capatibilities

    jgit still uses slf4j v1!
    AB-xdev committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    7e70889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb987a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1238f63 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #291 from AB-xdev/dependency-cleanup

    Dependency cleanup
    TheSnoozer authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    c9c1902 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #290 from git-commit-id/dependabot/maven/org.apach…

    …e.maven.plugins-maven-dependency-plugin-3.10.0
    
    build(deps-dev): bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.1 to 3.10.0
    TheSnoozer authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    a3507b2 View commit details
    Browse the repository at this point in the history
  6. Update pom.xml to migrate to org.eclipse.jgit.ssh.apache

    Migrating to org.eclipse.jgit.ssh.apache, I am able to auth to git using id_ed25519 as a private key.
    mplescano authored and TheSnoozer committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    39106c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5abc7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e15b49 View commit details
    Browse the repository at this point in the history
Loading