abashev opened a new pull request, #12811:
URL: https://github.com/apache/ignite/pull/12811

   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
   - [x] There is a single JIRA ticket related to the pull request.
   - [x] The web-link to the pull request is attached to the JIRA ticket.
   - [x] The JIRA ticket has the _Patch Available_ state.
   - [x] The pull request body describes changes that have been made.
   The description explains _WHAT_ and _WHY_ was made instead of _HOW_.
   - [x] 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.
   - [x] A reviewer has been mentioned through the JIRA comments
   (see [the Maintainers 
list](https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute#HowtoContribute-ReviewProcess))
   
   ### What was done
   Migrate `MappingAcceptedMessage` (a `DiscoveryCustomMessage`) to the 
annotation-driven generated serializer approach. The `MarshallerMappingItem` 
composite field is inlined into three `@Order`-annotated primitive/String 
fields (`platformId`, `typeId`, `clsName`), consistent with the existing 
`MissingMappingResponseMessage` pattern. The message is registered in 
`DiscoveryMessageFactory` with `DIRECT_TYPE = 515`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to