Magesh Umasankar | 2 May 2002 16:09
Picon
Favicon

[ANN] Ant 1.5 Beta 1

The first beta for Ant 1.5 has been released. It is available for download
from the Jakarta web site at
http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta1/

You may submit bug reports using Bugzilla
http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant
or send an email to the Ant-Dev mailing list. 

Ant-dev expects to finalize the release in the next 2 months.

Cheers,
Magesh

**********************************************************
*  Dictionary: A place where success comes before work.  *
**********************************************************
Pier Fumagalli | 3 May 2002 20:34

[ANN] in-house mail archive...

Thank to Daniel Rall, we finally have an in-house mail archive for
JAKARTA.APACHE.ORG, with all our history so far.

The baby is running on Tigris' EyeBrowse and can be accessed here:

    http://nagoya.apache.org/
Daniel Rall | 7 May 2002 20:13

Torque 3.0 beta 2 released

The changes in Torque 3.0 beta 2 consist mostly of cross database
compatible SQL generation, query API enhancements, and bug fixes.
There was also a more major change to increase the Collections API
friendliness of Torque, which results in minor API incompatibilities
for those who were using implementation instead of interface to
manipulate the collections returned by Torque.  Reported speed
improvements from use of the non-sync'd ArrayList implementation have
been impressive, and general API interoperability has been increased
significantly.

In addition to all the usual suspects (and some new faces), this
release owes special thanks to Jeff Schnitzer for the long awaited
Vector to List conversion, and to Eric Dobbs for merging in plethora
of contributions from the Torque user and developer community.

http://jakarta.apache.org/builds/jakarta-turbine/torque/release/3.0-b2/
Ceki Gülcü | 9 May 2002 23:31
Picon
Gravatar

log4j 1.2 now available


Greetings to all,

About a year after the release of log4j 1.1.3, log4j 1.2 (final)
is available at last. Compared to 1.2rc1 release, 1.2 final consists
of only bug fixes and a few cosmetic changes.

In addition to many performance improvements, bug fixes, and other
small enhancements, log4j 1.2 adds JMX support, Mapped Diagnostic
Contexts, JDBC logging, graphical log viewer (chainsaw), and buffered
IO capability. One important change is the replacement of the Category
class with Logger class and the Priority class with the Level class in
order to facilitate migration from the JDK 1.4 logging API to log4j.

Version 1.2 is the 22nd major public release of log4j. All changes
except the removal of deprecated methods are backward compatible such
that log4j 1.2 can be considered a drop in replacement for log4j
1.1.3. The only exception is the renaming of the CategoryFactory class
to LoggerFactory class such that subclasses of Category class to be
modified and recompiled. By the way, we strongly discourage casual
users from subclassing the Category or Logger classes.

See the docs/HISTORY file for a detailed list of changes.

--
Ceki Gülcü
Phillip Rhodes | 10 May 2002 17:07
Favicon

Re: Torque 3.0 beta 2 released

Hello.

I would very much like to use the newest torque, but I need to use in in 
the context of turbine.  Right now I am using the tdk version 2.1

I tried a couple of times to upgrade my torque, but was not successful.

Is it possible to still use the tdk 2.1 and upgrade the torque 
component?  If so, any docs would be appreciated.
Thank you.
Phillip

At 11:13 AM 5/7/2002 -0700, Daniel Rall wrote:
>The changes in Torque 3.0 beta 2 consist mostly of cross database
>compatible SQL generation, query API enhancements, and bug fixes.
>There was also a more major change to increase the Collections API
>friendliness of Torque, which results in minor API incompatibilities
>for those who were using implementation instead of interface to
>manipulate the collections returned by Torque.  Reported speed
>improvements from use of the non-sync'd ArrayList implementation have
>been impressive, and general API interoperability has been increased
>significantly.
>
>In addition to all the usual suspects (and some new faces), this
>release owes special thanks to Jeff Schnitzer for the long awaited
>Vector to List conversion, and to Eric Dobbs for merging in plethora
>of contributions from the Torque user and developer community.
>
>http://jakarta.apache.org/builds/jakarta-turbine/torque/release/3.0-b2/
>
(Continue reading)

Remy Maucherat | 12 May 2002 01:15
Picon
Favicon

[ANNOUNCEMENT] Tomcat 4.0.4 Beta 3 released

The third beta release of Tomcat 4.0.4 has been released. This release
includes bugfixes and small feature additions over Tomcat 4.0.2/4.0.3
(please refer to the release notes for the complete list).

Release notes:
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4-b3/RELEAS
E-NOTES

Downloads (source and binaries):
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4-b3/

Remy
Ceki Gülcü | 9 May 2002 23:31
Picon
Gravatar

log4j 1.2 now available

Greetings to all,

About a year after the release of log4j 1.1.3, log4j 1.2 (final)
is available at last. Compared to 1.2rc1 release, 1.2 final consists
of only bug fixes and a few cosmetic changes.

In addition to many performance improvements, bug fixes, and other
small enhancements, log4j 1.2 adds JMX support, Mapped Diagnostic
Contexts, JDBC logging, graphical log viewer (chainsaw), and buffered
IO capability. One important change is the replacement of the Category
class with Logger class and the Priority class with the Level class in
order to facilitate migration from the JDK 1.4 logging API to log4j.

Version 1.2 is the 22nd major public release of log4j. All changes
except the removal of deprecated methods are backward compatible such
that log4j 1.2 can be considered a drop in replacement for log4j
1.1.3. The only exception is the renaming of the CategoryFactory class
to LoggerFactory class such that subclasses of Category class to be
modified and recompiled. By the way, we strongly discourage casual
users from subclassing the Category or Logger classes.

See the docs/HISTORY file for a detailed list of changes.

--
Ceki Gülcü

--
To unsubscribe, e-mail:  
 <mailto:announcements-unsubscribe <at> jakarta.apache.org> For additional
 commands, e-mail: <mailto:announcements-help <at> jakarta.apache.org>
(Continue reading)

Ceki Gülcü | 17 May 2002 14:43
Picon
Gravatar

log4j version 1.2.1 now available


Greetings,

This minor release fixes bug #9155 reported by Nicko Cadell.  This bug
would cause the wrong MDC information to appear on a log server. It
could only occur if the client wrapped an AsyncAppender around a
SocketAppender or if the server used an AsyncAppender for its logging.
A new test case has been added to detect such problems earlier in the
release cycle.

With the exception of this bug fix and some documentation
improvements, version 1.2.1 is identical to log4j 1.2 final.

You can download log4j version 1.2.1 at

     http://jakarta.apache.org/log4j/docs/download.html

Regards,

--
Ceki
Danny Angus | 30 May 2002 14:14
Picon
Favicon

[ANN] 30 May 2002 - James v2.0a3 Released

The James team are pleased to announce the release of version 2.0a3 of the
James Server.

Binary and source distributions are available from:
	http://jakarta.apache.org/builds/jakarta-james/release/v2.0a3/

James is a highly configurable, 100% Java, Email and News server currently
offering SMTP, POP3 and NNTP using file or RDBMS data storage.

This version demonstrates improved stability, and contains a number of
significant bugfixes over the previous release.

James is also an email application server supporting the Apache Mailet API.
The Mailet API provides a simple framework for developing email processing
applications and is maintained by the James project.

James is based upon the Apache Avalon application framework.

We would like to thank everyone who contributed in any way to this release.

 - The James Team.

	http://jakarta.apache.org/james/

Gmane