Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / FasterXML/jackson-dataformat-xml issues and pull requests
#622 - Upgrade to 2.16.0 failing with `NoSuchMethodError` for `JavaType.isIterationType()`
Issue -
State: closed - Opened by AnakinPt about 1 year ago
- 4 comments
#621 - Refactor Woodstox-specific tests into their own Java package
Pull Request -
State: closed - Opened by cowtowncoder about 1 year ago
#620 - Bump actions/setup-java from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies
#619 - Fix possible IndexOutOfBoundsException for issue #618
Pull Request -
State: closed - Opened by arthurscchan about 1 year ago
- 12 comments
#618 - `ArrayIndexOutOfBoundsException` thrown for invalid ending XML string when using JDK default Stax XML parser
Issue -
State: closed - Opened by arthurscchan about 1 year ago
- 2 comments
Labels: 2.17
#617 - List tags not changing properly
Issue -
State: closed - Opened by ThomHehl about 1 year ago
- 13 comments
Labels: test-needed
#616 - Fix mismatch in `setNextIsUnwrapped(boolean)` in `XmlBeanSerializerBase#serializeFieldsFiltered()`
Pull Request -
State: closed - Opened by vmi about 1 year ago
- 7 comments
#615 - Deserialization of Xml with `@JacksonXmlText`, `java.util.Map` fails
Issue -
State: open - Opened by kistlers over 1 year ago
- 14 comments
Labels: test-needed, pr-needed
#614 - Support retaining of XML attribute-ness with `JsonNode`
Issue -
State: open - Opened by DenisDolgalev over 1 year ago
- 2 comments
#613 - XML attributes are not correctly populated when converting from XML (ObjectNode) to String using writeValueAsString (XML structure)
Issue -
State: open - Opened by forceporquillo over 1 year ago
- 3 comments
#612 - Note integration sections in Gradle
Pull Request -
State: closed - Opened by Goooler over 1 year ago
- 1 comment
#611 - XmlMapper cannot correctly map Map
Issue -
State: closed - Opened by HenryYihengXu over 1 year ago
- 4 comments
#610 - Simillar elements inside are skipped
Issue -
State: open - Opened by aivanovski over 1 year ago
- 5 comments
Labels: test-needed
#609 - support for StreamReadConstraints
Issue -
State: open - Opened by pjfanning over 1 year ago
Labels: 2.18
#608 - Jackson fails to instantiate class when only text node is present
Issue -
State: open - Opened by codemonstur over 1 year ago
- 12 comments
Labels: has-failing-test, 2.16
#607 - XmlMapper instantiation fails on branch 2.16 due to databind #4101
Issue -
State: closed - Opened by k163377 over 1 year ago
- 4 comments
#606 - Bump actions/checkout from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#605 - close IOContext
Pull Request -
State: closed - Opened by pjfanning over 1 year ago
#604 - Create reproducer test case for #509
Pull Request -
State: closed - Opened by ptziegler over 1 year ago
- 7 comments
#603 - Seems inconsistent in semantics when serializing java values as Strings of xml and json
Issue -
State: closed - Opened by ifindya over 1 year ago
- 3 comments
#602 - Support `StreamWriteConstraints` limits
Pull Request -
State: closed - Opened by pjfanning over 1 year ago
#601 - Can we serialize elements with pair? like elements of key-value pair.
Issue -
State: closed - Opened by RahulKwani over 1 year ago
- 4 comments
Labels: to-evaluate
#600 - Apply JsonTypeInfo.Value usages from Jackson 3.0 #3953
Pull Request -
State: closed - Opened by JooHyukKim over 1 year ago
#599 - Use `IterationType` in `TypeUtil`
Pull Request -
State: closed - Opened by JooHyukKim over 1 year ago
- 7 comments
#598 - Ensure deserialization of `IterationType` works #597 (if and when `jackson-databind` supports it)
Issue -
State: open - Opened by JooHyukKim almost 2 years ago
- 3 comments
#597 - Support serialization of `Iterator` and `Stream`
Pull Request -
State: closed - Opened by JooHyukKim almost 2 years ago
- 8 comments
#596 - remove javadocs
Pull Request -
State: closed - Opened by pjfanning almost 2 years ago
#595 - Unexpected curly braces when calling writeStartObject()
Issue -
State: closed - Opened by ian1dunn almost 2 years ago
- 3 comments
#594 - fix broken test
Pull Request -
State: closed - Opened by pjfanning almost 2 years ago
- 1 comment
#593 - [DRAFT] Support Encoding option when writing XML
Pull Request -
State: open - Opened by pjfanning almost 2 years ago
- 8 comments
#592 - `@JsonDeserialize` prioritized over `addDeserializer`
Issue -
State: closed - Opened by JanStureNielsen almost 2 years ago
- 1 comment
#591 - E Notation Number tests
Pull Request -
State: closed - Opened by pjfanning almost 2 years ago
#590 - Fix #578 (@JsonAppend properties serialized twice)
Pull Request -
State: closed - Opened by cowtowncoder almost 2 years ago
Labels: 2.15
#589 - List serialization without @XmlElementWrapper not working correctly (need to enable `XmlMapper.defaultUseWrapper(false)`)
Issue -
State: closed - Opened by toellrich almost 2 years ago
- 3 comments
#588 - JAXB @XmlJavaTypeAdapter not working in conjunction with Optional
Issue -
State: open - Opened by toellrich almost 2 years ago
#587 - 2.14 breaking change: parsing xml string as JsonNode/Object used to return just a String, now returns an Object/Map
Issue -
State: closed - Opened by jeronimonunes almost 2 years ago
- 9 comments
Labels: has-failing-test
#586 - Additional tests for string arrays and collections
Pull Request -
State: closed - Opened by mbladel almost 2 years ago
- 1 comment
#585 - Fix handling of null values in string Arrays and Collections
Pull Request -
State: closed - Opened by mbladel almost 2 years ago
- 1 comment
#584 - Deserialization of `null` String values in Arrays / `Collection`s not working as expected
Issue -
State: closed - Opened by mbladel almost 2 years ago
- 3 comments
Labels: 2.15
#583 - fail over to factory newInstance for Android support
Pull Request -
State: closed - Opened by pjfanning almost 2 years ago
- 1 comment
Labels: 2.15
#582 - unexpected escaping when serializing objects with dom nodes
Issue -
State: closed - Opened by potoo0 almost 2 years ago
- 8 comments
#581 - Kotlin: XmlMapper is not calling custom LocalDateTime serializer for JavaTimeModule
Issue -
State: open - Opened by martbab almost 2 years ago
- 3 comments
#580 - document use of woodstox ReaderConfig
Pull Request -
State: closed - Opened by pjfanning almost 2 years ago
#579 - Behavior of when `FromXmlParser.Feature.EMPTY_ELEMENT_AS_NULL` enabled different after 2.12.0
Issue -
State: closed - Opened by lazyr1ch almost 2 years ago
- 17 comments
Labels: will-not-fix
#578 - `XmlMapper` serializes `@JsonAppend` property twice
Issue -
State: closed - Opened by cowtowncoder almost 2 years ago
- 10 comments
Labels: has-failing-test, 2.15
#577 - Create DeepNestingParserTest.java
Pull Request -
State: closed - Opened by pjfanning almost 2 years ago
#576 - [DRAFT] deep nesting check
Pull Request -
State: closed - Opened by pjfanning almost 2 years ago
- 4 comments
#575 - Serializing list of objects with custom serializer throws "Current context not Array but Object"
Issue -
State: closed - Opened by dewarim almost 2 years ago
- 3 comments
Labels: has-failing-test
#574 - @JacksonXmlText cannot retrieve a wrapped text from a valid XML
Issue -
State: closed - Opened by forceporquillo almost 2 years ago
- 3 comments
#573 - Add support for @ prefixed attrib. in paths
Issue -
State: open - Opened by JorgeCepeda almost 2 years ago
#572 - Test : Remove hardcoded new line "\n" from tests
Pull Request -
State: closed - Opened by JooHyukKim about 2 years ago
- 2 comments
#571 - support StreamReadContraints maxStringSize
Issue -
State: closed - Opened by pjfanning about 2 years ago
- 1 comment
#570 - Jackson 2.14 change in XML mixed content behaviour
Issue -
State: closed - Opened by dan2097 about 2 years ago
- 8 comments
#569 - fix typo in license
Pull Request -
State: closed - Opened by pjfanning about 2 years ago
#568 - Feature : Allow setting custom linefeed on DefaultXmlPrettyPrinter
Pull Request -
State: closed - Opened by JooHyukKim about 2 years ago
- 5 comments
#567 - First element in unwrapped XML array is ignored during deserialization to base class
Issue -
State: open - Opened by tetradon about 2 years ago
- 6 comments
Labels: has-failing-test
#566 - try to make code more robust to having stax2 classes not appear on classpath
Pull Request -
State: closed - Opened by pjfanning about 2 years ago
- 2 comments
#565 - Empty text is ignored in @JacksonXmlText
Issue -
State: open - Opened by aarcangeli about 2 years ago
#563 - extra place where the BigInteger parsing optimisations can be used
Pull Request -
State: closed - Opened by pjfanning about 2 years ago
#562 - Add NumberDeserWithXMLTests to show num len check works
Pull Request -
State: closed - Opened by pjfanning about 2 years ago
- 3 comments
#561 - Deserialization empty timestamps fields to null value doesn't work
Issue -
State: open - Opened by silvestr85 about 2 years ago
- 4 comments
#560 - Add `DefaultXmlPrettyPrinter.withCustomNewLine()` to configure linefeed for XML pretty-printing
Issue -
State: closed - Opened by koalalam about 2 years ago
- 1 comment
Labels: 2.15
#559 - JAXB @XmlValue deserializing not working with records
Issue -
State: open - Opened by micopiira about 2 years ago
- 6 comments
Labels: has-failing-test, 2.15
#558 - Type-safe record wrappers
Issue -
State: open - Opened by io7m over 3 years ago
- 2 comments
Labels: to-evaluate
#557 - @JacksonXmlCData breaks for strings containing "]]>"
Issue -
State: closed - Opened by anguptaqualys about 2 years ago
- 2 comments
Labels: test-needed
#556 - `XmlMapper` does not support multi-dimensional arrays
Issue -
State: open - Opened by schwarfl over 2 years ago
- 1 comment
#555 - Support case where element and attribute have same name
Issue -
State: open - Opened by kalyansagi over 2 years ago
- 4 comments
Labels: name-collision, most-wanted
#554 - Removed prolog line feed in XMLPrettyPrinter as the current version m…
Pull Request -
State: closed - Opened by Roomka over 2 years ago
- 2 comments
#553 - how to keep attribute order?
Issue -
State: closed - Opened by yidou120 over 2 years ago
- 7 comments
#552 - update 2.13.x release with com.fasterxml.woodstox:woodstox-core:6.4.0
Issue -
State: closed - Opened by rlsf over 2 years ago
- 3 comments
#551 - update 2.13 release branch with com.fasterxml.woodstox:woodstox-core
Issue -
State: closed - Opened by rlsf over 2 years ago
- 1 comment
#550 - Use of `ClassLoader`-taking `newFactory()` variant breaks applications using default JDK XML implementation
Issue -
State: closed - Opened by dfelliott over 2 years ago
- 4 comments
#549 - Could XML Input Factory leak file handles ultimately giving OutOfFileHandles
Issue -
State: open - Opened by sjeevan09 over 2 years ago
- 2 comments
Labels: test-needed
#548 - New Vulnerabilities found at https://nvd.nist.gov for woodstox-core-6.2.7.jar
Issue -
State: closed - Opened by IlanaVek over 2 years ago
#547 - Parsing empty tags without default no-arguments constructor fails in 2.14
Issue -
State: closed - Opened by henrik242 over 2 years ago
- 14 comments
Labels: 2.15
#546 - XmlMapper is adding a new empty line at the end of file
Issue -
State: closed - Opened by M4NN3 over 2 years ago
- 6 comments
#545 - `@JacksonXmlText` does not work when paired with `@JsonRawValue`
Issue -
State: closed - Opened by dudleycodes over 2 years ago
- 2 comments
Labels: 2.14
#544 - Support unwrapping in `@JsonRawValue` serialization
Pull Request -
State: closed - Opened by yawkat over 2 years ago
- 1 comment
#543 - QName Deserializer
Pull Request -
State: open - Opened by vitorpamplona over 2 years ago
- 1 comment
#542 - `XmlMapper` does not find no-argument record constructor for deserialization of empty XML
Issue -
State: closed - Opened by MichalStehlikCz over 2 years ago
- 3 comments
#541 - Allow specifying URI of the default namespace for root element
Issue -
State: open - Opened by cowtowncoder over 2 years ago
- 2 comments
Labels: most-wanted, adding-declarations
#540 - Rename "com.fasterxml.jackson" -> "tools.jackson"
Pull Request -
State: closed - Opened by cowtowncoder over 2 years ago
#539 - Rename "com.fasterxml.jackson" -> "tools.jackson"
Issue -
State: closed - Opened by cowtowncoder over 2 years ago
Labels: 3.x
#538 - Required attribute of `@JsonProperty` is ignored when deserializing from XML
Issue -
State: open - Opened by johandeschutterGET over 2 years ago
- 7 comments
Labels: has-failing-test
#537 - Polymorphic deserialization based on root tag
Issue -
State: open - Opened by Quinteger over 2 years ago
- 1 comment
#536 - Upgrade Woodstox to 6.3.0 to get OSGi metadata
Issue -
State: closed - Opened by cowtowncoder over 2 years ago
Labels: 2.13
#535 - XmlMapper does not gather list elements separated with other elements.
Issue -
State: open - Opened by Fuud over 2 years ago
- 9 comments
#534 - add tests for doubles/floats
Pull Request -
State: closed - Opened by pjfanning over 2 years ago
- 1 comment
#533 - (Android) java.lang.NoClassDefFoundError: Failed resolution of: Ljavax/xml/stream/XMLInputFactory
Issue -
State: closed - Opened by clashcaddie over 2 years ago
- 9 comments
#532 - Deserialization requires knowledge of fixed namespace; prevents robust/future-proofing coding
Issue -
State: closed - Opened by transentia over 2 years ago
- 6 comments
Labels: will-not-fix
#531 - Add mechanism for processing invalid XML names (transforming to valid ones)
Pull Request -
State: closed - Opened by mensinda over 2 years ago
- 24 comments
#530 - jackson-dataformat-xml changed the default response content type from 'application/json' to 'application/xml'
Issue -
State: closed - Opened by VampireDaniel over 2 years ago
- 2 comments
Labels: documentation
#529 - Spring 5 -jackson-dataformat-xml forces @ResponseBody with XML
Issue -
State: closed - Opened by ztcarrot over 2 years ago
- 1 comment
#528 - Bump codecov/codecov-action from 1 to 3
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#527 - chore: Included githubactions in the dependabot config
Pull Request -
State: closed - Opened by naveensrinivasan over 2 years ago
- 3 comments
#526 - chore: Set permissions for GitHub actions
Pull Request -
State: closed - Opened by neilnaveen over 2 years ago
- 1 comment
#525 - Order of XML Properties trigger different behaviors with polymorphic nested objects
Issue -
State: open - Opened by vitorpamplona almost 3 years ago
- 12 comments
Labels: has-failing-test
#524 - Dollars in POJO property names are not escaped on serialization
Issue -
State: closed - Opened by mensinda almost 3 years ago
- 2 comments
Labels: 2.14
#523 - Bad map keys can not be unmarshaled
Issue -
State: closed - Opened by mensinda almost 3 years ago
- 6 comments
#521 - Provider for javax.xml.stream.XMLOutputFactory cannot be found
Issue -
State: closed - Opened by javadevtush almost 3 years ago
- 5 comments