블로그 이미지
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 Tomcat 7.0.10 릴리즈

뉴스/소식 | 2011. 3. 9. 09:58 | Posted by 노안돼지


The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.10

Apache Tomcat 7.0.10 is primarily a security and bug fix release with numerous fixes compared to 7.0.8.

Please refer to the change log for the list of changes:
http://tomcat.apache.org/tomcat-7.0-doc/changelog.html

Note that this version has 4 zip binaries: a generic one and three bundled with Tomcat native binaries for Windows operating systems running on different CPU architectures.

Downloads:
http://tomcat.apache.org/download-70.cgi

Migration guide from Apache Tomcat 5.5.x and 6.0.x:
http://tomcat.apache.org/migration.html

Thank you,

-- The Apache Tomcat Team

:

Apache HTTP Server 2.3.11-Bet​a 릴리즈

뉴스/소식 | 2011. 3. 9. 09:57 | Posted by 노안돼지

Apache HTTP Server 2.3.11-beta Released

  The Apache Software Foundation and the Apache HTTP Server Project are
  pleased to announce the release of version 2.3.11-beta of the Apache HTTP
  Server ("Apache").  This version of Apache is our initial Beta release
  of Apache httpd 2.4 to test new technology and features that are incompatible
  or too large for the stable 2.2.x branch. This Beta release should not be
  presumed to be compatible with binaries built against any prior or future
  version, although, as a Beta, the API is in a semi-frozen state.

  Apache HTTP Server 2.3.11-beta is available for download from:

    http://httpd.apache.org/download.cgi

  Apache 2.3 offers numerous enhancements, improvements, and performance
  boosts over the 2.2 codebase.  For an overview of new features
  introduced since 2.3 please see:

    http://httpd.apache.org/docs/trunk/new_features_2_4.html

  Please see the CHANGES_2.3 file, linked from the download page, for a
  full list of changes.

  This release includes the Apache Portable Runtime (APR) version 1.4.2
  and APR-Util version 1.3.10 in a separate -deps tarball.  The APR libraries
  must be upgraded for all features of httpd to operate correctly.

  This release builds on and extends the Apache 2.2 API.  Modules written
  for Apache 2.2 will need to be recompiled in order to run with Apache
  2.3, and require minimal or no source code changes.

    http://svn.apache.org/repos/asf/httpd/httpd/trunk/VERSIONING

:

Apache Maven 3.0.3 릴리즈

뉴스/소식 | 2011. 3. 9. 09:56 | Posted by 노안돼지

The Maven team is pleased to announce the release of Apache Maven 3.0.3

Maven is a project comprehension and build tool, designed to simplify the process of maintaining a healthy development lifecycle for your project. You can read more here:

   http://maven.apache.org/

Downloads of source and binary distributions are listed in our download section:

   http://maven.apache.org/download.html

A major goal of Maven 3.0.x is to be compatible, to the extent possible, with existing plugins and projects designed for Maven 2.x. Users interested in upgrading to 3.x should have a glance at the compatibility notes for known differences between Maven 3.0 and Maven 2.x:

   http://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html

Users who already use Maven 3.0.x are encouraged to update to this new maintenance release.

If you encounter unexpected problems while using Maven 3.0.3, please feel free to contact us via the Maven developer list:

   http://maven.apache.org/mail-lists.html

Release Notes - Maven 2 & 3 - Version 3.0.3 (since 3.0.2 only)

** Bug
   * [MNG-4551] - List parameter in a mojo has strange behaviour
   * [MNG-4956] - Cygwin mvn script modifies CLASSPATH environment variable
   * [MNG-4962] - MavenProject.getParent fails to build when parent POM, in reactor, references BOM also in reactor
   * [MNG-4963] - [regression] Parent POM not downloaded when settings define global mirror and one snapshot repo but no other release repository
   * [MNG-4973] - [regression] Build extensions are invisible to plugins in multi module build
   * [MNG-4975] - [regression] plugin executions injected from profile run before instead of after existing executions in the POM
   * [MNG-4982] - [regression] Cycle between transitive dependencies causes bad effective dependency scope
   * [MNG-4987] - [regression] LATEST, RELEASE or SNAPSHOT version picked from wrong repository when resolution order does not match timestamp order
   * [MNG-4990] - RepositorySystem#resolve(request) uses two different local repositories
   * [MNG-4991] - LegacyRepositorySystem#injectProxy(repositories, proxies) doesn't evaluate non-proxy hosts
   * [MNG-5000] - [regression] child distributionManagment.site.url not correct in a flat directory layout when child's artifactId doesn't match its module name
   * [MNG-5003] - MavenPluginManager serves m2e partially initialized mojo descriptors in some cases
   * [MNG-5005] - bin/mvn contains platform specific echo when on Mac OSX and JAVA_VERSION envvar is set
   * [MNG-5006] - [regression] Resolution of parent POMs for dependency using version range does not consider all configured repositories
   * [MNG-5009] - StackOverflowError in DefaultProjectBuilder.build when <module> points at current aggregator POM
   * [MNG-5014] - [regression] MavenProject.getParent().isExecutionRoot() not properly set
   * [MNG-5019] - [regression] String-based component lookups performed by report mojos fail with ClassCastException
   * [MNG-5023] - Wrong calculation of Build Total time

** Improvement
   * [MNG-3575] - Allow hexadecimal parameters
   * [MNG-4971] - Display maven home in version info
   * [MNG-4984] - Simplify drop in of 3rd party extensions for Maven core
   * [MNG-4988] - API to calculate execution plan without full mojo execution configuration
   * [MNG-4992] - Allow to configure plugin parameters of type java.util.Properties just like a map
   * [MNG-5011] - Allow to configure array/collection type plugin parameters via system properties
   * [MNG-5012] - Allow to configure array-typed plugin parameters from expressions yielding collections and vice versa
   * [MNG-5013] - Allow to condense configuration of plugin parameter beans that commonly require only one value
   * [MNG-5020] - JAVA_HOME auto discovery
   * [MNG-5028] - Obey generics in plugin collection parameters when populating them
   * [MNG-5033] - Allow to inline collection/array items within plugin configuration

** Task
   * [MNG-5024] - Update default plugin versions

Enjoy,


-The Maven team

:

Apache HTTP Server 2.2.17과 2.0.64 릴리즈

뉴스/소식 | 2010. 10. 20. 11:29 | Posted by 노안돼지
The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.2.17 of the Apache HTTP Server ("Apache").  This version of Apache is principally a bug fix release, and a security fix release of the APR-util 1.3.10 dependency;

    * SECURITY: CVE-2010-1623 (cve.mitre.org)
      Fix a denial of service attack against apr_brigade_split_line().

    * SECURITY: CVE-2009-3560, CVE-2009-3720 (cve.mitre.org)
      Fix two buffer over-read flaws in the bundled copy of expat which
      could cause httpd to crash while parsing specially-crafted
      XML documents.


  We consider this release to be the best version of Apache available, and
  encourage users of all prior versions to upgrade.

  Apache HTTP Server 2.2.17 is available for download from:

    http://httpd.apache.org/download.cgi

  Apache HTTP Server 2.0.64 legacy release is also currently available, with the same vulnerability correction as well as many others fixed in 2.2.16 and earlier releases.  See the corresponding CHANGES files linked from the download page.  The Apache HTTP Project developers strongly encourage all users to migrate to Apache 2.2, as only limited and less frequent maintenance is provided for legacy versions.

  Apache 2.2 offers numerous enhancements, improvements, and performance boosts over the 2.0 codebase.  For an overview of new features introduced since 2.0 please see:

    http://httpd.apache.org/docs/2.2/new_features_2_2.html

  Please see the CHANGES_2.2 file, linked from the download page, for a full list of changes.  A condensed list, CHANGES_2.2.17 provides the complete list of changes since 2.2.16.  A summary of all of the security vulnerabilities addressed in this and earlier releases is available:

    http://httpd.apache.org/security/vulnerabilities_22.html

  This release includes the Apache Portable Runtime (APR) version 1.4.2 and APR Utility Library (APR-util) version 1.3.10, bundled with the tar and zip distributions.  The APR libraries libapr and libaprutil (and
  on Win32, libapriconv version 1.2.1) must all be updated to ensure binary compatibility and address many known security and platform bugs.

  This release builds on and extends the Apache 2.0 API.  Modules written for Apache 2.0 will need to be recompiled in order to run with Apache 2.2, and require minimal or no source code changes.

    http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/VERSIONING

  When upgrading or installing this version of Apache, please bear in mind that if you intend to use Apache with one of the threaded MPMs (other than the Prefork MPM), you must ensure that any modules you will be using (and the libraries they depend on) are thread-safe.
:

Apache OpenWebBeans 1.0.0 릴리즈

뉴스/소식 | 2010. 10. 20. 00:06 | Posted by 노안돼지
The Apache OpenWebBeans Team is proud to announce the final release of Apache OpenWebBeans 1.0.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.

1.0.0 implements the latest API, passes the JSR-330 TCK and the JSR-299 standalone TCK.

The release can be downloaded from

http://www.apache.org/dyn/closer.cgi/openwebbeans/1.0.0/ http://www.apache.org/dist/openwebbeans/1.0.0/


The Apache OpenWebBeans Team
: