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 Celebrates the 17th Anniversary of the Apache HTTP Server with the release of v2.4

World's most popular Web Server powers nearly 400 million Websites across the globe

Forest Hill, MD – 21 February 2012 – The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of nearly 150 Open Source projects and initiatives, today announced version 2.4 of the award-winning Apache HTTP Server....

The Apache Software Foundation Announces Apache Deltacloud as a Top-Level Project

Innovative Open Source interoperability toolkit provides any-platform access and support for all major Cloud service providers
Forest Hill, MD – 15 February 2012 – The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of nearly 150 Open Source projects and initiatives, today announced that Apache Deltacloud has graduated...

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...

[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.0-beta1 Released (corrected)

Apache HttpComponents project is pleased to announce the first BETA release of HttpAsyncClient 4.0. This release completes the application programming interface and the feature set of HttpAsyncClient and upgrades to the latest versions of core and client components (HttpCore 4.2-beta1 and HttpClient 4.2-beta1). As of this release HttpAsyncClient is expected...

[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.0-alpha3 Released

Apache HttpComponents project is pleased to announce the first BETA release of HttpAsyncClient 4.0. This release completes the application programming interface and the feature set of HttpAsyncClient and upgrades to the latest versions of core and client components (HttpCore 4.2-beta1 and HttpClient 4.2-beta1). As of this release HttpAsyncClient is expected...

[ANN] Apache Tomcat 7.0.26 released

The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.26
 
This release is primarily a bug fix release and includes numerous bug fixes compared to version 7.0.25. The notable bug fixes include: * Improved @HandlesTypes processing which no longer loads all classes on web application start. *...

Latest Activity

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

@TheASF: The Apache Software Foundation Celebrates the 17th Anniversary of the #Apache #HTTP #Server with the release of v2.4 http://t.co/JQak5DtJ
@TheASF: The #Apache #HTTP Server --going from strength to strength, powering nearly 398M Websites globally according to @Netcraft Web server survey.
r1292632 GERONIMO-6281 Use o.a.g.server.dir as the prefix to activemq.data path in order to generate the activemq datastore in the instance folder,... (geronimo) — xiaming
r1292631 GERONIMO-6281 Use o.a.g.server.dir as the prefix to activemq.data path in order to generate the activemq datastore in the instance folder... (geronimo) — xiaming
r1292630 OPENNLP-434: The code that handles SenteceDetector resources and configuration moved to SentenceDetectorFactory (opennlp) — colen
r1292629 MAHOUT-933: Fixed undetected defects introduced by earlier commit. I will run all the unit tests before every check-in I... (mahout) — jeastman
r1292628 added copyright apache 2012 and feather logo to options dialog (incubator) — cmarcum
[HDFS-2944] Typo in hdfs-default.xml causes dfs.client.block.write.replace-datanode-on-failure.enable to be mistakenly disabled

Here, "ture" should be "true" if we really do want this feature enabled by default.

<property>
  <name>dfs.client.block.write.replace-datanode-on-failure.enable</name>
  <value>ture</value>
  ...
</property>...
[MAPREDUCE-3901] lazy load JobHistory Task and TaskAttempt details

The job history UI and MRClientProtocol calls routed via JobHistory are very slow for large jobs. Some of this time...

[HADOOP-8104] Inconsistent Jackson versions

This is a maven build issue.

Jersey 1.8 is pulling in version 1.7.1 of Jackson. Meanwhile, we are manually specifying...

[LUCENE-3820] Wrong trailing index calculation in PatternReplaceCharFilter

I need to use PatternReplaceCharFilter's index corrections directly and it fails for me – the trailing index is not mapped...