diff options
author | James William Dumay <jdumay@apache.org> | 2008-05-12 05:16:13 +0000 |
---|---|---|
committer | James William Dumay <jdumay@apache.org> | 2008-05-12 05:16:13 +0000 |
commit | a9b8b805feaf50f66264ae8b11d2f4c79c7cc01f (patch) | |
tree | 2af50e5b05a9c8eefbc2d2bd499b9afa156dd2e4 /archiva-docs/src | |
parent | 4c032d305dee16af5ba17cec84ac78ab39261fbf (diff) | |
download | archiva-a9b8b805feaf50f66264ae8b11d2f4c79c7cc01f.tar.gz archiva-a9b8b805feaf50f66264ae8b11d2f4c79c7cc01f.zip |
Adding issues to release notes
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@655413 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src')
-rw-r--r-- | archiva-docs/src/site/apt/release-notes.apt | 123 |
1 files changed, 122 insertions, 1 deletions
diff --git a/archiva-docs/src/site/apt/release-notes.apt b/archiva-docs/src/site/apt/release-notes.apt index c33ed54b1..71671bc00 100644 --- a/archiva-docs/src/site/apt/release-notes.apt +++ b/archiva-docs/src/site/apt/release-notes.apt @@ -47,6 +47,7 @@ Release Notes for Archiva 1.1 (DRAFT) stability for the web application in particular. ** Using Apache Jackrabbit WebDAV Servlet + Archiva now uses Apache Jackrabbit's WebDAV servlet for serving repository content instead of plexus-webdav. The change results in reduced codebase complexity, increased standards compliance, better webdav client support and a small peformance boost. @@ -59,7 +60,127 @@ Release Notes for Archiva 1.1 (DRAFT) * Changes in Archiva 1.1 -~~TODO: paste release notes +** Bug + + * [MRM-312] - ConcurrentModificationException + + * [MRM-538] - Browse > Info not synchronised with updated POM contents + + * [MRM-584] - Newly created user cannot login + + * [MRM-597] - Cannot run Archiva as another user because su is run with option "-" (--login) + + * [MRM-602] - add "maintainance" to the feature tour + + * [MRM-605] - unit tests fail on archiva 1.0 source distribution + + * [MRM-610] - a number of unit tests fail on windows + + * [MRM-614] - User validation message has incorrect URL + + * [MRM-624] - Failed to install Archiva as windows service + + * [MRM-629] - NullPointer when setting corporate POM on a fresh archvia install + + * [MRM-638] - some developer reports are appearing in the archiva-docs module and need to be disabled + + * [MRM-652] - Invalid html links in "webdav" directory browsing + + * [MRM-653] - WebDAV deploy fails with error + + * [MRM-658] - org.apache.maven.archiva.repository.content.FilenameParser is unable to determine unique snapshot versions with specific version names + + * [MRM-682] - Archiva runs out of heap memory + + * [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-767] - generated LICENSE and NOTICE files need improvement + + * [MRM-768] - Cannot proxy maven2 plugin (jaxb) from a maven1 repository (http://download.java.net/maven/1) + + * [MRM-769] - CLONE - 507 Insufficient Storage when deploying artifact with webdav + + * [MRM-777] - assignments.jsp: missing <tr></tr> group under "Resource Roles": + + * [MRM-778] - DefaultDavServerManager.createServer doesn't create server + + * [MRM-780] - Access to indexes files with a browser is not possible + + * [MRM-784] - mailing-info on the website points to 'old' maven.apache.org addresses + + * [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 + +** 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-667] - Timeout implementation for Archiva + + * [MRM-678] - 404 errors on proxies should be cached + + * [MRM-752] - Trim URL in Remote Repositories + + * [MRM-760] - set JSW to auto-restart if it crashes or hangs + + * [MRM-773] - Improve RSS feed generation + + * [MRM-781] - Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdav + +** New Feature + + * [MRM-123] - add RSS view to repository manager + + * [MRM-216] - Upload (deploy) artifacts to a repository - via a web form (not using wagon) + + * [MRM-694] - Virtual repositories or repository grouping + + * [MRM-751] - Support database connection pooling + + * [MRM-774] - Support inclusion of pom file when deploying an artifact via the web upload form + +** Task + + * [MRM-677] - Upgrade archiva to the latest redback (1.0.1) + + * [MRM-688] - Replace plexus-runtime with standalone jetty bundle + + * [MRM-708] - Migrate from Plexus Logging to Slf4J + + * [MRM-754] - Update the screenshots in the docs * Changes in Archiva 1.0.2 |