Release Notes for Archiva 1.1
-----
-Release Notes for Archiva 1.1 (DRAFT)
+Release Notes for Archiva 1.1
The Apache Archiva team would like to announce the release of Archiva 1.1.
- Archiva 1.1 is {{http://archiva.apache.org/download.html} available for download from the web site}}.
+ Archiva 1.1 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.
** RSS
RSS is now available for getting a feed of new artifacts being added to a given repository. Two types of feeds are generated by Archiva:
- new artifacts in a repository and new versions of a specific artifact. Details are available in {{{userguide/rss.html>}Rss Feeds}}.
+ new artifacts in a repository and new versions of a specific artifact. Details are available in {{{userguide/rss.html}Rss Feeds}}.
~~TODO: screenshot, more detail
-** Repository Groups
+** Virtual Repositories
- ...
+ Virtual repositories or repository groups allows downloading from a group of repositories via one url. For more details of this feature,
+ see {{{userguide/virtual-repositories.html}Virtual Repositories}}.
~~TODO: screenshot, more detail
* Changes in Archiva 1.1
+** Sub-task
+
+ * [MRM-801] - Create documentation for virtual repositories
+
** Bug
+ * [MRM-234] - Moving files between repos through webdav doesn't work
+
* [MRM-312] - ConcurrentModificationException
+ * [MRM-523] - Appearance Actions do not work when ${user.home} is invalid.
+
* [MRM-538] - Browse > Info not synchronised with updated POM contents
* [MRM-584] - Newly created user cannot login
* [MRM-692] - Repository problem is kept in database even though its related artifact has been already removed
- * [MRM-695] - Database seems to be getting initialized twice -- the second time causing the Repositories page to take a long time to load on initial access
-
* [MRM-702] - in the standalone bundle, the pid file is written into the installation directory alongside the wrapper, but should be in a temporary location
* [MRM-711] - Security using ldap throws NullPointerException
* [MRM-733] - Error ending component lifecycle
- * [MRM-753] - Error while uploading an artifact on archiva
+ * [MRM-753] - Error while deploying an artifact to archiva
* [MRM-767] - generated LICENSE and NOTICE files need improvement
* [MRM-769] - CLONE - 507 Insufficient Storage when deploying artifact with webdav
- * [MRM-777] - assignments.jsp: missing <tr></tr> group under "Resource Roles":
+ * [MRM-777] - assignments.jsp: missing <tr></tr> group under "Resource Roles":
* [MRM-778] - DefaultDavServerManager.createServer doesn't create server
* [MRM-785] - No message is displayed after a successful artifact upload
- * [MRM-786] - Endless loop in "Dependency Tree" in cyclic dependencies?
-
- * [MRM-788] - Database Issue: java.sql.SQLException: Already closed.
-
* [MRM-789] - Archiva may delete you app server installation
* [MRM-790] - [regression] proxying metadata causes an IO exception in new checksum code
* [MRM-792] - remove references to maven in code
- * [MRM-793] - 500 error when saving company details (in Appearance) with only the artifactId specified and groupId is left blank
-
- * [MRM-794] - Have to create .profile file for user archiva
-
* [MRM-796] - releases always activated in repositories
* [MRM-797] - Delete Released Snapshots doesn't work
+ * [MRM-800] - Admin user account user lockout via Webdav only?
+
+ * [MRM-810] - Uploads done through the Web UI are not reported in the audit log
+
+ * [MRM-818] - [Repository Group] Page will be broken if entered identifier is too long
+
+ * [MRM-819] - ERROR 404 page when clicking the URL of Repository Group with identifier i.e. "test/test"
+
+ * [MRM-820] - 404 when the dav url of an Archiva default repository (internal or snapshots) is accessed
+
+ * [MRM-823] - Deleted repository still shows up in the repo group
+
+ * [MRM-824] - dependency cleanup
+
+ * [MRM-835] - Checksum search appears broken
+
+ * [MRM-840] - Wagon HTTP deadlocks under high load
+
+ * [MRM-845] - Continuous Loop when you click a repository group link
+
+ * [MRM-846] - "Repository Purge By Retention Count" option not working
+
+ * [MRM-847] - DependencyTreeGeneratorConsumerTest fails under windows due to line ending
+
+ * [MRM-851] - wrong taglib short-name causes deployment error on Geronimo
+
+ * [MRM-853] - HTTP Error 500 when uploading artifact with Windows OS
+
+ * [MRM-855] - java.lang.NoClassDefFoundError: org/apache/xml/serialize/OutputFormat
+
+ * [MRM-856] - Artifact Upload replaces all instances of the name "jar" with "pom" when trying to change the file extension
+
+ * [MRM-858] - last-modified header is missing
+
** Improvement
* [MRM-591] - Reports should show from which repository the defective artifact was found.
- * [MRM-604] - Company POM - Allow a different version than 1 to be entered.
-
* [MRM-651] - Updated consumer plugin to build against the 1.1 apis
* [MRM-654] - Archetype for generation of Consumer plugins
* [MRM-781] - Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdav
+ * [MRM-802] - Display the url for the repository group
+
+ * [MRM-804] - When uploading artifacts to the repo, they should be added to the index instantly
+
+ * [MRM-822] - add org/jvnet/**, com/sun/** to the whitelist for the default java.net repository
+
+ * [MRM-829] - Replace Company POM feature with simple Appearence customisation
+
+ * [MRM-831] - When deploying artifacts to the repo, they should be added to the index instantly
+
+ * [MRM-857] - set a user agent for proxy HTTP requests
+
+ * [MRM-859] - Use File.createTempFile() when downloading files from a remote repository
+
** New Feature
* [MRM-123] - add RSS view to repository manager