블로그 이미지
News and Announcements (at) Apache Software Foundation. 노안돼지
Apache Software Foundation The Apache User Group KLDP From download

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2024/5 »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.

우리는 심플한 서버 공유 프로젝트의 모임이라고도 하지만 오히려 개발자와 사용자간의 커뮤니티라고 생각합니다.

Apache Jackrabbit 1.5.2 Released!

뉴스/소식 | 2009. 1. 21. 15:38 | Posted by 노안돼지

아파치 Jackrabbit 커뮤니티에서 Apache Jackrabbit 1.5.2을 릴리즈(release)하였습니다.
이 릴리즈는 아래에서 다운로드 할 수 있습니다.

   http://jackrabbit.apache.org/downloads.html

이 릴리즈에 대한 상세한 내역은 아래 Release Notes를 읽어 보시기 바랍니다.

Release Notes -- Apache Jackrabbit -- Version 1.5.2

소개
------------

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. See the Jackrabbit web site at http://jackrabbit.apache.org/ for
more information.

Apache Jackrabbit 1.5.2 is a security and bug fix release that fixes
issues reported against previous releases. This release is fully
compatible with the earlier 1.5.0 release.

Most notably, this release fixes the following security vulnerability.
Thanks to the Red Hat Security Response Team for reporting this issue.

 * CVE-2009-0026: Cross site scripting issues in webapp (JCR-1925)

   The search.jsp and swr.jsp pages in the Jackrabbit webapp are
   vulnerable to script injection. This release fixes the issue
   by properly escaping all user input.

   This issue affects both the Jackrabbit 1.4 and 1.5.0 releases.
   If you are unable to upgrade to 1.5.2 at this point, you can
   work around this issue by disabling the search.jsp and swr.jsp
   pages in the Jackrabbit webapp.

See below for a full listing of fixes included in this release.

이번 릴리즈에서 바뀐 것
-----------------------

All the fixes in this release are listed below per affected component.
The modified components have had their version numbers upgraded to 1.5.2;
other components are still at version 1.5.0. Jackrabbit version 1.5.1
was cancelled due to incorrect license headers in the source code.

jackrabbit

 버그 수정
 [JCR-1936] Incorrect license headers in multiple components

jackrabbit-core

 버그 수정
 [JCR-1823] Repository.login throws IllegalStateException
 [JCR-1838] Garbage collection deletes temporary files in FileDataStore
 [JCR-1846] Jackrabbit thread contention issue due to fat lock
 [JCR-1920] Custom LoginModule configurations broken in 1.5.0
 [JCR-1931] SharedFieldCache$StringIndex memory leak causing OOM's

jackrabbit-jcr-commons

 버그 수정
 [JCR-1926] Text.unescape("%") throws a StringIndexOutOfBoundsException

jackrabbit-jcr-server

 버그 수정
 [JCR-1902] Warning while building DAV:parent-set for root-node resource

jackrabbit-jcr-servlet

 버그 수정
 [JCR-1910] RMIRemoteBindingServlet fails to initialize if the RMI ...

jackrabbit-standalone

 버그 수정
 [JCR-1912] RMI reference not automatically bound by the standalone server

jackrabbit-webapp

 보안 수정
 [JCR-1925] CVE-2009-0026: Cross site scripting issues in webapp

 버그 수정
 [JCR-1920] The 1.5.0 webapp points to 1.4 javadocs
 [JCR-1930] Extra </div> in populate.jsp

jackrabbit-webdav

 버그 수정
 [JCR-1926] Text.unescape("%") throws a StringIndexOutOfBoundsException

Jackrabbit에 관련한 자세한 개별 게시물(individual issues)는 https://issues.apache.org/jira/browse/JCR  이슈 트래커에서 찾을 수 있습니다.

릴리즈 내용
----------------

This release consists of a single source archive (jackrabbit-1.5.2-src.jar)
that contains all the Apache Jackrabbit components. Use the following
commands (or the equivalent in your system) to build the release with
Maven 2 and Java 1.4 or higher:

   jar xf jackrabbit-1.5.2-src.jar
   cd jackrabbit-1.5.2-src
   mvn install

Note that the OCM components require Java 5 or higher, and are not included
in the build when using Java 1.4.

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.

The build will result in the following components (with artifactIds in
parenthesis) being built and installed in your local Maven repository.
Pre-built binary artifacts of these components are also available on
the on the central Maven repository.

 * Jackrabbit Parent POM (jackrabbit-parent)
   The Maven parent POM for all Jackrabbit components.

 * Jackrabbit API (jackrabbit-api)
   Interface extensions that Apache Jackrabbit supports in
   addition to the standard JCR API.

 * Jackrabbit JCR Commons (jackrabbit-jcr-commons)
   General-purpose classes for use with the JCR API.

 * Jackrabbit JCR Tests (jackrabbit-jcr-tests)
   Set of JCR API test cases designed for testing the compliance
   of an implementation. Note that this is not the official JCR TCK!

 * Jackrabbit JCR Benchmarks (jackrabbit-jcr-benchmark)
   Framework for JCR performance tests.

 * Jackrabbit Core (jackrabbit-core)
   Core of the Apache Jackrabbit content repository implementation.

 * Jackrabbit Text Extractors (jackrabbit-text-extractors)
   Text extractor classes that allow Jackrabbit to extract text content
   from binary properties for full text indexing.

 * Jackrabbit JCR-RMI (jackrabbit-jcr-rmi)
   RMI remoting layer for the JCR API.

 * Jackrabbit WebDAV Library (jackrabbit-webdav)
   Interfaces and common utility classes used for building a
   WebDAV server or client.

 * Jackrabbit JCR Server (jackrabbit-jcr-server)
   WebDAV servlet implementations based on JCR.

 * Jackrabbit JCR Servlets (jackrabbit-jcr-servlet)
   Set of servlets and other classes designed to make it easier to use
   Jackrabbit and other JCR content repositories in web applications.

 * Jackrabbit Repository Classloader (jackrabbit-classloader)
   Java classloader for loading classes from JCR content repositories.

 * Jackrabbit Web Application (jackrabbit-webapp)
   Deployable Jackrabbit installation with WebDAV support for JCR.

 * Jackrabbit JCA Resource Adapter (jackrabbit-jca)
   J2EE Connector Architecture (JCA) resource adapter for Jackrabbit.

 * Jackrabbit SPI (jackrabbit-spi)
   The SPI defines a layer within a JSR-170 implementation that separates
   the transient space from the persistent layer.

 * Jackrabbit SPI Commons (jackrabbit-spi-commons)
   This component contains generic utility classes that might be used
   to build an SPI implementation.

 * Jackrabbit SPI2JCR (jackrabbit-spi2jcr)
   This component contains a SPI implementation wrapping around an
   implementation of JSR-170.

 * Jackrabbit JCR2SPI (jackrabbit-jcr2spi)
   This component contains an implementation of the JSR-170 API and
   covers the functionality that is not delegated to the SPI
   implementation.

 * Jackrabbit Standalone (jackrabbit-standalone)
   Jackrabbit server in a self-contained runnable jar.

 * Jackrabbit OCM (jackrabbit-ocm)
   Object-Content mapping tool for persisting and accessing Java objects
   in a JCR content repository.

 * Jackrabbit OCM Node Management (jackrabbit-ocm-nodemanagement)
   This component simplifies registration of node types and namespaces
   referenced in OCM mapping descriptors.

:

Free Live Video Streaming at ApacheCon US 2008

컨퍼런스 소식 | 2009. 1. 21. 15:36 | Posted by 노안돼지
ApacheCon US 2008

Can't make ApacheCon this week in New Orleans? You can still watch all the keynotes, Apache 101 sessions, and system administration track in live video streams.

All keynote sessions are free; the full sysadmin track, including httpd performance, security, and server stack administration talks are available for a fee. Please keep in mind that New Orleans is CST or UTC/GMT -6 hours.

Keynote sessions include:

  • Jim Jagielski, The Apache Software Foundation - (Wednesday, 5th November 2008)
  • David Recordon, Six Apart, Open Web Foundation - (Wednesday, 5th November 2008)
  • Shahani Markus Weerawarana - (Thursday, 6th November 2008)
  • Sam Ramji, Microsoft - (Friday, 7th November 2008)
:
Apache Tuscany, a new Top-Level Project of the Apache Software Foundation (ASF), today announced the release of version 1.3.2 of its Service Component Architecture (SCA) for Java – the Project's latest release since its graduation from the ASF Incubator four months ago.
: