-
Couldn't load subscription status.
- Fork 89
Remove deprecations for 0.19 #1781
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
base: series/0.19
Are you sure you want to change the base?
Remove deprecations for 0.19 #1781
Conversation
| ) extends CachedSchemaCompiler.DerivingImpl[Encoder] | ||
| with EncoderCompiler { | ||
|
|
||
| @deprecated |
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.
Just noting this didn't have a message or version in case that warrants scrutiny.
| def this(cache: CompilationCache[DocumentEncoder]) = | ||
| this(cache, explicitDefaultsEncoding = false) | ||
|
|
||
| @deprecated |
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.
Just noting this didn't have a message or version in case that warrants scrutiny.
b8e03cc to
a08ca1d
Compare
| test("Document encoder - timestamp defaults") { | ||
| val result = Document.Encoder | ||
| .withExplicitDefaultsEncoding(false) | ||
| .withFieldFilter(FieldFilter.Default) |
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.
nitpick: since it's the default, we can just skip this line. Applies to both cases
|
Normally I'd only get to such tasks once we're relatively close to that 0.19 release, but it doesn't hurt so let's go with it :) |
a08ca1d to
6854aee
Compare
Resolves #1330
PR Checklist (not all items are relevant to all PRs)
Added unit-tests (for runtime code)Added bootstrapped code + smoke tests (when the rendering logic is modified)Added build-plugins integration tests (when reflection loading is required at codegen-time)Added alloy compliance tests (when simpleRestJson protocol behaviour is expanded/updated)Updated dynamic module to match generated-code behaviourAdded documentationI imagine updating the changelog is unnecessary if the deprecations were previously mentioned.