아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.
우리는 심플한 서버 공유 프로젝트의 모임이라고도 하지만 오히려 개발자와 사용자간의 커뮤니티라고 생각합니다.
The Apache Thrift team is happy to announce the release of Thrift version 0.2.0-incubating.
Thrift is a software framework for scalable cross-language services development. It combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and OCaml.
Disclaimer: Apache Thrift is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator PMC.
Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
You can also use the Thrift users mailing list if you are not
interested in developer information (e.g. JIRA issues, commits etc.): thrift-user@incubator.apache.org
Release Notes -- Apache Jackrabbit -- Version 2.0-beta.
Introduction
------------
This is a beta release of Apache Jackrabbit 2.0. This release is a fully
compliant implementation of the JCR 2.0 API that was specified by the
Java Specification Request 283 (JSR 283, http://jcp.org/en/jsr/detail?id=283).
However, the beta status of this release means that some parts of the
implementation are not yet ready for normal production use.
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.
* 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.
* Removal of deprecated classes and features. Jackrabbit 2.0 is not
backwards compatible with client code that used any classes or features
that had been deprecated during the 1.x release cycle.
* Separate JCR Commons components. Many of the general-purpose JCR
components like JCR-RMI and 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.
* 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.
For more detailed information about all the changes in this and other
Jackrabbit releases, please see the Jackrabbit issue tracker at
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). A content repository is a
hierarchical content store with support for structured and unstructured
content, full text search, versioning, transactions, observation, and
more.
About The Apache Software Foundation
------------------------------------
Established in 1999, The Apache Software Foundation provides organizational,
legal, and financial support for more than 100 freely-available,
collaboratively-developed Open Source projects. The pragmatic Apache License
enables individual and commercial users to easily deploy Apache software;
the Foundation's intellectual property framework limits the legal exposure
of its 2,500+ contributors.
HttpClient 4.1-alpha1 builds on the stable 4.0.1 release and adds several functionality improvements and new features.
Simplified configuration of connection managers.
Persistence of authentication data between request executions within the same execution context.
Support for SPNEGO/Kerberos authentication scheme
Support for transparent content encoding. Please note transparent content encoding is not enabled per default in order to avoid conflicts with already existing custom content encoding solutions.
5 to 10% performance increase due to elimination of unnecessary Log object lookups by short-lived components.
Please note all methods and classes added in this release and marked as
4.1 are API unstable and can change in the future 4.1 ALPHA releases.
Although the java.net package provides basic functionality for accessing
resources via HTTP, it doesn't provide the full flexibility or
functionality needed by many applications. HttpClient seeks to fill this
void by providing an efficient, up-to-date, and feature-rich package
implementing the client side of the most recent HTTP standards and
recommendations.
Designed for extension while providing robust support for the base HTTP
protocol, HttpClient may be of interest to anyone building HTTP-aware
client applications such as web browsers, web service clients, or
systems that leverage or extend the HTTP protocol for distributed
communication.
HttpClient 4.0.1 is a bug fix release that addresses a number of issues discovered since the previous stable release. None of the fixed bugs is considered critical. Most notably this release eliminates eliminates dependency on JCIP annotations.
This release is also expected to improve performance by 5 to 10% due to elimination of unnecessary Log object lookups by short-lived components.
Although the java.net package provides basic functionality for accessing resources via HTTP, it doesn't provide the full flexibility or functionality needed by many applications. HttpClient seeks to fill this
void by providing an efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations.
Designed for extension while providing robust support for the base HTTP protocol, HttpClient may be of interest to anyone building HTTP-aware client applications such as web browsers, web service clients, or systems that leverage or extend the HTTP protocol for distributed communication.
Apache JempBox는 Apache PDFBox로서, XMP metadata와의 공동 작업을 위한 오픈 소스 Java 라이브러리입니다.
이 릴리즈에 대한 자세한 내용은 아래 내역을 참조하세요.
Release Notes -- Apache JempBox -- Version 1.0.0
Introduction
------------
Apache JempBox is an open source Java library for working with XMP metadata.
This 1.0.0 release is the first JempBox release made after the graduation from incubating at the Apache Software Foundation. The most notable changes since the previous release (0.8.0-incubating) are the upgrade to Java 5 and the switch from ant to maven as build tool.
This release consists of a source archive (jempbox-1.0.0-src.jar).
You can build the release with Apache Maven like this:
jar xf jempbox-1.0.0-src.jar
cd jempbox-1.0.0
maven clean install
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/pdfbox/KEYS.
About The Apache Software Foundation
------------------------------------
Established in 1999, The Apache Software Foundation provides organizational,
legal, and financial support for more than 100 freely-available,
collaboratively-developed Open Source projects. The pragmatic Apache License
enables individual and commercial users to easily deploy Apache software;
the Foundation's intellectual property framework limits the legal exposure
of its 2,500+ contributors.