블로그 이미지
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

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

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

Apache HttpComponents HttpCore 4.1.3 (GA) 릴리즈

뉴스/소식 | 2011. 8. 4. 06:53 | Posted by 노안돼지
The Apache HttpComponents project is pleased to announce the release of
HttpComponents HttpCore 4.1.3 (GA).

This release fixes a critical regression introduced in version 4.1.2.
Under special circumstances non-blocking SSL sessions may fail to
terminate correctly if the opposite end shuts down connection without
sending a 'close notify' message causing an infinite loop in the I/O
dispatch thread.

All users of HttpCore NIO are strongly advised to upgrade.

Download -
<http://hc.apache.org/downloads.cgi>
Release notes -
<http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES-4.1.x.txt>
HttpComponents site -
<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: a blocking I/O model based
on the classic Java I/O and a 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 Turbine 4.0-M1 릴리즈

뉴스/소식 | 2011. 8. 4. 06:52 | Posted by 노안돼지
The Apache Turbine team is pleased to announce the turbine-4.0-M1 release!

Apache Turbine is a servlet based framework that allows experienced Java
developers to quickly build secure web applications. Parts of Turbine
can also be used independently of the web portion of Turbine as
well. In other words, we strive to make portions of Turbine easily
available for use in other applications.

Apache Turbine is a long time citizen of the Apache Software Foundation,
the first commits date back to 2000 and 2001. The project has influenced
quite a number of other projects such as Apache DB Torque, Apache Maven
and a number of Apache Commons components.

This milestone release is made for verification of the newly integrated
Fulcrum services and to gather experience (and documentation) on how to
migrate a 2.3.3 installation to the new architecture. It is not meant
for production use. We hope to get lots of feedback from you to release
a stable version of Turbine later this year.

Note that this version requires JDK 1.6+ to run.

Changes in this version include:





Have fun!
-The Apache Turbine team
:

Apache Tuscany SCA Java 1.6.2 릴리즈

뉴스/소식 | 2011. 4. 18. 13:50 | Posted by 노안돼지
The Apache Tuscany team is pleased to announce the 1.6.2 release of the Java SCA project.

Apache Tuscany/SCA provides a runtime environment based on Service Component Architecture (SCA). SCA is a set of specifications aimed at simplifying SOA application development. These specifications are being standardized by OASIS as part of the Open Composite Services
Architecture (Open CSA).

The 1.6.2 release includes some bug fixes to the previous 1.6.1 release, as described in the RELEASE_NOTES and CHANGES files. To download the distributions, please go to:

http://tuscany.apache.org/sca-java-1x-releases.html

To find out more about OASIS Open CSA, go to:

http://www.oasis-opencsa.org

Apache Tuscany welcomes your help. Any contribution, including code, testing, contributions to the documentation, or bug reporting is always appreciated. For more information on how to get involved in
Apache Tuscany, visit the website at:

http://tuscany.apache.org

Thank you for your interest in Apache Tuscany!
:

Apache MINA 2.0.3 릴리즈

뉴스/소식 | 2011. 4. 18. 13:50 | Posted by 노안돼지
The Apache MINA project team is proud to announce the release of Apache MINA version 2.0.3.

Apache MINA is a network application framework which helps users develop high performance and high scalability network applications easily by providing an abstract, event-driven, asynchronous API over various transports such as TCP/IP and UDP/IP vis Java NIO.

The Apache MINA project website includes resources such as introductory presentation slides, tutorials, and examples to help you learn MINA as soon as possible.

This version fixes a few errors found since we released 2.0.3

Download :
==========
* http://mina.apache.org/downloads.html

Quick links:
============
* Homepage - http://mina.apache.org/
* FAQ - http://mina.apache.org/faq.html
* Testimonials - http://mina.apache.org/testimonials.html
* Documentation - http://mina.apache.org/documentation.html
* Performance - http://mina.apache.org/performance-test-reports.html


The Apache MINA project team is always open for your feedback.  Please
let us know what you think about MINA via our mailing list and support
forum: http://mina.apache.org/contact.html

Thank you !

Release Notes - MINA - Version 2.0.3
--------------------------------

Bug

  * [DIRMINA-627 <https://issues.apache.org/jira/browse/DIRMINA-627>]
    - ByteBuffer.getObject() doesn't support Class objects for
    non-serializable classes
  * [DIRMINA-678 <https://issues.apache.org/jira/browse/DIRMINA-678>]
    - NioProcessor 100% CPU usage on Linux (epoll selector bug)
  * [DIRMINA-809 <https://issues.apache.org/jira/browse/DIRMINA-809>]
    - Bundle-SymbolicName missing in MANIFEST.MF for some modules
  * [DIRMINA-811 <https://issues.apache.org/jira/browse/DIRMINA-811>]
    - Exceptions in MessageDecoder.decode() cause problems for
    subsequent decode operations.
  * [DIRMINA-814 <https://issues.apache.org/jira/browse/DIRMINA-814>]
    - Slow Receivers(servers) cannot read data already written by
    client applications after connection close is initiated by client
  * [DIRMINA-815 <https://issues.apache.org/jira/browse/DIRMINA-815>]
    - CumulativeProtocolDecoder.decode(...) does not find previous buffer
  * [DIRMINA-819 <https://issues.apache.org/jira/browse/DIRMINA-819>]
    - Synchronous behavior while adding and removing connections
  * [DIRMINA-820 <https://issues.apache.org/jira/browse/DIRMINA-820>]
    - ReferenceCountingFilter didn't work well

Improvement

  * [DIRMINA-799 <https://issues.apache.org/jira/browse/DIRMINA-799>]
    - We should not export the distribution files to Maven repo
  * [DIRMINA-823 <https://issues.apache.org/jira/browse/DIRMINA-823>]
    - Add IoBuffer.putUnsigned* methods to balance the getUnsigned*
    methods for completeness

New Feature

  * [DIRMINA-816 <https://issues.apache.org/jira/browse/DIRMINA-816>]
    - NioSocketConnector missing defaultLocalAddress

Wish

  * [DIRMINA-788 <https://issues.apache.org/jira/browse/DIRMINA-788>]
    - RequestResponseFilter - Javadoc and Examples



The Apache MINA PMC.


-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com
:

Apache OpenWebBeans 1.1.0 릴리즈

뉴스/소식 | 2011. 3. 31. 10:51 | Posted by 노안돼지
The Apache OpenWebBeans Team is proud to announce the release of Apache OpenWebBeans 1.1.0

Apache OpenWebBeans is an implementation of the Apache License v2 licensed JSR-299 "Context and Dependency Injection for Java" and JSR-330 "atinject". OpenWebBeans has a modular structure and provides Dependency Injection scaling from Java SE environments up to EE6 servers with complicated ClassLoader hierarchies.

openwebbeans-1.1.0 implements the CDI-1.0 API, passes the JSR-330 TCK and the JSR-299 standalone TCK.

Distribution packages can be downloaded from
http://www.apache.org/dyn/closer.cgi/openwebbeans/1.1.0/

The release is also available in maven.central
http://repo1.maven.org/maven2/org/apache/openwebbeans/


The Apache OpenWebBeans Team
: