2011/12/21 - Jakarta has been retired.

For more information, please explore the Attic.

Support

Ex-Jakarta

26 June 2006 - Jakarta Commons HttpClient 3.1-alpha1 released

HttpClient 3.1-alpha1 has been released. This version adds support for the RFC 2965 cookie management (also known as Cookie2 or port sensitive cookies). All upstream projects dependent on HttpClient are strongly encouraged to review the new API and test new features for compatibility with their products.

Downloads:

For more information on Commons HttpClient, please see the HttpClient web site.


21 June 2006 - Tapestry TLP move

Tapestry has moved to a TLP at its new address, http://tapestry.apache.org.

Tapestry is an open-source framework for creating dynamic, robust, highly scalable web applications in Java. Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server.


15 June 2006 - Commons Chain 1.1 released

The Commons Chain team is pleased to announce the availability of Commons Chain 1.1. For a details of whats new in Chain 1.1 see the Changes Report.

Chain is available in either binary or source form from the Chain downloads page.


13 June 2006 - JMeter 2.2 released

Version 2.2 of Apache JMeter has been released.

This release includes new functionality and corrects many outstanding bugs. Users of 2.1.1 (and earlier) are encouraged to upgrade.

Download JMeter


09 June 2006 - HttpComponents HttpCore 4.0-alpha2 released

HttpComponents HttpCore 4.0-alpha2 has been released. HttpCore provides a set of low level components, which can be used to build custom client and server side HTTP services.

This release addresses a number of non-critical problems found in the previous release. The upstream projects are strongly encouraged use this release as a dependency while HttpCore undergoes another round of reviews and optimization in the SVN trunk. Please check it out and let the HttpComponents team know what you think.

More information can be found at the HttpComponents project site.

Downloads can be found here


08 June 2006 - Commons FileUpload 1.1.1 released

The Commons FileUpload team would like to announce the release of Commons FileUpload 1.1.1. This release contains two bugfixes, detailed in the change log.

Commons FileUpload is available in either binary or source form from the FileUpload download page.


06 June 2006 - BCEL 5.2 released

Bug fix and maintenance release.

The Byte Code Engineering Library is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files. After years of inactivity we are happy to finally provide the long awaited 5.2 release including bug fixes and small improvements.

The distributions are available for download here.

For feedback and further information please visit the BCEL website and check the release notes.


14 May 2006 - Commons Collections 3.2 released

Commons Collections 3.2 has been released. Commons Collections is a library that builds upon the Java Collection Framework. It provides additional Map, List and Set implementations and utilities. It also builds on the framework by providing new interfaces and implementations.

This release fixes numerous bugs, and adds a limited number of enhancements, including:

  • MultiValueMap - a flexible MultiMap implementation
  • DefaultedMap - a map that returns a default value when the key is not found
  • GrowthList - A list where set and add expand the list rather than throw IndexOutOfBoundsException
  • LoopingListIterator - A never-ending list iterator
  • addIgnoreNull - Adds to the collection if the value being added is not null
  • isEmpty - Checks maps and collections for empty or null

The Release notes are available online and in the download.

Downloads are available from http://jakarta.apache.org/site/downloads/downloads_commons-collections.cgi (Note: the binary download includes a source zip for use with IDEs)

Feedback welcomed to the Commons Collections Team


14 May 2006 - Jakarta Commons Logging 1.1 released

The Jakarta Commons team are pleased to announced that Jakarta Commons Logging (JCL) 1.1 has been released. JCL is a thin bridging API for logging with adapters for many common logging systems. Read more about JCL here.

JCL 1.1 is a maintenance release. A few new configuration features are provided but the focus has been on improving the discovery of logging implementations and in error handling whilst maintaining backwards compatibility. A number of problems that have troubled some users in past releases will hopefully be significantly reduced or cured. This is covered in more detail in the release notes.

Some changes have been made to the class-wise composition of the distributed jars. Some deprecated classes are no longer shipped. This is covered in more detail in the release notes.

The JCL documentation has also been improved. A Technology Guide offering an introduction to classloading issues and a Troubleshooting Guide complement an improved User Guide.

Binary and source distributions are available. The jars are available from the usual repositories with groupId: commons-logging and artifactId: commons-logging. Please remember to verify the signatures.


14 May 2006 - ApacheCon EU: Registration Is Open

Early bird registrations for ApacheCon Europe 2006 are now open. It will be held in Dublin, Ireland from June 26th till June 30th.


08 May 2006 - Jakarta Commons HttpClient 3.0.1 released

HttpClient 3.0.1 has been released. This version fixes a number of bugs found since the release of 3.0. All HttpClient users are encouraged to upgrade.

Downloads:

For more information on Commons HttpClient, please see the HttpClient web site.


25 April 2006 - Commons SCXML promoted out of Commons Sandbox

Commons SCXML provides a generic state-machine based execution environment, using semantics from State Chart XML, which is currently a Working Draft out of the W3C. Most things 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. The library can also be used by frameworks needing a process control language. The first release of Commons SCXML is in its planning stages.

More information can be found on the Commons SCXML website.


23 April 2006 - HttpComponents HttpCore 4.0-alpha1 released

HttpComponents HttpCore 4.0-alpha1 has been released. HttpCore provides a set of low level components, which can be used to build custom client and server side HTTP services.

This release represents a complete redesign of the Jakarta Commons HttpClient 3.x API and a significant rewrite of the core HTTP components derived from the HttpClient 3.0 code base. HttpCore will form the foundation of the future releases of Jakarta HttpClient.

This release is primarily intended for API review and use in experimental projects. The HttpCore API is still deemed unstable and it can still undergo significant changes based on the feedback from early adopters. Please check it out and let the HttpComponents team know what you think.

More information can be found at the HttpComponents project site.

Downloads can be found here


13 April 2006 - Tapestry 4.0.2 released

Minor bug fixes and maintenance.

Tapestry is an open-source framework for creating dynamic, robust, highly scalable web applications in Java. Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server.


03 April 2006 - Commons Pool 1.3 released

Commons Pool 1.3 has been released. Commons Pool provides provides an object-pooling API.

This release fixes a number of bugs and adds a few enhancements. The most significant fix is the GenericObjectPool was documented as a FIFO but implemented as a LIFO, it now behaves as a FIFO.

The Release notes are available online and in the download.

Downloads are available from http://jakarta.apache.org/site/downloads/downloads_commons-pool.cgi

Feedback welcomed to the Commons Pool Team


01 April 2006 - Tapestry 3.0.4 released

Close to 100+ bug fixes and patches have been applied for the next release of the the Tapestry web application framework. This release provides more stabilization and enhancements to the well known 3.X series tapestry releases.

Tapestry is an open-source framework for creating dynamic, robust, highly scalable web applications in Java. Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server.


01 April 2006 - Tapestry 4.0.1 released

Close to 100+ bug fixes and patches have been applied for the next release of the the Tapestry web application framework.

Tapestry is an open-source framework for creating dynamic, robust, highly scalable web applications in Java. Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server.

[ News Headlines index ]

[ Newsletters Archive ]

[ Jakarta Product News from 2011 Oct-Dec ]

[ Jakarta Product News from 2011 Jul-Sep ]

[ Jakarta Product News from 2011 Apr-Jun ]

[ Jakarta Product News from 2010 Jul-Sep ]

[ Jakarta Product News from 2010 Apr-Jun ]

[ Jakarta Product News from 2009 Oct-Dec ]

[ Jakarta Product News from 2009 Apr-Jun ]

[ Jakarta Product News from 2009 Jan-Mar ]

[ Jakarta Product News from 2008 May-Jul ]

[ Jakarta Product News from 2008 Jan-Apr ]

[ Jakarta Product News from 2007 Oct-Dec ]

[ Jakarta Product News from 2007 Jul-Sep ]

[ Jakarta Product News from 2007 Apr-Jun ]

[ Jakarta Product News from 2007 Jan-Mar ]

[ Jakarta Product News from 2006 Oct-Dec ]

[ Jakarta Product News from 2006 Jul-Sep ]

[ Jakarta Product News from 2006 Apr-Jun ]

[ Jakarta Product News from 2006 Jan-Mar ]

[ Jakarta Product News from 2005 Oct-Dec ]

[ Jakarta Product News from 2005 Jul-Sep ]

[ Jakarta Product News from 2005 Apr-Jun ]

[ Jakarta Product News from 2005 Jan-Mar ]

[ Jakarta Product News from 2004 Jul-Dec ]

[ Jakarta Product News from 2004 Jan-Jun ]

[ Other News from 2004 Jul-Dec ]

[ Other News from 2004 Jan-Jun ]

[ Jakarta News from 2003 ]

[ Other News from 2003 ]

[ Jakarta News from 2002 ]

[ Other News from 2002 ]

[ News from 2001 ]

[ News from 2000 ]

About Jakarta

About Apache

Retired Subprojects