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 jclouds 1.6.1-incubating released

The Apache jclouds (incubating) team is pleased to announce the release of jclouds 1.6.1-incubating.
 
This is the first Apache release of jclouds. Apache jclouds is a cloud agnostic library that enables developers to access a variety of supported cloud providers using one API.
 
The source archives for the...

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

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
r1494862 fix readonly display (perl) — richter
r1494861 * STATUS: Cast (non-binding) vote. (subversion) — schabi
r1494860 HIVE-4609 : Allow hive tests to specify an alternative to /tmp (Brock Noland via Ashutosh Chauhan) (hive) — hashutosh
r1494859 svn merge -c 1494858 from trunk for HDFS-4908. Reduce snapshot inode memory usage. (hadoop) — szetszwo
r1494858 HDFS-4908. Reduce snapshot inode memory usage. (hadoop) — szetszwo
[CB-3945] Test case not run - UserWebViewTest.customTest()

The Android test class org.apache.cordova.test.UserWebViewTest has a test case which does not get executed:

  public void customTest()
  {
    assertTrue(CordovaWebView.class.isInstance(testView));
    assertTrue(CordovaWebViewClient.class.isInstance(testActivity.testViewClient));...
[CLOUDSTACK-3083] create volume doesn't check Global parameter " pool.storage.capacity.disablethreshold"
Steps to reproduce
----------------------------
1-Set GP "pool.storage.capacity.disablethreshold" to 0
2-restart MS
3-Add a volume (Storage-->add volume)

Expected
----------------
Add volume...
[HIVE-4733] HiveLockObjectData is not compared properly
ret = ret && (clientIp == null) ? target.getClientIp() == null :
          clientIp.equals(target.getClientIp());

seemed intended to be

ret = ret...
[HIVE-4761] ZooKeeperHiveLockManage.unlockPrimitive has race condition with threads

In unlockPrimitive, we check to see if children exist and if not delete the parent node. If two threads do...

[HBASE-8771] ensure replication_scope's value is either local(0) or global(1)

For replication_scope, only two values are meaningful:

 
  public static final int REPLICATION_SCOPE_LOCAL = 0;
  public static final int REPLICATION_SCOPE_GLOBAL =...