블로그 이미지
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/7 »
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 JMeter 2.3.4 r785646 릴리즈

뉴스/소식 | 2009. 6. 24. 08:12 | Posted by 노안돼지

The Apache JMeter team announces the release of Apache JMeter  2.3.4 r785646.

 This is a bug-fix release to correct some problems that were discovered with 2.3.3, in particular:
 

  • JMeter does not start up if there is no messages.properties file for the default Locale.
  • JDBC Sampler should not close Prepared or Callable statements as these are cached
  • HTTPSampler2 response timeout not honored
  • Fix problems with remote clients

 == All users - especially those running 2.3.3 - are recommended to upgrade. ==

 Apache JMeter is a Java application designed to test server applications.
 It can be used to:
 * generate test loads
 * test functional behaviour
 * measure performance.
 It includes support for protocols such as HTTP(S), JDBC, JMS, FTP, and others.
 It can also be extended with user-written code.

 See http://jakarta.apache.org/jmeter/

 This version of JMeter requires Java 1.4 or later.
 This next release of JMeter will require at least Java 1.5.

 The release can be downloaded from:

 http://jakarta.apache.org/site/downloads/downloads_jmeter.cgi

 When downloading, please verify signatures using the KEYS file.

 Only the binary archive is needed to run JMeter - there is no need to download the source archive.

 However there are some optional libraries which are not included.
 See the "Getting Started" page for details:
 http://jakarta.apache.org/jmeter/usermanual/get-started.html

 The list of changes since version 2.3.3 can be found at:

 http://jakarta.apache.org/jmeter/changes.html

 All users are recommended to upgrade to this release, especially those
 running 2.3.3.

 Enjoy!
 The JMeter team

:

Apache Incubator Shindig 1.0 릴리즈

뉴스/소식 | 2009. 6. 24. 08:09 | Posted by 노안돼지


The Apache Incubator Shindig team is proud to announce the release of Apache Incubator Shindig, version 1.0-incubating.

Apache Incubator Shindig is a JavaScript container and implementations of the backend APIs and proxy required for hosting OpenSocial applications.

http://incubator.apache.org/shindig

Apache Shindig is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator project. 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 .

:

Apache POI 3.5 Beta 6 릴리즈

뉴스/소식 | 2009. 6. 23. 15:31 | Posted by 노안돼지


The POI team is pleased to announce the availability of Apache POI 3.5 beta6, our latest beta including OOXML (Office  Open XML) support.

 Apache POI is well-known in the Java field as a library for reading and writing Microsoft Office file formats, such as Excel, PowerPoint, Visio and Word. With POI 3.5, it supports the new OOXML (Office Open XML) formats introduced in Office 2007. See http://poi.apache.org/ for more details

 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.

 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.5-beta6".

 For the Apache POI Team
 Yegor Kozlov

:

Apache HttpComponents HttpCore 4.0.1 (GA) 릴리즈

뉴스/소식 | 2009. 6. 23. 08:59 | Posted by 노안돼지

Apache HttpComponents 프로젝트에서 HttpComponents HttpCore 4.0.1을 발표하였습니다.
이번 릴리즈는 4.0 릴리즈에서 발견된 각종 문제(이슈)를 패치하였으며, Java NIO 모듈 사용자들께서는 업그레이드를 고려해보시기 바랍니다.


다운로드 - <http://hc.apache.org/downloads.cgi>
릴리즈 노트 - <http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES.txt>
HttpComponents 사이트 -  <http://hc.apache.org/>

About HttpComponents Core

HttpCore is a set of low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint. HttpCore supports two I/O models: blocking I/O model based on the classic Java I/O and non-blocking, event driven I/O model based on Java NIO. The blocking I/O model may be more appropriate for data intensive, low latency scenarios, whereas the non-blocking model may be more appropriate for high latency scenarios where raw data throughput is less important than the ability to handle thousands of simultaneous HTTP connections in a resource efficient manner.

 

:

Apache FtpServer 1.0.2 릴리즈

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

Apache MINA 프로젝트 팀에서 FtpServer 1.0.2를 릴리즈 하였으며, 이번 릴리즈에서는 1.0.1에서 발견된 문제와 이슈들을 수정하였습니다.

이번 개선사항에서 몇개는 동작중인 FtpServer 안정성과 관련이 되어 있어서, FtpServer를 사용하시는 모든 분들께 이 릴리즈로 업그레이드하길 바랍니다.

우리 팀에서는 이 릴리즈를 안정화시키기 위해 노력하고 있으며, 여러분의 테스트 참여를 항상 환영하고 있습니다. 그리고, 우리 팀에서는 FtpServer가 독자적으로 동작하거나, 여러분의 응용프로그램에 쉽게 내장되어 잘 동작할 수 있도록 노력하고 있습니다.

마지막 릴리즈는 아래곳에서 다운로드 하세요.
http://mina.apache.org/ftpserver/downloads.html


변경 내역은 아래와 같습니다.:


전체 릴리즈 노트는 아래 주소에서 확인하실 수 있습니다.
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&styleName=Html&version=12313952

감사합니다.

/niklas

: