You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/08 18:13:14 UTC

[maven-common-artifact-filters] branch master created (now 17604ed)

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-common-artifact-filters.git.


      at 17604ed  [MSHARED-631] Several filters do not preserve order of artifacts filtered

This branch includes the following new commits:

     new d229673  moved from sandbox to shared
     new e4f0271  align parent to the last released version, fix/add license headers
     new f96b9d0  move remote-resources out of the profile and remove snapshot repo, no more needed.
     new 38bb5cb  move to a released version of maven-test-tools
     new 7d3a098  [maven-release-plugin] prepare release maven-common-artifact-filters-1.0-alpha-1
     new f755b61  [maven-release-plugin] prepare for next development iteration
     new 79945c0  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 77808ca  [MNG-2621] Add stricter pattern filters to maven-common-artifact-filters
     new 14136ac  [MASSEMBLY-223] Fixed problem where patterns >= first are not used. Applied patch and wrote unit test to verify.
     new ef4e439  o Fixed StrictPatternArtifactFilters to use base version - this allows SNAPSHOT patterns to match artifacts with timestamp snapshot versions o Upgraded maven-artifact to 2.0.8-SNAPSHOT for proper artifact base version setting introduced in r566206
     new d804150  [MASSEMBLY-180] Fix matchAgainst(..) method to return from first match, rather than continue iterating and maybe encounter another pattern that will negate the previous success.
     new f19c3cb  imported artifact filters from maven-dependency-plugin
     new 7e96181  using released maven version
     new 1038118  prepare for release
     new b092f95  oops
     new 0070946  [maven-release-plugin] prepare release maven-common-artifact-filters-1.0
     new 4c4baa0  [maven-release-plugin] prepare for next development iteration
     new 722f168  a new filter to keep only things that are dependencies of the selected dependency/artifact
     new 7519ebf  o Added svn:eol-style=native
     new f9624ae  o Removed svn:executable
     new 17c220b  use the latest released parent
     new 52cb87d  o Fixed svn:keywords
     new ceca15d  o Updated SCM URL for web access
     new fdf3484  o Readded license headers
     new f031b43  Make transitive pattern matching work correctly.
     new 5a2c263  [MSHARED-74] Fix NPE for Artifact.getId() when artifact uses a version range instead of a single version...this is triggered when an artifact is excluded from the ScopeArtifactFilter.include() method.
     new 95a131f  o Inherited from maven-shared-components:10
     new 5a3e490  Improvements to fine-grained scope filtering, along with tests.
     new af30dfa  [maven-release-plugin] prepare release maven-common-artifact-filters-1.1
     new 6beb4c9  [maven-release-plugin] prepare for next development iteration
     new 95d8576  use the new parent
     new 33d9a58  o Inherited from maven-shared-components:11
     new 9bd3a71  o Formatted POMs
     new 653c027  o Used http://maven.apache.org/xsd/* for schema location
     new 5b2d460  [MSHARED-52] Applying patch from Sergey Klimenko.
     new 2458cec  MSHARED-118 : Fix dependency errors reported by dependency:analyze
     new 29066b1  MSHARED-109 : Add ranges support in filters Submitted by: Benoit Lafontaine
     new b04cfe0  MSHARED-88 : ProjectTransitivityFilter has incorrect behavior for artifactIsADirectDependency method
     new eea061e  [maven-release-plugin] prepare release maven-common-artifact-filters-1.2
     new 5dd0978  [maven-release-plugin] rollback the release of maven-common-artifact-filters-1.2
     new 11d40be  [maven-release-plugin] prepare release maven-common-artifact-filters-1.2
     new b650bee  [maven-release-plugin] prepare for next development iteration
     new b9db9a1  o Removed duplicate dependency
     new 772edcf  Rollback the release.
     new 56dd704  Add source distrib for apache
     new 9455762  Import assembly descr
     new a3202c1  [maven-release-plugin] prepare release maven-common-artifact-filters-1.2
     new eadcd4a  [maven-release-plugin] prepare for next development iteration
     new 8c23562  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 313360e  o Fixed dependency scope
     new 81504d7  updated issue management urls to point precisely to the component in MSHARED
     new 5776f71  [MSHARED-162] Consider dependency trail items separately for pattern matching.
     new 4551b50  [maven-release-plugin] prepare release maven-common-artifact-filters-1.3
     new 722bd3f  [maven-release-plugin] prepare for next development iteration
     new ef0f0bb  upgrade parent version fix relativePath warning for m3
     new 3438c80  upgrade parent to version 17
     new c96e9c3  [MSHARED-205] Add tests and implementation supporting wildcard in the middle of an artifact coordinate segment (org.apache.maven.plugins:maven-*-plugin)"
     new 8cb955b  added javadoc and jxr reports links in top-level menu
     new 78e508c  Simplify TCK usage, and add test to cover case where artifact pattern doesn't have segments (i.e. org.something*)
     new 7a8e533  (no jira): update some antique dependencies before releasing.
     new eeaea9e  [maven-release-plugin] prepare release maven-common-artifact-filters-1.4
     new f00e9c0  [maven-release-plugin] prepare for next development iteration
     new 35882b2  upgrade parent version
     new 1014a68  MSHARED-239 replace plexus-utils with maven-shared-utils
     new 3692630  MSHARED-239 remove a few more p-u classes and dependencies
     new 5d4b546  added generics
     new 7ac98f9  updated plugin testing components
     new faf961d  use last shared parent 19
     new af2a969  fix license header format
     new db4a202  use shared utils released version
     new 173829b  Follow ASF branding rules.
     new fc086a3  configured site deploy to /shared-archives/<artifactId>-LATEST
     new eb47c37  Upgrade the dependency on Easymock to 3.2 for maven-common-artifact-filters
     new f205bdf  updated parent pom
     new 13f1f6c  updated maven-shared-utils
     new 412623e  reverted shared-utils version update since it causes unexpected + random failures on ASF Jenkins build farm (artifact not found in central???)
     new e2aae77  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
     new d5ba138  [MNGSITE-152]  - Added missing links from overview to ASF License page    and to download area.
     new 7465127  added license header
     new 77834b0  s/plugins/shared/
     new a1182b3  upgraded parent pom
     new 18cf752  Language level fixes
     new 64eeaa1  Extracted a method and a few variables to improve readability
     new af10c03  [MSHARED-403] Upgrade to Maven 2.2.1 compatiblity
     new 9382baf  [MSHARED-404] Upgrade maven-shared-utils to 0.7
     new 7366c90  changed svnpubsub url from /content to /components
     new 10c110e  moved Jira from Codehaus to Apache
     new c25409c  [MSHARED-423] Change JDK + Maven requirements Now require at least Java 1.6 and Maven 3.0
     new 15cbc55  Don't need to suppress unchecked warning anymore
     new 3ce9e0d  [MSHARED-424] Add Filter mechanism which can be passed to Sonatype/Eclipse Aether
     new d6fb79b  Make classes public, there are multiple components needing these transformers
     new eb9dc53  Add tests for both Aether transformers
     new 96f02b3  Remove dependency based constructor. All other Filters are only Artifact based. Also, a Dependency are part of a MavenProject, which should imply that you can the Artifact as well. Most important: it'll prevent me from writing dirty code.
     new f03b4fb  Remove unused import
     new 4d39c16  [MSHARED-425] Change construct-method signatures of ArtifactTransitivityFilter; don't use deprecated M2 code
     new 59edae6  Same mistake twice today :( Keep code Java6 compatible
     new c75a0d8  Fixed unused import
     new ad54407  Fix javadoc based on errors/warnings when using Java8. (includes usage of html, not xhtml)
     new 7768bef  Move header to expected position
     new 47747e7  upgrade maven-plugin-testing-harness to 2.2 Replace ArtifactFactory with ArtifactStubFactory, which is sufficient enough
     new 2a3e523  Fixed more ^M's
     new 5c19bcb  [MNGSITE-243] Fixed wrong link.
     new 216ca2d  Add tests to verify that transformed filters are processed correctly
     new 20b81a4  Add AbstractFilter for custom filters
     new 44b9721  Add javadoc
     new 4d5d2f7  Introduce ArtifactIncludeFilterTransformer
     new e53a19a  Add support for custom filters for all transformers, verify with unittests
     new 880747b  clean up dependencies based on dependency:analyze
     new 61652d1  Rename PatternArtifactFilterTCK to AbstractPatternArtifactFilterTest and let TCK users extend it to ensure that always all tests are called.
     new cbeca24  Also pick up scope Add unit tests for Nodes Remove unused imports
     new 2b6f442  Also pick up optional
     new 3bf52bd  Also pick up exclusions when available (i.e. only via Aether)
     new 47fcb99  Set svn EOL to native
     new e4dc7ea  Reintroduce constructor based on List for backwards compatibility
     new 56d002c  Now with correct constructor signature. I'm not sure if we should maintain maven-repository-builder, so for now keep this constructor so projects using this repo-builder can use improved common-artifact-filters
     new 693abc4  [maven-release-plugin] prepare release maven-common-artifact-filters-3.0
     new 8533d73  [maven-release-plugin] prepare for next development iteration
     new de3ba5e  rollback mistaken release.
     new 2419822  [MSHARED-450] Upgrade maven-shared-utils to 3.0.0
     new 08bcf57  [MSHARED-458] Upgrade maven-shared-components parent to version 22
     new afffed9  [MSHARED-461] Upgrade org.sonatype.aether to 1.13.1 / org.eclipse.aether 1.0.2.v20150114
     new 9841597  Reverted r1712640 [MSHARED-461]
     new 2f68b4e  [MPOM-95] updated parent pom location
     new e2b68d8  [MSHARED-466] Filtering dependencies does not retain the order of the unfiltered list
     new 1dacf80  Fixed large number of Checkstyle reported errors/warnings.
     new 3db68ae  [MSHARED-468] Remove @Deprecated marked code
     new fd07ca6  Version number of component to 3.0.0-SNAPSHOT
     new 52b8296  [maven-release-plugin] prepare release maven-common-artifact-filters-3.0.0
     new 90fb394  [maven-release-plugin] prepare for next development iteration
     new 97e564b  updated Jira url
     new 075a79b  [MSHARED-524] Upgrade maven-shared-components parent to version 30
     new 6437f97  [MSHARED-599] Allow classifier in PatternInclusionsFilter
     new ca0b725  Add documentation Reuse regExp
     new 88ba152  Pattern[MSHARED-599] Allow classifier in PatternInclusionsFilter pattern ends with the version
     new 0cebceb  Support null-scope handling when transforming to (old) ArtifactScopeFilter
     new b2ae4a2  [MSHARED-566] Support actTransitivily for Pattern(Include/Exclude)ArtifactFilter
     new 1b5d50b  [MSHARED-386] Wildcard does not work with null classifier
     new eef9c86  [maven-release-plugin] prepare release maven-common-artifact-filters-3.0.1
     new 45e6ca0  [maven-release-plugin] prepare for next development iteration
     new 17604ed  [MSHARED-631] Several filters do not preserve order of artifacts filtered

The 140 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
['"commits@maven.apache.org" <co...@maven.apache.org>'].