Skip to content

Update java-spiffe version to 0.8.13#612

Merged
Ruchir Jain (jainruchir) merged 2 commits intomasterfrom
DPA-1904/update-java-spiffe
Sep 10, 2025
Merged

Update java-spiffe version to 0.8.13#612
Ruchir Jain (jainruchir) merged 2 commits intomasterfrom
DPA-1904/update-java-spiffe

Conversation

@jainruchir
Copy link
Contributor

This is required as a part of a CVE fix. We need the exclusions in order to avoid the grpc-netty-macos-aarch64 dependency which doesn't work with linux based systems.

In case we were to use 0.8.11 for java-spiffe-provider, we would be able to do everything on linux. This is because 0.8.11 uses grpc-netty-linux as a runtime dependency.
However, if we are to use 0.8.13 (latest), it uses grpc-netty-macos-aarch64 as a runtime dependency, and hence we face the following error in linux:

IllegalStateException: Operating System is not supported.

Copilot AI review requested due to automatic review settings September 9, 2025 09:23
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Updates the java-spiffe version from 0.8.11 to 0.8.13 as part of a CVE fix. The change includes adding exclusions for the problematic macOS-specific dependency and explicitly including the Linux-compatible netty dependency.

  • Centralizes java-spiffe version management using a Maven property
  • Excludes the incompatible grpc-netty-macos-aarch64 dependency from java-spiffe-provider
  • Adds explicit dependency on grpc-netty-linux to ensure Linux compatibility

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pom.xml Defines the centralized javaSpiffe.version property set to 0.8.13
core/pom.xml Updates dependencies to use the new version property and adds platform-specific netty dependency management

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@jainruchir Ruchir Jain (jainruchir) merged commit 7ce91f0 into master Sep 10, 2025
3 of 5 checks passed
@jainruchir Ruchir Jain (jainruchir) deleted the DPA-1904/update-java-spiffe branch September 10, 2025 04:15
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.

3 participants