[maven-dependency-analyzer] branch master updated (087d112 -> 9f80387)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 19 15:20:06 UTC 2017


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

ebourg-guest pushed a change to branch master
in repository maven-dependency-analyzer.

      from  087d112   Upload to unstable
       new  aa0f365   Standards-Version updated to 4.0.0
       new  5382a1f   Switch to debhelper level 10
      adds  bfdd185   New upstream version 1.7
       new  1084c13   Updated version 1.7 from 'upstream/1.7'
       new  1e6b1cb   Refreshed the patch
       new  6fbad38   Build depend on junit4 instead of junit
       new  abdc14e   Wrap and sort
       new  d7dd6e3   Refreshed debian/copyright
       new  9f80387   Upload to unstable

The 8 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                                   |  11 ++
 debian/compat                                      |   2 +-
 debian/control                                     |  26 ++--
 debian/copyright                                   |   6 +-
 debian/maven.rules                                 |   2 +-
 debian/patches/01-ignore-plugin-version.patch      |   4 +-
 debian/rules                                       |   4 +-
 pom.xml                                            |  38 +++--
 .../analyzer/DefaultProjectDependencyAnalyzer.java |  10 +-
 .../analyzer/asm/ConstantPoolParser.java           | 173 +++++++++++++++++++++
 .../analyzer/asm/DependencyClassFileVisitor.java   |   8 +-
 src/site/site.xml                                  |   2 +-
 src/site/xdoc/download.xml.vm                      |   2 +-
 .../DefaultProjectDependencyAnalyzerTest.java      | 160 +++++++++++++------
 .../pom.xml                                        |   2 +-
 .../main/java/inlinedStaticReference}/Project.java |  15 +-
 .../jarWithTestDependency/project2/Project2.java   |   3 +-
 src/test/resources/java8methodRefs/pom.xml         |  59 +++++++
 .../main/java/inlinedStaticReference}/Project.java |  23 +--
 19 files changed, 437 insertions(+), 113 deletions(-)
 create mode 100644 src/main/java/org/apache/maven/shared/dependency/analyzer/asm/ConstantPoolParser.java
 copy src/test/resources/{jarWithXmlTransitiveDependency => inlinedStaticReference}/pom.xml (96%)
 copy src/test/resources/{jarWithNoDependencies/src/main/java/jarWithNoDependencies => inlinedStaticReference/src/main/java/inlinedStaticReference}/Project.java (75%)
 create mode 100644 src/test/resources/java8methodRefs/pom.xml
 copy src/test/resources/{jarWithNoDependencies/src/main/java/jarWithNoDependencies => java8methodRefs/src/main/java/inlinedStaticReference}/Project.java (66%)

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



More information about the pkg-java-commits mailing list