-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Change PrimitiveSerializer compatibility switch setting name from use-neutral-primitives
to use-legacy-behavior
for less ambiguity
#5290
Merged
Aaronontheweb
merged 5 commits into
akkadotnet:dev
from
Arkatufus:Change_PrimitiveSerializer_compaibility_setting_name
Sep 28, 2021
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e-neutral-primitives` to `use-legacy-behavior` for less ambiguity
Aaronontheweb
approved these changes
Sep 28, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -12,7 +12,7 @@ akka { | |||
actor { | |||
serialization-settings { | |||
primitive { | |||
use-neutral-primitives = off | |||
use-legacy-behavior = on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, good idea - need to have this set to on
by default so users don't hit the issue while upgrading.
Aaronontheweb
added a commit
to Aaronontheweb/akka.net
that referenced
this pull request
Sep 28, 2021
Arkatufus
pushed a commit
that referenced
this pull request
Sep 28, 2021
* added upgrade advisories section for Akka.NET website * cleaned up formatting and navigation * reconciled changes with #5290 * fixed `double` and `float` references since they're not handled by this serializer
Arkatufus
deleted the
Change_PrimitiveSerializer_compaibility_setting_name
branch
February 27, 2023 17:26
Arkatufus
added a commit
to Arkatufus/akka.net
that referenced
this pull request
May 2, 2024
…e-neutral-primitives` to `use-legacy-behavior` for less ambiguity (akkadotnet#5290) * Change PrimitiveSerializer compatibility switch setting name from `use-neutral-primitives` to `use-legacy-behavior` for less ambiguity * Fix unit test * Change default to full compatibility (on) * Fix unit test Co-authored-by: Aaron Stannard <[email protected]> (cherry picked from commit 302e3cb)
Aaronontheweb
pushed a commit
that referenced
this pull request
May 2, 2024
* Change the base class of PrimitiveSerializers to SerializerWithStringManifest (#4989) * Change the base class of PrimitiveSerializers to SerializerWithStringManifest * Add backward compatibility to the wire format * Update API Approver list (cherry picked from commit 25246ac) * cherry-picked from 6101fea Add backward compatibility to PrimitiveSerializers (#5280) * Add backward compatibility to PrimitiveSerializers * Update API Approver list * Change PrimitiveSerializer compatibility switch setting name from `use-neutral-primitives` to `use-legacy-behavior` for less ambiguity (#5290) * Change PrimitiveSerializer compatibility switch setting name from `use-neutral-primitives` to `use-legacy-behavior` for less ambiguity * Fix unit test * Change default to full compatibility (on) * Fix unit test Co-authored-by: Aaron Stannard <[email protected]> (cherry picked from commit 302e3cb) * Code cleanup * Fix FSharp.Core package problem * Fix CI/CD script - Change vmimage to windows-latest and ubuntu-latest * Fix CI/CD script - Install SDK * Bump net45 target to net452 * Fix CI/CD script * Bump Incrementalist.Cmd to 0.9.0 * Revert "Bump net45 target to net452" This reverts commit 2d0d76d. * Revert "Code cleanup" This reverts commit d72b753. * Code cleanup * Code cleanup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.