Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.26.0 to 0.26.1#3592
Merged
wgtmac merged 1 commit intoJun 2, 2026
Conversation
Bumps [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.26.0 to 0.26.1. - [Release notes](https://github.com/siom79/japicmp/releases) - [Changelog](https://github.com/siom79/japicmp/blob/master/release.py) - [Commits](siom79/japicmp@japicmp-base-0.26.0...japicmp-base-0.26.1) --- updated-dependencies: - dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin dependency-version: 0.26.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Fokko
approved these changes
May 31, 2026
wgtmac
approved these changes
Jun 2, 2026
dependabot
Bot
deleted the
dependabot/maven/com.github.siom79.japicmp-japicmp-maven-plugin-0.26.1
branch
June 2, 2026 01:43
iemejia
added a commit
to iemejia/parquet-java
that referenced
this pull request
Jul 17, 2026
Raise the minimum build/runtime requirement to Java 17 and clean up workarounds and tooling that are no longer needed. Java 17 baseline: - Set maven.compiler.release to 17 and add an enforcer rule that requires Java 17+ to build. - Remove the extraJavaTestArgs (--add-opens / -XX flags) that were needed to run the tests on newer JDKs from a Java 11 baseline. - Drop the per-module maven.compiler.release=17 override in parquet-encoding-vector; it is now the project-wide default. - Simplify the CleanUtil javadoc. - CI: build only on JDK 17 (drop the JDK 11 matrix entry) and stop exporting extraJavaTestArgs. - Update README to state the Java 17 requirement. Spotless upgrade (2.46.1 -> 3.8.0): - Spotless 2.46.1 calls com.sun.tools.javac.util.Log methods that were removed in JDK 25, causing NoSuchMethodError at format time. Spotless 3.8.0 is compatible with JDK 25. The switch/case comment indentation changes are produced by the new formatter version. Remove obsolete japicmp exclude for IndexIterator: - The exclude worked around a false-positive source incompatibility reported by japicmp 0.23.1 on the synthetic/bridge methods of PrimitiveIterator.OfInt (apache#3388). japicmp was upgraded to 0.26.1 (apache#3592), which handles those methods correctly, so the workaround is no longer needed. Verified that japicmp:cmp (with breakBuildOnSourceIncompatibleModifications=true) passes with the exclude removed. Note: the Hadoop 3.3.0 -> 3.4.3 bump and the related vectored-I/O ByteBuffer leak fix that previously lived here have been split out; the Hadoop upgrade is tracked separately and will come via apache#3559.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps com.github.siom79.japicmp:japicmp-maven-plugin from 0.26.0 to 0.26.1.
Release notes
Sourced from com.github.siom79.japicmp:japicmp-maven-plugin's releases.
Commits
9303487[maven-release-plugin] prepare release japicmp-base-0.26.1a11fb26upgraded version in *.md files to 0.26.1831b0f1Add release notes for version 0.26.12d6b2c8Merge pull request #523 from siom79/claude/japicmp-issue-522-1DtKra476601Fix false positive METHOD_RETURN_TYPE_CHANGED for covariant return type overr...6b7dbb6Merge pull request #521 from siom79/mcp-serverd568218Update README.md3b6266bUpdate README.md with japicmp-mcp-server8becaf3Merge pull request #520 from siom79/release-v0.26.0ea582f8Merge pull request #519 from siom79/claude/increment-version-action-fail-qieCQDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)