[stapler] branch master updated (542eb21 -> f7fa429)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Oct 8 19:34:31 BST 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository stapler.
from 542eb21 New upstream release (1.228)
adds 65137e3 Imported Upstream version 1.231
new 83e0c6a Merge tag 'upstream/1.231'
new 4302b7e Refreshed the patches
new 4d0390f Standards-Version updated to 3.9.6
new fcb7e98 Shorter Vcs-Browser URL
new fd5eac6 Remove the prerequisite on Maven 3
new f7fa429 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:
core/pom.xml | 4 +-
.../stapler/DiagnosticThreadNameFilter.java | 39 +++++++++++++++++++
.../org/kohsuke/stapler/HttpResponseRenderer.java | 11 +++++-
.../main/java/org/kohsuke/stapler/MetaClass.java | 6 ++-
.../main/java/org/kohsuke/stapler/RequestImpl.java | 15 +++++++-
.../src/main/java/org/kohsuke/stapler/Stapler.java | 19 +++++++++-
.../java/org/kohsuke/stapler/export/Property.java | 2 +-
.../stapler/jsr269/ConstructorProcessor.java | 4 ++
.../jsr269/ExportedBeanAnnotationProcessor.java | 26 +++++++------
.../stapler/export/SchemaGeneratorTest.java | 2 +-
.../stapler/jsr269/ConstructorProcessorTest.java | 19 +++++++++-
.../ExportedBeanAnnotationProcessorTest.java | 31 +++++++++++++--
.../QueryParameterAnnotationProcessorTest.java | 2 +-
.../SourceGeneratingAnnotation.java} | 44 ++++++++--------------
.../SourceGeneratingAnnotationProcessor.java} | 33 ++++++++++------
debian/changelog | 12 ++++++
debian/control | 6 +--
.../patches/0008-Drop-use-of-custom-doklet.patch | 4 +-
debian/patches/0009-remove-maven3-prereq.patch | 14 +++++++
debian/patches/series | 1 +
groovy/pom.xml | 2 +-
jelly/pom.xml | 2 +-
jrebel/pom.xml | 2 +-
jruby/pom.xml | 14 ++++++-
jsp/pom.xml | 2 +-
pom.xml | 31 ++++++---------
26 files changed, 248 insertions(+), 99 deletions(-)
create mode 100644 core/src/main/java/org/kohsuke/stapler/DiagnosticThreadNameFilter.java
copy core/src/test/java/org/kohsuke/stapler/{HttpResponseRendererTest.java => jsr269/SourceGeneratingAnnotation.java} (63%)
copy core/src/{main/java/org/kohsuke/stapler/jsr269/WebMethodAnnotationProcessor.java => test/java/org/kohsuke/stapler/jsr269/SourceGeneratingAnnotationProcessor.java} (64%)
create mode 100644 debian/patches/0009-remove-maven3-prereq.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/stapler.git
More information about the pkg-java-commits
mailing list