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

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2025/6 »
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

 

'분류 전체보기'에 해당되는 글 358

  1. 2009.05.13 Apache ODE 1.3.2 released
  2. 2009.05.13 Apache Wicket 1.4-rc4 released
  3. 2009.05.03 Apache Derby 10.5.1.1 released
  4. 2009.04.30 Apache Buildr 1.3.4 Released
  5. 2009.04.29 Apache Jackrabbit 1.5.5 released
 
아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.

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

Apache ODE 1.3.2 released

뉴스/소식 | 2009. 5. 13. 08:22 | Posted by 노안돼지

Apache ODE 커뮤니티에서 Apache ODE 1.3.2를 발표하였습니다.

Apache ODE는 WS-BPEL을 준수하는 웹 서비스 오케스트레이션(orchestration) 엔진으로써,
BPEL XML문법으로 작성된 프로세스는 웹서비스 호출로 정리할 수 있으며, 다르게는 웹서비스가 가능한 워크플로우 엔진으로 설명할 수 있습니다.

이 새로운 릴리스에는 많은 기능과 개선 사항 등이 포함되어 있습니다 :

  • BPEL에서의 XQuery 1.0 쿼리와 표현
  • Publish/Subscribe간의 프로세스 인스턴스 교차
  • WS-BPEL 프로세스를 JMS이상으로 제공
  • WS-Security 지원
  • 프로세스 데이터 정리
  • 더 나은 성능과 메모리 관리


뿐만 아니라 많은 버그 수정를 하였으며, 상세내역은 릴리스 노트를 참조하세요.
https://issues.apache.org/jira/browse/ODE/fixforversion/12313906

더 많은 정보를 원하시면, Apache ODE 웹사이트를 방문하세요.
http://ode.apache.org/getting-ode.html

Apache ODE는 비즈니스-프렌들리 라이센스(Apache License v2.0)하에서 릴리즈된 오픈소스 프로젝트입니다. 우리 모두가 여러분의 도움과 기여를 환영하고 있으며, 참여를 위해서는 메일링 리스트를 통해 하실 수 있습니다.
http://ode.apache.org/mailing-lists.html

The Apache ODE Team.

:

Apache Wicket 1.4-rc4 released

뉴스/소식 | 2009. 5. 13. 08:21 | Posted by 노안돼지

Apache Wicket팀에서 Apache Wicket 1.4의 네번째 릴리즈 후보(candidate)버전을 발표했습니다.
많은 버그를 잡았으며, 여러 개선사항을 구현하였습니다.

이미 1.4 이전버전을 사용하는 경우, 빠른 시일내에 Wicket 1.4-rc4버전으로 업데이트 하시길 권장합니다.

다운로드는 희망하시는 분들은 아래 링크를 클릭하세요.
http://www.apache.org/dyn/closer.cgi/wicket/1.4-rc4

여러분들의 양해와 지원에 감사드립니다.
- The Wicket Team

Apache Wicket

Apache Wicket은 Java 웹 애플리케이션 프레임워크를 지향하는 컴포넌트입니다.

적절한 mark-up/logic의 분리, POJO 데이터 모델과 XML의 refreshing lack 등등의 특성을 통해 Apache Wicket은 웹 애플리케이션을 간단하고 쉽게 개발할 수 있도록 해주며,  낡고,  디버깅하기가  복잡하고, 관리하기 힘든 코드를 Java와 HTML로 작성된 재사용이 가능한 컴포넌트로 바꿀 수 있도록 해줍니다.


우리의 웹사이트에서 Apache Wicket에 대한 자세한 내역을 찾을 수 있습니다. :
http://wicket.apache.org

이번 릴리즈
이번 릴리즈는 Wicket 1.4의 네번째 릴리즈 후보(RC, Release Candidate)입니다. 이 릴리즈는 몇개의 버그 수정과 일부 사소한 개선 사항을 추가하였습니다. 자세한 내용은 아래 변경사항을 참조하십시오.

1.2로부터 마이그레이션
Wicket 1.3을 사용하고 있으시면, 위키에서 찾은 마이그레이션 가이드를 참조하십시오.
http://cwiki.apache.org/WICKET/migrate-14.html


이 릴리즈를 다운로드
여러분은 아래의 공식 아파치 미러사이트로부터 다운로드 하실 수 있습니다.
http://www.apache.org/dyn/closer.cgi/wicket/1.4-rc4/

Maven과 Ivy사용자들은 자동으로 다운로드될 것입니다.

<dependency>
 <groupId>org.apache.wicket</groupId>
 <artifactId>wicket</artifactId>
 <version>1.4-rc4</version>
</dependency>

Substitute the artifact ID with the projects of your liking to get the other projects.

Please note that we don't prescribe a Logging implementation for SLF4J. You need to specify yourself which one you prefer. Read more about SLF4J here:

http://slf4j.org


릴리즈 확인
The release has been signed by Jeremy Thomerson, your release manager for today. The public key can be found in the KEYS file in the download area.  Download the KEYS file only from the Apache website.
http://www.apache.org/dist/wicket/1.4-rc4/KEYS

릴리즈 확인에 대한 지침은 아래주소에서 확인할 수 있습니다.
http://www.apache.org/dev/release-signing.html#check-integrity


버그 리포트
In case you do encounter a bug, we would appreciate a report in our JIRA:

http://issues.apache.org/jira/browse/WICKET


배포
In the distribution you will find a README. The README contains instructions on how to build from source yourself.
You also find a CHANEGELOG-1.4 which contains a list of all things that have been
fixed, added and/or removed since the 1.4 branch was created.



 

:

Apache Derby 10.5.1.1 released

뉴스/소식 | 2009. 5. 3. 22:51 | Posted by 노안돼지

Apache Derby 프로젝트에서 새로운 Derby 10.5.1.1을 릴리즈 하였습니다.

Apache Derby는 Apache DB 프로젝트의 서브 프로젝트로써,  ISO/ANSI SQL과 JDBC 표준을 따르는 순수 Java로 된 관계형 데이터베이스 엔진입니다.
Derby를 개발하는 목적은 개발자와 사용자(end-users)가 쉽게 업무를 처리 할 수 있도록 하는 것입니다.  

Derby 10.5.1.1은 아래 Derby 다운로드 사이트에서 받을 수 있습니다.
  http://db.apache.org/derby/derby_downloads.html.


Derby 10.5.1.1 contains the following new features:
  • SQL Roles - Support for most of SQL feature T331 and parts of T332
  • Generated Columns - Support for SQL feature T175
  • LOB Improvements - Many performance and usability improvements for BLOBs and CLOBs
  • Replication of encrypted databases - Support for replication of encrypted databases
  • OFFSET/FETCH FIRST - Support for limit result set cardinality (new SQL 2008 syntax)
  • In-memory back end - first revision of a storage engine for Derby storing all data in-memory.
  • Update Statistics Stored Procedure - Make it possible to refresh statistics


추가로, Derby 10.5.1.1은 많은 버그와 그동안 많은 수정내역을 가지고 있습니다.
여러분, Derby 10.5.1.1을 사용해보세요.!!!

:

Apache Buildr 1.3.4 Released

뉴스/소식 | 2009. 4. 30. 14:24 | Posted by 노안돼지

Apache Buildr는 Java를 기반으로하는 응용프로그램으로 Scala, Groovy과 점차 업그레이드 되는 JVM 언어와 툴을 지원하는 빌드 시스템(build system)입니다.

Apache Buildr는 DSL(domain-specific language)과 Maven2 컨셉(프로젝트, 아티팩트(artfact), 저장소와 기본 레이아웃과 같은)과 Ant 태스크(tasks)와 Ruby의 native scripting 능력을 결합한 Rake(the Ruby make tool) 확장셋트입니다.

What's New in Buildr 1.3.4?

  • We graduated from the Apache Incubator!
    This is our first release as  a top-level Apache project: http://buildr.apache.org. New site, new  mailing lists, SVN, Git, etc.
  • Support for Git version control system
  • Improved all-around Scala support, including joint Java-Scala compilation and upgraded to Scala 2.7.3 dependencies:  ScalaSpecs 1.4.3, ScalaCheck 1.5 and ScalaTest 0.9.5
  • New ‘artifacts:sources’ task to download source code for artifact jars
  • Source code attachments for external dependencies in Eclipse and IDEA projects
  • Dependency upgrades such as Rake 0.8.4, Net-SSH 2.0.11, RSpec 1.2.2, JRuby 1.1.6.
  • Documentation now uses Jekyll to generate web site and PDF document.
    This replaces Docter so less code to maintain and the same Textile/Liquid mechanism as when using Github pages.
  • And 20 or so bug fixes.


자세한 CHANGELOG를 보시려면 :
http://buildr.apache.org/CHANGELOG

Buildr에 관한 상세한 내역을 보시려면 우리 사이트를 방문하세요.
http://buildr.apache.org

:

Apache Jackrabbit 1.5.5 released

뉴스/소식 | 2009. 4. 29. 08:01 | Posted by 노안돼지

Apache Jackrabbit 커뮤니티에서  Apache Jackrabbit version 1.5.5를 릴리즈 하였습니다.
이 릴리즈는 아래 다운로드에서 받으실 수 있습니다.

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

이 릴리즈에 대한 자세한 내용은 아래를 참조하십시오.


Release Notes -- Apache Jackrabbit -- Version 1.5.5
------------
소개
------------

Apache Jackrabbit는 Java Technology API를 이용하여 컨텐츠 저장소(Content Repository)를 구현한 것입니다.
컨텐츠 저장소는 구조화(structured)되거나 구조화 되지 않은(unstructured) 컨텐츠, 전체 텍스트 검색, 버전처리, 트랜잭션(transactions), 의견표시(observation)등등을 지원하기 위한 계층적 컨텐츠 저장(hierarchical content store) 방식으로 되어 있습니다.
Jackrabbit 웹 사이트(http://jackrabbit.apache.org)에서 자세한 내용을 보실 수 있습니다.

Apache Jackrabbit 1.5.5 is a bug fix release that fixes issues reported against previous releases. The jackrabbit-jcr2spi component contains also some other improvements over previous releases. This release is fully compatible with the earlier 1.5.x releases.

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.5; other components are still at their previous 1.5.x versions.

jackrabbit-jcr-commons

Bug fixes
 [JCR-1976] Text.unescape() should should preserve 'unicode' characters
 [JCR-1996] Handle date values in the far future or prevent these from ...
 [JCR-1997] Performance fix, when deserializing large jcr:binary in ...
 [JCR-2017] System view export truncates carriage return

jackrabbit-core

Bug fixes
 [JCR-1117] Bundle cache is not rolled back when the storage of a ...
 [JCR-1216] Unreferenced sessions should get garbage collected
 [JCR-1996] Handle date values in the far future or prevent these from ...
 [JCR-2007] Importing strings with special characters fails
 [JCR-2020] Overlapping index aggregates not updated
 [JCR-2035] IndexingQueue not checked on initial index creation
 [JCR-2048] Workspace is shut down while creating initial index
 [JCR-2036] Set_property permission not checked when saving a new node
 [JCR-2057] When creating multiple repository instances pointing to the ...
 [JCR-2063] FileDataStore: garbage collection can delete files that are ...
 [JCR-2071] IndexMerger throws null pointer exception without stacktrace
 [JCR-2080] DataStore: garbage collection can fail when using workspace ...

jackrabbit-webdav

Bug fixes
 [JCR-2009] Large file download over webdav causes exception

jackrabbit-spi-commons

Bug fixes
 [JCR-2052] XPath QueryFormat may produce malformed XPath statement

jackrabbit-jcr2spi

Bug fixes
 [JCR-1886] jcr2spi: Unprocessed ItemInfos call to RepositoryService#...
 [JCR-2014] Jcr2Spi: Warning upon reloading property values
 [JCR-2016] ChildNodeEntriesImpl.update logs incorrect errors

Improvements
 [JCR-1870] jcr2spi: reloading of invalidated nodes doesn't benefit from ...
 [JCR-1871] jcr2spi: use jcr names and path for log and exception message
 [JCR-1891] jcr2spi: use Soft refs for hierarchy
 [JCR-1906] Make observation polling time configurable
 [JCR-1963] Determination of property state difference should skip binary ...
 [JCR-1966] [PATCH] Remove Stutter in NodeState
 [JCR-1967] Impossible comparison in NodeTypeImpl
 [JCR-2038] Lower log level in o.a.j.jcr2spi.query.NodeIteratorImpl
 [JCR-2039] Add log information when node/property type determination fails

You can look up individual issues for more details in the Jackrabbit
issue tracker at https://issues.apache.org/jira/browse/JCR.

Contributors
------------

The following people have contributed to this release by submitting bug reports or by participating in the issue resolution process.

   Angela Schreiber      Greg Schueler         Martijn Hendriks
   Bart van der Schans   Henryk Paluch         Michael Dürig
   Chris Schmidt         Jukka Zitting         Sébastien Launay
   Dave Brosius          Julian Reschke        Stefan Guggisberg
   Frank van Lankvelt    Marcel Reutegger      Thomas Müller
   Grégory Joseph

Thank you to everyone involved!

Release Contents
----------------

This release consists of a single source archive (jackrabbit-1.5.5-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.5-src.jar
   cd jackrabbit-1.5.5
   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.

: