We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

The Apache Software Foundation provides support for the Apache community of open-source software projects, which provide software products for the public good.

The Apache projects are defined by collaborative consensus based processes, an open, pragmatic software license and a desire to create high quality software that leads the way in its field.

Latest News

If you would like to keep up with news and announcements from the foundation and all its projects, you can subscribe to the Apache Announcements List or follow the Foundation Blog.

The Apache Software Foundation Community Development Project Welcomes Student Proposals for Google Summer of Code 2013

Hundreds of students mentored in "The Apache Way" of Open Source community leadership

Forest Hill, MD –9 April 2013– The Apache Software Foundation (ASF)'s Community Development (ComDev) project today announced its acceptance into the Google Summer of Code (GSoC) as a mentoring organization for the eighth consecutive year.

The ComDev...

MEDIA ALERT: The Apache Struts Project Announces Apache Struts™ 1 End-Of-Life

Apache Struts 2 recommended as an elegant Open Source, extensible successor framework for creating enterprise-ready Java Web applications

Forest Hill, MD –9 April 2013–

WHO: The Apache Software Foundation's Apache Struts Project, creators of leading Open Source solutions for creating Java web applications.

WHAT: The Struts™ 1.x Web framework has...

The Apache Software Foundation Announces Apache cTAKES™ as a Top-Level Project

Open Source natural language processing (NLP) tool for information extraction from electronic medical record clinical free-text

Forest Hill, MD –9 April 2013– The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of nearly 150 Open Source projects and initiatives, today announced that Apache cTAKES has graduated from the...

[ANNOUNCE] Apache Marmotta 3.0.0-incubating released!

The Apache Marmotta team is pleased to announce the availability of Apache Marmotta 3.0.0-incubating. This release is the first incubation release of Apache Marmotta after acceptance into the incubator.
 
Apache Marmotta is an extensible and modular implementation of a Linked Data Platform and contains a server component as well...

[ANNOUNCE] Apache Traffic Server 3.3.2-dev is released

Apache Traffic Server v3.3.2-dev Released
 
The Apache Software Foundation and the Apache Traffic Server project are pleased to announce the release of Apache Traffic Server v3.3.2-dev. This is our latest development release, and is available from
 
http://trafficserver.apache.org/downloads
 
This is primarily a bug release over v3.3.1-dev, no new...

[ANNOUNCEMENT] Apache Log4j 2.0-beta5 released

The Apache Log4j 2 team is pleased to announce the Log4j 2.0-beta5 release!
 
Apache log4j is a well known framework for logging application behavior. Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many of the improvements available in Logback...

Latest Activity

This is an overview of activity going on with our projects. SVN commits, bug reports, tweets, you name it.

@TheASF: The #Apache #Community #Development Project Welcomes Student Proposals for Google Summer of Code http://t.co/2tTkLj7dy2 #GSoC #OpenSource
r1476179 Add svn:ignore (james) — eric
r1476178 log more details when ldap connection fail (archiva) — olamy
r1476177 Another NPE in the WebSocket tests. (tomcat) — markt
r1476176 Basic work for a cache for Mailbox/Message Mappers, patch from Andrzej, updated by Eric (IMAP-373) (james) — eric
r1476175 [NPANDAY-580] attach manifest as well (incubator) — brett
[HDFS-4742] Fix appending to a renamed file with snapshot

Fix bug for appending a renamed file.

[HDFS-4755] AccessControlException message is changed in snapshot branch

Ramya Sunil observed the following

  • Trunk:
    mkdir: org.apache.hadoop.security.AccessControlException: Permission denied: user=hrt_qa, access=WRITE, inode="hdfs":hdfs:hdfs:rwx-x-x
  • Snapshot branch:
    mkdir: org.apache.hadoop.security.AccessControlException: Permission denied: user=hrt_qa,...
[HDFS-4650] Add rename test in TestSnapshot

Add more unit tests and update current unit tests to cover different cases for rename with existence of snapshottable directories...

[HDFS-4749] Use INodeId to identify the corresponding directory node for FSImage saving/loading

Currently in fsimage, we use the path to locate a directory node for later loading, i.e., when loading a subtree...

[JCS-100] JCS never going out of the dispose methode
I have an application using many threads all calling JCS. When I close the application, the cache is usually working...