|
Wed, 16 Jul 2008 04:06:01 +0200
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 ] Tue, 15 Jul 2008 08:06:26 +0200
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:
[ Category : Apache Wicket ] Fri, 11 Jul 2008 03:30:07 +0200
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 ] Thu, 10 Jul 2008 05:59:15 +0200
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 ] Wed, 09 Jul 2008 16:17:35 +0200
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 ] Tue, 01 Jul 2008 03:34:20 +0200
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 ] Tue, 01 Jul 2008 03:31:38 +0200
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 ] Fri, 27 Jun 2008 03:36:30 +0200
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:
[ Category : Apache Wicket ] Sat, 14 Jun 2008 02:21:57 +0200
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:
[ Category : Apache HTTP ] Sat, 14 Jun 2008 02:14:48 +0200
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:
[ Category : Apache Jakarta ] Thu, 12 Jun 2008 02:36:45 +0200
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.
[ Category : Apache WebServices ] Thu, 12 Jun 2008 02:28:49 +0200
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 ] Mon, 09 Jun 2008 11:28:23 +0200
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 ] Wed, 04 Jun 2008 03:41:27 +0200
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:
[ Category : Apache APR ] Mon, 02 Jun 2008 03:46:44 +0200
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:
[ Category : Apache Wicket ] Wed, 28 May 2008 03:55:11 +0200
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:
[ Category : Apache POI ] Wed, 28 May 2008 03:51:02 +0200
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 ] Tue, 27 May 2008 03:57:39 +0200
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 ] Thu, 22 May 2008 04:00:50 +0200
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:
[ Category : Apache Harmony ] Wed, 21 May 2008 04:03:58 +0200
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 ] Fri, 16 May 2008 04:25:23 +0200
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 ] Tue, 13 May 2008 04:06:43 +0200
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:
[ Category : Apache Incubator ] Mon, 12 May 2008 04:10:30 +0200
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 ] Fri, 09 May 2008 04:13:33 +0200
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 ] Wed, 07 May 2008 04:23:49 +0200
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 ] Wed, 07 May 2008 04:16:49 +0200
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 ] Thu, 01 May 2008 04:19:51 +0200
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 improvements. For a complete list of issues resolved in this release of the project see: http://issues.apache.org/jira/secure/IssueNavigator.jspa?fixfor=12312690
Thanks to everyone who contributed to this release
----
-- The Apache C++ Standard Library project
[ Category : Apache STDCXX ] Wed, 30 Apr 2008 04:26:36 +0200
The POI team is pleased to announce the release of 3.1 BETA1 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. The release contains a mixture of new features and bug fixes, compared to 3.0.2. The most important changes are: - Major improvements in Excel formula evaluation - Support for conditional formatting in Excel - Handling of embedded OLE2 documents in Excel and PowerPoint - Major improvements in the API for PowerPoint (support for Tables, better handling of text properties, PPT Graphics2D driver) - Export PowerPoint slides into image 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-beta1"....
[ Category : Apache POI ] Mon, 28 Apr 2008 04:27:33 +0200
The Apache CXF team is proud to announce the availability of the 2.1 release
Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
CXF includes a broad feature set, but it is primarily focused on the following areas:
[ Category : Apache CXF ] Sun, 27 Apr 2008 04:33:09 +0200
The Apache Tuscany team are delighted to announce the 1.2 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). The Tuscany SCA Java 1.2 release adds a number of features including: * An improved SCA distributed domain support with an SCA Domain Manager application * Support for running Tuscany in a OSGI runtime using Apache Felix * Support for JAXWS annotations * improved and simplified JMS binding * Improved support for SCA Policies and a new Policy provider SPI * Support for 'native' Groovy component implementation classes * Atom binding now using Apache Abdera * A new Eclipse plugin providing a Tuscany runtime Library and Tuscany launcher in Eclipse environment. For full details about the release 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 ] Wed, 23 Apr 2008 04:56:36 +0200
The Apache MINA project team is proud to announce the new minor point releases of Apache MINA, a Java network application framework, version 1.0.10 and 1.1.7.
Apache MINA is a network application framework which helps users develop high performance and high scalability network applications easily by providing an abstract, event-driven, asynchronous API over various transports such as TCP/IP and UDP/IP vis Java NIO.
Please refer to the release note for the changelog: http://tinyurl.com/6hxvec
The Apache MINA project website includes resources such as introductory presentation slides, tutorials, and examples to help you learn MINA as soon as possible.
The Apache MINA project team is always open for your feedback. Please let us know what you think about MINA via our mailing list and support forum: http://mina.apache.org/contact.html
----
-- The Apache MINA Project team
[ Category : Apache MINA ] Sat, 19 Apr 2008 05:01:16 +0200
Apache OpenEJB 3.0 is finally released!
This release includes several improvements and refinements over the very successful 3.0 beta 2 release. Dependency injection has had a major boost with support for Java Generics and Enums. A dozen new validations makes it even harder to do something "wrong". JPA users will find it nearly impossible to misconfigure the jta-data-source and non-jta-data-source. More robust EJB references allow for circular and lazy references to ejbs in other ears. Deep levels of annotation inheritance are completely respected, allowing for greater design control and less duplicate code.
Release notes: http://www.apache.org/dist/openejb/3.0/RELEASE-NOTES.txt
Download: http://openejb.apache.org/openejb-30.html
----
-- The Apache OpenEJB Project team
[ Category : Apache OpenEJB ] Fri, 18 Apr 2008 04:35:03 +0200
The Apache Directoy Project is pleased to announce the next feature introduction release of ApacheDS. The 1.5.x branch is intended for new feature additions which may potentially destabilize the server. However this is by far still one of the most stable releases we've had. There are several bug fixes and new features that have been incorporated into the 1.5.2 release: Notable Features ---------------------------- o New schema aware ServerEntry API o New improved installers for more platforms o Zero configuration StartTLS and LDAPS o DIT backed server certificate management o ChangeLog service, snapshotting and state rollback o Faster integration tests o Support password hashing for Administrator o Restart no longer needed for Administrator password changes o Support for different Kerberos encryption types with GSSAPI Closed JIRA Issues ------------------------------ Bug DIRSERVER-1149 Removing a non existing value of an attribute removes one of this attribute's values Bug DIRSERVER-1083 Search on an custom attribute added to the dynamic schema fails when no result is found Bug DIRSERVER-1064 Admin password cannot be hashed Bug DIRSERVER-1062 MaxValueCount protectedItem is not working properly for access control Bug DIRSERVER-1055 Reading cn=schema doesn't return all requested attributes Bug DIRSERVER-1047 Concurrency issuses in the nexus partition lead to race conditions with unbind requests on shutdown. Bug DIRSERVER-1026 Metaschema ObjectClass description is incorrect Bug DIRSERVER-990 2 objects of the Apache DS Schema share the same OID Bug DIRSERVER-957 OOM when adding a lot of entries Bug DIRSERVER-915 Hot Partitions Throw Exceptions for Normal JNDI Operations Bug DIRSERVER-871 NPE when running ADS in eclipse from time to time Bug DIRSERVER-782 Restart required after changing password Bug DIRSERVER-646 Replacing an unknown attribute with no values (deletion) causes an error New Feature DIRSERVER-1066 Add change log interceptor as optional interceptor New Feature DIRSERVER-869 Add Start TLS support Test DIRSERVER-1123 Test cases for JdbmNoDupsCursor Task...
[ Category : Apache Directory ] Thu, 17 Apr 2008 04:37:24 +0200
Finally, it's here and it works with Perl 5.10! http://apache.org/dist/perl/mod_perl-2.0.4.tar.gz http://apache.org/dist/perl/mod_perl-2.0.4.tar.gz.asc (pgp sig) The package is also available on CPAN: file: $CPAN/authors/id/G/GO/GOZER/mod_perl-2.0.4.tar.gz size: 3727717 bytes md5: 1a05625ae6843085f985f5da8214502a sha1: 65299a16ec414a690a48a2bbe63acaa3c6bb897b...
[ Category : Apache Perl ] Tue, 15 Apr 2008 04:40:15 +0200
The Apache JAMES team is pleased to announce the release of Apache jSPF version 0.9.6. Apache jSPF is a pure Java SPF (Sender Policy Framework) implementation.
Apache jSPF 0.9.6 is fully RFC4408 compliant.
Distributions are available from the download page here: http://james.apache.org/download.cgi
More information on Apache jSPF can be found at the Apache JAMES project site: http://james.apache.org/jspf/index.html
The released packages will be also deployed to the central maven repositories in the next days.
----
-- The Apache JAMES Team
[ Category : Apache James ] Tue, 15 Apr 2008 04:38:31 +0200
The Apache Tuscany team are pleased to announce the 1.1-incubating release of the Java SDO project. Service Data Objects (SDO) are designed to simplify and unify the way in which applications handle data. Using SDO, application programmers can uniformly access and manipulate data from heterogeneous data sources, including relational databases, XML data sources, Web services, and enterprise information systems. Tuscany SDO provides an implementation of the SDO 2.1 specification, this 1.1 release includes several new features and improvements over the 1.0 release such as: - the ability to generate SDO test classes using the maven-sdo-plugin - support for custom data binding of DataObjects in a Swing UI - Using the HelperContext for scope in the Tuscany API - improved diagnostics along with many bug fixes. See the RELEASE_NOTES for full details. For more information and to download the SDO 1.1 release please go to: http://incubator.apache.org/tuscany/sdo-java-releases.html Apache Tuscany welcomes your help. Any contribution, including code, testing, improving 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 ] Thu, 10 Apr 2008 04:42:21 +0200
The Apache Maven team would like to announce the availability of Maven 2.0.9.
This release went through a new process that saw 8 release candidates tested by the user community before the final release and we expect it to be more robust than previous versions. There are several important fixes and changes, most notably locking down core plugins in the super pom. You can read details in the release notes linked below.
You can find the binaries here:
http://maven.apache.org/download.html
You can find the release notes here:
http://maven.apache.org/release-notes.html
You can find the roadmap for future issues here:
http://jira.codehaus.org/browse/MNG?report=com.atlassian.jira.plugin.system.project:roadmap-panel
----
-- The Apache Maven Team
[ Category : Apache Maven ] Wed, 09 Apr 2008 04:46:14 +0200
The Apache Archiva team is pleased to announce the release of Archiva 1.0.2
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://maven.apache.org/archiva/download.html
If you have any questions, please consult:
* The web site: http://maven.apache.org/archiva/
* The archiva-user mailing list: http://maven.apache.org/archiva/mail-lists.html
----
-- The Apache Maven Archiva Team
[ Category : Apache Maven ] Tue, 08 Apr 2008 04:50:23 +0200
The Apache Directory Team is pleased to announce the release of Apache Directory Studio 1.1.0, the first major update of its Eclipse based LDAP Browser and Directory client.
You can download Apache Directory Studio 1.1.0 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/
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 5 major features:
[ Category : Apache Directory ] Mon, 07 Apr 2008 04:52:56 +0200
The Apache Wicket team is proud to announce the availability of the third maintenance release: Apache Wicket 1.3.3. A lot of bugs have been squashed and several improvements implemented. PLEASE NOTE: We have fixed a bug related to the order of the rendered links in wicket:head, which might have influence on how your stylesheets are loaded. See WICKET-1487 (https://issues.apache.org/jira/browse/WICKET-1487) for details.
Eager people click here to download the distribution, others can read further:
http://www.apache.org/dyn/closer.cgi/wicket/1.3.3
We thank you for your patience and support.
----
-- The Apache Wicket Team
[ Category : Apache Wicket ] Fri, 04 Apr 2008 08:30:28 +0200
Version 1.8.0 of Apache Cactus has been released.
For details of new features and fixes, please see the cactus web site.
Download Cactus
[ Category : Apache Jakarta ] Thu, 03 Apr 2008 00:03:44 +0200
The Apache Incubator CXF team is proud to announce the availability of the 2.0.5 release
Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
CXF includes a broad feature set, but it is primarily focused on the following areas:
[ Category : Apache Incubator ] Tue, 01 Apr 2008 10:24:09 +0200
Apache Continuum - http://continuum.apache.org/
Apache STDCXX - http://stdcxx.apache.org/
Apache Synapse - http://synapse.apache.org/
Apache Labs - http://labs.apache.org/
[ Category : Apache Continuum ] Wed, 26 Mar 2008 14:01:17 +0100
The Apache XML Graphics team is pleased to announce the immediate availability of Apache FOP version 0.95beta.
FOP (Formatting Objects Processor) is a print formatter driven by XSL Formatting Objects [1] 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 PNG.
This beta release will be available for testing for some time, before a stable release is made. Feedback is welcome, and we would like to encourage as many people as possible to try it out and report bugs and issues on the fop-users mailing list [2]. The most important changes introduced by this release are:
[ Category : Apache XML Graphics ] Tue, 25 Mar 2008 16:17:26 +0100
Microsoft Corp. (Nasdaq "MSFT") and Sourcesense, a leading European open source systems integration consultancy, announced that the two companies will collaborate on the strategy, development and deployment of open source solutions for the Microsoft Office product suite. See the Press-Release for more details.
Related: Apache POI - http://poi.apache.org/
[ Category : Apache POI ] Mon, 24 Mar 2008 14:05:20 +0100
The Apache NMaven team is pleased to announce the release of NMaven 0.15-incubating.
NMaven provides Apache Maven 2.x plugins to support building of .NET applications.
http://incubator.apache.org/nmaven/0.15/
Features for this release include:
[ Category : Apache Incubator ] Thu, 20 Mar 2008 14:09:28 +0100
The Apache Commons team is pleased to announce the release of version 2.4 of Commons Lang.
Lang provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, creation and serialization, System properties and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals.
There are a few new classes, and a lot of new methods in Lang 2.4. Of course there are also a bunch of bugfixes too. We've written a short article to cover all of these:
http://commons.apache.org/lang/article2_4.html
Source and binary distributions are available for download from the Apache Commons download site:
http://commons.apache.org/lang/download_lang.cgi
When downloading, please verify signatures using the KEYS file available at the above location when downloading the release.
Release notes are available at:
http://commons.apache.org/lang/upgradeto2_4.html
For more information on Apache Commons Lang, visit the Commons Lang home page:
http://commons.apache.org/lang/
Feedback, suggestions for improvement and contributions are always welcome via the Apache Commons mailing lists and issue tracker:
http://commons.apache.org/lang/mail-lists.html
http://commons.apache.org/lang/issue-tracking.html
----
-- The Apache Commons community
[ Category : Apache Commons ] Wed, 19 Mar 2008 13:56:49 +0100
The Apache James team (http://james.apache.org) are pleased to announce that once more we are proposing ideas for Google Summer of Code student projects. This years ideas are:
1) To develop a VERP Mailet to allow James to write VERP modified return addresses on outbound messages, and an inbound mailet/matcher to identify VERP bounces and invoke configurable "do something" code.
2) James' provided mailing list manager is fine for small closed groups, but lacks the functionality of a more robust MLM, the project is to add some all or more of the following features: subscriber and message moderation, double opt-in and bounce handling.
We all look forward to welcoming Student proposals for these or any other ideas, and would welcome discussion of the ideas on the James Server Developers mailing list.
----
-- The Apache James Project
[ Category : Apache James ] Sun, 16 Mar 2008 14:16:43 +0100
The Apache MyFaces Trinidad team is pleased to announce the release of Apache MyFaces Trinidad Core 1.0.7.
Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library.
Trinidad Core 1.0.7 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
----
-- The Apache MyFaces Trinidad Team
[ Category : Apache MyFaces ] Sun, 16 Mar 2008 14:12:32 +0100
The Apache MyFaces Trinidad team is pleased to announce the release of Apache MyFaces Trinidad Core 1.2.7.
Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.2 component library.
Trinidad Core 1.2.7 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
----
-- The Apache MyFaces Trinidad Team
[ Category : Apache MyFaces ] |