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

Replace Deprecated classes like Stack/Stream #1423

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

olabusayoT
Copy link
Contributor

  • remove TransientParam class, replace with just @transient
  • replace deprecated Stream with LazyList
  • rename iterator to eventIterator since Iterator trait now defines iterator field
  • .toIterator -> .iterator
  • update collection converters for 2.13, add compat class to enable for 2.12
  • remove additional implicitCoversions/reflectiveCalls imports since it causes an unused import error in 2.13
  • replace mutable.ArrayStack/Stack with custom StackLike that is backed by ListBuffer
  • replace deprecated Proxy class with overrides to toString, hashCode and equals
  • non-explicit implicit return types are deprecated in 2.13
  • parseString is required for 2.13 extenders of Numeric, set to None

DAFFODIL-2152

- remove TransientParam class, replace with just @transient
- replace deprecated Stream with LazyList
- rename iterator to eventIterator since Iterator trait now defines iterator field
- .toIterator -> .iterator
- update collection converters for 2.13, add compat class to enable for 2.12
- remove additional implicitCoversions/reflectiveCalls imports since it causes an unused import error in 2.13
- replace mutable.ArrayStack/Stack with custom StackLike that is backed by ListBuffer
- replace deprecated Proxy class with overrides to toString, hashCode and equals
- non-explicit implicit return types are deprecated in 2.13
- parseString is required for 2.13 extenders of Numeric, set to None

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

Successfully merging this pull request may close these issues.

1 participant