Skip to content

Release 4.3.0#625

Merged
horgh merged 4 commits into
mainfrom
greg/stf-411-release
May 12, 2026
Merged

Release 4.3.0#625
horgh merged 4 commits into
mainfrom
greg/stf-411-release

Conversation

@oschwald
Copy link
Copy Markdown
Member

  • Update lock file
  • Update geoip2 to 5.1.0
  • Set release date
  • Preparing for 4.3.0

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the project version to 4.3.0 across the CHANGELOG, README, and pom.xml, while also upgrading the geoip2 dependency and the Java tool version in mise.lock. A review comment suggests reverting the change to japicmp.baselineVersion, as updating it to the current release version would bypass binary compatibility checks and could lead to build issues.

Comment thread pom.xml
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Baseline version for API compatibility checking. Update after each release. -->
<japicmp.baselineVersion>4.2.0</japicmp.baselineVersion>
<japicmp.baselineVersion>4.3.0</japicmp.baselineVersion>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The japicmp.baselineVersion should remain at 4.2.0 for this release. This property defines the baseline version used to check for binary compatibility; setting it to the version currently being released (4.3.0) will compare the build against itself, effectively bypassing the check. Additionally, as noted in the comment on line 265, this should be updated after the release. Updating it now may also cause build failures if the CI environment cannot resolve the yet-to-be-released version 4.3.0 from the repositories.

Suggested change
<japicmp.baselineVersion>4.3.0</japicmp.baselineVersion>
<japicmp.baselineVersion>4.2.0</japicmp.baselineVersion>

@horgh horgh merged commit d5b8f11 into main May 12, 2026
29 of 58 checks passed
@horgh horgh deleted the greg/stf-411-release branch May 12, 2026 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants