Skip to content

IGNITE-28207 IgniteClassPath creation#12892

Open
nizhikov wants to merge 48 commits into
apache:ignite-class-pathfrom
nizhikov:IGNITE-28207
Open

IGNITE-28207 IgniteClassPath creation#12892
nizhikov wants to merge 48 commits into
apache:ignite-class-pathfrom
nizhikov:IGNITE-28207

Conversation

@nizhikov

@nizhikov nizhikov commented Mar 14, 2026

Copy link
Copy Markdown
Contributor

This PR if a first in a series of PR's to implement IgniteClassPath feature.
ignite-class-path is a feature branch to keep progress.

Full scope tracked under - https://issues.apache.org/jira/browse/IGNITE-28206
Merge to master will be able after:

  • IGNITE-28206 fully implemented
  • DeploymentSPI either remove or we will decide how to mix all APIs: IgniteClassPath, P2P class loading, DeploymentSPI

Scope of the PR:

  • Basic IgniteClassPath code infrastructure implemented: processor, pojo, etc.
  • API to upload files by thin client implemented.
  • ClassPathCreateCommand implemented.
  • Download to local node when IgniteClassPath becomes READY implemented.
  • Handle of NODE_LEFT event implemented for IgniteClassPath.

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
8 New Code Smells (required ≤ 1)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@github-actions

Copy link
Copy Markdown

Possible compatibility issues. Please, check rolling upgrade cases

This PR modifies protected classes (with Order annotation).
Changes to these classes can break rolling upgrade compatibility.

Affected files:

  • modules/core/src/main/java/org/apache/ignite/internal/classpath/ClassPathDeployToAllRequest.java
  • modules/core/src/main/java/org/apache/ignite/internal/classpath/ClassPathDeployToAllResponse.java
  • modules/core/src/main/java/org/apache/ignite/internal/management/classpath/ClassPathCreateCommandArg.java
  • modules/codegen/src/main/java/org/apache/ignite/internal/MessageProcessor.java

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
14 New Code Smells (required ≤ 1)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@nizhikov nizhikov changed the base branch from master to ignite-class-path June 22, 2026 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant