-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fix #3973: removing the need for parameter processing in Serialization #4651
Conversation
…ialization The methods accepting parameters have been deprecated Support for Parameterizable has been removed - it should have been rarely used.
06bb51c
to
27342b9
Compare
also moving more of the openshift impl to be client based
@manusa @rohanKanojia sorry I expanded this pr. The changes are:
Should I continue with this pr with the serialization refinements, or just wait for #4574 and this are merged before picking that up again? |
SonarCloud Quality Gate failed. |
@manusa @metacosm After talking over the in the meeting, I'll close this pr and split the other as:
Once I have things in better shape, I'll also close the other draft pr until we're more ready for the actual changes. |
Description
Moves #3972 further along by deprecating Serialization methods accepting parameters. Also support for Parameterizable has been removed - it should have been rarely used. The code to handle template parameters in now localized to processLocally.
test, version modification, documentation, etc.)
Checklist