1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
-----
Release Notes for Archiva ${project.version}
-----
~~ Licensed to the Apache Software Foundation (ASF) under one
~~ or more contributor license agreements. See the NOTICE file
~~ distributed with this work for additional information
~~ regarding copyright ownership. The ASF licenses this file
~~ to you 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.
Release Notes for Archiva ${project.version}
The Apache Archiva team would like to announce the release of Archiva
${project.version}. Archiva is {{{http://archiva.apache.org/download.html}
available for download from the web site}}.
Archiva is an application for managing one or more remote repositories,
including administration, artifact handling, browsing and searching.
If you have any questions, please consult:
* the web site: {{http://archiva.apache.org/}}
* the archiva-user mailing list: {{http://archiva.apache.org/mail-lists.html}}
* New in Archiva ${project.version}
Some new features has been added in ${project.version}:
* There is now a new webapp UI based on javascript (legacy webapp is still distributed). <<NOTE>>: most of the UI issues has been fixed
in the new UI only.
* Compatibility Changes
* If upgrading from earlier versions of Archiva, the list of libraries in
<<<wrapper.conf>>> has changed. If you have customized your copy of
<<<wrapper.conf>>>, please update it for compatibility with the version
distributed with the current release.
* As the database storage has been removed, you can remove the JNDI entry
for <<<jdbc/archiva>>>. After upgrading from a previous version, you will
have to run a full scan to populate the new JCR Repository. This will be
done on first start of Archiva.
Refer to the {{{./adminguide/upgrade.html} Upgrading Archiva guide}} for more
information.
* Release Notes
The Archiva ${project.version} features set can be seen in the {{{./tour/index.html} feature tour}}.
* Changes in Archiva ${project.version}
Released: <<???>>
** Improvement
* [MRM-1126] - warning on changing repo location is confusing if it exists
* [MRM-1746] - build merged index for groups with a cron schedule
* [MRM-1764] - #users > edit roles -- please sort repository list for ease of use
* [MRM-1765] - #users > edit -- please sort effective roles
* [MRM-1798] - upgrade to last Spring 4.0.0
** New Feature
* [MRM-676] - Provide 302 redirect for latest SNAPSHOT
* [MRM-1750] - Add remote repository health check
** Bug
* [MRM-1702] - Race condition caused by retrieving the same artifact from a Proxy from muliple threads
* [MRM-1761] - Returned URL in search result does not work for SNAPSHOTS
* [MRM-1762] - Upload Artifact page allows to uploading SNAPSHOT versions to non snapshot repositories
* [MRM-1766] - Clicking the ".." when browsing should take you up one level in the group chain and not "Home"
* [MRM-1769] - Can't uploads multiple artifacts of different types
* [MRM-1773] - log4j2 beta8 cause out of heap space with java-1.7.0_25
* [MRM-1776] - UI Upload. The generated pom.xml is the artifact!
* [MRM-1777] - User updating their own password doesn't gets error, but the password has not been changed.
* [MRM-1779] - pom artifacts cannot be searched on Archiva 1.4-M4
* [MRM-1780] - Filtering on Artifact Id
* [MRM-1781] - Error viewing artifact information
* [MRM-1782] - SNAPSHOTS not getting purged
* [MRM-1783] - The words "choosen" and "availables" used within the Users Runtime Configuration
* [MRM-1784] - Users Runtime Configuration - Unclear distinction between User Manager and Rbac Manager
* [MRM-1787] - Deletion of a repository, while users have the repository manager role assigned causes errors
* [MRM-1789] - Register link appears after logging in and back out even "Disable registration Link" is checked
* [MRM-1791] - ldap group mapping support for active directory
* [MRM-1793] - trailing spaces not trimmed in upload form
* [MRM-1795] - window.archivaRuntimeInfo.version is null in archiva/archiva.js
* [MRM-1796] - Can't download large archive file due to java.lang.NumberFormatException
** Task
* [MRM-1794] - update quartz to 2.x
* History
Archiva was started in November 2005, building a simple framework on top of some existing repository conversion
tools within the Maven project. Initial development focused on repository conversion, error reporting, and indexing.
From January 2006 a web application was started to visualise the information and to start incorporating
functionality from the unmaintained maven-proxy project.
Development continued through many stops and starts. Initial versions of Archiva were built from source by contributors,
and the first alpha version was not released until April 2007. Some significant changes were made to improve
performance and functionality in June 2007 and over the next 6 months and a series of alpha and beta releases, a concerted effort
was made to release the 1.0 version.
Archiva became an Apache "top level project" in March 2008.
|