-
Notifications
You must be signed in to change notification settings - Fork 1
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
TH2-3857 #15
base: dev
Are you sure you want to change the base?
TH2-3857 #15
Conversation
* [TH2-3162] Xml headers (#8) Co-authored-by: Nikita Shaposhnikov <[email protected]> * [TS-934] (#12) * Reduced validation log level to debug * dirty validation log level switched to warn instead of error * declaration check option * removed json step for decode * readme update * [TH2-3162] Corrected handling of XML declaration in expectsDeclaration = false mode * encoding and standalone options ignore (#7) * Review refactoring: 1. Converter.kt - to proto 2. MessageUtils.kt - to map 3. XmlPipelineCodec.kt - switch debug to trace and little code cleaning 4. XmlPipelineCodecSettings.kt - code cleaning * [TH2-3162] Xml headers (#8) (#9) Xml declaration processing * Update core th2-codec version * TH2-3677 (#11) * [TH2-3162] Xml headers (#8) (#9) Xml declaration processing * self-closing tag inside of array hotfix * [TS-3677] Test array with self-closing tag * [TS-3677] Update th2-codec version to 4.7.1 Co-authored-by: Nikita Shaposhnikov <[email protected]> * [TS-3677] Update version in gradle.properties Co-authored-by: nikita.smirnov <[email protected]> Co-authored-by: Nikita Shaposhnikov <[email protected]> * Update README.md Co-authored-by: Nikita Smirnov <[email protected]> Co-authored-by: Nikita Shaposhnikov <[email protected]> Co-authored-by: nikita.smirnov <[email protected]>
* [TH2-3778] Set version of codec core to 4.7.2 * [TH2-3778] Version up
# Conflicts: # build.gradle
|
||
#### Feature: | ||
|
||
* Self-closing tags are ignored by the codec |
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.
Please write about used technology
src/main/kotlin/com/exactpro/th2/codec/xml/StreamReaderDelegateDecorator.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/exactpro/th2/codec/xml/StreamReaderDelegateDecorator.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/exactpro/th2/codec/xml/StreamReaderDelegateDecorator.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/exactpro/th2/codec/xml/StreamReaderDelegateDecorator.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/exactpro/th2/codec/xml/StreamReaderDelegateDecorator.kt
Outdated
Show resolved
Hide resolved
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.
We should complete encode part and restore validation
* Migrated from common:3.31.5 to common:3.40.0 * Migrated from bom:3.1.0 to common:3.2.0 * Removed sailfish from dependency
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.
Could you please update dependencies and github actions
No description provided.