Skip to content

Release 5.1.0#699

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

Release 5.1.0#699
horgh merged 4 commits into
mainfrom
greg/stf-411-release

Conversation

@oschwald
Copy link
Copy Markdown
Member

  • Update maxmind-db to 4.1.0
  • Update lock file
  • Set release date
  • Preparing for 5.1.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 5.1.0 and bumps the maxmind-db dependency to 4.1.0 to address memory growth and short-read issues. It also includes updates to the changelog, documentation, and lock files. A review comment correctly identifies that updating the japicmp.baselineVersion to 5.1.0 is premature and will cause build failures during API compatibility checks, as this version is not yet available on Maven Central.

Comment thread pom.xml
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Baseline version for API compatibility checking. Update after each release. -->
<japicmp.baselineVersion>5.0.2</japicmp.baselineVersion>
<japicmp.baselineVersion>5.1.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.

high

Updating japicmp.baselineVersion to 5.1.0 is premature. This property is used by the maven-antrun-plugin (line 320) to download the baseline JAR from Maven Central for API compatibility checks. Since version 5.1.0 is the version currently being released and is not yet available in Maven Central, the build will fail with a 404 error when the api-compat profile is active. As noted in the comment on line 105, this should be updated after the release is published. For now, it should continue to point to the previous release (5.0.2).

Suggested change
<japicmp.baselineVersion>5.1.0</japicmp.baselineVersion>
<japicmp.baselineVersion>5.0.2</japicmp.baselineVersion>

@horgh horgh merged commit 952c219 into main May 12, 2026
37 of 38 checks passed
@horgh horgh deleted the greg/stf-411-release branch May 12, 2026 21:49
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