[ANNOUNCE] Struts 1.1 Release Candidate 2 released
The Struts team is proud to announce the release of Struts 1.1 Release
Candidate 2. This release includes some new functionality, but mostly just
fixes for a number of bugs which were reported against earlier versions.
The Struts Team believes that this release is ready for prime time, hence
its designation as a release candidate.
The binary distribution is available at:
http://www.apache.org/dist/jakarta/struts/binaries/
and the source distribution is available at:
http://www.apache.org/dist/jakarta/struts/source/
In addition, the library distribution, which contains updated binaries
without the sample applications, is available at:
http://www.apache.org/dist/jakarta/struts/library/
Details of the changes in this release are available in the Release Notes,
which can be found here:
http://jakarta.apache.org/struts/userGuide/release-notes-1.1-rc2.html
I'll be updating both Hibernate (to 2.0 Final) and Struts (to 1.1 RC2) today, so I'll let you know if I find any issues.
Update: I found two issues. One is that Hibernate identifies itself as "Hibernate 2.0 beta 6" in its logging (should not have beta 6). The second issue is that the commons-logging.jar file that ships with Struts 1.1 RC2 is missing some .class files. I replaced the commons-logging.jar file with one from a nightly build of Struts I was using and everything seems to be fine. Without the update, I get no logging. I also found that Hibernate no long includes jdom.jar in its distro (it used to be there), the lack of it doesn't seem to impact anything (all my tests run).