Skip to content

PHOENIX-7929: java.util.ServiceConfigurationError in queryserver star… - #2535

Open
richardantal wants to merge 1 commit into
apache:masterfrom
richardantal:PHOENIX-7929
Open

PHOENIX-7929: java.util.ServiceConfigurationError in queryserver star…#2535
richardantal wants to merge 1 commit into
apache:masterfrom
richardantal:PHOENIX-7929

Conversation

@richardantal

@richardantal richardantal commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

…tup with jdk21 runtime

What changes were proposed in this pull request?

exclude dnsjava InetAddressResolverProvider

Why are the changes needed?

Phoenix queryserver fails to start with jdk21

Does this PR introduce any user-facing change?

no

How was this patch tested?

Manually

Was this patch authored or co-authored using generative AI tooling?

No

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates shaded Phoenix client artifacts to avoid dnsjava startup failures on JDK 21.

Changes:

  • Excludes the InetAddressResolverProvider service descriptor during shading.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

<exclude>META-INF/*.RSA</exclude>
<exclude>META-INF/license/*</exclude>
<exclude>META-INF/NOTICE</exclude>
<exclude>META-INF/services/java.net.spi.InetAddressResolverProvider</exclude>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants