Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
b7fc57c
[maven-release-plugin] prepare for next development iteration
bentmann May 18, 2014
705cd01
Optimized non-proxy host matching in DefaultProxySelector
bentmann May 25, 2014
5595ddf
Bug 435715 - DefaultProxySelector does not process non-proxy hosts in…
bentmann May 25, 2014
5dedc33
Bug 435716 - Add overload of DefaultProxySelector.add() that accepts …
bentmann May 25, 2014
ce19988
Fixed method reference
bentmann May 25, 2014
39accef
Tweaked structure of API docs
bentmann May 25, 2014
caf41ec
Replaced discouraged StringTokenizer usage with String.split()
bentmann May 25, 2014
fbf380c
Bug 435720 - Trim whitespace from non-proxy hosts in DefaultProxySele…
bentmann May 25, 2014
ad27342
Extended tests for DefaultProxySelector
bentmann May 31, 2014
6ef2c6e
Refactored DefaultMirrorSelector
bentmann May 31, 2014
db2202c
Added tests for DefaultMirrorSelector
bentmann May 31, 2014
c9aeca7
Bug 436288 - Add overload to DefaultMirrorSelector.add() that accepts…
bentmann May 31, 2014
93310af
Bug 436290 - Trim whitespace from id/type list strings in DefaultMirr…
bentmann May 31, 2014
c2b1c3d
Bug 436292 - Allow comma as delimiter for non-proxy hosts in DefaultP…
bentmann May 31, 2014
cbcde59
Simplified code
bentmann Jun 21, 2014
fa75e13
Added some comments
bentmann Aug 28, 2014
51ea175
Updated jetty-server to 7.6.15
bentmann Aug 28, 2014
d252910
Extended HttpTransporterTest to cover credential encoding
bentmann Aug 29, 2014
6ac187b
Extended HttpServer with customizable server response header
bentmann Aug 29, 2014
cd3cb86
Bug 442576 - Allow to disable WebDav support
bentmann Aug 30, 2014
9440b37
Bug 442576 - Allow to disable WebDav support
bentmann Aug 30, 2014
bb7c121
fixed typo
hboutemy Sep 28, 2014
149a522
upgraded m-site-p
hboutemy Sep 28, 2014
bf49c76
Enabled EOL normalization for text files at the repository level
bentmann Sep 28, 2014
e93b32d
Re-normalized line endings changed by bb7c121befcd8a36c2663838afee48a…
bentmann Sep 28, 2014
dae0615
Extended HttpTransporterTest to cover another scenario of interest
bentmann Sep 28, 2014
f718cfb
Bug 445283 - HTTP transporter can mistake server authentication for p…
bentmann Sep 28, 2014
c6cf8d7
Improved usability of HttpServer
bentmann Sep 28, 2014
0db0dcc
Extended API docs
bentmann Oct 19, 2014
32267bf
Bug 447810 - Make ConfigUtils.getString() recognize booleans and numb…
bentmann Oct 19, 2014
07e1a84
Bug 447812 - Allow authentication to follow HTTP redirects
bentmann Oct 19, 2014
a29e432
Cleaned up WebDAv test
bentmann Oct 19, 2014
5341d52
Improved compliance with javadoc 8
bentmann Oct 19, 2014
570f98b
Bug 448409 - Output being spammed with "Using mirror ..." messages wh…
bentmann Oct 25, 2014
6ef4a91
Polished/extended API docs
bentmann Oct 26, 2014
ed23cf8
Polished code
bentmann Nov 1, 2014
396bc8c
Bug 449590 - DefaultRepositoryCache.put() with null data fails to upd…
bentmann Nov 1, 2014
e171c21
Bug 449599 - Return value of DefaultSessionData.set(key, null, null) …
bentmann Nov 1, 2014
57c56f9
Updated timeout test to account for changed exception generation in h…
bentmann Nov 10, 2014
097f275
Bug 450948 - Widen version range for package imports in aether-transp…
bentmann Nov 11, 2014
1cbc81d
Dropped the incubation classifier from the binary distribution
bentmann Nov 15, 2014
ab19919
Bug 451566 - DefaultRepositorySystem.resolveDependencies() fails with…
bentmann Nov 16, 2014
6f1e141
Silended HTTP wire logging during tests
bentmann Nov 23, 2014
80334ca
Updated to httpclient:4.3.5
bentmann Nov 23, 2014
4cf5f7a
453221 represent missing dependencies in dependency tree
ifedorenko Nov 25, 2014
5e383c7
change to groupId org.apache.maven
olamy May 1, 2016
8fda2d8
changed groupId from o.a.maven to o.a.maven.aether
hboutemy May 1, 2016
e3cd116
finished change of groupId from o.a.maven to o.a.maven.aether
hboutemy May 1, 2016
540d7cc
updated license to Apache License v2.0
hboutemy May 1, 2016
d8421d8
pom cleanup: removed inherited config and bundle management
hboutemy May 1, 2016
d427e14
prepared for site publication while doing more cleanup
hboutemy May 1, 2016
aa637a8
activated Checkstyle back
hboutemy May 3, 2016
683e885
added site publication configuration
hboutemy May 7, 2016
cdc5afd
added sandbox profile: this is work in progress, subject to change...
hboutemy May 7, 2016
df930df
browsable link to github
hboutemy May 8, 2016
a21436e
added Aether dependency graph image map
hboutemy May 8, 2016
11a061b
fixed breadcrumb name
hboutemy May 8, 2016
1ee9286
Bugfix: DefaultDependencyCollector does not correctly handle dependen…
ChristianSchulte Jan 28, 2016
1b4370b
Feature: Addition of JavaDependencyMediator. Blocks MNG-5988.
ChristianSchulte Jul 1, 2016
0a82c39
API: Added methods 'getParent' and 'getDepth' to interface 'Dependenc…
ChristianSchulte Jul 2, 2016
5b69d98
Feature: Updated class 'JavaDependencyMediator' to become a very simp…
ChristianSchulte Jul 2, 2016
468240b
Feature: Updated class 'JavaDependencyMediator' to support different …
ChristianSchulte Jul 6, 2016
27f8bd7
[MNG-6007] rename Aether to Maven Artifact Resolver
hboutemy Sep 3, 2016
33015d9
MNG-6040 configured Jira project
hboutemy Sep 13, 2016
72bc164
MNG-6008 git repository renamed to maven-resolver.git
hboutemy Sep 14, 2016
f26dade
added link to CI job
hboutemy Sep 14, 2016
6bac764
MNG-6007 forgot one place for renaming
hboutemy Sep 14, 2016
86b838e
updated parent
hboutemy Sep 17, 2016
0dc0cca
Added apache-rat-plugin excludes for transport-http
khmarbaise Sep 18, 2016
534d717
[MRESOLVER-1] Add LICENSE and NOTICE files
mizdebsk Sep 28, 2016
11b359e
[MRESOLVER-2] Add repository id to TransferResource
michael-o Oct 16, 2016
d76eefa
[MRESOLVER-3] Update dependencies
michael-o Oct 16, 2016
dee6133
Fix Checkstyle errors on package-info.java
michael-o Oct 16, 2016
10ccd5f
[MRESOLVER-5] Update minimum Java version to 1.7
michael-o Oct 31, 2016
b36a2bf
[MRESOLVER-6] Use java.nio.charset.StandardCharsets wherever possible
michael-o Oct 31, 2016
03d5748
Avoid implicit type casts to long or float
michael-o Oct 31, 2016
53ef352
[MRESOLVER-7] Download dependency POMs in parallel
hwellmann Nov 1, 2016
ac81e92
[MRESOLVER-7] moved dependency collector and friends to subpackage
hwellmann Nov 5, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
5 changes: 0 additions & 5 deletions CONTRIBUTING.md

This file was deleted.

202 changes: 202 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.

"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.

"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.

"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.

"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.

"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.

"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).

"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.

"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."

"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.

3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:

(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and

(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and

(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and

(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.

You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.

5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.

8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
5 changes: 5 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Apache Maven Resolver
Copyright 2016 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
7 changes: 0 additions & 7 deletions README.md

This file was deleted.

63 changes: 0 additions & 63 deletions aether-api/pom.xml

This file was deleted.

This file was deleted.

47 changes: 0 additions & 47 deletions aether-api/src/main/java/org/eclipse/aether/RepositoryCache.java

This file was deleted.

Loading