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

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Dec 19 17:41:11 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  435ebf9   Upload to unstable
       new  16fb46f   Switch to debhelper level 10
       new  3f112c9   Merged the Build-Depends-Indep field into Build-Depends
      adds  329d9a5   New upstream version 2.8.5
       new  f496145   Merge tag 'upstream/2.8.5'
       new  582fc00   Refreshed the patches
       new  e986676   Depend on libjackson2-{core,annotations,databind}-java (>= 2.8.5)
       new  4bb795a   Inherit from the parent POM and simplified the packaging
       new  ca42857   Upload to unstable

The 7 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                                          |   4 +-
 debian/README.source                               |   2 +-
 debian/changelog                                   |  12 +
 debian/compat                                      |   2 +-
 debian/control                                     |  39 +-
 debian/copyright                                   |  15 -
 debian/libjackson2-dataformat-yaml.poms            |   2 +-
 debian/maven.cleanIgnoreRules                      |   1 -
 debian/maven.ignoreRules                           |   1 -
 debian/maven.rules                                 |   2 +-
 debian/patches/0001-Fix-bundle-build.patch         |  23 --
 debian/patches/0002-depend-on-junit.patch          |   2 +-
 debian/patches/0003-ignore-integration-tests.patch |   8 +-
 debian/patches/series                              |   1 -
 debian/replace-generate.sh                         |  34 --
 debian/rules                                       |  12 +-
 pom.xml                                            |  60 +--
 release-notes/CREDITS                              |  21 ++
 release-notes/VERSION                              |  51 +++
 .../dataformat/yaml/JacksonYAMLParseException.java |  16 +
 .../jackson/dataformat/yaml/UTF8Reader.java        |  28 +-
 .../jackson/dataformat/yaml/UTF8Writer.java        |  29 +-
 .../jackson/dataformat/yaml/YAMLFactory.java       |   2 +-
 .../jackson/dataformat/yaml/YAMLGenerator.java     | 115 +++---
 .../jackson/dataformat/yaml/YAMLParser.java        |  60 +--
 .../dataformat/yaml/snakeyaml/error/Mark.java      |  46 +++
 .../yaml/snakeyaml/error/MarkedYAMLException.java  |  45 +++
 .../yaml/snakeyaml/error/YAMLException.java        |  27 ++
 .../yaml/snakeyaml/error/package-info.java         |  11 +
 .../dataformat/yaml/ExceptionConversionTest.java   |   8 +-
 .../dataformat/yaml/SimpleGenerationTest.java      | 118 +++++-
 .../jackson/dataformat/yaml/SimpleParseTest.java   | 401 +++++++++++----------
 .../jackson/dataformat/yaml/TestVersions.java      |  20 +
 .../jackson/dataformat/yaml/UTF8ReaderTest.java    |  37 ++
 .../jackson/dataformat/yaml/failsafe/OSGiIT.java   |  10 +-
 36 files changed, 804 insertions(+), 464 deletions(-)
 create mode 100644 .gitattributes
 delete mode 100644 debian/maven.cleanIgnoreRules
 delete mode 100644 debian/patches/0001-Fix-bundle-build.patch
 delete mode 100755 debian/replace-generate.sh
 create mode 100644 src/main/java/com/fasterxml/jackson/dataformat/yaml/JacksonYAMLParseException.java
 create mode 100644 src/main/java/com/fasterxml/jackson/dataformat/yaml/snakeyaml/error/Mark.java
 create mode 100644 src/main/java/com/fasterxml/jackson/dataformat/yaml/snakeyaml/error/MarkedYAMLException.java
 create mode 100644 src/main/java/com/fasterxml/jackson/dataformat/yaml/snakeyaml/error/YAMLException.java
 create mode 100644 src/main/java/com/fasterxml/jackson/dataformat/yaml/snakeyaml/error/package-info.java
 create mode 100644 src/test/java/com/fasterxml/jackson/dataformat/yaml/UTF8ReaderTest.java

-- 
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