아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.
우리는 심플한 서버 공유 프로젝트의 모임이라고도 하지만 오히려 개발자와 사용자간의 커뮤니티라고 생각합니다.
The Apache UIMA development community is pleased to announce the release of version 2.3.0 of UIMA (Unstructured Information Management Architecture). Apache UIMA is a framework supporting combining and reusing components that annotate unstructured information content such as text, audio, and video.
This release consists of 4 packages:
- UIMA Java SDK - the base framework, with development tools and examples
- UIMA-AS (Asynchronous Scalout capability)
- UIMACPP (c++ support framework, for components written in c++ and other languages)
- UIMA Addons - a growing set of annotators and other tools.
This release is generally backwards compatable with previous releases,
except that Java 5 is now the minimum Java level required.
The add-ons package contains many new components and annotators, including:
- Bean Scripting Framework supporting annotators written in popular scripting languages
- Lucas - an interface to using UIMA with Apache Lucene
- TikaAnnotator - an annotator using the Apache Tika project text extractors
The UIMA-AS (Asynchronous Scaleout) framework is extensively enhanced with much more support for error/failure recovery, driven by feedback from actual use in several large scale deployments (1000's of nodes).
The base framework now supports Java 5 generics, and is enhanced to make it even more light-weight and efficient; for example, it now supports a new network serialization format for communicating with remote annotators using a "delta-CAS" - limiting the response sent to just those items which have changed.
Full information and summaries of the changes are contained in the release notes, which you can find on our downloads page - scroll down to the 2.3.0 release section, and click on the package of interest in the release notes column.
Apache UIMA welcomes your help. Any contribution (code, testing, documentation, bug reporting/fixing) is always appreciated. For more information on how to get involved, please visit the website at:
The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.3.5-alpha of the Apache HTTP Server ("Apache"). This version of Apache is principally an alpha release to test new technology and features that are incompatible or too large for the stable 2.2.x branch. This alpha release should not be presumed to be compatible with binaries built against any prior or future version.
Apache HTTP Server 2.3.5-alpha is available for download from:
Apache 2.3 offers numerous enhancements, improvements, and performance boosts over the 2.2 codebase. For an overview of new features introduced since 2.3 please see:
Please see the CHANGES_2.3 file, linked from the download page, for a full list of changes.
This release includes the Apache Portable Runtime (APR) version 1.4.2 and APR-Util version 1.3.9 in a separate -deps tarball. The APR libraries must be upgraded for all features of httpd to operate correctly.
This release builds on and extends the Apache 2.2 API. Modules written for Apache 2.2 will need to be recompiled in order to run with Apache 2.3, and require minimal or no source code changes.
The Apache Lenya development community is proud to announce the 2.0.3 release of Apache Lenya.
Apache Lenya is an Open Source Java/XML Content Management System and comes with revision control, site management, scheduling, search, WYSIWYG editors, and workflow.
Apache Lenya is based on Apache Cocoon (http://cocoon.apache.org). You can use Cocoon features such as robust caching, multi-channel output, it's many connectivity options to quickly build customized solutions to meet your specific needs that are not already covered by Apache Lenya today.
* Add CodeMirror to source editor
* Can configure the accepted mime-types of a resource type.
* TinyMCE and FCKEditor can edit pages with textareas in them
Release Notes -- Apache Jackrabbit -- Version 2.0.0
Introduction
------------
This is Apache Jackrabbit 2.0.0, a fully compliant and production-ready
implementation of the Content Repository for Java Technology API, version 2.0
(JCR 2.0, http://jcp.org/en/jsr/summary?id=283).
Changes in this release
-----------------------
Jackrabbit 2.0 is a major upgrade from the earlier 1.x releases. The most
notable changes in this release are:
* Upgrade to JCR 2.0. This Jackrabbit release implements and is based
on the official JCR 2.0 API. All of the features required by the
JSR 283 specification have been implemented. Note that the remote
access layers (RMI and WebDAV) only support a subset of JCR 2.0.
* Upgrade to Java 5. All of Jackrabbit (except the jcr-tests component)
now requires Java 5 as the base platform. Java 1.4 environments are no
longer supported.
* Separate JCR Commons components. Many of the general-purpose JCR
components like OCM are now developed and released separately from
the Jackrabbit content repository. See the individual components
for their most recent releases.
* Database connection pooling is now available for all database backends.
Non-pooled versions of the bundle persistence managers are still
available in the org.apache.jackrabbit.core.persistence.bundle package.
To enable connection pooling in an existing Jackrabbit repository,
replace the package name with org.apache.jackrabbit.core.persistence.pool
in your repository and workspace configuration files.
* Data store feature enabled in the default repository configuration.
* Full text indexing with Apache Tika. Jackrabbit can now extract and
index the full text content of many new types of documents, including
the Office Open XML files produced by Microsoft Office 2007 and higher.
* Apache Commons Collections, Apache Derby, Jetty, SLF4J and Apache Xerces
dependencies have been upgraded to more recent versions.
* OracleFileSystem class does not use special blob handling anymore as it
is not required for Oracle versions since 10R1. Use the Oracle9FileSystem
class if you need support for Oracle 9 or earlier.
For more detailed information about all the changes in this and other
Jackrabbit releases, please see the Jackrabbit issue tracker at
Jackrabbit 2.0 is designed to be compatible with existing Jackrabbit
1.x clients and repositories. The main exceptions to this goal are:
* Removal of deprecated classes and features. Jackrabbit 2.0 is not
backwards compatible with client code that used classes or features
that had been deprecated during the 1.x release cycle. Most notably
the temporary org.apache.jackrabbit.api.jsr283 interfaces have been
removed in favor of the official JCR 2.0 API in javax.jcr.
* Repositories that have used the new JSR 283 security features included
as a development preview in Jackrabbit 1.5 and 1.6 may face problems
when upgrading to Jackrabbit 2.0. See especially JCR-1944 and JCR-2313
for more details.
* The JCR-RMI layer no longer implements the Jackrabbit API extensions.
Code that uses JCR-RMI with distributed transactions or for administration
operations like creating workspaces or registering node types needs to
be updated accordingly.
* The JCR-RMI layer in Jackrabbit 2.0 only supports JCR 2.0 repositories.
To access a JCR 1.0 repository implementation like Jackrabbit 1.x over
RMI, you need to use the 1.x versions of JCR-RMI.
Please contact the Jackrabbit user mailing list or issue tracker for more
information on how to handle the upgrade if you face some of these issues.
Contributors
------------
The following people have contributed to this release by submitting bug
reports or by participating in the issue resolution process.
Alexander Klimetschek Dietmar Gräbner Marcel Reutegger
Alexandre Capt Dominique Pfister Martijn Hendriks
Angela Schreiber Esteban Franqueiro Matej Knopp
Attila Király Felix Meschberger Matt Johnston
Bart van der Schans Frederic Esnault Michael Dürig
Bertrand Delacretaz Jared Roberts Michael Xue
Brian Topping Jeremy Anderson Philipp Bunge
Carsten Ziegeler Jervis Liu Philipp Koch
Charles Brooking Johann Sorel Rory Douglas
Christian Jörg Hoh Sascha Theves
Christian Trutz Jukka Zitting Sébastien Launay
Claus Köll Julian Reschke Sridhar Raman
Dan Diephouse Kadir Alaca Stefan Guggisberg
Dave Brosius Lars Michele Sunil D'Monte
Dave Marion Luca Tagliani Thomas Müller
David Purpura Lutz Horn Tobias Bocanegra
Manfred Bädke
Thank you to everyone involved!
Release Contents
----------------
This release consists of a single source archive packaged as a zip file.
The archive can be unpacked with the jar tool from your JDK installation.
See the README.txt file for instructions on how to build this release.
The source archive is accompanied by SHA1 and MD5 checksums and a PGP
signature that you can use to verify the authenticity of your download.
The public key used for the PGP signature can be found at https://svn.apache.org/repos/asf/jackrabbit/dist/KEYS.
About Apache Jackrabbit
-----------------------
Apache Jackrabbit is a fully conforming implementation of the Content
Repository for Java Technology API (JCR, specified in JSR 170 and 283).
A content repository is a hierarchical content store with support for
structured and unstructured content, full text search, versioning,
transactions, observation, and more.