This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git.
at 310de3b [MSHARED-660] Upgrade to asm 6.0 for JDK9 Change version to
Opcodes.ASM6 Ignore class files with a hyphen
This branch includes the following new commits:
new b448d95 Moved out of sandbox to prepare for maven-dependency-plugin
integration
new 023f76f change to alpha, update parent.
new 341f6e9 updated version correctly this time.
new f850e87 [maven-release-plugin] prepare release
maven-dependency-analyzer-1.0-alpha-1
new 6133512 [maven-release-plugin] prepare for next development iteration
new 88918ac MDEP-79: errors processing servlet classes
new 227319d MDEP-79: errors processing servlet classes
new a2b7764 MDEP-72: only check jar dependency files.
new f0baddc MDEP-77 created new method to exclude from the sets.
new 6af5e7a [maven-release-plugin] prepare release
maven-dependency-analyzer-1.0-alpha-2
new 971ccf9 [maven-release-plugin] prepare for next development iteration
new 9436e80 added enforcer-rule-api
new b260f9d MDEP-81: skip projects with no target folder.
new b6ec827 adjust parent so we get the right SCM element
new 2d5e14d align parents to latest release (snapshot has nothing
significant other than SCM adjustments) manually set all SCM locations since
inheriting from a release will position it under the tag which is not correct
new 9ce0a33 Reset svn properties
new ae8c0e3 Fixed warnings
new ca2b689 Fixed potential NPE when project's dependencies are not yet
initialised.
new 7937c46 o Implemented hashCode, equals and toString o Added
convenience default constructor o Better set handling
new 469685f Added framework for testing ProjectDependencyAnalyzer with a
couple of simple initial tests.
new 82fc4f5 Renamed testJarWithDependency to testJarWithCompileDependency
new c49d5ee Added TODO
new e3476fd Finished renaming testJarWithDependency to
testJarWithCompileDependency
new 268def8 [MDEP-74] Added test for analyzing test dependencies
new f4856f8 Use new convenience default constructor
new fe96a8d Added pom project test for analyzer.
new 47969fe Tidy handling of POM projects.
new e11a325 Tidy up code
new a75ef7b Analyze only classes in output and test output directories,
rather than all classes in the build directory.
new 72b9561 Correct header and format source
new 9a68f7f set maven.home properly for invoker
new 830b788 bumped to released test tools
new d970121 bump rev to prepare for release
new 2cfe92e git-svn-id:
https://svn.apache.org/repos/asf/maven/shared/trunk@611530
13f79535-47bb-0310-9956-ffa450edef68
new 9c334ef [maven-release-plugin] prepare release
maven-dependency-analyzer-1.0
new b15fdf8 [maven-release-plugin] prepare for next development iteration
new c9b9d03 MDEP-150 deterministic analysis ordering
new 2233c17 MDEP-151 use file(uri) patch from Ben Bentmanm
new abd7721 MDEP-148: use contains... patch from Ben Bentmann
new 74896df o Removed svn:executable
new 9e40222 fixed tests when there are spaces in directory name
new 8c90f6d use the latest released parent
new 8821565 o Updated SCM URL for web access
new d8ba2a4 o Inherited from maven-shared-components:10
new 3c9e425 [maven-release-plugin] prepare release
maven-dependency-analyzer-1.1
new b070feb [maven-release-plugin] prepare for next development iteration
new 3e4868f use the new parent
new d5cad90 o Removed inherited stuff
new 7da3f5a o Formatted POM
new 88c9f1e o Printed path to local repo
new fb98a7f o Fixed tests to use the same local repo as the build
new 2602d38 o Inherited from maven-shared-components:11
new 29b55c0 o Used http://maven.apache.org/xsd/* for schema location
new 4b97895 removing one-off source release assemblies (and config), then
upgrading parent version for all shared projects up to 12, so source-release
will be automatic.
new 11211f9 Add test for MDEP-143
new 67c814c [MDEP-143] wrap the original ZipException with another
ZipException with additional info about the bad jar Submitted by: Dan Tran with
modification: called initCause() on the new exception to avoid losing original
stack trace
new d2de6a0 updated issue management urls to point precisely to the
component in MSHARED
new 94b2a10 MDEP-149
new 421b018 MDEP-262 patch from Tobias Glerke
new a59b1b4 o Add a relativePath because the parent has a new location
that is not in the default place.
new f4bf999 use the last released parent
new cb11358 [maven-release-plugin] prepare release
maven-dependency-analyzer-1.2
new d9f5fc3 [maven-release-plugin] prepare for next development iteration
new 2ff9783 revert the staged release
new 342d3ab use the released parent
new 622287a [maven-release-plugin] prepare release
maven-dependency-analyzer-1.2
new 4426523 [maven-release-plugin] prepare for next development iteration
new 36214f9 added javadoc and jxr reports links in top-level menu
new 15e996d updated parent pom
new 64c50f8 updated maven version
new a8810ab [MSHARED-207] added generics
new 5a60a83 fixed code style
new c7137ab fixed unit-tests by reverting maven and plexus-utils versions
new f2e9f66 removed unused method parameter
new 6cf83b1 improved javadoc
new 14d2078 added an introduction documentation
new f1f1628 improved documentation
new f369d4e updated maven-plugin-testing-tools
new 84b60f0 [MSHARED-209] updated asm to 3.3.1
new 3832802 added an assertion to check a known problem when upgrading
Maven core dependency
new 776166a [MSHARED-47] added unit test to show wrong xml-apis
dependency analysis
new d936173 fixed typo
new e5d6137 [MSHARED-47] added unit test to show wrong xml-apis
dependency analysis: forgot files
new 3e1fd78 use plexus java 5 annotations instead of old-style javadoc
annotations
new 298988a upgrade parent version
new 4ddaff9 MSHARED-239 replace plexus-utils with maven-shared-utils
new 2b0c337 MSHARED-239 remove a few more p-u classes and dependencies
new 176fce4 o More problems. Compile then commit, not vice versa
new 16a911c removed version defined in parent's dependencyManagement
new 86487e5 suppress warnings
new 933a214 updated plexus-utils
new 5a1948d revert maven-shared-utils integration to be able to release
now
new 3e7fc2d added a warning about consequences of bytecode analysis
new f07c58d code formatting
new bad7863 reverted r1400594 because plexus interpolation package is
missing from more recent plexus-utils
new 5b33157 [MSHARED-253] added a way to force used dependencies when
they are detected as unused (because of bytecode analysis)
new 4879329 copied code from dependency plugin
new 00ce887 [maven-release-plugin] prepare release
maven-dependency-analyzer-1.3
new 52d23c1 [maven-release-plugin] prepare for next development iteration
new d0e8229 [maven-release-plugin] prepare release
maven-dependency-analyzer-1.3
new 8a7bd98 [maven-release-plugin] prepare for next development iteration
new f51ffd0 MSHARED-276 analyzer ignores project directories in a
multi-module build - don't just look at jars, accept classes files also. Patch
by henning.
new 19d23ed use last shared parent 19
new 8cd4f87 commit very small formatting change to check my
authentication.
new 9a0b42f [maven-release-plugin] prepare release
maven-dependency-analyzer-1.4
new 4073d5a [maven-release-plugin] prepare for next development iteration
new d1ff02b Follow ASF branding rules.
new c67e539 Add license header to documentation files.
new 2bb55bb configured site deploy to /shared-archives/<artifactId>-LATEST
new 93e8bff Upgraded to asm 4.2, in preparation for java8
new c80315b Cleaned up code
new 2d6f7b6 MDEP-439: Update ASM to 5.0.1 as older versions are not
compatible with Java 8.
new a2a8249 MSHARED-323: DefaultProjectDependencyAnalyzer does not
correctly transform Files with Spaces to URLs.
new 3135818 updated parent pom
new 3916b7a [MSHARED-327]: maven-dependency-analyzer not compatible with
Java 8
new 86fd224 Close JarInputStream and FileInputStream after usage.
new c82ceb6 use last asm 5.0.2
new 413e2a2 format
new 1543bff cleanup this line
new 85aae9d [MSHARED-327] maven-dependency-analyzer not compatible with
Java 8
new 6295a88 not use anymore the deprecated method
new d2ecb9f [MSHARED-307] Performance: The implementation of
DefaultClassAnalyzer unnecessarily scans jar files bodies
new aaf0477 [MNGSITE-152] - Added appropriate links to download site and
license location to fulfill the ASF requirements.
new 19b30b1 [MNGSITE-152] - Added missing links from overview to ASF
License page and to download area.
new bb3ac51 added license header
new 1176f83 s/plugins/shared/
new 940a9e1 [maven-release-plugin] prepare release
maven-dependency-analyzer-1.5
new 398a545 [maven-release-plugin] prepare for next development iteration
new 0e1c633 [MSHARED-371] Increased chance of java8 compliance by
updating to asm5.x based plexus-component-*
new 0a1a342 [MSHARED-361]
DefaultProjectDependencyAnalyzer.buildArtifactClassMap assumes dependencies are
jar files (regression)
new 10be986 Reformatted code
new 159bc7e [MSHARED-382] JarFile object is not being closed
new d322130 upgraded parent pom
new 44af698 [maven-release-plugin] prepare release
maven-dependency-analyzer-1.6
new dfaf214 [maven-release-plugin] prepare for next development iteration
new 35a976a changed svnpubsub url from /content to /components
new db14f5e moved Jira from Codehaus to Apache
new a92e8d7 [MNGSITE-243] Fixed wrong link.
new 481b47f [MPOM-95] updated parent pom location
new 32ee156 Added support for constant pool parsing to find more deps
new 81ef98f [MSHARED-470] Upgrade maven-shared-components parent to
version 22
new 3ff4742 Clean up of some unit tests after commit 1717974
new 432f881 updated Jira url
new c85e8d3 [MSHARED-525] Upgrade maven-shared-components parent to
version 30
new 4ca94a2 [MSHARED-545] maven-dependency-analyzer fails on classes
containing constant long or double
new 6b30742 Fix typo in method name
new b0c3b7e Upgrade org.codehaus.plexus:plexus-component-metadata to
1.7.1 This will make them build with Java9
new bca8915 Use maven-invoker:2.2 to ensure it works with all Maven
versions on Windows
new 4d1e409 [MSHARED-412] Change the visibility of
DefaultProjectDependencyAnalyzer's buildArtifactClassMap() from private to
protected
new 159c4a9 [MSHARED-633] Upgrade plexus-component-metadata /
plexus-component-annotation to 1.7.1 o Keep plexus-component-metadata and
plexus-component-annotations in line together.
new 7e11a9c [maven-release-plugin] prepare release
maven-dependency-analyzer-1.7
new e660234 [maven-release-plugin] prepare for next development iteration
new 603c918 Make unittests Java9 compatible
new 310de3b [MSHARED-660] Upgrade to asm 6.0 for JDK9 Change version to
Opcodes.ASM6 Ignore class files with a hyphen
The 154 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].