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

[TECH DEBT] Remove salt.payload.Serial #64459

Closed
Ch3LL opened this issue Jun 12, 2023 · 0 comments · Fixed by #64467
Closed

[TECH DEBT] Remove salt.payload.Serial #64459

Ch3LL opened this issue Jun 12, 2023 · 0 comments · Fixed by #64467

Comments

@Ch3LL
Copy link
Contributor

Ch3LL commented Jun 12, 2023

236 class Serial:                                                                                                                                    
237 +---  4 lines: """-------------------------------------------------------------------------------------------------------------------------------
241                                                                                                                                                  
242     def __init__(self, *args, **kwargs):                                                                                                         
243         salt.utils.versions.warn_until(                                                                                                          
244             "Chlorine",                                                                                                                          
245             "The `salt.payload.Serial` class has been deprecated, "                                                                              
246             "and is set to be removed in {version}. "                                                                                            
247             "Please use `salt.payload.loads` and `salt.payload.dumps`.",                                                                         
248         )                                                                                                                                        
249                              

salt.payload.Serial has previously been deprecated and needs to be removed in 3007.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants