This is an automated email from the git hooks/post-receive script.
bengen pushed a change to branch master
in repository jackson-dataformat-yaml.
from 5a4e3da Release debian/2.2.3-1
adds e1e616a Imported Upstream version 2.4.3
new 2430ccf Merge tag 'upstream/2.4.3'
new 6851e1a Updated patches: Removed SnakeYAML patch, added
dependencies, plugins
new d613896 Updated maven.rules
new 30568cc 2.4.3-1
The 4 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:
.gitignore | 1 +
README.md | 4 +-
debian/changelog | 8 +
debian/control | 1 +
debian/maven.rules | 3 +
debian/patches/0001-Fix-bundle-build.patch | 25 ++
.../0001-SnakeYAML-1.11-compatibility.patch | 104 --------
debian/patches/0002-depend-on-junit.patch | 25 ++
debian/patches/series | 3 +-
pom.xml | 55 ++--
release-notes/VERSION | 28 +-
.../jackson/dataformat/yaml/UTF8Reader.java | 2 +
.../jackson/dataformat/yaml/YAMLFactory.java | 281 ++++-----------------
.../jackson/dataformat/yaml/YAMLGenerator.java | 171 ++++++++++---
.../jackson/dataformat/yaml/YAMLParser.java | 74 +++++-
.../jackson/dataformat/yaml/EventsTest.java | 2 +-
.../jackson/dataformat/yaml/ModuleTestBase.java | 18 ++
.../jackson/dataformat/yaml/ObjectIdTest.java | 80 ++++++
.../jackson/dataformat/yaml/PolymorphicIdTest.java | 76 ++++++
.../dataformat/yaml/SimpleDatabindTest.java | 64 +++++
.../dataformat/yaml/SimpleGenerationTest.java | 91 +++++--
.../jackson/dataformat/yaml/SimpleParseTest.java | 34 +--
.../jackson/dataformat/yaml/TestVersions.java | 6 +-
.../jackson/dataformat/yaml/TypeIdTest.java | 86 +++++++
.../dataformat/yaml/failing/ObjectIdTest.java | 67 +++++
25 files changed, 871 insertions(+), 438 deletions(-)
create mode 100644 debian/patches/0001-Fix-bundle-build.patch
delete mode 100644 debian/patches/0001-SnakeYAML-1.11-compatibility.patch
create mode 100644 debian/patches/0002-depend-on-junit.patch
create mode 100644
src/test/java/com/fasterxml/jackson/dataformat/yaml/ObjectIdTest.java
create mode 100644
src/test/java/com/fasterxml/jackson/dataformat/yaml/PolymorphicIdTest.java
create mode 100644
src/test/java/com/fasterxml/jackson/dataformat/yaml/TypeIdTest.java
create mode 100644
src/test/java/com/fasterxml/jackson/dataformat/yaml/failing/ObjectIdTest.java
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-java/jackson-dataformat-yaml.git
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits