[jackson-annotations] branch master updated (ceb2cfd -> 6987c4e)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Dec 15 14:10: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-annotations.
from ceb2cfd Upload to unstable
adds 5e28f66 New upstream version 2.8.2
new 2fe156e Merge tag 'upstream/2.8.2'
adds 788a593 New upstream version 2.8.5
new 861c81c Merge tag 'upstream/2.8.5'
new dec2f3b Refreshed the patches
new 07e220a Switch to debhelper level 10
new 6987c4e Upload to unstable
The 5 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 +
.travis.yml | 2 +-
README.md | 4 +-
debian/changelog | 9 +
debian/compat | 2 +-
debian/control | 2 +-
debian/copyright | 19 +-
debian/patches/depend-on-junit.diff | 18 -
debian/patches/fix-using-bundle.diff | 6 +-
debian/patches/series | 1 -
debian/rules | 2 +-
pom.xml | 21 +-
release-notes/VERSION | 11 +
.../jackson/annotation/JsonAnySetter.java | 2 +-
.../jackson/annotation/JsonEnumDefaultValue.java | 24 ++
.../fasterxml/jackson/annotation/JsonFormat.java | 82 ++++-
.../jackson/annotation/JsonIgnoreProperties.java | 362 ++++++++++++++++++++-
.../fasterxml/jackson/annotation/JsonInclude.java | 48 ++-
.../fasterxml/jackson/annotation/JsonProperty.java | 10 +
.../fasterxml/jackson/annotation/JsonTypeInfo.java | 27 +-
.../fasterxml/jackson/annotation/FormatTest.java | 79 ++++-
.../fasterxml/jackson/annotation/IncludeTest.java | 12 +-
.../annotation/JsonIgnorePropertiesTest.java | 69 ++++
.../jackson/annotation/ObjectIdStuffTest.java | 46 +++
.../jackson/annotation/OptBooleanTest.java | 15 +
.../jackson/annotation/PropertyAccessorTest.java | 28 ++
.../jackson/annotation/VisibilityTest.java | 27 ++
27 files changed, 849 insertions(+), 82 deletions(-)
create mode 100644 .gitattributes
delete mode 100644 debian/patches/depend-on-junit.diff
create mode 100644 src/main/java/com/fasterxml/jackson/annotation/JsonEnumDefaultValue.java
create mode 100644 src/test/java/com/fasterxml/jackson/annotation/JsonIgnorePropertiesTest.java
create mode 100644 src/test/java/com/fasterxml/jackson/annotation/ObjectIdStuffTest.java
create mode 100644 src/test/java/com/fasterxml/jackson/annotation/OptBooleanTest.java
create mode 100644 src/test/java/com/fasterxml/jackson/annotation/PropertyAccessorTest.java
create mode 100644 src/test/java/com/fasterxml/jackson/annotation/VisibilityTest.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