feeds2read
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-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-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 * [MRM-865] - Upload snapshot should work like a deploy * [MRM-867] - 500 on HEAD method * [MRM-869] - many empty folders created in managed repos with proxy connectors when used in a group * [MRM-870] - addRepositoryToGroup.action => AbstractMethodError on DeferredDocumentImpl.getXmlStandalone() * [MRM-871] - jetty.host and jetty.port properties are set by default in jetty.xml preventing user from using other hostname if user is not aware of these properties * [MRM-872] - empty metadatas frmo a repository group * [MRM-591] - Reports should show from which repository the defective artifact was found. * [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-737] - Don't list metadata files in the search results * [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 * [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 * [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-730] - Index/Search by class, method or package name * [MRM-751] - Support database connection pooling * [MRM-774] - Support inclusion of pom file when deploying an artifact via the web upload form * [MRM-864] - Searching within search results * [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 Thanks, The Apache Archiva team

[ Category : Apache Archiva ] PDFXML_RSS

  Fri, 18 Jul 2008 22:23:01 +0200
.::18 July 2008 - Apache POI 3.5.1 beta Now Available::.
The Apache POI team is pleased to announce the availability of Apache POI 3.5.1 beta 1, our first release including OOXML (Office Open XML) support.

Apache POI is well-known in the Java field as a library for reading and writing OLE2 office file formats, such as Excel, PowerPoint, Visio and Word. With POI 3.5, it also support the new OOXML formats introduced in Office 2007. See http://poi.apache.org/ for more details

----

Release Highlights:

  Wed, 16 Jul 2008 04:06:01 +0200
.::16 July 2008 - Apache VelocityTools 2.0 Released::.
The Velocity developers are pleased to make the second beta release of VelocityTools 2.0 available for download. Downloads are available here: http://velocity.apache.org/download.cgi Major development in VelocityTools 2.0 has been essentially complete for some time, and the focus is on fixing the remaining bugs, completing the documentation, and providing clear migration paths for users of VelocityTools 1.x. Significant new features in 2.0 include very flexible, composable toolbox configuration (via either java, xml, and/or properties), lazy-loading/initialization of tools, the VelocityViewTag for embedding Velocity within JSP, simplified embedding of VelocityTools in other frameworks, an assortment of new and improved tools, and much more. This should be useable as a drop in replacement for Tools 1.4, with a few minor exceptions where things already deprecated earlier in 1.x have been removed. The 2.x series of VelocityTools also requires both Velocity 1.5+ and JDK 1.5+. At this point, the new tool management and configuration facilities are extremely stable and useable. Documentation has continued to improve dramatically and is nearing completion. There are no open or known bugs in this release nor significant changes anticipated before 2.0 final is released. We are very interested in all feedback regarding Tools 2.0, especially regarding backwards compatibility with apps designed for Tools 1.4 or earlier. We aim to enable a smooth, incremental transition for developers and their applications.

[ Category : Apache Velocity ] PDFXML_RSS

  Tue, 15 Jul 2008 08:06:26 +0200
.::15 July 2008 - Apache Wicket 1.4-m3 Now Available::.
Help the Apache Wicket team to determine the future of your Wicket based web application development. We have released our third and hopefully final milestone release of our Java 5 based web framework and are anxious to receive feedback on our use of generics. A significant change from the earlier Wicket 1.4 milestone versions is that Component is no longer generified. This means that Component and most of its subclasses in Wicket do not take a class-level type parameter. Some Component subclasses remain generified, such as Link, Form, FormComponent, ListView, etc. You can read more details regarding these changes here: * http://wicket.apache.org/wicket-14-m3-news.html * http://www.nabble.com/generics-to18083910.html#a18083910 We feel that this might provide a good middle ground between being unable to add typing to IModel on one hand and a proliferation of unneeded typing information on modelless components on the other hand. Your feedback is appreciated! Download Wicket 1.4-m3 now and help us decide whether to tone down, remove or increase the application of Java 5 generics to our API. We have started the discussion on the user mailing list: * http://www.nabble.com/users%2C-please-give-us-your-opinion%3A-what-is-your-take-on-generics-with-Wicket-td17589984.html Eager people click here to download the distribution, others can read further: * http://www.apache.org/dyn/closer.cgi/wicket/1.4-m3 We thank you for your patience and support. -- The Wicket Team === Apache Wicket === Apache Wicket is a component oriented Java web application framework. With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML. You can find out more about Apache Wicket on our website: * http://wicket.apache.org === This release === The Apache Wicket team is proud to announce the availability of the third milestone release of our first java 1.5 Wicket version: Apache Wicket 1.4-m3. This is the first release with java 1.5 as a minimum. Almost everything has been converted to java 1.5. If you find something missing, please help us and send a message to the dev@ or user@ list. === Migrating from 1.3 === If you are coming from Wicket 1.3, you really want to read our migration guide, found on the wiki: * http://cwiki.apache.org/WICKET/migrate-14.html === Downloading the release === You can download the release from the official Apache mirror system, and you can find it through the following link: * http://www.apache.org/dyn/closer.cgi/wicket/1.4-m3/ For the Maven and Ivy fans out there: update your pom's to the following, and everything will be downloaded automatically: org.apache.wicket wicket 1.4-m3 Substitute the artifact ID with the projects of your liking to get the other projects. Please note that we don't prescribe a Logging implementation for SLF4J. You need to specify yourself which one you prefer. Read more about SLF4J here: http://slf4j.org === Validating the release === The release has been signed by Martijn Dashorst, your release manager for today. The public key can be found in the KEYS file in the download area. Download the KEYS file only from the Apache website. * http://www.apache.org/dist/wicket/1.4-m3/KEYS Instructions on how to validate the release can be found here: * http://www.apache.org/dev/release-signing.html#check-integrity === Reporting bugs === In case you do encounter a bug, we would appreciate a report in our JIRA: * http://issues.apache.org/jira/browse/WICKET === The distribution === In the distribution you will find a README. The README contains instructions on how to build from source yourself. You also find a CHANEGELOG-1.4 which contains a list of all things that have been fixed, added and/or removed since the first release in the 1.4 branch.

[ Category : Apache Wicket ] PDFXML_RSS

  Fri, 11 Jul 2008 03:30:07 +0200
.::11 July 2008 - Apache ODE 1.2 Released::.
The Apache ODE community is proud to announce its latest 1.2 release that includes many new features, improvements and bug fixes. Apache ODE is a WS-BPEL compliant web services orchestration engine. It organizes web services calls following a process description written in the BPEL XML grammar. Another way to describe it would be a web-service capable workflow engine. Highlights of this release: * External variables: variables used in a process are not opaque to the outside world anymore. You can map them to a simple database table and manipulate them directly. * Support for the WSDL HTTP binding. We've also added a few extensions, allowing the invocation of REST-style web services. * Advanced endpoint configuration which, thanks to the integration with Apache Axis2, enables WS-Security and WS-RM support. * A long list of small fixes and improvements for best-of-breed stability, performance and usability. In addition to these new features, Apache ODE provides the following functionalities: * Side-by-side support for both the WS-BPEL 2.0 OASIS standard and the legacy BPEL4WS 1.1 vendor specification. * Supports 2 communication layers: one based on Axis2 (Web Services http transport) and another one based on the JBI standard (using ServiceMix). * High level API to the engine that allows you to integrate the core with virtually any communication layer. * Hot-deployment of your processes. * Compiled approach to BPEL that provides detailed analysis and validation at the command line or at deployment. * Management interface for processes, instances and messages. For more information, check the Apache ODE website: http://ode.apache.org/. Apache ODE is an open source project released under a business-friendly license (Apache License v2.0), as such we welcome all your help and contributions. To participate and get involved, our mailing lists are the best resources to start from: http://ode.apache.org/mailing-lists.html...

[ Category : Apache ODE ] PDFXML_RSS

  Thu, 10 Jul 2008 05:59:15 +0200
.::10 July 2008 - Apache Ant 1.7.1 Released::.
The Apache Ant Team is proud to announce that version 1.7.1 has been released and is available as source[1] and binary[2] archives now. Ant 1.7.1 is mostly a bug fix release which addresses numerous issues found in Ant 1.7.0 released in December 2006. Several smaller optimizations should lead to an improved performance when compared to Ant 1.7.0. In addition Java6 support has been extended and JavaFX is now supported by the "script" task. The Apache Ant Development Team PS: please note that it may take a few hours until the new release is available from your preferred mirrors site. [1] http://ant.apache.org/srcdownload.cgi [2] http://ant.apache.org/bindownload.cgi

[ Category : Apache Ant ] PDFXML_RSS

  Wed, 09 Jul 2008 16:17:35 +0200
.::09 July 2008 - Apache MINA 2.0.0-M2 Now Available::.
The Apache MINA project is pleased to announce the release of MINA 2.0.0-M2. Apache MINA is a network application framework which helps users develop high performance and high scalability network applications easily. It provides an abstract, event-driven, asynchronous API over various transports such as TCP/IP and UDP/IP via Java NIO. The latest release is now available here: http://mina.apache.org/downloads.html A list of all the resolved issues for this this release is available here : https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=10670&fixfor=12312861 This is a milestone release and is not yet considered suitable for production use. This release improve the code structure, documentation and provide a large number of bug fix since 2.0.0-M1. We want to thanks all the developers who started using the 2.0 MINA branch and provided a lot of useful feedback for building this release. Thanks, Apache MINA PMC

[ Category : Apache MINA ] PDFXML_RSS

  Tue, 01 Jul 2008 03:34:20 +0200
.::01 July 2008 - Apache HttpComponents HttpCore 4.0-beta2 Now Available::.
The Apache HttpComponents project is pleased to announce the release of HttpComponents HttpCore 4.0-beta2. This release adds a number of improvements to the NIO components, most notable being improved asynchronous client side and server side protocol handlers. There has been a number of important bug fixes in HttpCore NIO module, whereas HttpCore base module has had very few changes. All upstream projects dependent on HttpCore NIO are strongly advised to upgrade. The focus of the development efforts is now gradually shifting towards providing better test coverage, documentation and performance optimizations. Download - http://hc.apache.org/downloads.cgi Release notes - http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES.txt HttpComponents site - http://hc.apache.org/

[ Category : Apache HttpComponents ] PDFXML_RSS

  Tue, 01 Jul 2008 03:31:38 +0200
.::01 July 2008 - Apache POI 3.1-Final Releaesd::.
The Apache POI team is pleased to announce the availability of Apache POI 3.1-FINAL. Apache POI is well-known in the Java field as a library for reading and writing OLE2 office file formats, such as Excel, PowerPoint, Visio and Word. See http://poi.apache.org Release Highlights: POI-HSSF - Java API To Access Microsoft Excel Format Files * Major improvements in formula evaluation * Support for conditional formatting * Support for Excel hyperlinks * Handling of embedded OLE2 documents * Support for getting excel cell comments when extracting text * Support for specifying a policy to HSSF on missing / blank cells when fetching POI-HSLF - Java API To Access Microsoft PowerPoint Format Files * Support for getting embedded sounds * Support for getting embedded OLE objects * Support for Tables * Improved text extraction * Export PowerPoint slides into image * Java2D Graphics driver POI-HWPF - Java API To Access Microsoft Word Format Files * Handling of embedded OLE2 documents * Support for extracting Escher images from HWPF files * Improved Range.replaceText() About 100 other fixes and improvements. A full list of changes is available in the change log: http://poi.apache.org/changes.html The source and binaries can be downloaded from your local mirror: http://www.apache.org/dyn/closer.cgi/poi/release/ The release is also available from the central Maven repository under Group ID "org.apache.poi" and Version "3.1-FINAL". Apache POI Team

[ Category : Apache POI ] PDFXML_RSS

  Fri, 27 Jun 2008 03:36:30 +0200
.::27 June 2008 - Apahce Wicket 1.3.4 (MA) Released::.
maintenance release: Apache Wicket 1.3.4. A lot of bugs have been squashed and several improvements implemented. Two noteworthy bugs have been squashed: - cross session leakage due to a dangling thread local in exceptional circumstances - memory leak in localizer (WICKET-1667) It is therefore recommended you update to Wicket 1.3.4 at your earliest convenience. Eager people click here to download the distribution, others can read further: http://www.apache.org/dyn/closer.cgi/wicket/1.3.4 We thank you for your patience and support. - The Wicket Team Apache Wicket Apache Wicket is a component oriented Java web application framework. With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML. You can find out more about Apache Wicket on our website: http://wicket.apache.org This release This release is the fourth maintenance release for the Wicket 1.3 product. This release fixes several bugs and adds some minor improvements. You can find out about the changes at the bottom of this announcement. Migrating from 1.2 If you are coming from Wicket 1.2, you really want to read our migration guide, found on the wiki: http://cwiki.apache.org/WICKET/migrate-13.html Downloading the release You can download the release from the official Apache mirror system, and you can find it through the following link: http://www.apache.org/dyn/closer.cgi/wicket/1.3.4/ For the Maven and Ivy fans out there: update your pom's to the following, and everything will be downloaded automatically: org.apache.wicket wicket 1.3.4 Substitute the artifact ID with the projects of your liking to get the other projects. Please note that we don't prescribe a Logging implementation for SLF4J. You need to specify yourself which one you prefer. Read more about SLF4J here: http://slf4j.org Validating the release The release has been signed by Martijn Dashorst, your release manager for today. The public key can be found in the KEYS file in the download area. Download the KEYS file only from the Apache website. http://www.apache.org/dist/wicket/1.3.4/KEYS Instructions on how to validate the release can be found here: http://www.apache.org/dev/release-signing.html#check-integrity Reporting bugs In case you do encounter a bug, we would appreciate a report in our JIRA: http://issues.apache.org/jira/browse/WICKET The distribution In the distribution you will find a README. The README contains instructions on how to build from source yourself. You also find a CHANEGELOG-1.3 which contains a list of all things that have been fixed, added and/or removed since Wicket 1.3.0. Release Notes - Wicket - Version 1.3.4 ** Bug * [WICKET-613] - Prototype scoped Spring beans * [WICKET-1152] - MetaDataRoleAuthorizationStrategy.unauthorize() doesn't work * [WICKET-1292] - WicketTester continueToOriginalDestination() uses application home page instead of original redictor * [WICKET-1366] - "ava.lang.IllegalStateException: No Page found for component" when collapsing nodes in a LinkTree * [WICKET-1418] - org.apache.wicket.MarkupContainer swallows AbortException * [WICKET-1453] - WicketServlet does not set content type on fallback() * [WICKET-1473] - BaseWicketTester.isComponentOnAjaxResponse() test is too strong * [WICKET-1476] - Referencing Page may cause StackOverflowError * [WICKET-1499] - AjaxEditableMultiLineLabel + race condition / * [WICKET-1501] - MarkupCache.putIntoCache doesn't behave correctly!! * [WICKET-1504] - AutoCompleteTextField - javascript error "type mismatch" in line 227 in IE * [WICKET-1507] - MarkupCache style/variation/locale support broken * [WICKET-1510] - FormDispatcherRequest creates invalid parameter map * [WICKET-1521] - ClassCastException in MixedUrlCodingStrategy * [WICKET-1527] - WicketTester can not deal with null values in page parameters * [WICKET-1536] - Enclosure permanently hides direct children after it has been itself hidden once * [WICKET-1537] - SelectOption generates non xhtml compliant markup * [WICKET-1541] - PopupSettings' windowName fixes for IE * [WICKET-1544] - Update Javadoc for AbstractValidator * [WICKET-1547] - Add getterfor IPageable to PagingNavigation * [WICKET-1548] - PagingNavigator calls factory methods from constructor * [WICKET-1549] - Memory leak with PropertyResolver (in running test suites) * [WICKET-1551] - javascript status variable hides the window.status variable because it is not declared as a far in wicket-ajax.js * [WICKET-1556] - Non-existant package resources lazily added to pool * [WICKET-1558] - WicketTester.startPage(page) throws "No requestCycle is currently set" * [WICKET-1560] - MarkupFragmentFinder fails on transparent resolvers within Repeaters * [WICKET-1569] - AjaxButton break form data when IRequestSettings.#getResponseRequestEncoding is not UTF-8. * [WICKET-1570] - We should mark session dirty when at least one page is touched * [WICKET-1575] - AjaxEventBehavior does not check for component.isEnableAllowed before adding the ajax event to the tag * [WICKET-1598] - Typos in JavaDoc of IMarkupResourceStreamProvider.java * [WICKET-1607] - addDomReadyEvent unreliable for Safari * [WICKET-1626] - Typo in src/main/java/org/apache/wicket/protocol/http/WebApplication.java * [WICKET-1632] - IE bug causes wicket problems when id auto generation is active * [WICKET-1635] - Stripping javascript comments and whitespace breaks application when using prototype library * [WICKET-1645] - Syntactic errors in the manifest OSGi headers * [WICKET-1646] - AjaxFormComponentUpdatingBehavior not working correctly when using IE 7 * [WICKET-1649] - Manifests use incorrect Dynamic-ImportPackage header * [WICKET-1658] - WicketTester#clickLink doesn't update lastRenderedPage * [WICKET-1659] - Prolem with 'mouseactive' in wicket-autocomplete.js when AutoCompleteBehaviour is added (twice) during Ajax roundtrip * [WICKET-1667] - Memory leak in Localizer * [WICKET-1669] - TimeFrame.equals(Object) does not work as expected * [WICKET-1670] - Time.valueOf() does not clear miliseconds * [WICKET-1682] - HtmlHandler can't handle tags not requiring closed tags if the tag names are uppercase * [WICKET-1697] - Bad caching in tag for the same key in same markup structure * [WICKET-1701] - org.apache.wicket.markup.html.CompressedPackageResource$CompressingResourceStream.cache needs to avoid being serialized * [WICKET-1704] - ResourceStreamRequestTarget.configure set wrong ContentLength for non-ascii characters * [WICKET-1705] - GuiceComponentInjector mishandles static fields * [WICKET-1706] - org.apache.wicket.util.lang.Objects.convertValue returns null if it cannot convert the value ** Improvement * [WICKET-1492] - Allow form to specify prefix for formcomponent names * [WICKET-1524] - Disable javadoc plugin in regular build to make it faster * [WICKET-1590] - AjaxEditableChoiceLabel ignores ChoiceRenderer in newLabel(...) * [WICKET-1592] - html.form.Form object should have method to obtain all FormValidator objects associated with * [WICKET-1595] - AutoCompleteTextField: Scrolling down the Choice Menu Only When the Bottom of the Menu Is Reached * [WICKET-1608] - make AutoCompleteBehavior's configuration more flexible * [WICKET-1618] - Localizer API should be enhanced so that the cache implementation can be overwritten * [WICKET-1668] - Application_es.properties (added translations) * [WICKET-1708] - Allow the module init parameter to contain multiple class names * [WICKET-1709] - Allow configuration of the guice Stage for GuiceWebApplicationFactory * [WICKET-1711] - Improve Locale fallback in BundleStringResourceLoader ** New Feature * [WICKET-1322] - NormalUrlCodingStrategy: It does not append / to the end of the url before the parameters * [WICKET-1428] - AutoLinkResolver and Parent-Relative (../) Links * [WICKET-1609] - add RedirectToExternalException * [WICKET-1641] - provide OSGi metadata ** Wish * [WICKET-1562] - Autocomplete should display the selection list even if the input field is empty

[ Category : Apache Wicket ] PDFXML_RSS

  Sat, 14 Jun 2008 02:21:57 +0200
.::14 June 2008 - Apache HTTP Server 2.2.9 Released::.
The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.2.9 of the Apache HTTP Server ("Apache"). This version of Apache is principally a bug and security fix release. The following potential security flaws are addressed:

We consider this release to be the best version of Apache available, and encourage users of all prior versions to upgrade.

Apache HTTP Server 2.2.9 is available for download from:

http://httpd.apache.org/download.cgi

Apache 2.2 offers numerous enhancements, improvements, and performance boosts over the 2.0 codebase. For an overview of new features introduced since 2.0 please see:

http://httpd.apache.org/docs/2.2/new_features_2_2.html

Please see the CHANGES_2.2 file, linked from the download page, for a full list of changes. A condensed list, CHANGES_2.2.9 provides the complete list of changes since 2.2.8. A summary of security vulnerabilities which were addressed in the previous 2.2.8 and earlier releases is available:

http://httpd.apache.org/security/vulnerabilities_22.html

Apache HTTP Server 1.3.41 and 2.0.63 legacy releases are also currently available. See the appropriate CHANGES from the url above. See the corresponding CHANGES files linked from the download page. The Apache HTTP Project developers strongly encourage all users to migrate to Apache 2.2, as only limited maintenance is performed on these legacy versions.

This release includes the Apache Portable Runtime (APR) version 1.3.0 bundled with the tar and zip distributions. The APR libraries libapr and libaprutil (and on Win32, libapriconv) must all be updated to ensure binary compatibility and address many known platform bugs.

This release builds on and extends the Apache 2.0 API. Modules written for Apache 2.0 will need to be recompiled in order to run with Apache 2.2, and require minimal or no source code changes.

http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/VERSIONING

When upgrading or installing this version of Apache, please bear in mind that if you intend to use Apache with one of the threaded MPMs (other than the Prefork MPM), you must ensure that any modules you will be using (and the libraries they depend on) are thread-safe.

----

-- The Apache HTTP Server Project

[ Category : Apache HTTP ] PDFXML_RSS

  Sat, 14 Jun 2008 02:14:48 +0200
.::14 June 2008 - Apache JMeter 2.3.2 has been released::.
The Apache JMeter team is pleased to announce the release of Apache JMeter 2.3.2 final.

Apache JMeter is a Java application designed to test server applications. It can be used to:

It includes support for protocols such as HTTP(S), JDBC, JMS, FTP, and others. It can also be extended with user-written code.

See http://jakarta.apache.org/jmeter/

The release can be downloaded from:

http://jakarta.apache.org/site/downloads/downloads_jmeter.cgi

Only the binary archive is needed to run JMeter - there is no need to download the source archive.

However there are some optional libraries which are not included. See the "Getting Started" page for details: http://jakarta.apache.org/jmeter/usermanual/get-started.html

The list of changes can be found at: http://jakarta.apache.org/jmeter/changes.html

All users are recommended to upgrade to this release.

----

-- The Apache JMeter team

[ Category : Apache Jakarta ] PDFXML_RSS

  Thu, 12 Jun 2008 02:36:45 +0200
.::12 June 2008 - Apache Rampart 1.4 Released::.
The Apache Rampart Team has released the version 1.4 of Apache Rampart

Apache Rampart 1.4 is a toolkit that provides implementations of the WS-Sec specifications for Apache Axis2 1.4, based on Apache WSS4J 1.5.4 and the Apache AXIOM-DOOM 1.2.7 implementations.

You can download the releases from: http://ws.apache.org/rampart/download/1.4/download.cgi

There are two main Apache Axis2 modules provided with this release.

Apache Rampart 1.4 uses a configuration model based on WS-Policy and WS-Security Policy. It is important to note that the Apache Rampart 1.0 style configuration is also available even though being marked as deprecated.

Apache Rampart 1.4 can be successfully used with the next Apache Sandesha2 release targeted towards Apache Axis2 1.4 to configure WS-SecureConversation + WS-ReliableMessaging scenarios.

The rampart module was successfully tested for interoperability with other WS-Security implementations.

WS - Sec specifications supported by Apache Rampart are as follows:

New features in Apache Rampart 1.4

Thank you for using Apache Rampart.

----

-- The Apache Rampart team

[ Category : Apache WebServices ] PDFXML_RSS

  Thu, 12 Jun 2008 02:28:49 +0200
.::12 June 2008 - Apache XML Graphics Commons 1.3.1 Released::.
The Apache XML Graphics team is pleased to announce a new release of Apache XML Graphics Commons.

Apache XML Graphics Commons is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO.

This release is mostly a bugfix release for the image loading framework that has been introduced in version 1.3.

For a detailed list of changes, see http://xmlgraphics.apache.org/commons/changes.html

Source and binary distributions can be downloaded from the corresponding directories in an Apache Software Foundation mirror at: http://www.apache.org/dyn/closer.cgi/xmlgraphics/commons. See also the download page: http://xmlgraphics.apache.org/commons/download.html

----

-- The Apache XML Graphics Project Team

[ Category : Apache XML Graphics ] PDFXML_RSS

  Mon, 09 Jun 2008 11:28:23 +0200
.::09 June 2008 - Apache Tuscany 1.2.1 (incubating) Now Available::.
The Apache Tuscany team is pleased to announce the 1.2.1 release of the Java SCA project.

Apache Tuscany provides a runtime environment based on the Service Component Architecture (SCA). SCA is a set of specifications aimed at simplifying SOA application development. These specifications are being standardized by OASIS as part of the Open Composite Services Architecture (Open CSA).

This 1.2.1 release is a maintenance release over the 1.2 release, see the RELEASE_NOTES and CHANGES file for details, and to download the distributions please go to:

http://incubator.apache.org/tuscany/sca-java-releases.html

To find out more about OASIS Open CSA go to:

http://www.oasis-opencsa.org

Apache Tuscany welcomes your help. Any contribution, including code, testing, contributions to the documentation, or bug reporting is always appreciated. For more information on how to get involved in Apache Tuscany visit the website at:

http://incubator.apache.org/tuscany

Thank you for your interest in Apache Tuscany

----

-- The Apache Tuscany Team

[ Category : Apache Incubator ] PDFXML_RSS

  Wed, 04 Jun 2008 03:41:27 +0200
.::04 June 2008 - Apache Portable Runtime 1.3.0 Released::.
The Apache Software Foundation and the Apache Portable Runtime Project are proud to announce the General Availability of version 1.3.0 of the APR Apache Portable Runtime library.

The Project further announces the General Availability of APR-util version 1.3.0, the companion Apache Portable Utility library. The original APR-iconv version 1.2.1 release, an alternative portable implementation of the 'iconv' library, remains current.

APR is available for download from:

This version of APR is principally a bug fix release, including fixes for specific platforms' configuration, feature detection, and run time behavior. Most developers are encouraged to adopt the latest APR 1.x version to ensure the most comprehensive support and access to the latest features and enhancements.

The mission of the Apache Portable Runtime Project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behavior regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features.

APR and its companion libraries are implemented entirely in C and provide a common programming interface across a wide variety of operating system platforms without sacrificing performance.

Currently supported platforms include:

To give a brief overview, the primary core subsystems of APR 1.3 include the following:

For a more complete list, please refer to the following URLs:

Users of APR 0.9 should be aware that migrating to the APR 1.x programming interfaces may require some adjustments; APR 1.x is neither source nor binary compatible with earlier APR 0.9 releases Users of APR 1.x can expect consistent interfaces and binary backwards compatibility throughout the entire APR 1.x release cycle, as defined in our versioning rules:

APR is already used extensively by the Apache HTTP Server version 2 and the Subversion revision control system, to name but a few. We list all known projects using APR at http://apr.apache.org/projects.html -- so please let us know if you find our libraries useful in your own projects.

----

-- The Apache Portable Runtime (APR) Project Team

[ Category : Apache APR ] PDFXML_RSS

  Mon, 02 Jun 2008 03:46:44 +0200
.::02 June 2008 - Apache Wicket 1.4 Milestone 2 Now Available::.
Help the Apache Wicket team to determine the future of your Wicket based web application development. We have released our second milestone release of our Java 5 based web framework and are anxious to receive feedback on our use of generics. Download Wicket 1.4-m2 now and help us decide whether to tone down, remove or increase the application of Java 5 generics to our API. We have started the discussion on the user mailing list:

http://www.nabble.com/users%2C-please-give-us-your-opinion%3A-what-is-your-take-on-generics-with-Wicket-td17589984.html

Eager people click here to download the distribution, others can read further:

http://www.apache.org/dyn/closer.cgi/wicket/1.4-m2

We thank you for your patience and support.

---- The Apache Wicket Team

=== Apache Wicket ===

Apache Wicket is a component oriented Java web application framework. With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.

You can find out more about Apache Wicket on our website:

http://wicket.apache.org

=== This release ===

The Apache Wicket team is proud to announce the availability of the first milestone release of our first java 1.5 Wicket version: Apache Wicket 1.4-m2. This is the first release with java 1.5 as a minimum. Not everything has been converted to java 1.5 yet but we are getting there.

=== Migrating from 1.3 ===

If you are coming from Wicket 1.3, you really want to read our migration guide, found on the wiki:

http://cwiki.apache.org/WICKET/migrate-14.html

=== Downloading the release ===

You can download the release from the official Apache mirror system, and you can find it through the following link:

http://www.apache.org/dyn/closer.cgi/wicket/1.4-m2/

For the Maven and Ivy fans out there: update your pom's to the following, and everything will be downloaded automatically:

org.apache.wicket wicket 1.4-m2

Substitute the artifact ID with the projects of your liking to get the other projects.

Please note that we don't prescribe a Logging implementation for SLF4J. You need to specify yourself which one you prefer. Read more about SLF4J here:

http://slf4j.org

=== Validating the release ===

The release has been signed by Frank Bille, your release manager for today. The public key can be found in the KEYS file in the download area. Download the KEYS file only from the Apache website.

http://www.apache.org/dist/wicket/1.4-m2/KEYS

Instructions on how to validate the release can be found here:

http://www.apache.org/dev/release-signing.html#check-integrity

=== Reporting bugs ===

In case you do encounter a bug, we would appreciate a report in our JIRA:

http://issues.apache.org/jira/browse/WICKET

=== The distribution ===

In the distribution you will find a README. The README contains instructions on how to build from source yourself. You also find a CHANEGELOG-1.4 which contains a list of all things that have been fixed, added and/or removed since the first release in the 1.4 branch.

[ Category : Apache Wicket ] PDFXML_RSS

  Wed, 28 May 2008 03:55:11 +0200
.::28 May 2008 - Apache POI 3.1-beta2 Now Available::.
The Apache POI team is pleased to announce the release of 3.1 BETA2 which is one of the final steps before 3.1 FINAL.

Apache POI is well-known in the Java field as a library for reading and writing OLE2 office file formats, such as Excel, PowerPoint, Visio and Word.

The status of this release is a beta, meaning that we encourage users to try it out. If you find any bugs, please report them to the POI bug database or to the poi-dev mailing list.

Summary of changes since 3.1-beta1:

A full list of changes is available in the change log: http://poi.apache.org/changes.html

The source and binaries can be downloaded from your local mirror: http://www.apache.org/dyn/closer.cgi/poi/dev/

The release is also available from the central Maven repository under Group ID "org.apache.poi" and Version "3.1-beta2".

----

-- The Apache POI Team

[ Category : Apache POI ] PDFXML_RSS

  Wed, 28 May 2008 03:51:02 +0200
.::28 May 2008 - Apache Qpid M2.1 (incubating) Now Available::.
We, Apache Qpid Team Members, are exceptionally pleased to announce that Qpid M2.1 is out, loud and proud. This version features AMQP 0-9 support, Access Control Lists and Role Based Access Control, loadable exchanges via OSGi plugins and the usual slew of enhancements, bug fixes and love.

Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520&styleName=Html&version=12312720

Known issues: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=12310520&fixfor=12312720&resolution=-1&sorter/field=priority&sorter/order=DESC

But most importantly, you can get it from: http://www.apache.org/dist/incubator/qpid/M2.1-incubating/

and via maven: http://people.apache.org/repo/m2-incubating-repository

[ Category : Apache Incubator ] PDFXML_RSS

  Tue, 27 May 2008 03:57:39 +0200
.::27 May 2008 - Apache Commons SCXML 0.8 Released::.
The Apache Commons project would like to announce the immediate availability of Commons SCXML 0.8.

Commons SCXML provides a Java State Chart XML (W3C Working Draft) engine. Anything that can be represented as a UML state chart -- business process flows, view navigation bits, interaction or dialog management, and many more -- can leverage the Commons SCXML library.

Commons SCXML 0.8 contains a small number of improvements and bug fixes. Details can be found in the release notes:

http://www.apache.org/dist/commons/scxml/RELEASE-NOTES.txt

Commons SCXML is available in either binary or source form from the following downloads page:

http://commons.apache.org/scxml/download_scxml.cgi

For more information on Commons SCXML, visit the project home page:

http://commons.apache.org/scxml/

----

-- The Apache Commons community

[ Category : Apache Commons ] PDFXML_RSS

  Thu, 22 May 2008 04:00:50 +0200
.::22 May 2008 - Apache Harmony 5.0M6 Now Available::.
The Apache Harmony team are pleased to announce the immediate availability of Apache Harmony 5.0M6.

Apache Harmony is the Java platform project of the Apache Software Foundation.

This is the latest stable build of the Harmony project's implementation of the Java SE specification, and contains numerous enhancements and bug fixes including:

Source code and binary builds are available from the Harmony download site:

http://harmony.apache.org/download.cgi

Apache Harmony welcomes your help. For more information on how to report problems, successes, and to get involved in Apache Harmony visit the project website at http://harmony.apache.org

----

-- The Apache Harmony Team

[ Category : Apache Harmony ] PDFXML_RSS

  Wed, 21 May 2008 04:03:58 +0200
.::21 May 2008 - Apache Derby 10.3.3.0 released::.
The Apache Derby project is pleased to announce an important maintenance release of Derby, 10.3.3.0.

Apache Derby is a subproject of the Apache DB project. Derby is a pure Java relational database engine which conforms to the ISO/ANSI SQL and JDBC standards. Derby aims to be easy for developers and end-users to work with.

IMPORTANT NOTICE:

If you are currently using Derby 10.3.1.4 or Derby 10.3.2.1, it is strongly recommended that you upgrade to Derby 10.4.1.3 or 10.3.3.0 to avoid any chance of database corruption due to an issue with multiple threads accessing a database that is documented in DERBY-3347.

This bug can cause unrecoverable database corruption during periods of heavy, multi-thread I/O operations. The error produced in the test case used to diagnose the problem was:

ERROR XSDB3: Container information cannot change once written: was 0, now 80.

It is felt that other errors might also be generated when this type of corruption occurs. The corruption message will most likely refer to page 0 of the container. For example:

ERROR XSDG1: Page Page(0 ,Container(0, 5856)) could not be written...

This bug corrupts the pages on disk and can go unnoticed. If you do not run database consistency checks regularly it is recommended you begin doing so as soon as possible after the upgrade. To insure that corruption has not already occurred in existing databases, after upgrade run the database consistency check at least once to validate all tables in the database. This proalso check that the previous backup did not also have the corruption.

In some cases one may recover data from the existing database, depending on the extent of the corruption, but will require by hand data recovery. Depending on the type of corruption this may be successful or not. one should consult the Derby list if attempting this recovery - no automatic software solution to this recovery exists.

Version 10.3.3.0 can be downloaded from: http://db.apache.org/derby/releases/release-10.3.3.0.cgi

Version 10.4.1.3 can be downloaded from: http://db.apache.org/derby/releases/release-10.4.1.3.cgi

For help or questions: http://db.apache.org/derby/derby_mail.html

----

-- The Apache Derby Project

[ Category : Apache DB ] PDFXML_RSS

  Fri, 16 May 2008 04:25:23 +0200
.::16 May 2008 - Apache Cocoon 2.2.0 Released::.
The Apache Cocoon Community is proud to announce the release of Cocoon 2.2.0. Apache Cocoon is a Spring-based framework (since version 2.2 of Cocoon) built around the concepts of separation of concerns and component-based development. Cocoon implements these concepts around the notion of component pipelines, each component on the pipeline specializing on a particular operation. Cocoon 2.2 introduces the idea of blocks. A block is the unit of modularization in Cocoon, allowing the framework to be built upon. (in comparison: Eclipse uses the term plugins, OSGi uses bundles). Everything that goes beyond what Cocoon provides in its core modules (Spring integration, sitemap and pipeline implementation) is provided as block (see below). Custom Cocoon applications are also developed as blocks. A block can provide the following additional features: * general servlet services (any servlet can be managed by the Cocoon servlet-service framework), * special services that provide pipelines as services, * component services (Spring beans, Avalon services/components), * a container for classes and resources. A block is packaged as a Java archive (jar) following certain conventions concerning the directory structure. To read more information about the new features within Cocoon 2.2.0 please go to: http://cocoon.apache.org/2.2/1420_1_1.html. Alternatively for more information about Apache Cocoon 2.2, please go to, please go to http://cocoon.apache.org or follow our getting started guide at http://cocoon.apache.org/2.2/1159_1_1.html. The release artifacts are available from the central Maven repository (http://repo1.maven.org/maven2/) or you can download them from the distribution area (http://cocoon.apache.org/1284_1_1.html). - o - Additionally we are pround to announce some additional releases: SUBPROJECTS ----------- * Cocoon Servlet-Service Framework 1.0.0 The Servlet Service Famework makes it easy to use servlets as components which can communicate with each other. The current implementation is based on Spring 2.5. There are no dependencies on Cocoon core libraries at all. http://cocoon.apache.org/subprojects/servlet-service/1.0/ * Cocoon Configuration 1.0.2 The...

[ Category : Apache Cocoon ] PDFXML_RSS

  Tue, 13 May 2008 04:06:43 +0200
.::13 May 2008 - Apache UIMA base framework version 2.2.2-incubating::.
The Apache UIMA community is pleased to announce the availability of the Apache UIMA base framework release version 2.2.2-incubating. The release is a bugfix release and is available for download on the Apache UIMA website

http://incubator.apache.org/uima/downloads.cgi

The main fixes for the current release are:

The complete list of fixes is available in the release notes.

http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/RELEASE_NOTES.html

We also updated the UIMA Eclipse update site with the new release artifacts. To update or install the UIMA Eclipse plugins please use the update site below.

http://www.apache.org/dist/incubator/uima/eclipse-update-site

----

-- The Apache UIMA team

----

INCUBATION DISCLAIMER

Apache UIMA is an effort undergoing incubation at The Apache Software Foundation (ASF). Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

[ Category : Apache Incubator ] PDFXML_RSS

  Mon, 12 May 2008 04:10:30 +0200
.::12 May 2008 - Apache MyFaces Core 1.2.3 Released::.
The Apache MyFaces team is pleased to announce the release of MyFaces Core 1.2.3.

MyFaces Core is a JavaServer(tm) Faces 1.2 implementation as specified by JSR-252. MyFaces Core has passed Sun's JSR-252 TCK and is 100% compliant with the JSR-252 specification.

MyFaces Core 1.2.3 is available in both binary and source distributions.

* http://myfaces.apache.org/download.html

MyFaces Core is also available in the central Maven repository under Group ID "org.apache.myfaces.core".

----

-- The Apache MyFaces Project

[ Category : Apache MyFaces ] PDFXML_RSS

  Fri, 09 May 2008 04:13:33 +0200
.::09 May 2008 - Apache HttpComponents HttpClient 4.0-alpha4 Now Available::.
The HttpComponents project is pleased to announce the release of HttpComponents HttpClient 4.0-alpha4. This release marks the completion of the overhaul of the connection management code in HttpClient. All known shortcomings of the old HttpClient 3.x connection management API have been addressed.

NTLM authentication remains the only missing major feature in the new codeline that prevents us from moving toward the API freeze.

There has been a number of important bug fixes since ALPHA3. All upstream projects are encouraged to upgrade to the latest release.

-------------------

Download - http://hc.apache.org/downloads.cgi

Release notes - http://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES.txt

HttpComponents site - http://hc.apache.org/

----

-- The Apache HttpComponents Project Team

[ Category : Apache HttpComponents ] PDFXML_RSS

  Wed, 07 May 2008 04:23:49 +0200
.::07 May 2008 - Apache Axis2/C 1.4.0 Released::.
Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C version 1.4.0 You can download this release from http://ws.apache.org/axis2/c/download.cgi Key Features ------------ 1. Support for one-way messaging (In-Only) and request response messaging (In-Out) 2. Client APIs: Easy to use service client API and more advanced operation client API 3. Transports supported: HTTP * Inbuilt HTTP server called simple axis server * Apache2 httpd module called mod_axis2 for server side * IIS module for server side * Client transport with ability to enable SSL support * Basic HTTP Authentication * Digest HTTP Authentication * libcurl based client transport 4. Transports supported: HTTPS * HTTPS Transport implementation using OpenSSL 5. Transports supported: TCP * for both client and server side 6. Transport proxy support (HTTP) * Proxy Authentication (Basic/Digest) 7. Module architecture, mechanism to extend the SOAP processing model. 8. WS-Addressing support, both the submission (2004/08) and final (2005/08) versions, implemented as a module. 9. MTOM/XOP support. 10. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages; This has complete XML infoset support. 11. XML parser abstraction * Libxml2 wrapper * Guththila pull parser support 12. Both directory based and archive based deployment models for deploying services and modules 13. Description hierarchy providing access to static data of Axis2/C runtime (configuration, service groups, services, operations and messages) 14. Context hierarchy providing access to dynamic Axis2/C runtime information (corresponding contexts to map to each level of description hierarchy) 15. Message receiver abstraction * Inbuilt raw XML message receiver 16. Code generation tool for stub and skeleton generation for a given WSDL (based on Java tool) * Axis Data Binding (ADB) support 17. REST support (more POX like) using HTTP POST, GET, HEAD, PUT and DELETE * Support for RESTful Services 18. Comprehensive documentation * Axis2/C Manual 19. WS-Policy implementation called...

[ Category : Apache WebServices ] PDFXML_RSS

  Wed, 07 May 2008 04:16:49 +0200
.::07 May 2008 - Apache Lucene Java 2.3.2 Released::.
The Apache Lucene Project Team has annouced that Apache Lucene Java 2.3.2 is now available.

This release contains fixes for bugs found in 2.3.1. It does not contain any new features, API or file format changes, which makes it fully compatible to 2.3.0 and 2.3.1.

The detailed change log is at: http://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_3_2/CHANGES.txt

Binary and source distributions are available at http://www.apache.org/dyn/closer.cgi/lucene/java/

Lucene artifacts are also available in the Maven2 repository at http://repo1.maven.org/maven2/org/apache/lucene/

----

-- The Apache Lucene Project

[ Category : Apache Lucene ] PDFXML_RSS

  Thu, 01 May 2008 04:19:51 +0200
.::01 May 2008 - Apache C++ Standard Library 4.2.1 released::.
The Apache C++ Standard Library project (Apache STDCXX) is pleased to announce the release of stdcxx 4.2.1. The distribution can be downloaded from the following location: http://archive.apache.org/dist/stdcxx/

or from the many mirrors listed on this page: http://www.apache.org/mirrors/

For additional details see the stdcxx Download page: http://stdcxx.apache.org/download.html#releases

Apache C++ Standard Library is a complete implementation of the C++ Standard Library conforming to the ISO/IEC 14882:2003 International Standard for the Programming Language C++.

4.2.1 is a "bugfix" release of the library that is source and both backward and forward binary compatible with stdcxx 4.2.0. Programs linked with previous versions of stdcxx 4.x can safely upgrade to 4.2.1 without needing to be recompiled. New programs linked with stdcxx 4.2.1 can be deployed in environments with only stdcxx 4.2.0 installed. Forward compatibility with stdcxx 4.1.x is not guaranteed.

This release of stdcxx supports a number of new platforms (for a full list see the project's README file) and contains many bug fixes and a number of improvemen

Latest Flows from this sub-category:
Android Club News

rafaelnink.com

Orkut - Free - Themes

Naked Open Source

Blog Linux au Coin

Insight IT

dixlinx

[Hightux@net:~$]

Open Source Development

Mundo Open Source

random selection from this sub-category:
DaDaNuke Gallery

CahierSpip, tout pour débuter avec SPIP, le XHTML, CSS, XML . . .

drupal.org - Community plumbing

Linux.com :: Features

Toby's Blog Links - Games - Sudoku - Firefox

MAMBOASSISTANCE.COM News

Open Source Development

Open Source Development India

podcasts @ComputerWeekly

Insight IT

Rss Directory > Computer > Open Source > Apache News Online


 
The Apache Commons team is pleased to announce the release of Apache Commons JXPath version 1.3.

The org.apache.commons.jxpath package defines a simple interpreter of an expression language called XPath. JXPath applies XPath expressions to graphs of objects of all kinds: JavaBeans, Maps, Servlet contexts, DOM etc, including mixtures thereof.

Commons JXPath 1.3 contains a substantial number of bug fixes as well as a number of new features. Details can be found in the release notes:

http://commons.apache.org/jxpath/release-notes-1.3.html

Commons JXPath is available in either binary or source form from the following downloads page:

http://commons.apache.org/jxpath/download_jxpath.cgi

For more information on Commons JXPath, visit the project homepage:

http://commons.apache.org/jxpath/

----

-- The Apache Commons Community

[ Category : Apache Commons ] PDFXML_RSS

The Apache MINA Project is pleased to announce the release of MINA 2.0.0-M3.

This release is finally done earlier than planed due to some serious performance regressions in 2.0.0-M2.

  • 4 bug fixes :
    • Calling IoBuffer.slice() in CumulativeProtocolDecoder.doDecode() can cause data corruption.
    • Big performance drop in 2.0M2 CumulativeProtocolDecoder for large messages.
    • Running tests leave files in /tmp.
    • The proxy sample does not work - results in a NullPointerException.
  • 3 improvements :
    • Moved ExceptionMonitor from core to util
    • IoFuture::isReady is renamed to isDone.
    • Port the 'Haiku' example to 1.0 and trunk.

This is a milestone release and is not yet considered suitable for production use. This release improve the code structure, documentation and provide bug fix and improvement since 2.0.0-M2. We are waiting your feedback for the next release.

----

-- Apache MINA PMC (Project Management Committee)

[ Category : Apache MINA ] PDFXML_RSS

  Mon, 11 Aug 2008 09:52:48 +0200
The Apache Archiva team is pleased to announce the release of Archiva 1.1.1.

Apache Archiva is an extensible repository management software that helps taking care of your own personal or enterprise-wide build artifact repository. It is the perfect companion for build tools such as Maven, Continuum, and ANT.

Archiva offers several capabilities, amongst which remote repository proxying, security access management, build artifact storage, delivery, browsing, indexing and usage reporting, extensible scanning functionality... and many more

The latest release is now available here: http://archiva.apache.org/download.html

If you have any questions, please consult:

Change Log for Archiva 1.1.1

Bug

  • [MRM-584] - Newly created user cannot login
  • [MRM-631] - network proxy is always used when defined
  • [MRM-814] - Invalid cron expressions are accepted in Database Scanning
  • [MRM-873] - repository groups - move up/down should not show when it's not possible
  • [MRM-883] - RSS syndication java.lang.ArrayIndexOutOfBoundsException
  • [MRM-884] - network proxy fails after upgrading to archiva 1.1
  • [MRM-888] - add notes on reindexing to the upgrade docs
  • [MRM-891] - Unable to use archiva as http source with maven-stage-plugin
  • [MRM-892] - Search for java classes and package names is broken
  • [MRM-895] - Archiva version doesn't appear on the footer when it is installed on Tomcat
  • [MRM-896] - classifier is appended to pom filename after artifact upload

Improvement

  • [MRM-817] - Artifact information screen should indicate the name of repository in which the artifact resides

----

-- The Apache Archiva team

[ Category : Apache Archiva ] PDFXML_RSS

The Apache MyFaces Trinidad team is pleased to announce the release of Apache MyFaces Trinidad Core 1.0.9.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.2 component library.

Trinidad Core 1.0.9 is available in both binary and source distributions:

* http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under Group ID "org.apache.myfaces.trinidad".

Release Notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&styleName=Html&version=12313158

----

-- The Apache MyFaces Trinidad Team

[ Category : Apache MyFaces ] PDFXML_RSS

  Wed, 06 Aug 2008 09:22:52 +0200
Apache FOP (Formatting Objects Processor) is a print formatter driven by XSL Formatting Objects and an output independent formatter. It is a Java application that reads a formatting object tree and renders the resulting pages to a specified output. Output formats currently supported include PDF, PS, PCL, AFP, Print and TIFF/PNG. Apache FOP is Open Source software and published under the Apache License v2.0.

It took longer than expected but we're happy to present the final Apache FOP 0.95 stable release. This is basically a bugfix release to 0.95beta. The most important changes since the previous stable release (0.94) are:

  • many bug fixes and improvements in tables, better support for keeps and breaks, new features: conditional borders and background on columns and header/footer/body;
  • better image handling thanks to the new image loading framework provided by the Apache XML Graphics Commons dependency;
  • improvements and bugfixes for font handling and font auto-detection/-registration;
  • performance improvements and memory optimizations for the property handling in the FO tree.
  • elimination of a potential multi-threading problem.
  • some feature enhancements for RTF output (partial fo:leader support, fo:page-number-citation)

Please note that support for Java 1.3 has been dropped. Only one type of binaries is provided now, that will run on 1.4+ JREs.

Other important release notes are available at http://xmlgraphics.apache.org/fop/0.95/releaseNotes_0.95.html

For a more complete list of changes, please visit http://xmlgraphics.apache.org/fop/0.95/changes_0.95.html

For download information, see the following page: http://xmlgraphics.apache.org/fop/download.html

----

-- The Apache XML Graphics team

[ Category : Apache XML Graphics ] PDFXML_RSS

The Apache UIMA team is pleased to announce the first release of the UIMA-AS add-on for UIMA. (The release number is 2.2.2-incubating to correspond with the base UIMA level).

UIMA-AS adds a highly flexible, robust, and easy to use scaleout capability to the core UIMA framework; it can be considered to be a next-generation replacement for the original CPM (Collection Processing Management) scaleout that is part of the core UIMA framework.

Now you can selectively scale up (to take advantage of multiple cores) or scale out (over local and/or wide area networks) just those analytics that need the scaling, thus allowing optimization of computing resources. UIMA-AS has been successfully used on multiple projects, and scaled out to 100's of cores, with no limit in sight.

It makes use of JMS (Java Messaging Services) and uses Apache ActiveMQ to support messaging between components. Already written UIMA Components can take advantage of UIMA-AS scaleout with no code or component descriptor changes.

There is a short writeup that describes more details about the new capabilities and how to get started using it, on the UIMA website: http://incubator.apache.org/uima/doc-uimaas-what.html

UIMA is a component framework supporting integration and deployment of components for the analysis of unstructured content such as text, audio, and video; the main web-site is here: http://incubator.apache.org/uima/index.html

Thank you for your interest in Apache UIMA-AS. We look forward to hearing about your experience in using this new capability.

----

--The Apache UIMA Team

----

INCUBATION DISCLAIMER

Apache UIMA is an effort undergoing incubation at The Apache Software Foundation (ASF). Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

[ Category : Apache Incubator ] PDFXML_RSS

  Thu, 31 Jul 2008 22:16:49 +0200
The Apache Tomcat team announces the immediate availability of Apache Tomcat 6.0.18 stable. This release includes many bugfixes over Apache Tomcat 6.0.16.

Apache Tomcat 6.0 includes new features over Apache Tomcat 5.5, including support for the new Servlet 2.5 and JSP 2.1 specifications, a refactored clustering implementation, advanced IO features, and improvements in memory usage.

Please refer to the change log for the list of changes: http://tomcat.apache.org/tomcat-6.0-doc/changelog.html

Downloads: http://tomcat.apache.org/download-60.cgi

Migration guide from Apache Tomcat 5.5.x: http://tomcat.apache.org/migration.html

----

-- The Apache Tomcat Team

[ Category : Apache Tomcat ] PDFXML_RSS

The Apache MyFaces community is pleased to announce its 1.2.7 release of the Apache MyFaces Trinidad Maven2 plugins. These Maven2 plugins have been deployed to the Apache Maven2 and they are mirrored by ibiblio as well. release notes: MyFaces Trinidad - Version 1.2.7-plugins * [TRINIDAD-919] - maven-jdev-plugin does not evaluate tag correctly for taglib (.tld) files Improvement * [TRINIDAD-987] - add 'scoped-id-holder' and 'multi-scoped-id-holder' to transform.xsl and transform12.xsl * [TRINIDAD-1011] - Add new properties to the maven-faces-plugin * [TRINIDAD-1065] - Support mfp:hidden to hide properties and facets from the tag documentation * [TRINIDAD-1163] - Improvements to property deprecation and a new no-op feature New Feature * [TRINIDAD-953] - Support for Code Examples in Trinidad Components, Validators, and Converters tagdocs * [TRINIDAD-1056] - Chang maven-faces-plugin to stop filtering out metadata

[ Category : Apache MyFaces ] PDFXML_RSS

The Apache Directory Team is pleased to announce the release of Apache Directory Studio 1.2.0 RC1, a major update of its Eclipse based LDAP Browser and Directory client. You can download Apache Directory Studio 1.2.0 RC1 as a standalone RCP application for Mac OS X, Linux and Windows here: http://directory.apache.org/studio/downloads.html You can also install it directly in Eclipse using this update site: http://directory.apache.org/studio/update/1.x/ Here are a few highlights of this new version: * The new Apache DS feature makes its introduction in Apache Directory Studio. This new feature allows you to run the latest version of Apache DS (1.5.3) from within Apache Directory Studio or Eclipse and makes it super easy (and fast) to create and run an LDAP Server. * The Apache DS Configuration plugin now supports the 4 latest versions of Apache DS. It's now capable to read/write the server.xml file of an Apache DS 1.5.0, 1.5.1, 1.5.2 and 1.5.3. * The Search Logs view has been added to the LDAP Browser. * We've also added the support to use the proxy features of Eclipse inside Studio as well as improved the platform (useful actions have been added to the platform, the Mac OS X application now respects the standards of Apple for the "About" and "Preferences" actions, etc.). * We've also fixed some bugs dealing with schema files and schema parsing in the Schema Editor and LDAP Browser plugins. Developed as a sub-project of the Directory Top Level Project, Apache Directory Studio is an Eclipse RCP application that takes full advantage of the benefits inherent in the Eclipse platform. Composed of several Eclipse (OSGi) plugins, Apache Directory Studio can be easily upgraded with additional plugins. Apache Directory Studio plugins can even run within a full installation of Eclipse itself. Apache Directory Studio contains 6 major features: * an LDAP Browser feature * an LDIF Editor feature * an ACI Editor feature for Apache Directory Server * a Schema Editor feature * an Apache DS feature * an Apache DS Configuration feature For more information about Apache Directory Studio, see our website: http://directory.apache.org/studio Below are the JIRA issues that were resolved since the release of Apache Directory Studio 1.2.0 RC1: Bug * [DIRSTUDIO-89] - Entry painted even though not created in server * [DIRSTUDIO-121] - Some property pages make the dialog very tall * [DIRSTUDIO-157] - Studio looses STRG-V over some time of use * [DIRSTUDIO-209] - Cannot expand attribute list * [DIRSTUDIO-266] - OpenLDAP schema files parser fails when DESC contains an empty string '' * [DIRSTUDIO-273] - Unable to get Base DNs on OID (Oracle Internet Directory) * [DIRSTUDIO-298] - NullPointerException raised when drag'n'dropping a connection to a folder (on Mac OS X only) * [DIRSTUDIO-315] - Choosing new value, in entry editor shows new entry when server error occures * [DIRSTUDIO-318] - Rename of multi-values RDN does not work when changing the second RDN * [DIRSTUDIO-319] - LDAP Browser creating new entry becomes empty and unusable in Windows Vista after certain actions * [DIRSTUDIO-323] - Studio fails to read ApacheDS server.xml * [DIRSTUDIO-325] - Keybinding conflicts occurred. They may interfere with normal accelerator operation. * [DIRSTUDIO-326] - Non-Operational attributes are marked as operational when bind to Siemens DirX 7.0 * [DIRSTUDIO-330] - CoreException raised in editor when opening a *.txt file * [DIRSTUDIO-336] - Errors when parsing schema of some LDAP servers * [DIRSTUDIO-341] - Paste error * [DIRSTUDIO-342] - Relax the parser for the *.schema files * [DIRSTUDIO-343] - Referrals not handled. * [DIRSTUDIO-347] - Keybinding conflict for CTRL+Q * [DIRSTUDIO-349] - Unable to enter large values for uid * [DIRSTUDIO-350] - DS is not properly displaying case of group DN Improvement * [DIRSTUDIO-46] - Add connections import/export * [DIRSTUDIO-126] - Triple click to edit attribute * [DIRSTUDIO-295] - Add a console for errors * [DIRSTUDIO-329] - Replace internal URL class by shared-ldap LdapURL class * [DIRSTUDIO-337] - Add Save and Print actions in the toolbar of the RCP application New Feature * [DIRSTUDIO-321] - Need to be able to set SOCKS proxy in the RCP version * [DIRSTUDIO-328] - Search Logs View Task * [DIRSTUDIO-128] - Replace internal schema parser with the schema parser in shared-ldap. * [DIRSTUDIO-317] - Update legal files after moving to Apache Directory Shared LDAP version 0.9.9 * [DIRSTUDIO-332] - Add support for 1.5.3, 1.5.2 and 1.5.0 server.xml configuration files * [DIRSTUDIO-338] - Update Eclipse dependencies to the latest Eclipse version (3.3.2) * [DIRSTUDIO-339] - Add the 'org.eclipse.ui.carbon' Eclipse plugin to the Mac OS X distribution ---- -- The Apache Directory Team

[ Category : Apache Directory ] PDFXML_RSS

The Apache Directory team is pleased to announce the release of ApacheDS 1.5.3. ApacheDS is an embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs. This version is mainly a bug fix version, which also bring some new installers (for Solaris and tar.gz installers), more performance, and NTLM authentication (some external package must be downloaded). 40 issues has also been fixed since the last relase, 1.5.2. ADS 1.5.3 is not a definitive version, as we are working in an unstable branch, and there may be some modification in the configuration or features in the next 1.5.x versions. However, this is the most stable version of the Apache Directory Server. The latest release is now available here: http://directory.apache.org/apacheds/1.5/downloads.html If you have any questions, please consult: - the web site: http://directory.apache.org - the mailing lists: http://directory.apache.org/community%26resources/mailing-lists-and-irc.html Changelog for ApacheDS 1.5.3 ============================ Bugs : ------ DIRSERVER-768 : provide debug output in org.apache.directory.server.core.authn.AuthenticationService.checkAuthenticated() DIRSERVER-1031 : no credentials required to shut down server from in-vm DIRSERVER-1085 : Modify.RENAME operation may not work well with multiple attributes RDN DIRSERVER-1087 : Installer init script does not start default instance on startup. DIRSERVER-1089 : ConcurrentModificationException problem in org.apache.directory.shared.ldap.message.AttributesImpl DIRSERVER-1109 : Failure to create entry with Rdn starting with hash (#) DIRSERVER-1112 : ApacheDS installer creates redundant server.xml file DIRSERVER-1118 : Cannot have two partitions dc=example,dc=com and dc=carrefour,dc=com at the same time. DIRSERVER-1151 : Cannot have multiple instance in-process listening on different sockets / ports DIRSERVER-1157 : Deleting Alias entry failure DIRSERVER-1162 : Moddn with mulit-valued RDN mangles the entry DIRSERVER-1166 : a lot of Persistent searches may exhaust the available threads DIRSERVER-1168 : StartTLS API activation not Working with addExtendedOperationHandler() DIRSERVER-1171 : Improper use of SASL mechanisms and simple binds DIRSERVER-1175 : Binary installer removes '/root' partition under certains circumstances DIRSERVER-1180 : NPE and hanging search request when using a filter with empty substring sequence DIRSERVER-1182 : SchemaServiceIT tests are broken DIRSERVER-1188 : Windows Installer corrupts Windows when uninstalling. DIRSERVER-1196 : Filter with special characters crashes JVM Improvements : -------------- DIRSERVER-478 : Standarzied serialization and deserialization of Name, Attribute, and Attributes. DIRSERVER-610 : Need to simplify process for changing admin password DIRSERVER-986 : Implement a new LDAP Filter parser DIRSERVER-1084 : Effective userid needs to be more flexible (per instance) DIRSERVER-1124 : Reduce log ERROR to WARN to avoid startup and shutdown noise as replicas connect/disconnect DIRSERVER-1125 : Use the rat maven plugin with the -Prelease profile option to generate releases DIRSERVER-1147 : Improve Search request with selected atttributes DIRSERVER-1163 : Sys-V-Init script lacks LSB header New Features : -------------- DIRSERVER-674 : Support for directory.service.type as a JNDI parameter DIRSERVER-676 : Provide a method for gathering a handle on root DSE on behalf of any principal DIRSERVER-1189 : Configuration option for confidentiality: requiring TLS secured connections for performing requests DIRSERVER-1190 : Add a PKG installer for Solaris Tasks : ------- DIRSERVER-1053 : Review server-tools project DIRSERVER-1197 : Add Apache License headers to installer files with their specific syntax for comments Wish : ------ DIRSERVER-931 : Provide a zip/tar.gz download for DS The Apache Directory team is also pleased to announce the release of Apache Directory Shared 0.9.11, its directory-related library used by Apache DS and Apache Directory Studio. Changelog for Apache Directory Shared 0.9.11 ============================================ Bugs : ------ DIRSHARED-2 : Second ATAV of a multi-valued RDN is not handled correctly in Rdn.compareTo() method DIRSHARED-3 : Rdn.compareTo() method is not invertable DIRSHARED-9 : Rdn.equals() and Rdn.comparTo() don't work correctly for multivalued RDNs Improvements : -------------- DIRSHARED-7 : Add setters to LdapURL class DIRSHARED-8 : Merge schema grammars and relax schema parser DIRSHARED-10 : Add support for OpenLDAP object identifier macros The Apache Directory Team

[ Category : Apache Directory ] PDFXML_RSS

  Sun, 20 Jul 2008 22:29:32 +0200
The Apache Archiva team is pleased to announce the release of Archiva 1.1 Archiva is a build artifact repository manager for use with build tools such as Maven, Continuum and Ant. It has features like repository search and browse, securing repositories, identifying unknown artifacts and reporting of repository problems. Aside from these, it can also act as a nearby (proxy) cache of popular global repositories. The latest release is now available here: http://archiva.apache.org/download.html 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 1.1 ================ * Artifact Uploads To simplify adding artifacts to a repository, an upload form has been put in place that allows you to put an artifact and POM into the repository without the need for the Maven deploy-file command. * 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. * Virtual Repositories Virtual repositories or repository groups allows downloading from a group of repositories via one url (group url). * Timeouts Connections to remote repositories can now have a configurable timeout value * New Runtime Bundle The application is now distributed using Jetty 6.1 and it's documented configuration, rather than the previous Plexus application server bundle. It continues to use the Java Service Wrapper (v3.2.3) for application monitoring, though the configuration has been improved, particularly with regard to separating the application configuration from the installation. * Using Spring Archiva now uses the Spring Framework as it's underlying container instead of Plexus. This results in a boost in performance and 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. Change Log for Archiva 1.1 ======================= * [MRM-801] - Create documentation for virtual repositories * [MRM-861] - Paginate Search Results page * [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-550] - proxy connectors - move up/down should not show when it's not possible * [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-650] - Deleted metadata files still appear in search results * [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-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 deploying an artifact to 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