Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added and managed ISerDesSelector<T> (breaking change) #466

Merged
merged 4 commits into from
May 25, 2024
Merged

Added and managed ISerDesSelector<T> (breaking change) #466

merged 4 commits into from
May 25, 2024

Conversation

masesdevelopers
Copy link
Contributor

Description

Added and managed ISerDesSelector<T> to retrieve serialization classes based on the JVM type, all serialization extension where updated to reports the classes extending ISerDesSelector<T> without any reference to the data transfer mechanism

Warning

This is a breaking change in many points

Related Issue

closed #465

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

…s based on the JVM type, all serialization extension where updated to reports the classes extending ISerDesSelector<T> without any reference to the data transfer mechanism
@masesdevelopers masesdevelopers added enhancement New feature or request KNet KNet related issue KNetSerDes KNetSerDes related issue labels May 24, 2024
@masesdevelopers masesdevelopers self-assigned this May 24, 2024
@masesdevelopers masesdevelopers changed the title Added and managed ISerDesSelector<T> Added and managed ISerDesSelector<T> (breaking change) May 25, 2024
@masesdevelopers masesdevelopers merged commit ad9cb07 into masesgroup:master May 25, 2024
6 checks passed
@masesdevelopers masesdevelopers deleted the 465-kefcore-limitations-shall-be-solved-in-knet branch May 25, 2024 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request KNet KNet related issue KNetSerDes KNetSerDes related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KEFCore limitations shall be solved in KNet
1 participant