This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch master
in repository jackson-core.

      from  4401295   Fix the artifactid for replacer plugin.
       new  0212548   Use compat level 11.
       new  b6c158e   Declare compliance with Debian Policy 4.1.3.
       new  b9cb162   Update jackson-bom pom.
       new  a11aff2   Install jackson-base-2.9.4.pom which is required by other 
jackson projects.
      adds  2cda257   New upstream version 2.9.4
       new  729b687   Update upstream source from tag 'upstream/2.9.4'
       new  bf7168d   Update changelog
       new  6a3b996   Drop fix-using-bundle.patch
       new  3d6add0   Add no-bundle.patch
       new  e3ba632   Add junit.patch
       new  6b358f9   Update patch header
       new  13ff1c5   Update junit.patch
       new  5df9602   Update changelog
       new  10e38a9   Remove maven-enforcer-plugin from Ignore
       new  c022e67   Build-Depend on libmaven-enforcer-plugin-java.
       new  79f99d1   Add maven-enforcer.patch
       new  5b2dea9   Remove requirePluginVersion rule to prevent a FTBFS in 
reverse-dependencies.
       new  bf196b1   Remove strict version rule from pom files.
       new  58ed3ad   Update patch header
       new  52a158d   Update changelog

The 19 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 +-
 debian/changelog                                   |  14 ++
 debian/compat                                      |   2 +-
 debian/control                                     |   5 +-
 debian/jackson-base-2.9.4.pom                      | 152 +++++++++++++++++++++
 ...jackson-bom-2.9.1.pom => jackson-bom-2.9.4.pom} |  12 +-
 debian/jackson-parent-2.9.1.pom                    |   7 -
 debian/maven.ignoreRules                           |   1 -
 debian/oss-parent-31.pom                           |   7 -
 debian/patches/fix-using-bundle.patch              |  21 ---
 debian/patches/junit.patch                         |  30 ++++
 debian/patches/maven-enforcer.patch                |  28 ++++
 debian/patches/no-bundle.patch                     |  22 +++
 debian/patches/series                              |   4 +-
 debian/rules                                       |   3 +-
 pom.xml                                            | 112 +++------------
 release-notes/VERSION                              |  24 ++++
 .../com/fasterxml/jackson/core/Base64Variant.java  |  12 +-
 .../com/fasterxml/jackson/core/JsonFactory.java    |  18 +--
 .../com/fasterxml/jackson/core/JsonParser.java     |   8 +-
 .../java/com/fasterxml/jackson/core/JsonToken.java |  11 +-
 .../fasterxml/jackson/core/base/ParserBase.java    |   4 +-
 .../jackson/core/io/JsonStringEncoder.java         |  27 ++--
 .../jackson/core/io/SerializedString.java          |  21 +--
 .../com/fasterxml/jackson/core/io/UTF32Reader.java |   4 +-
 .../jackson/core/json/UTF8DataInputJsonParser.java |   3 +
 .../jackson/core/json/UTF8StreamJsonParser.java    |   3 +-
 .../jackson/core/util/BufferRecycler.java          |   2 +-
 .../jackson/core/util/BufferRecyclers.java         |  98 +++++++++++++
 .../core/base64/Base64BinaryParsingTest.java       |  22 ++-
 .../jackson/core/base64/Base64CodecTest.java       |  10 ++
 .../jackson/core/io/TestJsonStringEncoder.java     |  14 +-
 .../core/json/JsonParserClosedCaseTest.java        |  78 +++++++++++
 .../jackson/core/json/JsonReadContextTest.java     |   9 +-
 .../jackson/core/read/UTF32ParseTest.java          |  12 ++
 .../jackson/core/util/TestTextBuffer.java          |   1 -
 36 files changed, 582 insertions(+), 223 deletions(-)
 create mode 100644 debian/jackson-base-2.9.4.pom
 rename debian/{jackson-bom-2.9.1.pom => jackson-bom-2.9.4.pom} (97%)
 delete mode 100644 debian/patches/fix-using-bundle.patch
 create mode 100644 debian/patches/junit.patch
 create mode 100644 debian/patches/maven-enforcer.patch
 create mode 100644 debian/patches/no-bundle.patch
 create mode 100644 
src/main/java/com/fasterxml/jackson/core/util/BufferRecyclers.java
 create mode 100644 
src/test/java/com/fasterxml/jackson/core/json/JsonParserClosedCaseTest.java

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to