release: Package IOMETE fork as 19.0.0-iomete.1#1080
Closed
mateusaubin wants to merge 3 commits intoapache:mainfrom
Closed
release: Package IOMETE fork as 19.0.0-iomete.1#1080mateusaubin wants to merge 3 commits intoapache:mainfrom
mateusaubin wants to merge 3 commits intoapache:mainfrom
Conversation
…#1) - Introduces ArrowFlightProxyDetector: implements gRPC ProxyDetector with multi-level resolution priority * proxyDisable=force override * proxyBypassPattern matching (glob format, case-insensitive) * Explicit proxyHost+proxyPort configuration * ProxySelector.getDefault() fallback - Updates NettyClientBuilder to install proxy detector during channel creation - Extends ArrowFlightConnection/ArrowFlightSqlClientHandler to pass proxy config - Adds comprehensive unit tests for bypass pattern matching and proxy resolution issue: https://linear.app/iomete/issue/CE-208/
- Set all module versions from 19.0.0-SNAPSHOT to 19.0.0-iomete.1 - Add ManifestResourceTransformer to flight-sql-jdbc-driver shade plugin with Built-By, Implementation-Vendor, Implementation-Version, and X-Fork-Source entries identifying this as an IOMETE fork of Arrow 19.0.0
- mise.toml: configure Temurin JDK 17 for consistent builds - plan.md: document IOMETE fork release plan and verification steps
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.
What's Changed
Packages the IOMETE fork of Apache Arrow Flight JDBC Driver with HTTP CONNECT proxy tunneling support. Updates version to
19.0.0-iomete.1across all modules and adds manifest entries for traceability.Changes:
The fat JAR (
flight-sql-jdbc-driver-19.0.0-iomete.1.jar) includes theArrowFlightProxyDetectorclass for gRPC HTTP CONNECT tunneling and is ready for distribution.