[jackson-dataformat-xml] branch master updated (c15cdcf -> a94ebde)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat May 7 21:41:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository jackson-dataformat-xml.
from c15cdcf Upload to unstable
adds 2a8e81d Imported Upstream version 2.7.4
new a341d16 Merge tag 'upstream/2.7.4'
new a94ebde Upload to unstable
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitattributes | 3 +
README.md | 2 +-
debian/changelog | 8 ++
pom.xml | 6 +-
release-notes/VERSION | 20 ++-
.../jackson/dataformat/xml/XmlFactory.java | 2 +
.../dataformat/xml/deser/FromXmlParser.java | 135 +++++++++++----------
.../dataformat/xml/deser/XmlTokenStream.java | 2 +-
.../xml/failing/PolymorphicList97Test.java | 64 ++++++++++
.../xml/failing/TestDeserialization.java | 2 +-
.../xml/failing/TestUntypedListSerialization.java | 2 +-
.../DeserializePolyList178Test.java | 10 +-
.../dataformat/xml/lists/ListDeser191Test.java | 40 ++++++
13 files changed, 219 insertions(+), 77 deletions(-)
create mode 100644 .gitattributes
create mode 100644 src/test/java/com/fasterxml/jackson/dataformat/xml/failing/PolymorphicList97Test.java
rename src/test/java/com/fasterxml/jackson/dataformat/xml/{failing => lists}/DeserializePolyList178Test.java (85%)
create mode 100644 src/test/java/com/fasterxml/jackson/dataformat/xml/lists/ListDeser191Test.java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-dataformat-xml.git
More information about the pkg-java-commits
mailing list