issues
search
FasterXML
/
jackson-dataformat-xml
Extension for Jackson JSON processor that adds support for serializing POJOs as XML (and deserializing from XML) as an alternative to JSON
Apache License 2.0
574
stars
222
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add test for #682 (passing with jackson-databind fix)
#685
cowtowncoder
closed
3 days ago
0
Bump codecov/codecov-action from 4 to 5
#684
dependabot[bot]
closed
1 week ago
0
`MismatchedInputException` encountered while deserializing XML to an Enum type using a factory method
#682
WannabeSoftwareEngineer
closed
3 days ago
6
Test Fix: Resolve unintended test failures caused by non-deterministic ordering of elements in the serialized XML output
#681
Jake-WangZhi
closed
2 weeks ago
1
Fix #678: allow configuring custom SerializerFactory via JacksonXmlModule
#680
cowtowncoder
closed
3 weeks ago
4
Support XML element name based on runtime type
#679
SimonCockx
opened
1 month ago
1
XML module not registered correctly when setting a custom `SerializerFactory`
#678
SimonCockx
closed
3 weeks ago
6
Update Woodstox dep to 7.1.0
#677
cowtowncoder
closed
1 month ago
0
@JsonUnwrapped does not work inside list
#676
SimonCockx
opened
1 month ago
3
Feature request: subclasses of ObjectMapper to override all methods that return "this" to allow fluent chaining
#675
djechelon
closed
1 month ago
2
Modify `surefire plugin` failing test scope
#674
JooHyukKim
closed
1 month ago
0
Add test to verify #517 still failing
#673
JooHyukKim
closed
1 month ago
1
Add JDK 17 test functionality
#672
JooHyukKim
closed
1 month ago
4
Add mechanism to run JDK 17 (Records) tests optionally, similar to `jackson-databind`
#671
cowtowncoder
closed
1 month ago
2
Write namespace declaration on root element only?
#670
carlanton
opened
2 months ago
4
Fix flaky
#669
Haoranli802
closed
2 months ago
0
Deserialization: empty String field to null value doesn't work
#668
danibs
opened
2 months ago
1
Allow custom prefix for attributes name
#667
yairlenga
opened
2 months ago
0
How to avoid wstxns1: prefix
#666
mailsanchu
opened
3 months ago
1
@JacksonXmlProperty appears to behave differently than @JsonProperty when used on java records
#665
alexkolson
opened
3 months ago
1
Class attribute annotation with "@" stopped working in 2.17.+, parsing says "name expected"
#664
ceggert87
closed
3 months ago
4
Fix databind#4625 failure #484
#663
JooHyukKim
closed
4 months ago
0
add token count test
#662
pjfanning
closed
5 months ago
1
use _updateTokenToNull()
#661
pjfanning
closed
5 months ago
0
use _updateToken
#660
pjfanning
closed
5 months ago
0
Regression test for databind#4595
#659
SimonCockx
closed
5 months ago
3
Fix #657: track nesting depth
#658
cowtowncoder
closed
5 months ago
0
Nesting depth in `XmlReadContext` is not incremented/decremented on JsonToken.START_OBJECT/JsonToken.END_OBJECT
#657
AlexUg
closed
5 months ago
5
Conflicting Getter Definitions for Different List Properties with Same Element as Content (dup of #27)
#656
evoelise
closed
5 months ago
4
Cannot construct instance of `PEPSchema.MEMBER` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('Yes1')
#655
mbradshawUtah
closed
5 months ago
8
Update current version in README.md
#654
Philzen
closed
6 months ago
3
Fix a typo and improve reading flow, adding articles
#653
Philzen
closed
6 months ago
0
Fix #509 (re-created #651 with changes)
#652
cowtowncoder
closed
6 months ago
1
Fix #509: Do not throw when parsing mixed content arrays
#651
wickstopher
closed
6 months ago
2
Auto-generated brief summary for the open-source code repository.
#650
GOptimistic
closed
7 months ago
2
Deserialization into collection does not respect namespaces
#649
GithubUser8080
closed
8 months ago
4
Added fix for iterable collection builder methods not treating iterable as a collection
#648
bpasson
closed
8 months ago
3
Added failing test for iterable collection builder methods
#647
bpasson
closed
8 months ago
1
Deserializing fails when using builder classes with `Iterable` Collection setters
#646
bpasson
closed
8 months ago
11
native compilation error with version 2.17.0 of com.fasterxml.jackson.dataformat:jackson-dataformat-xml
#645
c-schmitz-tsystems
opened
8 months ago
3
Fix #643: Add `ToXmlGenerator.Feature` or allowing XML Schema/JAXB compatible Infinity representation
#644
ahcodedthat
closed
8 months ago
4
XML serialization of floating-point infinity is incompatible with JAXB and XML Schema
#643
ahcodedthat
closed
8 months ago
2
Serialize empty tags to actual json array/object
#642
Croway
opened
9 months ago
1
xmlMapper.readValue( xmlString , Bean.class ) for Single Boolean Value does not get the value defaults with false
#641
sandeepGenz
closed
1 month ago
2
Make empty tags configurable during serialization
#640
Croway
opened
9 months ago
8
Bump codecov/codecov-action from 3 to 4
#639
dependabot[bot]
closed
9 months ago
0
Fix #637: merge namespace information properly
#638
cowtowncoder
closed
9 months ago
0
`JacksonXmlAnnotationIntrospector.findNamespace()` should properly merge namespace information
#637
cowtowncoder
closed
9 months ago
0
Support Encoding option when writing XML
#636
4n0nym1ty
closed
10 months ago
1
Fixes #634: add deserialization support for `xsi:type` auto-detection
#635
cowtowncoder
closed
10 months ago
0
Next