You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fix test to make prefix agnostic
- fix test that was failing because a scala Buffer doesn't automatically convert to a Seq anymore
- update nullary method with no side effects to remove paren
- fix hard coded scala version in integration tests
Deprecation/Compatibility:
Note that some changes in 2.13 may affect the order of prefixes with the same namespace and may also cause them to appear uniformly but interchangeably. Ex: `xmlns="urn:bin" xmlns:b="urn:bin" <element/>` may become `xmlns:b="urn:bin" xmlns="urn:bin" <b:element/>` and vice versa.
DAFFODIL-2152
0 commit comments