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 Announces Apache Hadoop™ v1.0

Open Source "Big Data" Cloud computing platform powers millions of compute-hours to process exabytes of data for Amazon.com, AOL, Apple, eBay, Facebook, foursquare, HP, IBM, LinkedIn, Microsoft, Netflix, The New York Times, Rackspace, Twitter, Yahoo!, and more.

4 January 2012 —FOREST HILL, MD— The Apache Software Foundation (ASF), the all-volunteer...

Open Letter to the Open Document Format Ecosystem

Earlier this year the OpenOffice.org code base was donated to The Apache Software Foundation. The resulting project, Apache OpenOffice (Incubating) is progressing well as a podling in the Apache Incubator with a rapidly growing community and project infrastructure (see http://incubator.apache.org/projects/openofficeorg.html). This open letter seeks to articulate our vision for...


The Apache Software Foundation Announces Apache Geronimo v3.0-beta-1

The Apache Software Foundation Announces Apache Geronimo v3.0-beta-1 -– Leading Open Source Application Server Now Certified Java EE 6 Full- and Web Profile Compatible

Flexible, modular, and easy to manage, Apache Geronimo is the ideal platform for lightweight server deployments to full-scale enterprise environments, with complete support for Java EE...

[ANNOUNCE] Apache Traffic Server 3.1.2-unstable released

Apache Traffic Server v3.1.2-unstable Released
 
The Apache Software Foundation and the Apache Traffic Server project are pleased to announce the release of Apache Traffic Server v3.1.2.
 
This is a developer release, and might not be 100% stable. However, we encourage Traffic Server users to download and try our...

[ANNOUNCE] Apache Jackrabbit 2.4.0 released

The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.4.0. The release is available for download at:
 
http://jackrabbit.apache.org/downloads.html
 
See the full release notes below for details about this release.
 
Release Notes -- Apache Jackrabbit -- Version 2.4.0
 
Introduction ------------
 
This is...

[ANNOUNCE] Apache Libcloud 0.8.0 released

Hello all,
 
Libcloud team is pleased to announce the release of Libcloud 0.8.0!
 
Release highlights:
 
- Support for handling compressed (gzip, deflate) responses - Support for new Amazon EC2 location - South America (Sao Paulo)
 
Other notable changes:
 
- Many improvements and additions of extension...

Latest Activity

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

@TheASF: The #Apache #HTTP Server --going from strength to strength, powering nearly 398M Websites globally according to @Netcraft Web server survey.
@TheASF: The ASF hit its 1,234,567th revision with a patch by #Apache #Tomcat committer Konstantin Kolinko. http://t.co/qGqc0r6e #TheApacheWay
@TheASF: NOW OPEN: Request for Proposals for #ApacheCon North America (submit through 8 March) http://t.co/rHX84zqJ #OpenSource #conference #RFP
r1243272 Updates. (httpd) — lgentis
r1243271 Updates. (httpd) — lgentis
r1243270 [MENFORCER-128] Rename new goal IncompatibleDependencyOverwrite -> RequireUpperBoundDeps (maven) — pgier
r1243269 [MENFORCER-128] Rename new goal IncompatibleDependencyOverwrite -> RequireUpperBoundDeps (maven) — pgier
r1243268 LUCENE-3773: minor improvements to DWPTThreadPool (lucene) — simonw
[IO-299] getPrefixLength returns null if filename has leading slashes

Situation:
FilenameUtils.getPrefixLength is used in FilenameUtils.doNormalize.
FilenameUtils.normalize("////I don't want to become null!") returns null.

Problem:
Expected was: "I don't want...

[HDFS-2939] TestHAStateTransitions#testFailoverWithEmptyInProgressEditLogWithHeader is crashing randomly

Some times TestHAStateTransitions#testFailoverWithEmptyInProgressEditLogWithHeader is crashing in my dev env.

[HBASE-3134] [replication] Add the ability to enable/disable streams

This jira was initially in the scope of HBASE-2201, but was pushed out since it has low value compared...

[HDFS-2940] Null pointer excpetion while Formating NameNode(After Configuring HA)

Scenario:
=========

Step 1: I configured all Ha related configurations

Step 2 : I formated NN using (./hdfs namenode -format)...

[HBASE-3584] Allow atomic put/delete in one call

Right now we have the following calls:

put(Put)
delete(Delete)
increment(Increments)

But we cannot combine all of the above in a...