[jackson-annotations] branch master updated (e7b5bde -> ceb2cfd)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Apr 8 11:06:49 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-annotations.

      from  e7b5bde   prepare for upload
       new  91ed535   Standards-Version updated to 3.9.8
       new  5916ae3   Use secure Vcs-* URLs
      adds  33a92f4   Imported Upstream version 2.7.3
       new  3d6eabd   Merge tag 'upstream/2.7.3'
       new  d462d2e   Refreshed the patch
       new  f221dfd   New build dependency on junit4
       new  ceb2cfd   Upload to unstable

The 6 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                                        |   6 +-
 README.md                                          |   8 +-
 debian/README.source                               |   2 +-
 debian/changelog                                   |  11 +
 debian/control                                     |  17 +-
 debian/copyright                                   |   4 +-
 debian/maven.cleanIgnoreRules                      |   1 -
 debian/maven.rules                                 |   2 +
 debian/patches/depend-on-junit.diff                |  18 +
 debian/patches/fix-using-bundle.diff               |   6 +-
 debian/patches/series                              |   1 +
 debian/rules                                       |   2 -
 pom.xml                                            |  13 +-
 release-notes/VERSION                              |  58 ++-
 .../jackson/annotation/JacksonAnnotationValue.java |  22 +
 .../jackson/annotation/JsonAutoDetect.java         |  25 +-
 ...yDescription.java => JsonClassDescription.java} |  16 +-
 .../fasterxml/jackson/annotation/JsonCreator.java  |  73 +++-
 .../fasterxml/jackson/annotation/JsonFormat.java   | 458 ++++++++++++++++++---
 .../jackson/annotation/JsonIgnoreProperties.java   |  32 ++
 .../fasterxml/jackson/annotation/JsonInclude.java  | 276 ++++++++++++-
 .../fasterxml/jackson/annotation/JsonProperty.java |  90 +++-
 .../annotation/JsonPropertyDescription.java        |   4 +-
 .../jackson/annotation/JsonPropertyOrder.java      |   4 +-
 .../fasterxml/jackson/annotation/JsonRootName.java |   4 -
 .../fasterxml/jackson/annotation/JsonTypeInfo.java |  37 +-
 .../fasterxml/jackson/annotation/JsonValue.java    |   2 +
 .../com/fasterxml/jackson/annotation/JsonView.java |   4 +-
 .../jackson/annotation/ObjectIdGenerator.java      |  46 ++-
 .../jackson/annotation/ObjectIdGenerators.java     |  82 +++-
 .../jackson/annotation/ObjectIdResolver.java       |  17 +-
 .../fasterxml/jackson/annotation/OptBoolean.java   |  54 +++
 .../jackson/annotation/SimpleObjectIdResolver.java |  25 +-
 .../fasterxml/jackson/annotation/FormatTest.java   |  90 ++++
 .../fasterxml/jackson/annotation/IncludeTest.java  |  86 ++++
 .../com/fasterxml/jackson/annotation/TestBase.java |   7 +
 36 files changed, 1405 insertions(+), 198 deletions(-)
 delete mode 100644 debian/maven.cleanIgnoreRules
 create mode 100644 debian/patches/depend-on-junit.diff
 create mode 100644 src/main/java/com/fasterxml/jackson/annotation/JacksonAnnotationValue.java
 copy src/main/java/com/fasterxml/jackson/annotation/{JsonPropertyDescription.java => JsonClassDescription.java} (50%)
 create mode 100644 src/main/java/com/fasterxml/jackson/annotation/OptBoolean.java
 create mode 100644 src/test/java/com/fasterxml/jackson/annotation/FormatTest.java
 create mode 100644 src/test/java/com/fasterxml/jackson/annotation/IncludeTest.java
 create mode 100644 src/test/java/com/fasterxml/jackson/annotation/TestBase.java

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



More information about the pkg-java-commits mailing list