Skip to content

Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.26.0 to 0.26.1#3592

Merged
wgtmac merged 1 commit into
masterfrom
dependabot/maven/com.github.siom79.japicmp-japicmp-maven-plugin-0.26.1
Jun 2, 2026
Merged

Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.26.0 to 0.26.1#3592
wgtmac merged 1 commit into
masterfrom
dependabot/maven/com.github.siom79.japicmp-japicmp-maven-plugin-0.26.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 31, 2026

Copy link
Copy Markdown
Contributor

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.

japicmp-base-0.26.1

  • New change METHOD_RETURN_TYPE_COVARIANT_CHANGED #522
Commits
  • 9303487 [maven-release-plugin] prepare release japicmp-base-0.26.1
  • a11fb26 upgraded version in *.md files to 0.26.1
  • 831b0f1 Add release notes for version 0.26.1
  • 2d6b2c8 Merge pull request #523 from siom79/claude/japicmp-issue-522-1DtKr
  • a476601 Fix false positive METHOD_RETURN_TYPE_CHANGED for covariant return type overr...
  • 6b7dbb6 Merge pull request #521 from siom79/mcp-server
  • d568218 Update README.md
  • 3b6266b Update README.md with japicmp-mcp-server
  • 8becaf3 Merge pull request #520 from siom79/release-v0.26.0
  • ea582f8 Merge pull request #519 from siom79/claude/increment-version-action-fail-qieCQ
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 31, 2026
@wgtmac
wgtmac merged commit d7acd21 into master Jun 2, 2026
10 checks passed
@dependabot
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants