[jackson-dataformat-yaml] branch master updated (ad3de86 -> 435ebf9)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Apr 11 11:13:06 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-yaml.

      from  ad3de86   2.4.3-2
       new  727f20d   Standards-Version updated to 3.9.8
       new  6bd3fbd   Use secure Vcs-* fields
      adds  c1d55fc   Imported Upstream version 2.7.3
       new  4f7f61c   Merge tag 'upstream/2.7.3'
       new  5bad2b8   Refreshed the patches
       new  707fe69   Depend on libyaml-snake-java (>= 1.15)
       new  0398772   Updated the Maven rules
       new  e744101   Ignore the integration tests
       new  435ebf9   Upload to unstable

The 8 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:
 .travis.yml                                        |   4 +
 README.md                                          |  19 +-
 contributor-agreement.pdf                          | Bin 45328 -> 0 bytes
 debian/changelog                                   |  13 +
 debian/control                                     |   8 +-
 debian/copyright                                   |   2 +-
 debian/maven.ignoreRules                           |   4 +
 debian/maven.rules                                 |  14 +-
 debian/patches/0001-Fix-bundle-build.patch         |   4 +-
 debian/patches/0002-depend-on-junit.patch          |   8 +-
 debian/patches/0003-ignore-integration-tests.patch |  21 ++
 debian/patches/series                              |   1 +
 debian/rules                                       |   2 -
 pom.xml                                            | 122 ++++++---
 release-notes/CREDITS                              |  29 ++-
 release-notes/VERSION                              |  63 ++++-
 .../jackson/dataformat/yaml/UTF8Reader.java        |  13 +-
 .../jackson/dataformat/yaml/YAMLFactory.java       |  98 ++++---
 .../jackson/dataformat/yaml/YAMLGenerator.java     | 285 +++++++++++++--------
 .../jackson/dataformat/yaml/YAMLMapper.java        |  86 +++++++
 .../jackson/dataformat/yaml/YAMLParser.java        | 168 +++++++-----
 .../dataformat/yaml/DatabindAdvancedTest.java      | 178 +++++++++++++
 .../dataformat/yaml/ExceptionConversionTest.java   |  28 ++
 .../jackson/dataformat/yaml/ModuleTestBase.java    |   6 +-
 .../jackson/dataformat/yaml/ObjectIdTest.java      | 140 ++++++++--
 .../jackson/dataformat/yaml/PolymorphicIdTest.java |   2 +-
 .../dataformat/yaml/SimpleGenerationTest.java      | 123 ++++++++-
 .../jackson/dataformat/yaml/SimpleParseTest.java   | 129 ++++++++--
 .../jackson/dataformat/yaml/TypeIdTest.java        |  19 +-
 .../yaml/failing/CollectionReadTest.java           |  29 +++
 .../dataformat/yaml/failing/ObjectIdTest.java      |   5 +-
 .../jackson/dataformat/yaml/failsafe/OSGiIT.java   |  57 +++++
 src/test/resources/log4j.properties                |   9 +
 33 files changed, 1338 insertions(+), 351 deletions(-)
 create mode 100644 .travis.yml
 delete mode 100644 contributor-agreement.pdf
 create mode 100644 debian/patches/0003-ignore-integration-tests.patch
 create mode 100644 src/main/java/com/fasterxml/jackson/dataformat/yaml/YAMLMapper.java
 create mode 100644 src/test/java/com/fasterxml/jackson/dataformat/yaml/DatabindAdvancedTest.java
 create mode 100644 src/test/java/com/fasterxml/jackson/dataformat/yaml/ExceptionConversionTest.java
 create mode 100644 src/test/java/com/fasterxml/jackson/dataformat/yaml/failing/CollectionReadTest.java
 create mode 100644 src/test/java/com/fasterxml/jackson/dataformat/yaml/failsafe/OSGiIT.java
 create mode 100644 src/test/resources/log4j.properties

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-dataformat-yaml.git



More information about the pkg-java-commits mailing list