[jackson-module-jaxb-annotations] annotated tag debian/2.4.2-1 created (now 5ff130c)
Timo Aaltonen
tjaalton at moszumanska.debian.org
Tue Oct 28 11:56:50 GMT 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-module-jaxb-annotations.
at 5ff130c (tag)
tagging 32f887ab9a7f8476b4ce3d6ed2c688e364d136d0 (commit)
tagged by Timo Aaltonen
on Wed Sep 24 18:20:03 2014 +0300
- Log -----------------------------------------------------------------
tagging package jackson-module-jaxb-annotations version debian/2.4.2-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJUIuEjAAoJEMtwMWWoiYTcdWMP/0h4fxV5p0gxBmpOo+kdbh9Z
IKdjHHJPl3wso7kwsWaFBSJyZx+HlIG15A3ZldpQLZkf+riDPKbbjAFrV1KVzoHX
MbXC9WVFr0Jekag3OsueNi021snH+fhrkbfvc3BqKxIQSBS/AKfw4/FA6XjI4E3u
5qU1Uy6NYZAVvojj7YeS57LIKht6HBQVx540i0PEKrhnnfI7j5p+ZAwibAzA++Am
0yttcgDdsZAu33JpCuxfBoSZLHMPxWcwI3Ee/5EZ5t8K3qK/PJvyarQI4ymWd1Xw
F3yeHuVuWQV6vGqrEy0JMl5rixT5DtnqA03LeBEPt7dAKs4XQ2uzkRxBZiZi1lF8
01VzbLFG+FEu5wyIKv2xIdRhIJFqQSK6NC82jB1EA8/RpnsuTetu/xjifBTnK641
VmvYionPoZ60BDOH9IdNQtt25VcVcTqsTtq+A7kgpoHZw4yGP1J2KrC7wBkMtQS7
5PZxlNyZYa49BNBTpc3JsXZilIR/oPc/Cp4E1xUyyQgs5Qgq/9T44Aun1jDOzgIg
K+Kgw47GlApxf/ClJcSbRrxp0jiNN61h/c0KiJgwuzQbnMkFLpb00peoSP4VUpFt
FxU7qkPIPfZBsV1QtLwsv/KNC3GGi4paQxC5uYdw7iU91l3l4sXHNPPvvMPxjTUG
aNEg50pZcbUBdV3syKz3
=aMsT
-----END PGP SIGNATURE-----
Andrey Stolyarchuk (1):
Types matching fixed for XmlAdapter.
Artur Dryomov (1):
Use syntax highlighting in the readme file.
James Rawlings (1):
Implemented the hasRequiredMarker method by inspecting the required
Lukasz Dywicki (1):
Improvements in OSGi manifest generation. Fixes #23.
Tatu (6):
Add one missing osgi-dep (to newly added SimpleModule)
Updated to work on latest databind 2.0.0 snapshot
javadoc cleanup
minor cleanup
Fix a prob with findSerializationSortAlphabetically overload added in 2.4
fixes to annotation introspector
Tatu Saloranta (182):
First commit
...
Add code...
Add module, refactory to multiple small packages
Starting to convert to use new 2.0.0 core, databind
Merge branch 'master' of github.com:FasterXML/jackson-module-jaxb-annotations
Completed conversion to use jackson core/databind 2.0.0-snapshot
add unit test report generation
Update JAXB 2.0.0-snapshot module with latest core bundles
Add verison support
Fix version handling
Update with latest databind changes
Minor fixes based on core/annotation changes
Yet more changes for jackson-databind 2.0
Update group id, 2.0.0 compatibility
Once again, update to sync with databind 2.0
Add unit test for [JACKSON-722]
Fix [JACKSON-722]
Sync up changes related to TreeNode/JsonNode
Cleaned up XmlAdapter handlers by using contextual variants to do proper resolutions
...
Upgrade once again to work with latest 2.0.0 snapshot
...
...
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.0.0-RC1
[maven-release-plugin] prepare for next development iteration
...
...
...
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.0.0-RC2
[maven-release-plugin] prepare for next development iteration
Implemement [Issue-2]: Support @XmlID, @XxmlIDREF
minor java doc fixes
...
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.0.0-RC3
[maven-release-plugin] prepare for next development iteration
Prepare for release
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.0.0
[maven-release-plugin] prepare for next development iteration
...
Merge pull request #5 from rawlingsj/master
prepare for 2.0.1 release (jdk 1.5)
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.0.1
[maven-release-plugin] prepare for next development iteration
...
get ready for 2.0.2 release
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.0.2
[maven-release-plugin] prepare for next development iteration
...
Fixed [Issue-7], handling of @XmlElementWrapper precedence
Merge pull request #8 from stolyarchukav/master
prepare for release
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.0.3
[maven-release-plugin] prepare for next development iteration
...
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.0.4
[maven-release-plugin] prepare for next development iteration
Add unit tests for [Issue-10]
Add a test to reproduce [Issue-9]
Minor tweaks to the new unit test; fix will require 2.0.5 of core components
prepare for 2.0.5 release
...
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.0.5
[maven-release-plugin] prepare for next development iteration
update README.md
uncomment 2 failing tests after release
start 2.1 dev on master
Implement [Issue#11]
Add unit tests for [Issue#1]
Implement [Issue#1]; add support for @XmlSeeAlso
Merge pull request #12 from simonetripodi/master
Implemented proper handling of `@XmlIDREF`, to work closer to how JAXB itself does
Move failing adapter tests to separate package, to allow builds
...
Minor reordering of methods (better logical grouping); need to figure out what gives 2 new fails (from databind)
Refactoring, to make things work wrt databind issue #69
Start retrofitting name detection to pass namespace info as well
Change root name handling to use PropertyName as well
Add 'findWrapperName()' override
Fix issues related to element wrapper handling
...
Fix a package ref problem
Partial (and possibly complete enough) fix for [Issue#10], support identity adapters
Add a unit test for polymorphic type / JAXB annotations / unwrapping combo. Fails, need to see if it's something that even can be supported.
prepare for 2.1.0
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.1.0
[maven-release-plugin] prepare for next development iteration
...
...
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.1.1
[maven-release-plugin] prepare for next development iteration
...
Fix access limitation for adapter construction
Working on [Issue#16]
Fix [Issue#16]
update deps for 2.1.2
update release notes
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.1.2
[maven-release-plugin] prepare for next development iteration
prepare for 2.2 development
update version test
Merge pull request #17 from ming13/readme-syntax-highlighting
Bit of cleanup
fix version handling
warning cleanup
Rest of the cleanup before trying to use Converters for Adapters...
Convert XmlAdapter handling to use StdConverter, not separate (de)serializer
...
Move failing adapter test, getting close to pass
Fix an issue with (identity) adapters
...
move failing test to under 'failing'
Solved some problems with XmlAdapter, Map types
improvements to unit tests
add module metadata
update parent pom
prepare for rc1
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.2.0-rc1
[maven-release-plugin] prepare for next development iteration
prepare for 2.2.0 release
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.2.0
[maven-release-plugin] prepare for next development iteration
...
update deps
...
...
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.2.1
[maven-release-plugin] prepare for next development iteration
prepare for 2.2.2
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.2.2
[maven-release-plugin] prepare for next development iteration
Resolve #21 (missing LICENSE)
...
Fix #21
...
...
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.2.3
[maven-release-plugin] prepare for next development iteration
...
Fix test failures (only occurred with JDK 1.7)
Merge pull request #24 from splatch/master
...
Add a unit test for #24; cleaned up schema production
Fix #24
Fix an OSGi problem (yay for new build that detected it!)
Upgrade a deprecated method to new(er) one
Fix incorrect bug id in comments; fixed #25, not 24
prepare for rc1
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.3.0-rc1
[maven-release-plugin] prepare for next development iteration
Prepare for release
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.3.0
[maven-release-plugin] prepare for next development iteration
...
prepare for 2.3.1 release
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.3.1
[maven-release-plugin] prepare for next development iteration
Fix compilation issues wrt 2.4
Work on #27
add a javadoc
update to new parent pom
...
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.4.0-rc2
[maven-release-plugin] prepare for next development iteration
...
...
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.4.0-rc3
[maven-release-plugin] prepare for next development iteration
...
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.4.0
[maven-release-plugin] prepare for next development iteration
...
...
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.4.1
[maven-release-plugin] prepare for next development iteration
test refactoring
more test refactoring
and yet more refactoring
...
Fix #30
prepare for 2.4.2
[maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.4.2
Timo Aaltonen (25):
initial packaging
fix the binary name, descriptions, maven.publishedRules
fix pom name
fix the package name once more..
Merge branch 'upstream'
bump the version
fix a typo in description
fill itp bug
update my email
add missing build-deps
use extensions with bundle plugin
add libjackson2-annotations-java to build-deps.
add xmlstarlet to build-depeds, migrate to dh, drop libreplacer-java and add a script that generates PackageVersion.java
set libjackson2-* dependency versions
ignore replacer
wrap-and-sort -s
Merge branch 'upstream'
bump version
fix the long description some more
maven.{publishedR,r}ules: Fix version mangling.
bump jackson dependencies
trim changelog
use bundle instead of * in rules
bump policy
releasing package jackson-module-jaxb-annotations version 2.4.2-1
simonetripodi (1):
parent pom moved to Faster XML OSS parent v3
-----------------------------------------------------------------------
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-module-jaxb-annotations.git
More information about the pkg-java-commits
mailing list