[libxbean-java] branch master updated (e6c5163 -> c52af4e)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Oct 5 07:29:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository libxbean-java.

      from  e6c5163   Upload to unstable
       new  c9ee9d4   Removed the HTML view of the source files from the javadoc
      adds  17e1043   Imported Upstream version 4.4
       new  80b4b39   Merge tag 'upstream/4.4'
       new  5a6503e   Removed the Groovy and ASM patches (fixed upstream)
       new  c52af4e   Upload to unstable

The 4 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:
 debian/changelog                                   |  9 ++++
 debian/maven.rules                                 |  2 +-
 debian/patches/bootstrap.series                    |  2 -
 debian/patches/disable-javadoc-linksource.patch    | 14 ++++++
 debian/patches/fix-asm-visitor.patch               | 41 -----------------
 debian/patches/full.series                         |  3 +-
 debian/patches/groovy2-compatibility.patch         | 21 ---------
 maven-xbean-plugin/pom.xml                         |  2 +-
 pom.xml                                            | 14 +++---
 xbean-asm-util/pom.xml                             |  2 +-
 .../xbean/asm5/original/commons/EmptyVisitor.java  |  2 +-
 xbean-asm5-shaded/pom.xml                          |  2 +-
 xbean-blueprint/pom.xml                            |  2 +-
 xbean-bundleutils/pom.xml                          |  4 +-
 xbean-classloader/pom.xml                          |  2 +-
 xbean-classpath/pom.xml                            |  2 +-
 xbean-finder-shaded/pom.xml                        |  4 +-
 xbean-finder/pom.xml                               |  2 +-
 .../apache/xbean/finder/archive/JarArchive.java    |  2 -
 xbean-naming/pom.xml                               |  2 +-
 xbean-reflect/pom.xml                              |  8 +---
 .../xbean/recipe/AsmParameterNameLoader.java       |  8 +++-
 .../org/apache/xbean/recipe/ReflectionUtil.java    | 29 ++++++------
 .../xbean/recipe/XbeanAsmParameterNameLoader.java  |  6 ++-
 ...leTest.java => AsmParameterNameLoaderTest.java} | 42 +++++++++---------
 .../xbean/recipe/ParameterNameLoaderTest.java      | 23 +++++++++-
 .../recipe/XbeanAsmParameterNameLoaderTest.java    | 51 ++++++++++++++++++++++
 xbean-spring/pom.xml                               |  2 +-
 xbean-telnet/pom.xml                               |  6 +--
 .../java/org/apache/xbean/command/GroovySh.java    |  3 +-
 30 files changed, 171 insertions(+), 141 deletions(-)
 create mode 100644 debian/patches/disable-javadoc-linksource.patch
 delete mode 100644 debian/patches/fix-asm-visitor.patch
 delete mode 100644 debian/patches/groovy2-compatibility.patch
 copy xbean-reflect/src/test/java/org/apache/xbean/recipe/{ExplicitInjectionStyleTest.java => AsmParameterNameLoaderTest.java} (50%)
 create mode 100644 xbean-reflect/src/test/java/org/apache/xbean/recipe/XbeanAsmParameterNameLoaderTest.java

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxbean-java.git



More information about the pkg-java-commits mailing list