[jackson-annotations] annotated tag debian/2.4.2-1 created (now 8c8e54b)
Timo Aaltonen
tjaalton at moszumanska.debian.org
Sat Sep 6 13:56:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
tjaalton pushed a change to annotated tag debian/2.4.2-1
in repository jackson-annotations.
at 8c8e54b (tag)
tagging b136253d7525713b8bcc62b26fc6ca3a73bca399 (commit)
replaces debian/2.2.2-1
tagged by Timo Aaltonen
on Sat Sep 6 16:52:48 2014 +0300
- Log -----------------------------------------------------------------
tagging package jackson-annotations version debian/2.4.2-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJUCxGwAAoJEMtwMWWoiYTcJRcP/2DuO6ytrWVE1WeWcppRA8gc
4h9FjrRrgBXwmE7gC6fnk3X8Bx55Vg/HjcApOfLJsST4A8s0CHbojgKIdDqQ4K17
wWFfzYMU5dQAyeQ/Lhm88fpP0aB1Yd9xBcud2umf9ptsllg7WCljPVRb5fuM0vSc
61HEVt58RlmS26MjpE6LHX+amN9AWtlENSYbtywj63I/60yoGuGEJ9rctPxqkyIg
mxc74o8kpjc47YuUPrTuSPZUhGPLZZybOw+YaeOc069CkvJ4TD7zgNoIrtosqSE8
Kw22+TQakK6ILXoNXdLaZwLH9BUCDbdGXMBoONsSeZXpLO7ly3FCDOohv0LFndKz
xvK54hHaJWfqHOoDc1rwqspABIQTvz/EBQoZ7n/ufJtGTPz6InDDT5va62Op4wQg
AzxAuSI6LQ8SX5ICJR/BQP7VBn2NS9qmNl2pO3BI9OowKwtwz9rHHPUCk0gcLk5a
iGftbygkGfi3nT4Y99MGWFEpc1xyYO6geMvxceYJzMYLhFf1eyeBjNV6U1sp6mjt
VrTr18iE0szPy4uXzgRIDlLTp/xAiniMd3w6DH4TdlaxK212fm9PW2SzFazkdtz/
cCQiy3TnI/8sMeBk6vky+evLoYjlwV4xZwOJrCU1+zYKTQLDTFVjO79ItcI/HcHC
w/oxZwNB1Pe1nSuFkmCs
=sfch
-----END PGP SIGNATURE-----
Alex Birkett (2):
Update README.md
Update README.md
Artur Dryomov (1):
Use syntax highlighting in the readme file.
Ben Fagin (1):
update docs after FasterXML/jackson-databind at 5087367a0
Brais Gabín (1):
Fix "Full Listing of Jackson Annotations" link
Christopher Currie (3):
Travis CI config
Refresh credentials
Update deploy credentials, deploy after success
Hassaan Aamir (1):
Fixed a minor spelling mistake with a method name in the README file.
Ian Forsey (1):
Annotation for defining a human readable description for each property. To be used for JSON Schema generation.
Lukasz Dywicki (1):
Improvements in OSGi manifest generation. Fixes #18.
Pascal Gélinas (1):
API for custom Object Identifier resolution.
Tatu (13):
...
Add JsonTypeId, needed for proper handling of type ids during deserialization
Bit more work on ObjectIdGenerator definition
...
...
...
One more fix for ObjectIdGenerator
update release notes
update release notes
Minor javadoc improvement for @JsonTypeInfo
Add a note regarding when @JsonPropertyDescription was added (2.3)
...
...
Tatu Saloranta (173):
First commit
First seemingly working version
Move a few annotations from databind to here; ones that have no external dependencies
Add PropertyAccessor; the replacement for 1.x "JsonMethod" enumeration
Minor clean up; un-deprecating @JsonGetter
Javadoc improvement
...
Add properties for @JsonUnwrapped
Add @JsonInclude, for [JACKSON-752]
One minor improvement: mark bundle annotation with @JacksonAnnotation
Make all annotations applicable for annotations; needed for annotation bundling
javadoc cleanup, now builds cleanly.
Add @JsonObjectId annotation
Further improvements to Object Id annotations, types
Last mods for ObjectId generation?
Add ObjectIdsGenerator.None to allow disablng of ObjectId inclusion
minor mod to ObjectIdGenerator, allow passing of context
Add @JsonProperty.required for future extension
[maven-release-plugin] prepare release jackson-annotations-2.0.0-RC1
[maven-release-plugin] prepare for next development iteration
...
Work on [JACKSON-714], add @JsonFormat annotation
Add @JsonFormat details
Further updates to @JsonFormat annotations: add 'locale' and 'timezone' properties
...
...
add yet more meat
...
...
...
...
[maven-release-plugin] prepare release jackson-annotations-2.0.0-RC2
[maven-release-plugin] prepare for next development iteration
minor javadoc cleanup
[maven-release-plugin] prepare release jackson-annotations-2.0.0-RC3
[maven-release-plugin] prepare for next development iteration
Update readables for 2.0.0 release
...
[maven-release-plugin] prepare release jackson-annotations-2.0.0
[maven-release-plugin] prepare for next development iteration
fixed javadoc building problems
update javadoc plugin
...
update wiki
...
Change target to 1.5, was accidentally set to 1.6 for 2.0.0
Merge pull request #1 from simonetripodi/master
...
...
[maven-release-plugin] prepare release jackson-annotations-2.0.1
[maven-release-plugin] prepare for next development iteration
Quick fix for 2.0.2, to use bundle name that 2.0.0 used (and other components that don't use oss-parent)
update release notes
[maven-release-plugin] prepare release jackson-annotations-2.0.2
[maven-release-plugin] prepare for next development iteration
Fix package info javadocs
update javadoc link
...
...
Change artifact id to use fully-qualified package name
Merge pull request #3 from Hassaan/patch-1
...
Minor change: allow @JsonFormat on classes too
Improve handling of JsonFormat.value a bit, to make it easier to manipulate
...
update javadoc link
Add property to @JsonIdentityInfo
Improve javadocs wrt currently supported @JsonFormat#shape values.
upgrade parent pom
Implemented [Issue#4], add `@JsonIdentityReference` annotation
Improve javadocs to indicate that `@JsonProperty` value of "" is invalid for Creators.
minor cleanup
minor javadoc fix
update README
Prepare for 2.1 release
...
...
[maven-release-plugin] prepare release 2.1.0b
[maven-release-plugin] prepare for next development iteration
...
Fix javadocs
make ObjectIdGenerator(s) serializable
Merge branch 'master' of https://github.com/FasterXML/jackson-annotations
...
...
[maven-release-plugin] prepare release jackson-annotations-2.1.1
[maven-release-plugin] prepare for next development iteration
update links
start 2.2.0 branch
...
Merge pull request #6 from alexbirkett/master
Merge pull request #8 from ming13/readme-syntax-highlighting
javadoc improvements
try to fix README
...
...
...
...
update parent pom ref
Merge branch 'master' of github.com:FasterXML/jackson-annotations
fix an eclipse warning
prepare for 2.2.0 rc1
[maven-release-plugin] prepare release jackson-annotations-2.2.0-rc1
[maven-release-plugin] prepare for next development iteration
add LICENSE file
Merge branch 'master' of https://github.com/FasterXML/jackson-annotations
[maven-release-plugin] prepare release jackson-annotations-2.2.0
[maven-release-plugin] prepare for next development iteration
...
...
Merge branch 'master' of https://github.com/FasterXML/jackson-annotations
Resolved problems wrt LICENSE, Android packaging
Merge branch 'master' of github.com:FasterXML/jackson-annotations
prepare for 2.2.1
[maven-release-plugin] prepare release jackson-annotations-2.2.1
[maven-release-plugin] prepare for next development iteration
clean up pom
prepare for 2.2.2
[maven-release-plugin] prepare release jackson-annotations-2.2.2
[maven-release-plugin] prepare for next development iteration
open up 2.3 for dev
...
Implement #15
Revert #15, since it may not actually be needed
Revert "Revert #15, since it may not actually be needed"
Clarify comments on JsonTypeInfo.As.EXISTING_PROPERTY a bit.
Merge pull request #13 from Net-A-Porter/master
Implemented #13
...
Fix typo, as per #16
Merge pull request #19 from splatch/master
Implement #20, allow @JsonFilter for properties
[maven-release-plugin] prepare release jackson-annotations-2.3.0-rc1
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release jackson-annotations-2.3.0
[maven-release-plugin] prepare for next development iteration
Update release notes wrt 2.3.0 release
put debug info back, not much size difference
Update master to 2.4-SNAPSHOT
Merge pull request #26 from BraisGabin/patch-1
Merge pull request #28 from pgelinas/custom-id-resolution
Upgrade to use jackson-parent
...
...
Merge pull request #30 from alexbirkett/master
...
Implement #31
update release notes
Add @JsonFormat.Value#timeZoneAsString()
Minor fixes to JsonFormat.Value accessors
Implement #32
...
[maven-release-plugin] prepare release jackson-annotations-2.4.0-rc1
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release jackson-annotations-2.4.0-rc2
[maven-release-plugin] prepare for next development iteration
Implement #33, add `@JsonRootName.alwaysWrap`
Revert addition of #33; need to revisit for 2.5, but can't be implemented in time for 2.4
[maven-release-plugin] prepare release jackson-annotations-2.4.0-rc3
[maven-release-plugin] prepare for next development iteration
Deprecate JsonTypeInfo.None; should be possible to remove in 2.5; replaced by using `java.lang.Void.class` instead
Merge pull request #34 from UnquietCode/patch-1
prepare for 2.4.0
[maven-release-plugin] prepare release jackson-annotations-2.4.0
Merge branch 'master' of github.com:FasterXML/jackson-annotations
[maven-release-plugin] prepare for next development iteration
update README
...
...
[maven-release-plugin] prepare release jackson-annotations-2.4.1
[maven-release-plugin] prepare for next development iteration
...
[maven-release-plugin] prepare release jackson-annotations-2.4.2
Timo Aaltonen (7):
Merge commit 'b6b3115707ec8254c92981d37b46373ece8fe438' into master-n
Merge branch 'master' into master-n
bump the version
control: Add libmaven-bundle-plugin-java to build-depends-indep.
properties: Source uses UTF-8 encoding.
fix-using-bundle.diff: Use bundle plugin correctly.
releasing package jackson-annotations version 2.4.2-1
simonetripodi (2):
migrated to FasterXML parent pom
there are no tests in the annotations module, avoid to include junit for
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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