[jackson-module-jaxb-annotations] branch master updated (05ec7b2 -> bb4946e)
Timo Aaltonen
tjaalton at moszumanska.debian.org
Thu Aug 14 21:28:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
tjaalton pushed a change to branch master
in repository jackson-module-jaxb-annotations.
from 05ec7b2 fix the package name once more..
adds 29a94b5 [maven-release-plugin] prepare for next development iteration
adds 1bac256 Resolve #21 (missing LICENSE)
adds 1d12cdb ...
adds ca9eefa Fix #21
adds 73286b2 ...
adds b8768aa ...
adds dae0211 [maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.2.3
adds 368f93c [maven-release-plugin] prepare for next development iteration
adds 227d8db ...
adds aee02b7 Fix test failures (only occurred with JDK 1.7)
adds da9fedb Improvements in OSGi manifest generation. Fixes #23.
adds f9d3422 Merge pull request #24 from splatch/master
adds d9d039d ...
adds 1702d0f Add a unit test for #24; cleaned up schema production
adds d87da99 Fix #24
adds 759a599 Fix an OSGi problem (yay for new build that detected it!)
adds c9cdfec Upgrade a deprecated method to new(er) one
adds 3f4df6a Fix incorrect bug id in comments; fixed #25, not 24
adds f24910e prepare for rc1
adds 5413d35 [maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.3.0-rc1
adds be2a36d [maven-release-plugin] prepare for next development iteration
adds 08d610c Prepare for release
adds 904ef66 [maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.3.0
adds 93af17b [maven-release-plugin] prepare for next development iteration
adds 7827662 ...
adds 082ac20 prepare for 2.3.1 release
adds 4cd4454 [maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.3.1
adds 23f82b8 [maven-release-plugin] prepare for next development iteration
adds 12afa8c Fix compilation issues wrt 2.4
adds 726e889 Fix a prob with findSerializationSortAlphabetically overload added in 2.4
adds 436ade6 fixes to annotation introspector
adds acf8695 Work on #27
adds 73afad9 add a javadoc
adds 2f4b707 update to new parent pom
adds 2cfe7f9 ...
adds 4a56c73 [maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.4.0-rc2
adds 6cca4f2 [maven-release-plugin] prepare for next development iteration
adds 807003c ...
adds 14de40b ...
adds 3aa0507 [maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.4.0-rc3
adds 34a7cdc [maven-release-plugin] prepare for next development iteration
adds d624294 ...
adds c63b888 [maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.4.0
adds 75bc7ee [maven-release-plugin] prepare for next development iteration
adds 8c985b6 ...
adds 6073406 ...
adds 7df1f26 [maven-release-plugin] prepare release jackson-module-jaxb-annotations-2.4.1
new de46802 Merge branch 'upstream'
new 72fe4d5 bump the version
new 99de75e fix a typo in description
new 701f1fa fill itp bug
new bb4946e update my email
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:
README.md | 2 +-
debian/changelog | 5 +-
debian/control | 4 +-
pom.xml | 33 ++--
release-notes/CREDITS | 8 +
release-notes/VERSION | 24 ++-
.../module/jaxb/JaxbAnnotationIntrospector.java | 201 ++++++++++++---------
.../module/jaxb/ser/DataHandlerJsonSerializer.java | 26 ++-
.../module/jaxb/ser/DomElementJsonSerializer.java | 27 +--
src/main/resources/META-INF/LICENSE | 8 +
src/main/resources/META-INF/NOTICE | 20 ++
.../module/jaxb/test/TestElementWrapper.java | 61 +++++++
.../jackson/module/jaxb/test/TestJaxbTypes.java | 7 +-
.../jackson/module/jaxb/test/TestWrapperName.java | 40 ----
14 files changed, 295 insertions(+), 171 deletions(-)
create mode 100644 release-notes/CREDITS
create mode 100644 src/main/resources/META-INF/LICENSE
create mode 100644 src/main/resources/META-INF/NOTICE
delete mode 100644 src/test/java/com/fasterxml/jackson/module/jaxb/test/TestWrapperName.java
--
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