Update to 0.3.17 - #52
Closed
gfukushima wants to merge 24 commits into
Closed
Conversation
…dk11 is deprecated
… still in maven reoi
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
All contributors have signed the CLA ✍️ ✅ |
Contributor
|
I have read the CLA Document and I hereby sign the CLA |
Contributor
Author
|
I have read the CLA Document and I hereby sign the CLA |
gfukushima
force-pushed
the
update-to-0.3.17
branch
from
July 29, 2026 00:25
ef245fd to
14f30fa
Compare
gfukushima
force-pushed
the
update-to-0.3.17
branch
from
July 29, 2026 00:39
43ecb8c to
29e5afd
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 6338b19. Configure here.
Contributor
Author
|
superseeded by #55 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

Note
Low Risk
CI-only dependency version bumps for Linux Swig builds; no application runtime or auth/data-path changes.
Overview
Updates the Linux CircleCI
install_linux_swig4step so native Java bindings build against a newer toolchain.SWIG is built from source 4.0.2 → 4.4.1 (download URL, tarball name, and build directory updated accordingly). APT dependencies switch from
libpcre3/libpcre3-devtolibpcre2-dev, matching SWIG 4.4.x’s PCRE2 requirement.Affects jobs that call
install_linux_swig4(x86-64-linux-build,arm64-linux-build); macOS/Windows Swig install paths are unchanged.Reviewed by Cursor Bugbot for commit eeb1c76. Bugbot is set up for automated code reviews on this repo. Configure here.