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™ Subversion® 1.8.0

Leading enterprise-grade Open Source version control system introduces numerous enhancements and features that simplify administration and further automate functionality

18 June 2013 --Forest Hill, MD-- The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of nearly 150 Open Source projects and initiatives, today announced Apache Subversion 1.8.0.

Considered...

The Apache Software Foundation Welcomes New Members

The Apache Software Foundation (ASF) held its annual Members' meeting this May. Among the Foundation's business that takes place during this meeting is the election of new ASF Members.

At its inception in 1999, The ASF comprised 21 individuals who oversaw the progress of the Apache HTTP Server. This group...


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

[ANNOUNCE] Apache Solr 4.3.1 released

June 2013, Apache Solr™ 4.3.1 available
 
The Lucene PMC is pleased to announce the release of Apache Solr 4.3.1
 
Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering,...

[ANNOUNCE] Apache Lucene 4.3.1 released

June 2013, Apache Lucene™ 4.3.1 available
 
The Lucene PMC is pleased to announce the release of Apache Lucene 4.3.1
 
Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform....

Apache Subversion 1.8.0 Released

We're happy to announce the release of Apache Subversion 1.8.0. Please choose the mirror closest to you by visiting:
 
http://subversion.apache.org/download/#recommended-release
 
The SHA1 checksums are:
 
45d227511507c5ed99e07f9d42677362c18b364c subversion-1.8.0.tar.bz2 01c4eed9f019baa14e94b83031f79c3a153a7602 subversion-1.8.0.tar.gz 6f2b4476b8d8b9f2700ae101252bdf6e67366302 subversion-1.8.0.zip
 
PGP Signatures are available at:
 
http://www.apache.org/dist/subversion/subversion-1.8.0.tar.bz2.asc http://www.apache.org/dist/subversion/subversion-1.8.0.tar.gz.asc http://www.apache.org/dist/subversion/subversion-1.8.0.zip.asc
 
For this release, the following people...

Latest Activity

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

@TheASF: The ASF welcomes 36 new Members; active #Apache membership grows to 468! http://t.co/OqIZlM3tgm #Meritocracy #TheApacheWay #OpenSource
@TheASF: Join ASF President @JimJag and Apache project members from #OODT, #SIS, & others at http://t.co/L0HXbReo0C! #ossdc #OpenSource #Government
r1494466 now you can also (next to the payment method type) enter the payment on the sales order using the payment... (ofbiz) — hansbak
r1494465 [CXF-5082]make aries.blueprint dependency as optional (cxf) — ffang
r1494464 when a sales order is completed and no payment is created, this will create a payment in the 'not paid'... (ofbiz) — hansbak
r1494463 AMBARI-2430. Log message printed druing setup - Master Key initialization failed. (swagle) (incubator) — swagle
r1494462 HBASE-8762 Performance/operational penalty when calling HTable.get with a list of one Get (hbase) — stack
[CASSANDRA-5645] Display PK values along the header when using EXPAND in cqlsh

Follow-up to CASSANDRA-5597 proposed by Jeremiah Jordan.

Currently cqlsh run in vertical mode prints a header like this:

cqlsh>...
[HDFS-4918] HDFS permission check is incorrect

HDFS permisson check is incorrect, even if dfs.permissions is set false. it does look like this was caused by snap...

[MAHOUT-1267] Remove object instantiations from RowSimilarityJob

remove object instantiations from RowSimilarityJob, use primitive arrays instead of a Vector.Element[] array in the cooccurrence enumeration.