Skip to content

IGNITE-28721 Remove writeTo/readFrom methods from Message#13177

Merged
anton-vinogradov merged 3 commits into
apache:masterfrom
wernerdv:IGNITE-28721
May 26, 2026
Merged

IGNITE-28721 Remove writeTo/readFrom methods from Message#13177
anton-vinogradov merged 3 commits into
apache:masterfrom
wernerdv:IGNITE-28721

Conversation

@wernerdv
Copy link
Copy Markdown
Contributor

Thank you for submitting the pull request to the Apache Ignite.

In order to streamline the review of the contribution
we ask you to ensure the following steps have been taken:

The Contribution Checklist

  • There is a single JIRA ticket related to the pull request.
  • The web-link to the pull request is attached to the JIRA ticket.
  • The JIRA ticket has the Patch Available state.
  • The pull request body describes changes that have been made.
    The description explains WHAT and WHY was made instead of HOW.
  • The pull request title is treated as the final commit message.
    The following pattern must be used: IGNITE-XXXX Change summary where XXXX - number of JIRA issue.
  • A reviewer has been mentioned through the JIRA comments
    (see the Maintainers list)
  • The pull request has been checked by the Teamcity Bot and
    the green visa attached to the JIRA ticket (see tab PR Check at TC.Bot - Instance 1 or TC.Bot - Instance 2)

Notes

If you need any help, please email dev@ignite.apache.org or ask anу advice on http://asf.slack.com #ignite channel.

@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/test/java/org/apache/ignite/internal/managers/communication/DuplicateDirectTypeIdMessage.java
  • modules/core/src/test/java/org/apache/ignite/internal/managers/communication/TestMessage1.java
  • modules/core/src/test/java/org/apache/ignite/internal/managers/communication/TestMessage2.java
  • modules/core/src/test/java/org/apache/ignite/internal/managers/communication/TestMessage42.java
  • modules/core/src/test/java/org/apache/ignite/internal/managers/communication/TestOverByteIdMessage.java
  • modules/core/src/test/java/org/apache/ignite/internal/managers/communication/TestValidByteIdMessage.java
  • modules/core/src/test/java/org/apache/ignite/spi/communication/tcp/TestDelayMessage.java
  • modules/codegen/src/main/java/org/apache/ignite/internal/MessageProcessor.java

@ignitetcbot
Copy link
Copy Markdown
Contributor

TCBot Test Analysis

Possible Blockers (0)

No blockers found.

New Tests (1)

  • Cache 13: 1 tests
    • IgniteCacheTestSuite13: SystemViewCacheExpiryPolicyTest.testCacheViewExpiryPolicy[factory=javax.cache.configuration.FactoryBuilder$SingletonFactory@79ecc507, actual=SingletonFactory [expiryPlc=EternalExpiryPolicy [create=ETERNAL]]] - PASSED

@anton-vinogradov anton-vinogradov merged commit a54b9f4 into apache:master May 26, 2026
6 of 7 checks passed
@wernerdv wernerdv deleted the IGNITE-28721 branch May 26, 2026 16:27
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
9 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

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.

3 participants