<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-109</id>
	<title>Nabble - Apache News and Announce</title>
	<updated>2009-11-26T01:53:40Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Apache-News-and-Announce-f109.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-News-and-Announce-f109.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26526957</id>
	<title>[ANNOUNCE] Apache Lucene Java 3.0.0 released</title>
	<published>2009-11-26T01:53:40Z</published>
	<updated>2009-11-26T01:53:40Z</updated>
	<author>
		<name>Uwe Schindler-4</name>
	</author>
	<content type="html">Hello Lucene users, 
&lt;br&gt;&lt;br&gt;On behalf of the Lucene dev community (a growing community far larger than
&lt;br&gt;just the committers) I would like to announce the release of Lucene Java
&lt;br&gt;3.0.0:
&lt;br&gt;&lt;br&gt;The new version is mostly a cleanup release without any new features. All
&lt;br&gt;deprecations targeted to be removed in version 3.0 were removed. If you are
&lt;br&gt;upgrading from version 2.9.1 of Lucene, you have to fix all deprecation
&lt;br&gt;warnings in your code base to be able to recompile against this version.
&lt;br&gt;&lt;br&gt;This is the first Lucene release with Java 5 as a minimum requirement. The
&lt;br&gt;API was cleaned up to make use of Java 5's generics, varargs, enums, and
&lt;br&gt;autoboxing. New users of Lucene are advised to use this version for new
&lt;br&gt;developments, because it has a clean, type safe new API. Upgrading users can
&lt;br&gt;now remove unnecessary casts and add generics to their code, too. If you
&lt;br&gt;have not upgraded your installation to Java 5, please read the file
&lt;br&gt;JRE_VERSION_MIGRATION.txt (please note that this is not related only to this
&lt;br&gt;version of Lucene, it will also happen with any previous release when you
&lt;br&gt;upgrade your Java environment).
&lt;br&gt;&lt;br&gt;Lucene 3.0.0 has some changes regarding compressed fields: 2.9.0 already
&lt;br&gt;deprecated compressed fields; support for them was removed now. Lucene 3.0.0
&lt;br&gt;is still able to read indexes with compressed fields, but as soon as merges
&lt;br&gt;occur or the index is optimized, all compressed fields are decompressed and
&lt;br&gt;converted to Field.Store.YES. Because of this, indexes with compressed
&lt;br&gt;fields can suddenly get larger.
&lt;br&gt;&lt;br&gt;While we generally try and maintain full backwards compatibility between
&lt;br&gt;major versions, Lucene 3.0.0 has some minor breaks, mostly related to
&lt;br&gt;deprecation removal, pointed out in the 'Changes in backwards compatibility
&lt;br&gt;policy' section of CHANGES.txt. Notable are:
&lt;br&gt;&lt;br&gt;- IndexReader.open(Directory) now opens in read-only mode per default (this
&lt;br&gt;method was deprecated because of that in 2.9.X). The same occurs to
&lt;br&gt;IndexSearcher.
&lt;br&gt;&lt;br&gt;- Already started in 2.9, core TokenStreams are now made final to enforce
&lt;br&gt;the decorator pattern.
&lt;br&gt;&lt;br&gt;- If you interrupt an IndexWriter merge thread, IndexWriter now throws an
&lt;br&gt;unchecked ThreadInterruptedException that extends RuntimeException and
&lt;br&gt;clears the interrupt status.
&lt;br&gt;&lt;br&gt;&lt;br&gt;See core changes at
&lt;br&gt;&lt;a href=&quot;http://lucene.apache.org/java/3_0_0/changes/Changes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lucene.apache.org/java/3_0_0/changes/Changes.html&lt;/a&gt;&lt;br&gt;and contrib changes at
&lt;br&gt;&lt;a href=&quot;http://lucene.apache.org/java/3_0_0/changes/Contrib-Changes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lucene.apache.org/java/3_0_0/changes/Contrib-Changes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Binary and source distributions are available at
&lt;br&gt;&lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/lucene/java/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dyn/closer.cgi/lucene/java/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Lucene artifacts are also available in the Maven2 repository at
&lt;br&gt;&lt;a href=&quot;http://repo1.maven.org/maven2/org/apache/lucene/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/org/apache/lucene/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----
&lt;br&gt;Uwe Schindler
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26526957&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;uschindler@...&lt;/a&gt; 
&lt;br&gt;Apache Lucene Java Committer
&lt;br&gt;Bremen, Germany
&lt;br&gt;&lt;a href=&quot;http://lucene.apache.org/java/docs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lucene.apache.org/java/docs/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Apache-Lucene-Java-3.0.0-released-tp26526957p26526957.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26517076</id>
	<title>[ANNOUNCE] Apache Jackrabbit 2.0 beta3 released</title>
	<published>2009-11-25T09:24:22Z</published>
	<updated>2009-11-25T09:24:22Z</updated>
	<author>
		<name>Jukka Zitting-4</name>
	</author>
	<content type="html">The Apache Jackrabbit community is pleased to announce the release of
&lt;br&gt;Apache Jackrabbit 2.0 beta3. The release is available for download at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://jackrabbit.apache.org/downloads.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jackrabbit.apache.org/downloads.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;See the full release notes below for details about this release.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes -- Apache Jackrabbit -- Version 2.0-beta3
&lt;br&gt;&lt;br&gt;Introduction
&lt;br&gt;------------
&lt;br&gt;&lt;br&gt;This is a beta release of Apache Jackrabbit 2.0. This release is a fully
&lt;br&gt;compliant implementation of the JCR 2.0 API that was specified by the
&lt;br&gt;Java Specification Request 283 (JSR 283, &lt;a href=&quot;http://jcp.org/en/jsr/detail?id=283&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jcp.org/en/jsr/detail?id=283&lt;/a&gt;).
&lt;br&gt;However, the beta status of this release means that some parts of the
&lt;br&gt;implementation are not yet ready for normal production use.
&lt;br&gt;&lt;br&gt;Changes in this release
&lt;br&gt;-----------------------
&lt;br&gt;&lt;br&gt;Jackrabbit 2.0 is a major upgrade from the earlier 1.x releases. The most
&lt;br&gt;notable changes in this release are:
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Upgrade to JCR 2.0. This Jackrabbit release implements and is based
&lt;br&gt;&amp;nbsp; &amp;nbsp; on the official JCR 2.0 API. All of the features required by the
&lt;br&gt;&amp;nbsp; &amp;nbsp; JSR 283 specification have been implemented.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Upgrade to Java 5. All of Jackrabbit (except the jcr-tests component)
&lt;br&gt;&amp;nbsp; &amp;nbsp; now requires Java 5 as the base platform. Java 1.4 environments are no
&lt;br&gt;&amp;nbsp; &amp;nbsp; longer supported.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Removal of deprecated classes and features. Jackrabbit 2.0 is not
&lt;br&gt;&amp;nbsp; &amp;nbsp; backwards compatible with client code that used any classes or features
&lt;br&gt;&amp;nbsp; &amp;nbsp; that had been deprecated during the 1.x release cycle.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Separate JCR Commons components. Many of the general-purpose JCR
&lt;br&gt;&amp;nbsp; &amp;nbsp; components like JCR-RMI and OCM are now developed and released
&lt;br&gt;&amp;nbsp; &amp;nbsp; separately from the Jackrabbit content repository. See the individual
&lt;br&gt;&amp;nbsp; &amp;nbsp; components for their most recent releases.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Data store feature enabled in the default repository configuration.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Full text indexing with Apache Tika. Jackrabbit can now extract and
&lt;br&gt;&amp;nbsp; &amp;nbsp; index the full text content of many new types of documents, including
&lt;br&gt;&amp;nbsp; &amp;nbsp; the Office Open XML files produced by Microsoft Office 2007 and higher.
&lt;br&gt;&lt;br&gt;For more detailed information about all the changes in this and other
&lt;br&gt;Jackrabbit releases, please see the Jackrabbit issue tracker at
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://issues.apache.org/jira/browse/JCR&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/JCR&lt;/a&gt;&lt;br&gt;&lt;br&gt;Release Contents
&lt;br&gt;----------------
&lt;br&gt;&lt;br&gt;This release consists of a single source archive packaged as a zip file.
&lt;br&gt;The archive can be unpacked with the jar tool from your JDK installation.
&lt;br&gt;See the README.txt file for instructions on how to build this release.
&lt;br&gt;&lt;br&gt;The source archive is accompanied by SHA1 and MD5 checksums and a PGP
&lt;br&gt;signature that you can use to verify the authenticity of your download.
&lt;br&gt;The public key used for the PGP signature can be found at
&lt;br&gt;&lt;a href=&quot;https://svn.apache.org/repos/asf/jackrabbit/dist/KEYS&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.apache.org/repos/asf/jackrabbit/dist/KEYS&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;About Apache Jackrabbit
&lt;br&gt;-----------------------
&lt;br&gt;&lt;br&gt;Apache Jackrabbit is a fully conforming implementation of the Content
&lt;br&gt;Repository for Java Technology API (JCR). A content repository is a
&lt;br&gt;hierarchical content store with support for structured and unstructured
&lt;br&gt;content, full text search, versioning, transactions, observation, and
&lt;br&gt;more.
&lt;br&gt;&lt;br&gt;For more information, visit &lt;a href=&quot;http://jackrabbit.apache.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jackrabbit.apache.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;About The Apache Software Foundation
&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;Established in 1999, The Apache Software Foundation provides organizational,
&lt;br&gt;legal, and financial support for more than 100 freely-available,
&lt;br&gt;collaboratively-developed Open Source projects. The pragmatic Apache License
&lt;br&gt;enables individual and commercial users to easily deploy Apache software;
&lt;br&gt;the Foundation's intellectual property framework limits the legal exposure
&lt;br&gt;of its 2,500+ contributors.
&lt;br&gt;&lt;br&gt;For more information, visit &lt;a href=&quot;http://www.apache.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Apache-Jackrabbit-2.0-beta3-released-tp26517076p26517076.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26506719</id>
	<title>[ANNOUNCE] MyFaces Core v1.2.8 Release</title>
	<published>2009-11-24T18:13:16Z</published>
	<updated>2009-11-24T18:13:16Z</updated>
	<author>
		<name>Leonardo Uribe-2</name>
	</author>
	<content type="html">The Apache MyFaces team is pleased to announce the release of MyFaces 
&lt;br&gt;Core 1.2.8.
&lt;br&gt;&lt;br&gt;MyFaces Core is a JavaServer(tm) Faces 1.2 implementation as specified 
&lt;br&gt;by JSR-252. &amp;nbsp;MyFaces Core has passed Sun's JSR-252 TCK and is 100% 
&lt;br&gt;compliant with the JSR-252 specification.
&lt;br&gt;&lt;br&gt;MyFaces Core 1.2.8 is available in both binary and source distributions.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; * &lt;a href=&quot;http://myfaces.apache.org/download.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myfaces.apache.org/download.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;MyFaces Core is also available in the central Maven repository under 
&lt;br&gt;Group ID &amp;quot;org.apache.myfaces.core&amp;quot;.
&lt;br&gt;&lt;br&gt;Release Notes - MyFaces Core - Version 1.2.8
&lt;br&gt;&lt;br&gt;Bug
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-1896] - FacesConfigurator version check incorrect
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-1955] - MyFaces 1.2.4 and WebLogic 10.3- strict servlet 
&lt;br&gt;API: cannot call getWriter() after getOutputStream()
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2216] - MyFaces suppresses runtime exceptions thrown in 
&lt;br&gt;ActionListeners
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2256] - oamSetHiddenInput should not ignore 
&lt;br&gt;nodeName=='input' (lower case characters)
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2289] - Build failure due to missing symbol 
&lt;br&gt;FacesContext.setCurrentPhaseId()
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2338] - MyFaces 1.2 has dependency to JDK 1.6
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2339] - RenderKitUtils should give better error if 
&lt;br&gt;someone uses an incorrect default-render-kit-id
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2343] - ConverterImplTag always wrap with DelegateConverter
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2370] - 'invokeOnComponent' method in UIData does not 
&lt;br&gt;properly process &amp;lt;h:column&amp;gt; header/footer facets
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2371] - NullPointerException on 
&lt;br&gt;UIComponentClassicTagBase.getViewComponentIds() fixed on branch 2.0.x 
&lt;br&gt;but not on branch 1.2.x
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2380] - DefaultRestoreViewSupport.calculateViewId does 
&lt;br&gt;not calculate viewId properly on portlet case
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2382] - Duplicate id exception when weblogic portal and 
&lt;br&gt;jsf native portlet (faces-adapter.jar) is used
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2383] - If jsf 1.2 methods of ExternalContext are called 
&lt;br&gt;with a jsf 1.1 impl, by default it should call default ones
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2388] - Link to download FILE on a Dialog fails of FF
&lt;br&gt;&lt;br&gt;Improvement
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2154] - mobile internet explorer version 6.12 issue
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2335] - Improve the plugin mechanism
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2373] - Add a way to document event capabilities for 
&lt;br&gt;components using myfaces builder plugin
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2377] - Include global config parameters javadoc on 
&lt;br&gt;myfaces-metadata using some myfaces builder plugin annotation
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MYFACES-2400] - Allow choose directories when building 
&lt;br&gt;myfaces-metadata.xml with myfaces-builder-plugin
&lt;br&gt;&lt;br&gt;regards
&lt;br&gt;&lt;br&gt;Leonardo Uribe
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--MyFaces-Core-v1.2.8-Release-tp26506719p26506719.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26466851</id>
	<title>[ANNOUNCE] Apache Tika 0.5 Released</title>
	<published>2009-11-22T07:53:10Z</published>
	<updated>2009-11-22T07:53:10Z</updated>
	<author>
		<name>Chris Mattmann-4</name>
	</author>
	<content type="html">(...apologies for the cross posting...)
&lt;br&gt;&lt;br&gt;The Apache Lucene project is pleased to announce the release of Apache Tika
&lt;br&gt;0.5. The release contents have been pushed out to the main Apache release
&lt;br&gt;site and the m2 ibiblio sync, so the releases should be available as soon as
&lt;br&gt;the mirrors get the syncs.
&lt;br&gt;&lt;br&gt;Apache Tika, a subproject of Apache Lucene, is a toolkit for detecting and
&lt;br&gt;extracting metadata and structured text content from various documents using
&lt;br&gt;existing parser libraries.
&lt;br&gt;&lt;br&gt;Apache Tika 0.5 contains a number of improvements and bug fixes. Details can
&lt;br&gt;be found in the changes file:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.apache.org/dist/lucene/tika/CHANGES-0.5.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dist/lucene/tika/CHANGES-0.5.txt&lt;/a&gt;&lt;br&gt;&lt;br&gt;Apache Tika is available in source form from the following download page:
&lt;br&gt;&lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/lucene/tika/apache-tika-0.5-src.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dyn/closer.cgi/lucene/tika/apache-tika-0.5-src.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;Apache Tika is also available in binary form or for use using Maven 2 from
&lt;br&gt;the Central Maven Repositories:
&lt;br&gt;&lt;a href=&quot;http://repo1.maven.org/maven2/org/apache/tika/0.5/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/org/apache/tika/0.5/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/tika/0.5/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/tika/0.5/&lt;/a&gt;&lt;br&gt;&lt;br&gt;In the initial 48 hours, the release may not be available on all mirrors.
&lt;br&gt;When downloading from a mirror site, please remember to verify the downloads
&lt;br&gt;using signatures found on the Apache site:
&lt;br&gt;&lt;a href=&quot;http://www.apache.org/dist/lucene/tika/KEYS-0.5.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dist/lucene/tika/KEYS-0.5.txt&lt;/a&gt;&lt;br&gt;&lt;br&gt;For more information on Apache Tika, visit the project home page:
&lt;br&gt;&lt;a href=&quot;http://lucene.apache.org/tika&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lucene.apache.org/tika&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- Chris Mattmann (on behalf of the Apache Lucene community)
&lt;br&gt;&lt;br&gt;&lt;br&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
&lt;br&gt;Chris Mattmann, Ph.D.
&lt;br&gt;Senior Computer Scientist
&lt;br&gt;NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
&lt;br&gt;Office: 171-266B, Mailstop: 171-246
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26466851&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Chris.Mattmann@...&lt;/a&gt;
&lt;br&gt;WWW: &amp;nbsp; &lt;a href=&quot;http://sunset.usc.edu/~mattmann/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sunset.usc.edu/~mattmann/&lt;/a&gt;&lt;br&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
&lt;br&gt;Adjunct Assistant Professor, Computer Science Department
&lt;br&gt;University of Southern California, Los Angeles, CA 90089 USA
&lt;br&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Apache-Tika-0.5-Released-tp26466851p26466851.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26407893</id>
	<title>[ANN] Apache Mahout 0.2 Released</title>
	<published>2009-11-18T05:34:48Z</published>
	<updated>2009-11-18T05:34:48Z</updated>
	<author>
		<name>Grant Ingersoll-6</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;Apache Mahout 0.2 has been released and is now available for public&lt;br&gt;download at&amp;nbsp;&lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/lucene/mahout&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dyn/closer.cgi/lucene/mahout&lt;/a&gt;&lt;br&gt;&lt;br&gt;Apache Mahout is a subproject of Apache Lucene with the goal&lt;br&gt;of delivering scalable machine learning algorithm implementations&lt;br&gt;under the Apache license.&amp;nbsp;&lt;a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;br&gt;&lt;/a&gt;Scale in terms of computation to the&lt;br&gt;&lt;div&gt;size of data you manage today. &amp;nbsp;Scale in terms of&amp;nbsp;community to support anyone&amp;nbsp;&lt;/div&gt;&lt;div&gt;interested in using machine learning. Scale&lt;/div&gt;&lt;div&gt;in terms of business by providing the library under a commercially&lt;br&gt;friendly, free software license.&amp;nbsp;&lt;br&gt;&lt;br&gt;Built on top of the powerful map/reduce paradigm of the Apache Hadoop&lt;br&gt;project, Mahout's goal is to solve popular machine learning problems&lt;br&gt;like clustering, collaborative filtering and classification&lt;br&gt;over extremely large data sets over thousands of computers.&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Up to date maven artifacts can be found in the Apache repository at&lt;br&gt;&lt;a href=&quot;https://repository.apache.org/content/repositories/releases/org/apache/mahout/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://repository.apache.org/content/repositories/releases/org/apache/mahout/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The complete changelist can be found here:&lt;br&gt;&lt;a href=&quot;http://issues.apache.org/jira/browse/MAHOUT/fixforversion/12313278&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.apache.org/jira/browse/MAHOUT/fixforversion/12313278&lt;/a&gt;&lt;br&gt;&lt;br&gt;New Mahout 0.2 features include&lt;br&gt;&lt;br&gt;- Major performance enhancements in Collaborative Filtering,&lt;br&gt;Classification and Clustering&lt;br&gt;- New: Latent Dirichlet Allocation(LDA) implementation for topic&lt;br&gt;modelling&lt;br&gt;- New: Frequent Itemset Mining for mining top-k patterns from a list&lt;br&gt;of transactions&lt;br&gt;- New: Decision Forests implementation for Decision Tree classification&lt;br&gt;(In Memory &amp;amp; Partial Data)&lt;br&gt;- New: HBase storage support for Naive Bayes model building and&lt;br&gt;classification&lt;br&gt;- New: Generation of vectors from Text documents for use with Mahout&lt;br&gt;Algorithms&lt;br&gt;- Performance improvements in various Vector implementations&lt;br&gt;- Tons of bug fixes and code cleanup&lt;br&gt;&lt;br&gt;Getting started: New to Mahout?&amp;nbsp;&lt;br&gt;&lt;br&gt;1) Download Mahout at&amp;nbsp;&lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/lucene/mahout&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dyn/closer.cgi/lucene/mahout&lt;/a&gt;&lt;br&gt;2) Check out the Quick start:&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/MAHOUT/quickstart.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/MAHOUT/quickstart.html&lt;/a&gt;&amp;nbsp;&lt;br&gt;&lt;br&gt;3) Read the Mahout Wiki:&amp;nbsp;&lt;a href=&quot;http://cwiki.apache.org/MAHOUT&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/MAHOUT&lt;/a&gt;&lt;br&gt;4) Join the community by subscribing to&amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26407893&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mahout-user@...&lt;/a&gt;&lt;br&gt;5) Give back:&amp;nbsp;&lt;a href=&quot;http://www.apache.org/foundation/getinvolved.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/foundation/getinvolved.html&lt;/a&gt;&amp;nbsp;(optional, but much appreciated!)&lt;br&gt;6) Consider adding yourself to the power by Wiki page:&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/MAHOUT/poweredby.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/MAHOUT/poweredby.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;For more information on Apache Mahout, see&lt;br&gt;&lt;a href=&quot;http://lucene.apache.org/mahout&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lucene.apache.org/mahout&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Apache-Mahout-0.2-Released-tp26407893p26407893.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26328139</id>
	<title>[ANN] Apache Source-Release Assembly Descriptor 1.0.2 Released</title>
	<published>2009-11-12T14:48:00Z</published>
	<updated>2009-11-12T14:48:00Z</updated>
	<author>
		<name>bentmann</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of Apache
&lt;br&gt;Source-Release Assembly Descriptor, version 1.0.2.
&lt;br&gt;&lt;br&gt;This is a standardized assembly descriptor for use in the
&lt;br&gt;maven-assembly-plugin. Source-release artifacts are archives which
&lt;br&gt;contain the full project structure (sources only, no build output) that
&lt;br&gt;are the subject of an ASF release vote.
&lt;br&gt;&lt;br&gt;The new version of the descriptor fixes the erroneous exclusion of some
&lt;br&gt;file types like IDE files from the source archive even if those files 
&lt;br&gt;are located in the src/ directory tree of a project, i.e. denote actual 
&lt;br&gt;project sources (e.g. required for unit testing).
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/apache-resource-bundles/apache-source-release-assembly-descriptor/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/apache-resource-bundles/apache-source-release-assembly-descriptor/&lt;/a&gt;&lt;br&gt;&lt;br&gt;This new descriptor will eventually be incorporated into the Apache 
&lt;br&gt;Parent POM. If you want to try out the source-release descriptor in the 
&lt;br&gt;meantime, you can include a configuration like the following:
&lt;br&gt;&lt;br&gt;&amp;lt;build&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;plugins&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-assembly-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.2-beta-4&amp;lt;/version&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependencies&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.apache.resources&amp;lt;/groupId&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;artifactId&amp;gt;apache-source-release-assembly-descriptor&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.0.2&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!-- NOTE: The fix for PLXUTILS-120 is crucial for the new
&lt;br&gt;assembly descriptor --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.codehaus.plexus&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;plexus-utils&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.0.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependencies&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;id&amp;gt;source-release&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;phase&amp;gt;package&amp;lt;/phase&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goal&amp;gt;single&amp;lt;/goal&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;descriptorRefs&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;descriptorRef&amp;gt;source-release&amp;lt;/descriptorRef&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/descriptorRefs&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;tarLongFileMode&amp;gt;gnu&amp;lt;/tarLongFileMode&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;runOnlyAtExecutionRoot&amp;gt;true&amp;lt;/runOnlyAtExecutionRoot&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/plugins&amp;gt;
&lt;br&gt;&amp;lt;/build&amp;gt;
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;The Maven Team
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Apache-Source-Release-Assembly-Descriptor-1.0.2-Released-tp26328139p26328139.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26302442</id>
	<title>[ANNOUNCE] Apache Tuscany/SCA 2.0 M4 released</title>
	<published>2009-11-11T05:51:01Z</published>
	<updated>2009-11-11T05:51:01Z</updated>
	<author>
		<name>ant elder</name>
	</author>
	<content type="html">The Apache Tuscany team are pleased to announce the forth milestone
&lt;br&gt;release of the Tuscany SCA 2.0 project.
&lt;br&gt;&lt;br&gt;Apache Tuscany/SCA provides a runtime environment based on Service
&lt;br&gt;Component Architecture (SCA), which are a set of OASIS specifications
&lt;br&gt;aimed at simplifying SOA application development. The main features of
&lt;br&gt;this forth 2.0 milestone release are new support for the JMS and EJB
&lt;br&gt;specifications, new and improved support for Web clients, improvements
&lt;br&gt;in OSGi support and distributed SCA domains, and lots of updates for
&lt;br&gt;OASIS specification conformance.
&lt;br&gt;&lt;br&gt;See the RELEASE_NOTES and CHANGES file for more details about the
&lt;br&gt;release, and to download the distributions please go to:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://tuscany.apache.org/sca-java-2x-releases.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tuscany.apache.org/sca-java-2x-releases.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;To find out more about OASIS Open CSA go to:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.oasis-opencsa.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.oasis-opencsa.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;Apache Tuscany welcomes your help. Any contribution, including code,
&lt;br&gt;testing, contributions to the documentation, or bug reporting is
&lt;br&gt;always appreciated. For more information on how to get involved in
&lt;br&gt;Apache Tuscany visit the website at:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://tuscany.apache.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tuscany.apache.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thank you for your interest in Apache Tuscany!
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Apache-Tuscany-SCA-2.0-M4-released-tp26302442p26302442.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26287198</id>
	<title>[ANNOUNCE] Apache PyLucene 2.9.1</title>
	<published>2009-11-10T08:21:55Z</published>
	<updated>2009-11-10T08:21:55Z</updated>
	<author>
		<name>Andi Vajda-4</name>
	</author>
	<content type="html">&lt;br&gt;I am pleased to announce the availability of Apache PyLucene 2.9.1.
&lt;br&gt;&lt;br&gt;Apache PyLucene, a subproject of Apache Lucene, is a Python extension for
&lt;br&gt;accessing Java Lucene. Its goal is to allow you to use Lucene's text
&lt;br&gt;indexing and searching capabilities from Python. It is API compatible with
&lt;br&gt;the latest version of Java Lucene, 2.9.1.
&lt;br&gt;&lt;br&gt;This release contains a number of bug fixes and improvements. Details can be 
&lt;br&gt;found in the changes files:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_1/CHANGES&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_1/CHANGES&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_1/jcc/CHANGES&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_1/jcc/CHANGES&lt;/a&gt;&lt;br&gt;&lt;br&gt;Apache PyLucene 2.9.1 is available from the following download page:
&lt;br&gt;&lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/lucene/pylucene/pylucene-2.9.1-1-src.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dyn/closer.cgi/lucene/pylucene/pylucene-2.9.1-1-src.tar.gz&lt;/a&gt;&lt;br&gt;&lt;br&gt;When downloading from a mirror site, please remember to verify the downloads 
&lt;br&gt;using signatures found on the Apache site:
&lt;br&gt;&lt;a href=&quot;http://www.apache.org/dist/lucene/pylucene/KEYS&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dist/lucene/pylucene/KEYS&lt;/a&gt;&lt;br&gt;&lt;br&gt;For more information on Apache PyLucene, visit the project home page:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://lucene.apache.org/pylucene&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lucene.apache.org/pylucene&lt;/a&gt;&lt;br&gt;&lt;br&gt;Andi..
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Apache-PyLucene-2.9.1-tp26287198p26287198.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26287205</id>
	<title>[ANN] Solr 1.4.0 Released</title>
	<published>2009-11-10T08:01:27Z</published>
	<updated>2009-11-10T08:01:27Z</updated>
	<author>
		<name>Grant Ingersoll-6</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;Apache Solr 1.4 has been released and is now available for public download!&lt;br&gt;&lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/lucene/solr/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dyn/closer.cgi/lucene/solr/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Solr is the popular, blazing fast open source enterprise search&lt;br&gt;platform from the Apache Lucene project. &amp;nbsp;Its major features include&lt;br&gt;powerful full-text search, hit highlighting, faceted search, dynamic&lt;br&gt;clustering, database integration, and rich document (e.g., Word, PDF)&lt;br&gt;handling. &amp;nbsp;Solr is highly scalable, providing distributed search and&lt;br&gt;index replication, and it powers the search and navigation features of&lt;br&gt;many of the world's largest internet sites.&lt;br&gt;&lt;br&gt;Solr is written in Java and runs as a standalone full-text search server&lt;br&gt;within a servlet container such as Tomcat. &amp;nbsp;Solr uses the Lucene Java&lt;br&gt;search library at its core for full-text indexing and search, and has&lt;br&gt;REST-like HTTP/XML and JSON APIs that make it easy to use from virtually&lt;br&gt;any programming language. &amp;nbsp;Solr's powerful external configuration allows it to&lt;br&gt;be tailored to almost any type of application without Java coding, and&lt;br&gt;it has an extensive plugin architecture when more advanced&lt;br&gt;customization is required.&lt;br&gt;&lt;br&gt;&lt;br&gt;New Solr 1.4 features include&lt;br&gt;- Major performance enhancements in indexing, searching, and faceting&lt;br&gt;- Revamped all-Java index replication that's simple to configure and&lt;br&gt;can replicate config files&lt;br&gt;- Greatly improved database integration via the DataImportHandler&lt;br&gt;- Rich document processing (Word, PDF, HTML) via Apache Tika&lt;br&gt;- Dynamic search results clustering via Carrot2&lt;br&gt;- Multi-select faceting (support for multiple items in a single&lt;br&gt;category to be selected)&lt;br&gt;- Many powerful query enhancements, including ranges over arbitrary&lt;br&gt;functions, and nested queries of different syntaxes&lt;br&gt;- Many other plugins including Terms for auto-suggest, Statistics,&lt;br&gt;TermVectors, Deduplication&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Getting Started&lt;/div&gt;&lt;div&gt;--------------------&lt;/div&gt;&lt;div&gt;New to Solr? &amp;nbsp;Follow the steps below to get up and running ASAP.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;1. Download Solr at&amp;nbsp;&lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/lucene/solr/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dyn/closer.cgi/lucene/solr/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;2. Check out the tutorial at&amp;nbsp;&lt;a href=&quot;http://lucene.apache.org/solr/tutorial.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lucene.apache.org/solr/tutorial.html&lt;/a&gt;&lt;/div&gt;&lt;div&gt;3. Read the Solr wiki (&lt;a href=&quot;http://wiki.apache.org/solr&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/solr&lt;/a&gt;)&amp;nbsp;to learn more&lt;/div&gt;&lt;div&gt;4. Join the community by subscribing to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26287205&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;solr-user@...&lt;/a&gt;&lt;/div&gt;&lt;div&gt;5. Give Back (Optional, but encouraged!) &amp;nbsp;See&amp;nbsp;&lt;a href=&quot;http://wiki.apache.org/solr/HowToContribute&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/solr/HowToContribute&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div&gt;For more information on Apache Solr, see &lt;a href=&quot;http://lucene.apache.org/solr&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lucene.apache.org/solr&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Solr-1.4.0-Released-tp26287205p26287205.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26257687</id>
	<title>[ANNOUNCE] Apache Lucene java 2.9.1 released</title>
	<published>2009-11-07T07:19:38Z</published>
	<updated>2009-11-07T07:19:38Z</updated>
	<author>
		<name>Michael McCandless-5</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Release 2.9.1 of Apache Lucene java is now available.
&lt;br&gt;&lt;br&gt;This release fixes bugs from 2.9.0, including one serious bug whereby
&lt;br&gt;BooleanQuery could silently fail to retrieve certain matching
&lt;br&gt;documents.
&lt;br&gt;&lt;br&gt;There are also some minor API changes, including a Version parameter
&lt;br&gt;added to QueryParser and contrib Analyzers, so that version dependent
&lt;br&gt;defaults are consistent across classes, as well as un-deprecating of
&lt;br&gt;certain methods (we were too zealous in a few cases!).
&lt;br&gt;&lt;br&gt;Otherwise the changes are all bug fixes and documentation
&lt;br&gt;improvements.
&lt;br&gt;&lt;br&gt;This release is fully compatible with 2.9.0. &amp;nbsp;We strongly recommend
&lt;br&gt;upgrading to 2.9.1 if you are using 2.9.0. &amp;nbsp;Furthermore, because some
&lt;br&gt;additional APIs were deprecated in 2.9.1, to ensure a clean (&amp;quot;JAR drop
&lt;br&gt;in&amp;quot;) upgrade to 3.0 you'll need to verify your code compiles against
&lt;br&gt;2.9.1 without deprecation warnings.
&lt;br&gt;&lt;br&gt;See core changes at
&lt;br&gt;&lt;a href=&quot;http://lucene.apache.org/java/2_9_1/changes/Changes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lucene.apache.org/java/2_9_1/changes/Changes.html&lt;/a&gt;&amp;nbsp;and contrib
&lt;br&gt;changes at
&lt;br&gt;&lt;a href=&quot;http://lucene.apache.org/java/2_9_1/changes/Contrib-Changes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lucene.apache.org/java/2_9_1/changes/Contrib-Changes.html&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Binary and source distributions are available at
&lt;br&gt;&lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/lucene/java/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dyn/closer.cgi/lucene/java/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Lucene artifacts are also available in the Maven2 repository at
&lt;br&gt;&lt;a href=&quot;http://repo1.maven.org/maven2/org/apache/lucene/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/org/apache/lucene/&lt;/a&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (SunOS)
&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkr1j7EACgkQ8RmUH25o2mE2dwCgmcHKWPx77ELDbXBI0Kqgspv1
&lt;br&gt;0H8An320aMds3di+OjkAUgIld3uW3hWi
&lt;br&gt;=y9pl
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Apache-Lucene-java-2.9.1-released-tp26257687p26257687.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26239136</id>
	<title>[ANNOUNCE] Apache Directory Studio 1.5 released</title>
	<published>2009-11-06T13:50:27Z</published>
	<updated>2009-11-06T13:50:27Z</updated>
	<author>
		<name>Pierre-Arnaud Marcelot</name>
	</author>
	<content type="html">&lt;div&gt;The Apache Directory Team is pleased to announce the release of Apache&lt;/div&gt;&lt;div&gt;Directory Studio 1.5, a new major update of its Eclipse based LDAP&lt;/div&gt;&lt;div&gt;Browser and Directory client.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;You can download Apache Directory Studio 1.5 as a standalone RCP&lt;/div&gt;
&lt;div&gt;application for Mac OS X, Linux and Windows here:&lt;/div&gt;&lt;div&gt;  &lt;a href=&quot;http://directory.apache.org/studio/downloads.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://directory.apache.org/studio/downloads.html&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;You can install it directly in Eclipse using this update site:&lt;/div&gt;
&lt;div&gt;  &lt;a href=&quot;http://directory.apache.org/studio/update/1.x/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://directory.apache.org/studio/update/1.x/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Here are a few highlights of this new version:&lt;/div&gt;&lt;div&gt; * LDAP Browser&lt;/div&gt;&lt;div&gt;
   - GSSAPI Authentication&lt;/div&gt;&lt;div&gt;   - Entry Editors (ability to open single/multiple editors using tabular&lt;/div&gt;&lt;div&gt;or LDIF editing mode)&lt;/div&gt;&lt;div&gt;   - Speed improvements when deleting and importing entries&lt;/div&gt;&lt;div&gt;
   - Added UUID value Editor&lt;/div&gt;&lt;div&gt;   - Added MS GUID and SID Value Editors&lt;/div&gt;&lt;div&gt;   - Added Certificate Value Editor&lt;/div&gt;&lt;div&gt;   - Better value modification strategy&lt;/div&gt;&lt;div&gt;   - Added Certificate verification for LDAPS and a Certificate Manager&lt;/div&gt;
&lt;div&gt;   - Improved referral handling&lt;/div&gt;&lt;div&gt; * LDIF Editor&lt;/div&gt;&lt;div&gt;   - Opened LDIF editors are now restored between launches&lt;/div&gt;&lt;div&gt; * Apache DS&lt;/div&gt;&lt;div&gt;   - Latest version of Apache DS (1.5.5) now bundled&lt;/div&gt;
&lt;div&gt; * Apache DS Configuration&lt;/div&gt;&lt;div&gt;   - Support for editing server.xml from the latest version of Apache DS&lt;/div&gt;&lt;div&gt;(1.5.5)&lt;/div&gt;&lt;div&gt; * Schema Editor&lt;/div&gt;&lt;div&gt;   - Added the ability to get a schema directly from a server&lt;/div&gt;
&lt;div&gt;   - Added the ability to merge schemas between projects&lt;/div&gt;&lt;div&gt;   - Various bug fixes&lt;/div&gt;&lt;div&gt; * RCP&lt;/div&gt;&lt;div&gt;   - Eclipse 3.5 Galileo dependencies&lt;/div&gt;&lt;div&gt; * General&lt;/div&gt;&lt;div&gt;   - Reordered preference pages (all under a common &amp;#39;Apache Directory&lt;/div&gt;
&lt;div&gt;Studio&amp;#39; root)&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Developed as a sub-project of the Directory Top Level Project, Apache&lt;/div&gt;&lt;div&gt;Directory Studio is an Eclipse RCP application that takes full&lt;/div&gt;&lt;div&gt;advantage of the benefits inherent in the Eclipse platform. Composed&lt;/div&gt;
&lt;div&gt;of several Eclipse (OSGi) plugins, Apache Directory Studio can be&lt;/div&gt;&lt;div&gt;easily upgraded with additional plugins. Apache Directory Studio&lt;/div&gt;&lt;div&gt;plugins can even run within a full installation of Eclipse itself.&lt;/div&gt;
&lt;div&gt;Apache Directory Studio contains 6 major features:&lt;/div&gt;&lt;div&gt; * an LDAP Browser feature&lt;/div&gt;&lt;div&gt; * an LDIF Editor feature&lt;/div&gt;&lt;div&gt; * an ACI Editor feature for Apache Directory Server&lt;/div&gt;&lt;div&gt; * a Schema Editor feature&lt;/div&gt;
&lt;div&gt; * an Apache DS feature&lt;/div&gt;&lt;div&gt; * an Apache DS Configuration feature&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;For more information about Apache Directory Studio, see our website:&lt;/div&gt;&lt;div&gt;  &lt;a href=&quot;http://directory.apache.org/studio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://directory.apache.org/studio&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Below are the JIRA issues that were resolved since the release of&lt;/div&gt;&lt;div&gt;Apache Directory Studio 1.4.0:&lt;/div&gt;&lt;div&gt; * Sub-task&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-516] - Create a new Entry Editor extension point&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-517] - Create a new single-window Entry Editor&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-518] - Create a new multi-window Entry Editor&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-519] - Create a new LDIF Entry Editor&lt;/div&gt;&lt;div&gt; * Bug&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-282] - Save failed: null, when adding an attribute to a class, if attribute is also open in gui&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-331] - Instant error when importing schema in a new schema-project&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-334] - Built-in help doesn&amp;#39;t show icons for &amp;quot;Icons&amp;quot; and &amp;quot;Toolbars&amp;quot; tables in &amp;quot;LDAP Browser View&amp;quot;&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-370] - Welcome screen subpages mouse-over images displays red crosses&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-402] - The ManageDsaIT control should be activable for a single request, not at the connection level&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-403] - Cannot add refs when the ExtensibleObject OC has been added to a referral&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-409] - No error message in some special case&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-410] - Referral handling is problematic&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-418] - Slow LDIF/CSV export&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-429] - Meaningless error message on importing schema&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-437] - Alias are not exposed as such in the browser&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-441] - New ObjectClass and AttributeType wizards always show a warning indicating that the item does not have any name&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-443] - The warning and error overlay for OCs and ATs sometimes (often) lacks forgets some items&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-473] - Import OpenLDAP core schema&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-481] - Improve refreshing of attributes and children&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-483] - DN Editor escapes all non-ascii characters&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-484] - Rename dialog does not work with escaped RDNs&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-486] - Include Version Specifier in LDIF export&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-488] - New context entry creation is not shown just after connection&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-489] - LDIF Import very slow&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-490] - Copy/Paste a search from one connection to another doesn&amp;#39;t work&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-493] - Aliased attributes show only one attribute name in the RDN selection list instead of the full aliases list&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-495] - Cannot edit password field&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-497] - LdapSchema plugin &amp;#39;Save&amp;#39; is erratic&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-499] - SOCKS proxy settings not used on startup&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-502] - Copy/Paste the context entry from one connection to another doesn&amp;#39;t work&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-503] - New Entry -&amp;gt; Available object classes list remains stale after new objectclasses added&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-504] - Timestamp attribute with an invalid time in it is read only - editor ignores entry&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-506] - Export Schemas for ApacheDS: object classes must be sorted by hierarchy&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-507] - Attempt to rename the rdn results in message contain {0} and {1}&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-512] - Deletion of entries very slow&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-514] - Unable to restore last opened ldif-editors on restart&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-520] - NPE when saving a 1.5.0 server configuration&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-524] - Operational attributes are not show, although enabled under preferences&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-527] - Unable to display Active Directory GUIDs&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-529] - Unpretty 2-3 pixels height margin at the top of the Browser view&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-530] - Unpretty 2-3 pixels height margin at the top of the Entry editor&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-531] - Unpretty 2-3 pixels height margin at the top of the Search Results editor&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-532] - Refreshing parent of referral may give ConcurrentModificationException&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-537] - Error in the title of the Properties window of a server in the Apache DS plugin&lt;/div&gt;&lt;div&gt;
   - [DIRSTUDIO-545] - Widget disposed too early&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-547] - Editor for Classes userClass saves or reloads incorrect value&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-549] - subtree userClass editor does not keep full DN for base component upon its selection&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-550] - Root DSE properties: Directory types IBM Tivoli Directory Server 6.1 and 6.2 not detected correctly&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-552] - NullPointerException if Root DSE of IBM Tivoli Directory Server displayed in Entry Editor&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-553] - Add descriptions for server specific OIDs of IBM Tivoli Directory Server 6.1 and 6.2&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-557] - Edit value and edit entry are not working if DN is invalid&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-565] - Inconsistent handling of the &amp;#39;modified schemas&amp;#39; flag&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-568] - When editing an AT or OC, using the scroll wheel may trigger a combo change&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-569] - Exceptions showing up in the log when starting a server in the Apache DS plugin&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-570] - Integer Value Editor does not accept negative numbers&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-571] - Modification is logged even if referred to another directory server&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-575] - Bookmarks not working&lt;/div&gt;
&lt;div&gt; * Improvement&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-145] - Multiple tabs for entry editor&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-263] - Add certificate validation for ldaps and StartTLS&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-371] - Entries with a ref attribute should be shown N times in the browser (N = number of ref values)&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-444] - Allow the user to enter the names of an item inline (using &amp;#39;,&amp;#39; as separator) in the OC and AT Editors&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-485] - Provide default IAuthHandler and IReferralHandler to be used in connections core without connections ui&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-487] - Empty namingcontexts causes javax.naming.InvalidNameException: Bad DN&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-496] - Password editor improvements&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-509] - Load schema from the directory server&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-513] - Do delete before add when modifying attribute values&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-521] - Replace the XSLT transformation by the use of the Dom4J OutputFormat class for XML pretty print&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-533] - Only show referral handling dialog when opening or expanding referral entry&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-534] - Re-order the preference pages for better understanding&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-535] - Use SWT.SEARCH and SWT.CANCEL style bits on search text field for a native search field on Mac OS X&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-541] - Add support for version 1.5.5 of the Apache DS&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-548] - SubtreeSpecification Editor does not accept empty filter if it&amp;#39;s selected&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-554] - Add option to save tabular entry editor automatically or manually&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-555] - Human readable descriptions of OIDs in binary attributes preference page&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-558] - Load special entries (aliases, referrals, subentries) per request, add menu items to browser&amp;#39;s context menu&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-574] - Add &amp;#39;Cancel&amp;#39; button to &amp;quot;Select copy strategy&amp;quot; (was Abort of copy/paste not possible)&lt;/div&gt;&lt;div&gt; * New Feature&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-62] - Add GSSAPI authentication - Cannot connect to Active Directory if not using Simple authentication&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-434] - Add value editor for Active Directory objectGUID and objectSid attributes&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-462] - Add Export to Open Document Format&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-494] - Add value editor for certificates (syntax 1.3.6.1.4.1.1466.115.121.1.8)&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-510] - Add functionality to copy/merge schema elements between schema projects&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-515] - Add extensibility to Entry Editor&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-536] - Add support for version 1.5.5 of the Apache DS server.xml configuration file&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-556] - Add value editor for UUID&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-562] - Add &amp;#39;Copy Display Value&amp;#39; action, default copy action should copy displayed value&lt;/div&gt;&lt;div&gt; * Task&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-479] - Object classes of an entry should always be present&lt;/div&gt;
&lt;div&gt;   - [DIRSTUDIO-523] - Update Eclipse dependencies to version 3.5 Galileo&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-525] - Remove support for the Linux PPC distribution&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-573] - Update bundled Apache DS Schema files to version 1.5.5&lt;/div&gt;
&lt;div&gt; * Wish&lt;/div&gt;&lt;div&gt;   - [DIRSTUDIO-167] - Show custom icons for various kinds of schema elements while browsing schema data&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The Apache Directory Team&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Apache-Directory-Studio-1.5-released-tp26239136p26239136.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26237591</id>
	<title>[ANNOUNCE] Apache Felix SCR version 1.2.0 Released</title>
	<published>2009-11-06T10:47:00Z</published>
	<updated>2009-11-06T10:47:00Z</updated>
	<author>
		<name>Felix Meschberger-3</name>
	</author>
	<content type="html">The Felix team is pleased to announce the release of Apache Felix
&lt;br&gt;SCR version 1.2.0.
&lt;br&gt;&lt;br&gt;The Apache Felix SCR is an implementation of the OSGi Declarative
&lt;br&gt;Services Specification 1.1 (part of OSGi Compendium Specification R4.2).
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://felix.apache.org/site/apache-felix-service-component-runtime.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://felix.apache.org/site/apache-felix-service-component-runtime.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;This release is available from
&lt;br&gt;&lt;a href=&quot;http://felix.apache.org/site/downloads.cgi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://felix.apache.org/site/downloads.cgi&lt;/a&gt;&amp;nbsp;and Maven:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.felix&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;org.apache.felix.scr&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.2.0&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/dependency&amp;gt;
&lt;br&gt;&lt;br&gt;Release Notes:
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1162] - Component.getReferences returns null if a component
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;that has references is not enabled.
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1166] - SCR does not rebind ConfigurationAdmin service in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sling jcrinstall tests
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1173] - Concurrency Issues while containing bundle is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;stopping
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1177] - Components must correctly be disposed off
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1178] - Component may remain deactivated after a reference
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;has been unregistered and registered again
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1185] - If a static/mandatory reference to a service is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;unregistered, the component should be deactivated
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;synchronously instead of asynchronously
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1195] - NullPointerException in ComponentActivatorTask if
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;component is destroyed
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1238] - NPE when invoking &amp;quot;scr list&amp;quot; with no components
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;registered
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1252] - NullPointerException in &amp;quot;scr list&amp;quot; command
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1413] - Newly registered services must not immediately
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bound for static references
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1414] - Service ranking is only obeyed on first component
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;activation
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1416] - Wrong factory configuration behaviour
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1436] - Descriptors with duplicate implementation and/or
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;service elements are invalid
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1437] - DS 1.1 signatures for activators and bind methods
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;only available for declaration with new namespace
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1440] - Abort method (binder, activator) method search on
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;non-accessible suitable methods
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1445] - When a component is deactivated due to the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;deactivation of a service to which it staticly 1..1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;references, this component is not reactivated when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;that service is reregistered.
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1503] - Component Factory instances are not let gone after
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;dispose
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1504] - ComponentInstance implementation is reused accross
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;reactivations
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1658] - Deadlocks caused by component activation and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;deactivation
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1666] - Missing support for DS 1.1 specified lazy
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;activation behavior
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1674] - typo in scr and webconsole - &amp;quot;unsatisifed&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1714] - typo in scr command
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1733] - Disposed components are not removed from the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;component registry
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1825] - Configurations of delayed components are not
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;deactivated if not used any more
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1826] - ComponentException must be thrown if
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ComponentFactory.newInstance cannot create a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;component instance
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1827] - Check permission before getting or registering
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;services
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1830] - Support for DS 1.1 character property type name
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1832] - ServiceFactory must not be deactivated if the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;instances fails to be created
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1833] - Stopping the Felix SCR bundle may leave traces
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;behind thus preventing the class loader from being
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GC-ed
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1186] - Defer the construction of a log message
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1223] - Replace ManagedService[Factory] by
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ConfigurationListener based component configuration
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1239] - AbstractComponentManager.getServiceReference need
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;not be synchronized
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1313] - Declarative Services bundle should not export
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Configuration Admin package
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1314] - Restructure SCR implementation package
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1443] - Unify Method lookup
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1447] - Remove ComponentMetadata parameter from
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AbstractComponentManager.log method signature
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1530] - Extend the SCR introspection API to reflect the new
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DS 1.1 features
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1686] - Missing activate or deativate methods show up as
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Error in LogService
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1735] - Use system property to provide bundle jar file to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;integration tests
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1823] - Drop support for Framework API 1.3 (R4.0)
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-924] - No component instance if no Configuration
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-925] - Extend SCR to allow alternate activate and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; deactivate method signatures
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-927] - Allow bind and unbind methods to receive the service
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; properties
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-928] - Allow use of wildcards in Service-Component header
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-929] - Making name attributes optional
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-930] - XML schema namespace change
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1232] - Do not use private configuration properties as
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;service properties
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1284] - Support for the 'modified' operation (DS in OSGi
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4.2 compendium)
&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1711] - Remove OSGi library source from SVN and depend on
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;official R4.2 libraries
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy!
&lt;br&gt;&lt;br&gt;-The Felix team
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Apache-Felix-SCR-version-1.2.0-Released-tp26237591p26237591.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26189495</id>
	<title>Free Live Video Streaming of ApacheCon US 2009 Keynotes, and Hadoop, HTTPD and Lucene Sessions</title>
	<published>2009-11-03T16:58:39Z</published>
	<updated>2009-11-03T16:58:39Z</updated>
	<author>
		<name>Lars Eilebrecht</name>
	</author>
	<content type="html">&lt;br&gt;Join us at ApacheCon US 2009 in Oakland, California. You can still
&lt;br&gt;register today, or attend the MeetUps free of charge.
&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.us.apachecon.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.us.apachecon.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;If you can't make it to Oakland, don't miss the FREE live video
&lt;br&gt;streams. On Wednesday, the Apache Hadoop track will be streamed live.
&lt;br&gt;On Thursday, it's httpd.conf, the track for Apache HTTPD administrators
&lt;br&gt;and users. And on Friday, check out the Apache Lucene track. You'll
&lt;br&gt;also be able to watch the Apache Pioneer's Panel, and keynote
&lt;br&gt;presentations by Kirrily Robert and Brian Behlendorf.
&lt;br&gt;&lt;br&gt;Session Schedule (all times are in UTC)
&lt;br&gt;&lt;br&gt;Wednesday, 04 November 2009: Hadoop Track
&lt;br&gt;&lt;br&gt;&amp;nbsp;17:00 Opening Plenary &amp; State of the Feather
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;William A. Rowe, Jr. &amp; Jim Jagielski
&lt;br&gt;&lt;br&gt;&amp;nbsp;17:30 Apache Pioneer's Panel
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Moderated by Brian Behlendorf
&lt;br&gt;&lt;br&gt;&amp;nbsp;19:00 Introduction to Apache Hadoop
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Owen O'Malley
&lt;br&gt;&lt;br&gt;&amp;nbsp;19:30 2009 State of the Elephant
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Christophe Bisciglia
&lt;br&gt;&lt;br&gt;&amp;nbsp;21:30 Becoming a Pig Developer
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Alan Gates
&lt;br&gt;&lt;br&gt;&amp;nbsp;22:30 Apache Hadoop in the Cloud
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tom White
&lt;br&gt;&lt;br&gt;&amp;nbsp;00:00 Practical HBase
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Michael Stack
&lt;br&gt;&lt;br&gt;&amp;nbsp;01:00 Apache Hive: SQL and Data warehousing on Apache Hadoop
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ashish Thusoo
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;Thursday, 05 November 2009: HTTP Track
&lt;br&gt;&lt;br&gt;&amp;nbsp;17:00 Munging URLs with mod_rewrite
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Rich Bowen
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;18:00 Hardening Enterprise Apache Installations Against Attacks
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sander Temme
&lt;br&gt;&lt;br&gt;&amp;nbsp;19:30 Keynote: Standing Out in the Crowd
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Kirrily Robert
&lt;br&gt;&lt;br&gt;&amp;nbsp;22:00 Scalable Internet Architectures
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Theo Schlossnagle
&lt;br&gt;&lt;br&gt;&amp;nbsp;00:30 Recent Developments in SSL and Browsers
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Rick Andrews
&lt;br&gt;&lt;br&gt;&amp;nbsp;01:30 Lightning Talks!
&lt;br&gt;&lt;br&gt;&lt;br&gt;Friday, 06 November 2009: Lucene Track
&lt;br&gt;&lt;br&gt;&amp;nbsp;17:00 Implementing an Information Retrieval Framework for an 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Organizational Repository, Sithu D Sudarsan
&lt;br&gt;&lt;br&gt;&amp;nbsp;18:00 Apache Mahout - Going from raw data to information
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Isabel Drost
&lt;br&gt;&lt;br&gt;&amp;nbsp;19:15 MIME Magic with Apache Tika
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Jukka Zitting
&lt;br&gt;&lt;br&gt;&amp;nbsp;20:15 Keynote: How Open Source Developers Can (Still!) Save The World
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Brian Behlendorf
&lt;br&gt;&lt;br&gt;&amp;nbsp;22:00 Building Intelligent Search Applications with the Lucene
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ecosystem, Ted Dunning
&lt;br&gt;&lt;br&gt;&amp;nbsp;23:00 Realtime Search
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Jason Rutherglen
&lt;br&gt;&lt;br&gt;Use &lt;a href=&quot;http://www.timeanddate.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.timeanddate.com/&lt;/a&gt;&amp;nbsp;to convert UTC to your local time zone.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;-- 
&lt;br&gt;Lars Eilebrecht - ApacheCon US 2009 Team
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26189495&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lars@...&lt;/a&gt; - &lt;a href=&quot;http://www.apachecon.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apachecon.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Free-Live-Video-Streaming-of-ApacheCon-US-2009-Keynotes%2C-and-Hadoop%2C-HTTPD-and-Lucene-Sessions-tp26189495p26189495.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26136194</id>
	<title>Apache Asia Roadshow 2009 (Colombo) - Call For Presentations</title>
	<published>2009-10-30T10:33:22Z</published>
	<updated>2009-10-30T10:33:22Z</updated>
	<author>
		<name>sagara-4</name>
	</author>
	<content type="html">The Apache Software Foundation together &amp;nbsp;with Sri Lankan FOSS
&lt;br&gt;community invites you to submit a proposal for a presentation at
&lt;br&gt;APACHE ASIA ROADSHOW 2009. If you are a community member of any Apache
&lt;br&gt;projects or If you have worked with Apache projects or have a
&lt;br&gt;revolutionary idea on the use of an Apache project, then we would like
&lt;br&gt;to hear from you!
&lt;br&gt;&lt;br&gt;Please use the following link for submissions
&lt;br&gt;&lt;a href=&quot;http://www.foss.lk/events/apacheasia09/cfp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.foss.lk/events/apacheasia09/cfp&lt;/a&gt;&amp;nbsp;and the due date for
&lt;br&gt;submission is November &amp;nbsp;8th. APACHE ASIA ROADSHOW 2009 (Colombo) &amp;nbsp;will
&lt;br&gt;be held in Colombo, Sri Lanka from December 3rd to 5th, 2009.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Apache Asia Roadshow 2009 Team
&lt;br&gt;&lt;a href=&quot;http://www.foss.lk/events/apacheasia09&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.foss.lk/events/apacheasia09&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-Asia-Roadshow-2009-%28Colombo%29---Call-For-Presentations-tp26136194p26136194.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26132930</id>
	<title>[ANNOUNCE] Apache Jackrabbit 2.0 beta1 released</title>
	<published>2009-10-30T09:04:50Z</published>
	<updated>2009-10-30T09:04:50Z</updated>
	<author>
		<name>Jukka Zitting-4</name>
	</author>
	<content type="html">The Apache Jackrabbit community is pleased to announce the release of
&lt;br&gt;Apache Jackrabbit 2.0 beta1. The release is available for download at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://jackrabbit.apache.org/downloads.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jackrabbit.apache.org/downloads.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;See the full release notes below for details about this release.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes -- Apache Jackrabbit -- Version 2.0-beta1
&lt;br&gt;&lt;br&gt;Introduction
&lt;br&gt;------------
&lt;br&gt;&lt;br&gt;This is a beta release of Apache Jackrabbit 2.0. This release is a fully
&lt;br&gt;compliant implementation of the JCR 2.0 API that was specified by the
&lt;br&gt;Java Specification Request 283 (JSR 283, &lt;a href=&quot;http://jcp.org/en/jsr/detail?id=283&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jcp.org/en/jsr/detail?id=283&lt;/a&gt;).
&lt;br&gt;However, the beta status of this release means that some parts of the
&lt;br&gt;implementation are not yet ready for normal production use.
&lt;br&gt;&lt;br&gt;Changes in this release
&lt;br&gt;-----------------------
&lt;br&gt;&lt;br&gt;Jackrabbit 2.0 is a major upgrade from the earlier 1.x releases. The most
&lt;br&gt;notable changes in this release are:
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Upgrade to JCR 2.0. This Jackrabbit release implements and is based
&lt;br&gt;&amp;nbsp; &amp;nbsp; on the official JCR 2.0 API. All of the features required by the JSR 283
&lt;br&gt;&amp;nbsp; &amp;nbsp; specification have been implemented.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Upgrade to Java 5. All of Jackrabbit (except the jcr-tests component)
&lt;br&gt;&amp;nbsp; &amp;nbsp; now requires Java 5 as the base platform. Java 1.4 environments are no
&lt;br&gt;&amp;nbsp; &amp;nbsp; longer supported.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Removal of deprecated classes and features. Jackrabbit 2.0 is not
&lt;br&gt;&amp;nbsp; &amp;nbsp; backwards compatible with client code that used any classes or features
&lt;br&gt;&amp;nbsp; &amp;nbsp; that had been deprecated during the 1.x release cycle.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Separate JCR Commons components. Many of the general-purpose JCR
&lt;br&gt;&amp;nbsp; &amp;nbsp; components like JCR-RMI and OCM are now developed and released
&lt;br&gt;&amp;nbsp; &amp;nbsp; separately from the Jackrabbit content repository. See the individual
&lt;br&gt;&amp;nbsp; &amp;nbsp; components for their most recent releases.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Data store feature enabled in the default repository configuration.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Full text indexing with Apache Tika. Jackrabbit can now extract and
&lt;br&gt;&amp;nbsp; &amp;nbsp; index the full text content of many new types of documents, including
&lt;br&gt;&amp;nbsp; &amp;nbsp; the Office Open XML files produced by Microsoft Office 2007 and higher.
&lt;br&gt;&lt;br&gt;For more detailed information about all the changes in this and other
&lt;br&gt;Jackrabbit releases, please see the Jackrabbit issue tracker at
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://issues.apache.org/jira/browse/JCR&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/JCR&lt;/a&gt;&lt;br&gt;&lt;br&gt;Release Contents
&lt;br&gt;----------------
&lt;br&gt;&lt;br&gt;This release consists of a single source archive packaged as a zip file.
&lt;br&gt;The archive can be unpacked with the jar tool from your JDK installation.
&lt;br&gt;See the README.txt file for instructions on how to build this release.
&lt;br&gt;&lt;br&gt;The source archive is accompanied by SHA1 and MD5 checksums and a PGP
&lt;br&gt;signature that you can use to verify the authenticity of your download.
&lt;br&gt;The public key used for the PGP signature can be found at
&lt;br&gt;&lt;a href=&quot;https://svn.apache.org/repos/asf/jackrabbit/dist/KEYS&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.apache.org/repos/asf/jackrabbit/dist/KEYS&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;About Apache Jackrabbit
&lt;br&gt;-----------------------
&lt;br&gt;&lt;br&gt;Apache Jackrabbit is a fully conforming implementation of the Content
&lt;br&gt;Repository for Java Technology API (JCR). A content repository is a
&lt;br&gt;hierarchical content store with support for structured and unstructured
&lt;br&gt;content, full text search, versioning, transactions, observation, and
&lt;br&gt;more.
&lt;br&gt;&lt;br&gt;For more information, visit &lt;a href=&quot;http://jackrabbit.apache.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jackrabbit.apache.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;About The Apache Software Foundation
&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;Established in 1999, The Apache Software Foundation provides organizational,
&lt;br&gt;legal, and financial support for more than 100 freely-available,
&lt;br&gt;collaboratively-developed Open Source projects. The pragmatic Apache License
&lt;br&gt;enables individual and commercial users to easily deploy Apache software;
&lt;br&gt;the Foundation's intellectual property framework limits the legal exposure
&lt;br&gt;of its 2,500+ contributors.
&lt;br&gt;&lt;br&gt;For more information, visit &lt;a href=&quot;http://www.apache.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Apache-Jackrabbit-2.0-beta1-released-tp26132930p26132930.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26112552</id>
	<title>[ANN] Apache Source-Release Assembly Descriptor 1.0.1 Released</title>
	<published>2009-10-29T05:50:28Z</published>
	<updated>2009-10-29T05:50:28Z</updated>
	<author>
		<name>bentmann</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of Apache
&lt;br&gt;Source-Release Assembly Descriptor, version 1.0.1.
&lt;br&gt;&lt;br&gt;This is a standardized assembly descriptor for use in the
&lt;br&gt;maven-assembly-plugin. Source-release artifacts are archives which
&lt;br&gt;contain the full project structure (sources only, no build output) that
&lt;br&gt;are the subject of an ASF release vote.
&lt;br&gt;&lt;br&gt;The new version of the descriptor fixes the erroneous inclusion of some
&lt;br&gt;build output in the source archive. Please see
&lt;br&gt;&lt;a href=&quot;http://jira.codehaus.org/browse/MASSEMBLY-446&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MASSEMBLY-446&lt;/a&gt;&amp;nbsp;for more details on the issue.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/apache-resource-bundles/apache-source-release-assembly-descriptor/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/apache-resource-bundles/apache-source-release-assembly-descriptor/&lt;/a&gt;&lt;br&gt;&lt;br&gt;This assembly descriptor should be coming to a parent POM near you, and
&lt;br&gt;should eventually be an automatic part of every ASF release. For now, it
&lt;br&gt;has been configured into the release process for Maven projects that
&lt;br&gt;inherit from maven-parent version 14 (also recently released). If you
&lt;br&gt;want to try out the source-release descriptor in the meantime, you can
&lt;br&gt;include a configuration like the following:
&lt;br&gt;&lt;br&gt;&amp;lt;build&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;plugins&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-assembly-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.2-beta-4&amp;lt;/version&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependencies&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.apache.resources&amp;lt;/groupId&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;artifactId&amp;gt;apache-source-release-assembly-descriptor&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.0.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!-- NOTE: The fix for PLXUTILS-120 is crucial for the new
&lt;br&gt;assembly descriptor --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.codehaus.plexus&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;plexus-utils&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.0.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependencies&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;id&amp;gt;source-release&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;phase&amp;gt;package&amp;lt;/phase&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goal&amp;gt;single&amp;lt;/goal&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;descriptorRefs&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;descriptorRef&amp;gt;source-release&amp;lt;/descriptorRef&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/descriptorRefs&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;tarLongFileMode&amp;gt;gnu&amp;lt;/tarLongFileMode&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;runOnlyAtExecutionRoot&amp;gt;true&amp;lt;/runOnlyAtExecutionRoot&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/plugins&amp;gt;
&lt;br&gt;&amp;lt;/build&amp;gt;
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;The Maven Team
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Apache-Source-Release-Assembly-Descriptor-1.0.1-Released-tp26112552p26112552.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25988998</id>
	<title>[ANNOUNCE] Commons BeanUtils 1.8.1 released</title>
	<published>2009-10-21T02:09:55Z</published>
	<updated>2009-10-21T02:09:55Z</updated>
	<author>
		<name>niallp</name>
	</author>
	<content type="html">The Commons team is pleased to announce the release of Commons BeanUtils 
&lt;br&gt;1.8.1.
&lt;br&gt;&lt;br&gt;&lt;br&gt;This release contains a number of bug fixes for the 1.8.0 release - full 
&lt;br&gt;details of which can be found in the release notes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://commons.apache.org/beanutils/v1.8.1/RELEASE-NOTES.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://commons.apache.org/beanutils/v1.8.1/RELEASE-NOTES.txt&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;For information on Commons BeanUtils please visit the BeanUtils website:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://commons.apache.org/beanutils/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://commons.apache.org/beanutils/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;BeanUtils can be downloaded from the following page:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://commons.apache.org/beanutils/download_beanutils.cgi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://commons.apache.org/beanutils/download_beanutils.cgi&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Niall
&lt;br&gt;on behalf of the Commons community
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Commons-BeanUtils-1.8.1-released-tp25988998p25988998.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25975251</id>
	<title>Apache MINA 2.0.0-RC1 released</title>
	<published>2009-10-20T05:56:21Z</published>
	<updated>2009-10-20T05:56:21Z</updated>
	<author>
		<name>jvermillard</name>
	</author>
	<content type="html">The Apache MINA project is pleased to announce the first Release
&lt;br&gt;Candidate (RC1) of MINA 2.0.0
&lt;br&gt;&lt;br&gt;The main remaining bugs was fixed. The aim is to produce a final 2.0.0
&lt;br&gt;release base on RC feed back.
&lt;br&gt;&lt;br&gt;The ChangeLog can be found here :
&lt;br&gt;&lt;a href=&quot;https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=10670&amp;fixfor=12313865&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=10670&amp;fixfor=12313865&lt;/a&gt;&lt;br&gt;&lt;br&gt;Downloads :
&lt;br&gt;&lt;a href=&quot;http://mina.apache.org/downloads.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mina.apache.org/downloads.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;The Apache MINA PMC
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-MINA-2.0.0-RC1-released-tp25975251p25975251.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25872336</id>
	<title>[ANNOUNCE] Apache CouchDB 0.10. has been released</title>
	<published>2009-10-13T05:46:33Z</published>
	<updated>2009-10-13T05:46:33Z</updated>
	<author>
		<name>Noah Slater-5</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;Apache CouchDB 0.10.0 has been released and is available for download:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://couchdb.apache.org/downloads.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://couchdb.apache.org/downloads.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;This is the first beta release of CouchDB, so well done everyone to &amp;nbsp;
&lt;br&gt;who made that possible!
&lt;br&gt;&lt;br&gt;Changes in this release:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • Added modular configuration file directories.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • Miscellaneous improvements to build, system integration, and &amp;nbsp;
&lt;br&gt;portability.
&lt;br&gt;&lt;br&gt;This release contains backwards incompatible changes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://wiki.apache.org/couchdb/Breaking_changes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/couchdb/Breaking_changes&lt;/a&gt;&lt;br&gt;&lt;br&gt;CouchDB is a document-oriented database that can be queried and &amp;nbsp;
&lt;br&gt;indexed in a MapReduce fashion using JavaScript. CouchDB also offers &amp;nbsp;
&lt;br&gt;incremental replication with bi-directional conflict detection and &amp;nbsp;
&lt;br&gt;resolution.
&lt;br&gt;&lt;br&gt;CouchDB provides a RESTful JSON API than can be accessed from any &amp;nbsp;
&lt;br&gt;environment that allows HTTP requests. There are myriad third-party &amp;nbsp;
&lt;br&gt;client libraries that make this even easier from your programming &amp;nbsp;
&lt;br&gt;language of choice. CouchDB’s built in Web administration console &amp;nbsp;
&lt;br&gt;speaks directly to the database using HTTP requests issued from your &amp;nbsp;
&lt;br&gt;browser.
&lt;br&gt;&lt;br&gt;CouchDB is written in Erlang, a robust functional programming language &amp;nbsp;
&lt;br&gt;ideal for building concurrent distributed systems. Erlang allows for a &amp;nbsp;
&lt;br&gt;flexible design that is easily scalable and readily extensible.
&lt;br&gt;&lt;br&gt;Relax and prosper,
&lt;br&gt;&lt;br&gt;Noah</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Apache-CouchDB-0.10.-has-been-released-tp25872336p25872336.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25839410</id>
	<title>[ANNOUNCE] Taglibs moves to Tomcat</title>
	<published>2009-10-10T14:20:18Z</published>
	<updated>2009-10-10T14:20:18Z</updated>
	<author>
		<name>hen</name>
	</author>
	<content type="html">The Jakarta Taglibs project has been retired. The majority of the taglibs
&lt;br&gt;themselves have been, or already were, retired, whilst three of them
&lt;br&gt;have been moved over to the Apache Tomcat project where they will
&lt;br&gt;go by the name of Apache Taglibs. These three taglibs are:
&lt;br&gt;&lt;br&gt;* RDC Taglib - Reusable Dialog Components (used in voice applications)
&lt;br&gt;* Standard Taglib - Apache's implementation of the JSTL specifications
&lt;br&gt;1.0, 1.1 and the unreleased 1.2.
&lt;br&gt;* an in development Extended Taglib that is intended to add tags and
&lt;br&gt;functions 'missing' from JSTL.
&lt;br&gt;&lt;br&gt;The User list has been maintained and moved over to the
&lt;br&gt;tomcat.apache.org domain name, while the main Tomcat development
&lt;br&gt;list will be used for contributor discussions.
&lt;br&gt;&lt;br&gt;For the list of Taglibs that have been retired, please see:
&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://jakarta.apache.org/site/retired-taglibs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jakarta.apache.org/site/retired-taglibs.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;For the continuing development at Tomcat, please see:
&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://tomcat.apache.org/taglibs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tomcat.apache.org/taglibs/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thank you,
&lt;br&gt;&lt;br&gt;Henri Yandell
&lt;br&gt;on behalf of the Jakarta PMC
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Taglibs-moves-to-Tomcat-tp25839410p25839410.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25839409</id>
	<title>[ANNOUNCE] Apache Buildr 1.3.5 Released</title>
	<published>2009-10-10T07:23:23Z</published>
	<updated>2009-10-10T07:23:23Z</updated>
	<author>
		<name>Alex Boisvert-2</name>
	</author>
	<content type="html">Apache Buildr is a build system for Java-based applications, including support&lt;br&gt;for Scala, Groovy and a growing number of JVM languages and tools.  We wanted&lt;br&gt;something that&amp;#39;s simple and intuitive to use, so we only need to tell it what&lt;br&gt;
to do, and it takes care of the rest.  But also something we can easily extend&lt;br&gt;for those one-off tasks, with a language that&amp;#39;s a joy to use.&lt;br&gt;&lt;br&gt;New in Buildr 1.3.5:&lt;br&gt;  * Added:  Interactive shell (REPL) support&lt;br&gt;
  * Added:  BeanShell as default shell for java projects, bsh is small and it&amp;#39;s&lt;br&gt;            syntax provides the closest to an interpreted java. The BeanShell&lt;br&gt;            console includes a graphical class browser. Shell is named :bsh&lt;br&gt;
  * Added:  Mandriva (urpmi) installation support (with help from Franck Villaume).&lt;br&gt;  * Added:  BUILDR-56 Download Scala artifacts if not available locally&lt;br&gt;  * Added:  BUILDR-163 cobertura:check (Marko Sibakov, Daniel Spiewak).&lt;br&gt;
  * Added:  BUILDR-295 Eclipse task: make &amp;#39;M2_REPO&amp;#39; repository variable configurable&lt;br&gt;  * Added:  BUILDR-300 Make Eclipse task more configurable (Antoine Toulme, Alex Boisvert)&lt;br&gt;  * Change: Upgraded to rubyforge-1.0.5 and net-ssh 2.0.15&lt;br&gt;
  * Change: Monkey-Patched FileUtils::sh on JRuby to use POSIX `system`&lt;br&gt;  * Change: Updated to Rake 0.8.7, RSpec 1.2.8 and JRuby-openssl 0.5.2.&lt;br&gt;  * Change: Updated to easyb 0.9 (Joel Muzzerall)&lt;br&gt;  * Change: Updated to TestNG 5.10&lt;br&gt;
  * Change: Updated to JRuby 1.3.1&lt;br&gt;  * Fixed:  BUILDR-23 Support for setting file mode when packaging (Ittay Dror).&lt;br&gt;  * Fixed:  BUILDR-278 tasks/*.rake files are loaded after the buildfile (Rhett Sutphin)&lt;br&gt;  * Fixed:  BUILDR-282 release goal should not strip leading &amp;#39;0&amp;#39; digits from version numbers.&lt;br&gt;
  * Fixed:  BUILDR-289 Improved error message when JAVA_HOME points to an invalid JRE/JDK installation&lt;br&gt;  * Fixed:  BUILDR-290 Dependencies cannot be downloaded over SSL.&lt;br&gt;  * Fixed:  BUILDR-291 Local tasks do not support arguments (Ittay Dror).&lt;br&gt;
  * Fixed:  BUILDR-292 Workaround for JRUBY-3381 on FileUtils.mv&lt;br&gt;  * Fixed:  BUILDR-301 TestNG doesn&amp;#39;t report failure if more than one test fails&lt;br&gt;  * Fixed:  BUILDR-307 Failures are not reported correctly for ScalaTest (Jeremie Lenfant-Engelmann)&lt;br&gt;
  * Fixed:  BUILDR-313 Prevent release with uncommitted_files on Git 1.4.3+ (Alexis Midon)&lt;br&gt;  * Fixed:  BUILDR-315 Fix Eclipse .classpath for local libraries (Mat Schaffer)&lt;br&gt;  * Fixed:  BUILDR-304 Referencing an existing package task using the package&lt;br&gt;
            method fails if the package has a custom filename (Rhett Sutphin)&lt;br&gt;  * Fixed:  BUILDR-322 When specifying files (instead of directories) as sources for compile task, &lt;br&gt;            Buildr uses target directory timestamp only (not compiled output timestamp)&lt;br&gt;
  * Fixed:  BUILDR-324: Regression - baseDir system property is not set when executing tests [Alexis Midon]&lt;br&gt;  * Fixed:  BUILDR-325: Overriding package spec with classifer doesn&amp;#39;t work (Antoine Toulme)
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Apache-Buildr-1.3.5-Released-tp25839409p25839409.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25839406</id>
	<title>[ANNOUNCE] Jakarta BSF 3.0 released</title>
	<published>2009-10-09T04:12:48Z</published>
	<updated>2009-10-09T04:12:48Z</updated>
	<author>
		<name>sebb-3</name>
	</author>
	<content type="html">The Apache Jakarta BSF team announces the release of BSF 3.0.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Apache Jakarta BSF 3 is an open-source implementation of JSR-223,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;Scripting for the Java Platform&amp;quot;.
&lt;br&gt;&lt;br&gt;&amp;nbsp;[BSF3 was developed according to the JSR-223 specs, but has not yet
&lt;br&gt;&amp;nbsp;been tested using the JSR-223 TCK.]
&lt;br&gt;&lt;br&gt;&amp;nbsp;See &lt;a href=&quot;http://jakarta.apache.org/bsf/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jakarta.apache.org/bsf/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;This is a bug-fix release to correct a problem that was
&lt;br&gt;&amp;nbsp;discovered with 3.0-beta3:
&lt;br&gt;&amp;nbsp;* BSF-35 Wrong parameter type for [Simple]Bindings.put - key must be a
&lt;br&gt;&amp;nbsp;String, not an Object
&lt;br&gt;&amp;nbsp;The release also includes an updated test application.
&lt;br&gt;&lt;br&gt;&amp;nbsp;This version of BSF requires Java 1.4 or later.
&lt;br&gt;&lt;br&gt;&amp;nbsp;The release can be downloaded from:
&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://jakarta.apache.org/site/downloads/downloads_bsf.cgi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jakarta.apache.org/site/downloads/downloads_bsf.cgi&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;When downloading, please verify signatures using the KEYS file.
&lt;br&gt;&lt;br&gt;&amp;nbsp;All users running earlier versions of 3.0 are recommended to upgrade.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Note that BSF 3.0 is not compatible with BSF 2.4, which uses a different API.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Enjoy!
&lt;br&gt;&amp;nbsp;The BSF team
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Jakarta-BSF-3.0-released-tp25839406p25839406.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25813687</id>
	<title>[ANNOUNCE] Apache Tuscany SCA Java 1.5.1 released</title>
	<published>2009-10-08T00:44:55Z</published>
	<updated>2009-10-08T00:44:55Z</updated>
	<author>
		<name>Simon Laws-2</name>
	</author>
	<content type="html">The Apache Tuscany team are pleased to announce the 1.5.1 release of the
&lt;br&gt;Java SCA project.
&lt;br&gt;&lt;br&gt;Apache Tuscany provides a runtime environment based on the Service
&lt;br&gt;Component Architecture (SCA). SCA is a set of specifications aimed at
&lt;br&gt;simplifying SOA application development. These specifications are
&lt;br&gt;being standardized by OASIS as part of the Open Composite Services
&lt;br&gt;Architecture (Open CSA).
&lt;br&gt;&lt;br&gt;This 1.5.1 release is a maintenance release over the previous releases
&lt;br&gt;and includes numerous bug fixes and enhancements, see the
&lt;br&gt;RELEASE_NOTES and CHANGES file for details, and to download the
&lt;br&gt;distributions please go to:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://tuscany.apache.org/sca-java-releases.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tuscany.apache.org/sca-java-releases.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;To find out more about OASIS Open CSA go to:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.oasis-opencsa.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.oasis-opencsa.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;Apache Tuscany welcomes your help. Any contribution, including code,
&lt;br&gt;testing, contributions to the documentation, or bug reporting is
&lt;br&gt;always appreciated. For more information on how to get involved in
&lt;br&gt;Apache Tuscany visit the website at:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://tuscany.apache.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tuscany.apache.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thank you for your interest in Apache Tuscany!
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Apache-Tuscany-SCA-Java-1.5.1-released-tp25813687p25813687.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25777967</id>
	<title>[ANN] Maven Repository Plugin 2.3 Released</title>
	<published>2009-10-06T11:48:06Z</published>
	<updated>2009-10-06T11:48:06Z</updated>
	<author>
		<name>jdcasey</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven
&lt;br&gt;Repository Plugin, version 2.3
&lt;br&gt;&lt;br&gt;This plugin assists the user in creating archived bundles that are
&lt;br&gt;designed to meet all requirements for upload to the central Maven
&lt;br&gt;repository.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-repository-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-repository-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the version in your project's plugin configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;artifactId&amp;gt;maven-repository-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;version&amp;gt;2.3&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Repository Plugin - Version 2.3
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MREPOSITORY-19] - Require SCM information to help tooling for
&lt;br&gt;project materialization from the repository
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Maven-Repository-Plugin-2.3-Released-tp25777967p25777967.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25777959</id>
	<title>[ANN] Maven Resources Plugin 2.4.1 Released</title>
	<published>2009-10-06T11:48:01Z</published>
	<updated>2009-10-06T11:48:01Z</updated>
	<author>
		<name>jdcasey</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Resources
&lt;br&gt;Plugin, version 2.4.1
&lt;br&gt;&lt;br&gt;This plugin filters non-Java resource files, replacing expressions with
&lt;br&gt;values from the POM or any of the filtering properties files you choose
&lt;br&gt;to configure.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-resources-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-resources-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the version in your project's plugin configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;artifactId&amp;gt;maven-resources-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;version&amp;gt;2.4.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Resources Plugin - Version 2.4.1
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRESOURCES-105] - Custom Delimiters does not work as expected -
&lt;br&gt;NPE with ${*} and comments in property file does break replacement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRESOURCES-106] - Plugin does not respect escapeWindowsPaths
&lt;br&gt;default-value
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Maven-Resources-Plugin-2.4.1-Released-tp25777959p25777959.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25759881</id>
	<title>Apache HTTP Server 2.2.14 Released</title>
	<published>2009-10-05T15:05:15Z</published>
	<updated>2009-10-05T15:05:15Z</updated>
	<author>
		<name>Graham Leggett-2</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Apache HTTP Server 2.2.14 Released
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The Apache Software Foundation and the Apache HTTP Server Project are
&lt;br&gt;&amp;nbsp; &amp;nbsp;pleased to announce the release of version 2.2.14 of the Apache HTTP
&lt;br&gt;&amp;nbsp; &amp;nbsp;Server (&amp;quot;Apache&amp;quot;). &amp;nbsp;This version of Apache is principally a security
&lt;br&gt;&amp;nbsp; &amp;nbsp;and bug fix release. &amp;nbsp;Notably, this version bundles the APR Library
&lt;br&gt;&amp;nbsp; &amp;nbsp;version 1.3.9, which addresses a security concern with the Prefork
&lt;br&gt;&amp;nbsp; &amp;nbsp;and Event MPMs on Solaris 10.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;We consider this release to be the best version of Apache available,
&lt;br&gt;&amp;nbsp; &amp;nbsp;and encourage users of all prior versions to upgrade.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Apache HTTP Server 2.2.14 is available for download from:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://httpd.apache.org/download.cgi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/download.cgi&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Apache 2.2 offers numerous enhancements, improvements, and
&lt;br&gt;&amp;nbsp; &amp;nbsp;performance boosts over the 2.0 codebase. &amp;nbsp;For an overview of new
&lt;br&gt;&amp;nbsp; &amp;nbsp;features introduced since 2.0 please see:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://httpd.apache.org/docs/2.2/new_features_2_2.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/docs/2.2/new_features_2_2.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Please see the CHANGES_2.2 file, linked from the download page, for a
&lt;br&gt;&amp;nbsp; &amp;nbsp;full list of changes. &amp;nbsp;A condensed list, CHANGES_2.2.14 provides the
&lt;br&gt;&amp;nbsp; &amp;nbsp;complete list of changes since 2.2.14. A summary of security
&lt;br&gt;&amp;nbsp; &amp;nbsp;vulnerabilities which were addressed in the previous 2.2.13 and
&lt;br&gt;&amp;nbsp; &amp;nbsp;earlier releases is available:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://httpd.apache.org/security/vulnerabilities_22.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/security/vulnerabilities_22.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Apache HTTP Server 1.3.41 and 2.0.63 legacy releases are also
&lt;br&gt;&amp;nbsp; &amp;nbsp;currently available. &amp;nbsp;See the appropriate CHANGES from the url above.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See the corresponding CHANGES files linked from the download page.
&lt;br&gt;&amp;nbsp; &amp;nbsp;The Apache HTTP Project developers strongly encourage all users to
&lt;br&gt;&amp;nbsp; &amp;nbsp;migrate to Apache 2.2, as only limited maintenance is performed on
&lt;br&gt;&amp;nbsp; &amp;nbsp;these legacy versions.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;This release includes the Apache Portable Runtime (APR) version 1.3.9
&lt;br&gt;&amp;nbsp; &amp;nbsp;bundled with the tar and zip distributions. &amp;nbsp;The APR libraries libapr
&lt;br&gt;&amp;nbsp; &amp;nbsp;and libaprutil (and on Win32, libapriconv) must all be updated to
&lt;br&gt;&amp;nbsp; &amp;nbsp;ensure binary compatibility and address many known security and
&lt;br&gt;&amp;nbsp; &amp;nbsp;platform bugs.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;This release builds on and extends the Apache 2.0 API. &amp;nbsp;Modules
&lt;br&gt;&amp;nbsp; &amp;nbsp;written for Apache 2.0 will need to be recompiled in order to run
&lt;br&gt;&amp;nbsp; &amp;nbsp;with Apache 2.2, and require minimal or no source code changes.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/VERSIONING&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/VERSIONING&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;When upgrading or installing this version of Apache, please bear in
&lt;br&gt;&amp;nbsp; &amp;nbsp;mind that if you intend to use Apache with one of the threaded MPMs
&lt;br&gt;&amp;nbsp; &amp;nbsp;(other than the Prefork MPM), you must ensure that any modules you
&lt;br&gt;&amp;nbsp; &amp;nbsp;will be using (and the libraries they depend on) are thread-safe.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-HTTP-Server-2.2.14-Released-tp25759881p25759881.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25698496</id>
	<title>[ANN] Apache Felix Web Console version 2.0.0 Released</title>
	<published>2009-10-01T05:54:01Z</published>
	<updated>2009-10-01T05:54:01Z</updated>
	<author>
		<name>Felix Meschberger-3</name>
	</author>
	<content type="html">The Felix team is pleased to announce the release of Apache Felix
&lt;br&gt;Web Console version 2.0.0.
&lt;br&gt;&lt;br&gt;The Apache Felix Web Console is a Web Based Management Console for OSGi
&lt;br&gt;Frameworks. See &lt;a href=&quot;http://felix.apache.org/apache-felix-web-console.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://felix.apache.org/apache-felix-web-console.html&lt;/a&gt;&lt;br&gt;for more information on the Apache Felix Web Console.
&lt;br&gt;&lt;br&gt;The major theme of this release is support for branding (FELIX-1015).
&lt;br&gt;Another important aspect is that plugins do not need to extend from
&lt;br&gt;AbstractWebConsolePlugin anymore to have the common header and footer
&lt;br&gt;rendered (FELIX-1013).
&lt;br&gt;&lt;br&gt;This release is available from
&lt;br&gt;&lt;a href=&quot;http://felix.apache.org/site/downloads.cgi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://felix.apache.org/site/downloads.cgi&lt;/a&gt;&amp;nbsp;and Maven:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.felix&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;org.apache.felix.webconsole&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;2.0.0&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/dependency&amp;gt;
&lt;br&gt;&lt;br&gt;Release Notes:
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1160] - WebConsole Manifest.MF should specify required
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;version for Servlet API (2.4)
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1164] - Updating a configuration containing a property
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;configured with unbound array size
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1224] - Component display depends on
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ManagedService[Factory] instances to be registered
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for components
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1230] - Configuration Page depends on
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ManagedService[Factory] instances to be registered
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for components
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1270] - Displaying the bundle detail view resolves a bundle
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1275] - On the Bundles page, when bundle details are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;displayed inline, the links to imported and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;importing bundles are invalid.
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1389] - Main div is not closed
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1415] - &amp;quot;Reload&amp;quot; button in webconsole bundles list doesn't
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;work
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1460] - Can't view installed but unresolved bundle details
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;page
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1622] - NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1623] - Configuration status tabs not correctly rendered in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FireFox 3.5
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1630] - Make WebConsole more independent
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1632] - Remove reference to KXml from NOTICE and LICENSE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;and update OSGi copyright years
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1636] - Html footer and header are always added to the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;response for a servlet plugin
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1171] - Enhance Configuration Status Page
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1191] - Add logging to OBR support plugin
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1215] - Provide hyperlinks when referring to bundles
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1217] - Move install/update to separate page
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1221] - Display the alias ID created by Karaf Features when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;showing service details
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1282] - Cleanup bundle: do not export SCR API, only embedd
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;header parser
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1283] - Order page titles in top navigation ignoring case
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1569] - Remove deprecated Render interface
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1637] - Support additional CSS references provided by
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;plugins
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1644] - Reintroduce button to update a single bundle
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1013] - Improve console extensibility
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1607] - Enhance the Web Console Event Plugin
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1014] - Hardcoded list of webconsole plugins in OSGiManager
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1015] - Hardcoded HTML Header/Footer in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AbstractWebConsolePlugin
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1043] - Support WebConsole plugins without requiring
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;extending the AbstractWebConsolePlugin
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1211] - How to provide resources like CSS or JavaScript
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;files for plugins
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1281] - Provide official constants of web console request
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;attributes
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [FELIX-1599] - Validate TabWorld license
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy!
&lt;br&gt;&lt;br&gt;-The Felix team
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Apache-Felix-Web-Console-version-2.0.0-Released-tp25698496p25698496.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25661615</id>
	<title>[ANNOUNCE] Apache Felix Karaf 1.0.0</title>
	<published>2009-09-29T04:25:44Z</published>
	<updated>2009-09-29T04:25:44Z</updated>
	<author>
		<name>gnodet-2</name>
	</author>
	<content type="html">The Felix team is pleased to announce the release of Felix Karaf version 1.0.0
&lt;br&gt;&lt;br&gt;This release along with the associated release notes and change log
&lt;br&gt;are available from
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://felix.apache.org/site/karaf-100.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://felix.apache.org/site/karaf-100.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Apache Felix Karaf is a small OSGi based runtime which provides a
&lt;br&gt;lightweight container onto which various components and applications
&lt;br&gt;can be deployed.
&lt;br&gt;Karaf features:
&lt;br&gt;&amp;nbsp; &amp;nbsp;* &amp;nbsp;Hot deployment: Karaf supports hot deployment of OSGi bundles
&lt;br&gt;by monitoring jar files inside the [home]/deploy directory. Each time
&lt;br&gt;a jar is copied in this folder, it will be installed inside the
&lt;br&gt;runtime. You can then update or delete it and changes will be handled
&lt;br&gt;automatically. In addition, the Karaf also supports exploded bundles
&lt;br&gt;and custom deployers (blueprint and spring ones are included by
&lt;br&gt;default).
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Dynamic configuration: Services are usually configured through
&lt;br&gt;the ConfigurationAdmin OSGi service. Such configuration can be defined
&lt;br&gt;in Karaf using property files inside the [home]/etc directory. These
&lt;br&gt;configurations are monitored and changes on the properties files will
&lt;br&gt;be propagated to the services.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Logging System: using a centralized logging back end supported
&lt;br&gt;by Log4J, Karaf supports a number of different APIs (JDK 1.4, JCL,
&lt;br&gt;SLF4J, Avalon, Tomcat, OSGi)
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Provisioning: Provisioning of libraries or applications can be
&lt;br&gt;done through a number of different ways, by which they will be
&lt;br&gt;downloaded locally, installed and started.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Native OS integration: Karaf can be integrated into your own
&lt;br&gt;Operating System as a service so that the lifecycle will be bound to
&lt;br&gt;your Operating System.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Extensible Shell console: Karaf features a nice text console
&lt;br&gt;where you can manage the services, install new applications or
&lt;br&gt;libraries and manage their state. This shell is easily extensible by
&lt;br&gt;deploying new commands dynamically along with new features or
&lt;br&gt;applications.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Remote access: use any SSH client to connect to Karaf and issue
&lt;br&gt;commands in the console
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Security framework based on JAAS
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Managing instances: Karaf provides simple commands for managing
&lt;br&gt;multiple instances. You can easily create, delete, start and stop
&lt;br&gt;instances of Karaf through the console.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Supports the latest OSGi 4.2 containers: Apache Felix Framework
&lt;br&gt;2.0.0 and Eclipse Equinox 3.5
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy!
&lt;br&gt;&lt;br&gt;-The Felix team
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Apache-Felix-Karaf-1.0.0-tp25661615p25661615.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25657188</id>
	<title>[ANNOUNCE] Apache POI 3.5 Released</title>
	<published>2009-09-28T22:33:24Z</published>
	<updated>2009-09-28T22:33:24Z</updated>
	<author>
		<name>Yegor Kozlov-3</name>
	</author>
	<content type="html">&amp;nbsp; The Apache POI team is pleased to announce the availability of POI 3.5.
&lt;br&gt;&lt;br&gt;&amp;nbsp; Apache POI is well-known in the Java field as a library for reading and
&lt;br&gt;&amp;nbsp; writing Microsoft Office file formats, such as Excel, PowerPoint, Visio and
&lt;br&gt;&amp;nbsp; Word. With POI 3.5, it supports the new OOXML (Office Open XML) formats
&lt;br&gt;&amp;nbsp; introduced in Office 2007. See &lt;a href=&quot;http://poi.apache.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://poi.apache.org/&lt;/a&gt;&amp;nbsp;for more details
&lt;br&gt;&lt;br&gt;Release Highlights:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;POI-SS - Java API To Access Microsoft Excel Format Files
&lt;br&gt;&amp;nbsp; &amp;nbsp;* This common interface allows access to HSSF (binary file format,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; .xls) and XSSF (ooxml file format, .xlsx) in the same way
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;POI-XSSF - Java API To Access Microsoft Excel 2007 OOXML Format Files
&lt;br&gt;&amp;nbsp; &amp;nbsp;* full implementation of high level POI-SS interface
&lt;br&gt;&amp;nbsp; &amp;nbsp;* text and embedded data extraction supported
&lt;br&gt;&amp;nbsp; &amp;nbsp;* low level, low memory parsing supported
&lt;br&gt;&amp;nbsp; &amp;nbsp;* full support for formula evaluation
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;POI-XWPF - Java API To Access Microsoft Word 2007 OOXML File Formats
&lt;br&gt;&amp;nbsp; &amp;nbsp;* text and embedded data &amp;nbsp;extraction supported
&lt;br&gt;&amp;nbsp; &amp;nbsp;* partial implementation of high level usermodel API
&lt;br&gt;&amp;nbsp; &amp;nbsp;* partial support for custom XML mappings
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;POI-XSLF - Java API To Access Microsoft PowerPoint 2007 OOXML Format Files
&lt;br&gt;&amp;nbsp; &amp;nbsp;* text and embedded data &amp;nbsp;extraction supported
&lt;br&gt;&lt;br&gt;In addition, POI 3.5 includes many new features, bug fixes and optimizations over POI 3.2.
&lt;br&gt;&amp;nbsp; You can find the full list of changes here: &lt;a href=&quot;http://poi.apache.org/changes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://poi.apache.org/changes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; The source and binaries can be downloaded from your local mirror:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/poi/release/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dyn/closer.cgi/poi/release/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; The release is also available from the central Maven repository under
&lt;br&gt;&amp;nbsp; Group ID &amp;quot;org.apache.poi&amp;quot; and Version &amp;quot;3.5-FINAL&amp;quot;.
&lt;br&gt;&lt;br&gt;&amp;nbsp; For the Apache POI Team
&lt;br&gt;&amp;nbsp; Yegor Kozlov
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Apache-POI-3.5-Released-tp25657188p25657188.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25642360</id>
	<title>[ANN] Apache Empire-db 2.0.5 released</title>
	<published>2009-09-28T00:21:58Z</published>
	<updated>2009-09-28T00:21:58Z</updated>
	<author>
		<name>Rainer Döbele-2</name>
	</author>
	<content type="html">The Empire-db team is pleased to announce the release of Apache Empire-db
&lt;br&gt;version 2.0.5.
&lt;br&gt;&lt;br&gt;Apache Empire-db is a lightweight data access and persistence component for
&lt;br&gt;relational databases based on JDBC. 
&lt;br&gt;&lt;a href=&quot;http://incubator.apache.org/empire-db/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://incubator.apache.org/empire-db/&lt;/a&gt;&lt;br&gt;&lt;br&gt;The most important improvement over our previous 2.0.4 release is the shift
&lt;br&gt;to Maven project management.
&lt;br&gt;Hence Empire-db is now available from the Maven repository using the
&lt;br&gt;following group and artifact ids:
&lt;br&gt;groupId:	org.apache.empire-db
&lt;br&gt;artifacts:	empire-db, empire-db-struts2
&lt;br&gt;version:	2.0.5-incubating
&lt;br&gt;&lt;br&gt;Further improvements include:
&lt;br&gt;- New database handlers for Apache Derby, H2, PostgreSQL
&lt;br&gt;- New Examples showing WebService integration using Apache CXF
&lt;br&gt;- Struts2 extensions upgraded to work with Struts 2.1.6.
&lt;br&gt;&lt;br&gt;To download Apache Empire-db 2.0.5. please visit our download page on:
&lt;br&gt;&lt;a href=&quot;http://incubator.apache.org/empire-db/downloads/latest.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://incubator.apache.org/empire-db/downloads/latest.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;The following list provides a complete list of issues resolved in this
&lt;br&gt;release:
&lt;br&gt;&lt;br&gt;The issues are categorized as follows:
&lt;br&gt;[{C=Core}|{S=Struts Extensions}|{E=Examples}|{O=Other}
&lt;br&gt;/{N=New Feature}|{B=Bug fix}|{I=Improvement}]
&lt;br&gt;&lt;br&gt;Issues resolved:
&lt;br&gt;EMPIREDB-49 - [C/B]: The generation of table, view and query aliases now
&lt;br&gt;uses thread-safe counters &amp;nbsp;
&lt;br&gt;EMPIREDB-46 - [C/B]: datetime-phrase issue in DBDatabaseDriverDerby
&lt;br&gt;EMPIREDB-45 - [S/I]: Update struts extentions to accomodate latest struts
&lt;br&gt;release &amp;nbsp;
&lt;br&gt;EMPIREDB-44 - [C/B]: error using apache derby and CLOB datatype &amp;nbsp;
&lt;br&gt;EMPIREDB-42 - [C/I]: Extend DBReader to provide query results in a hash set
&lt;br&gt;&lt;br&gt;EMPIREDB-41 - [C/I]: Deal with databases differences regarding SQL reverse
&lt;br&gt;function
&lt;br&gt;EMPIREDB-40 - [C/B]: Postgresql cast problem 
&lt;br&gt;EMPIREDB-37 - [C/N]: PostgreSQL &amp;quot;BLOB&amp;quot; type not exist but is possible to
&lt;br&gt;create a &amp;quot;bytea&amp;quot; column 
&lt;br&gt;EMPIREDB-36 - [E/N]: New WebServices integration example using Apache CXF 
&lt;br&gt;EMPIREDB-34 - [C/I]: Add support for stmt.executeUpdate with
&lt;br&gt;Statement.RETURN_GENERATED_KEYS instead of getPostInsertAutoIncValue() 
&lt;br&gt;EMPIREDB-33 - [S/B]: BeanRecordProxy isFieldReadOnly wrong for new records 
&lt;br&gt;EMPIREDB-32 - [C/N]: Unit tests 
&lt;br&gt;EMPIREDB-31 - [E/B]: Advanced sample throws SQLException (wrong db user) 
&lt;br&gt;EMPIREDB-30 - [C/N]: Support for PostgeSQL 
&lt;br&gt;EMPIREDB-29 - [O/N]: Switch to Maven project management 
&lt;br&gt;EMPIREDB-28 - [E/B]: SampleConfig in the demo application has invalid user 
&lt;br&gt;EMPIREDB-27 - [C/B]: HSQLDB driver doesn't support conversion of value to
&lt;br&gt;DOUBLE 
&lt;br&gt;EMPIREDB-26 - [S/I]: Extend HTMLTagDictionary to allow default cssClass for
&lt;br&gt;all input types 
&lt;br&gt;EMPIREDB-25 - [C/I]: Implement getAttribute and setAttribute on BeanProperty
&lt;br&gt;class 
&lt;br&gt;EMPIREDB-24 - [S/I]: Allow textarea to handle keypress and keyup events in
&lt;br&gt;order to check the maximum length of input 
&lt;br&gt;EMPIREDB-23 - [C/B]: Maximum size is not passed to error message handler for
&lt;br&gt;DBErrors.FieldValueTooLong in DBTableColumn::checkValue 
&lt;br&gt;EMPIREDB-22 - [C/B]: deleteReferenceRecords() does not sort the depending
&lt;br&gt;records by id 
&lt;br&gt;EMPIREDB-21 - [S/I]: Allow empty record item parameter: The function
&lt;br&gt;getRecordKeyFromString should return null if the item string consists of the
&lt;br&gt;new item flag only. 
&lt;br&gt;EMPIREDB-20 - [C/B]: Convert to char doesn't work for hsqldb 
&lt;br&gt;EMPIREDB-19 - [S/B]: The form tag's &amp;quot;target&amp;quot; attribute is not rendered in
&lt;br&gt;HTML code 
&lt;br&gt;EMPIREDB-18 - [C/B]: DBRecord.setModified(column, isModified) doesn't set
&lt;br&gt;the record state back from modified to valid 
&lt;br&gt;EMPIREDB-17 - [S/B]: Checked attribute does not work on radio button tag. 
&lt;br&gt;EMPIREDB-16 - [S/I]: Tag library definition does not allow java expressions
&lt;br&gt;for the cssClass attribute 
&lt;br&gt;EMPIREDB-15 - [C/B]: Record fields are not cleared properly by createRecord.
&lt;br&gt;&lt;br&gt;EMPIREDB-14 - [S/I]: Allow javascript code on anchors
&lt;br&gt;&lt;br&gt;For further information about issues see
&lt;br&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/EMPIREDB&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/EMPIREDB&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Apache-Empire-db-2.0.5-released-tp25642360p25642360.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25642058</id>
	<title>[ANN] Apache Empire-db 2.0.5 released</title>
	<published>2009-09-28T00:15:02Z</published>
	<updated>2009-09-28T00:15:02Z</updated>
	<author>
		<name>Rainer Döbele-2</name>
	</author>
	<content type="html">The Empire-db team is pleased to announce the release of Apache Empire-db
&lt;br&gt;version 2.0.5.
&lt;br&gt;&lt;br&gt;Apache Empire-db is a lightweight data access and persistence component for
&lt;br&gt;relational databases based on JDBC. 
&lt;br&gt;&lt;a href=&quot;http://incubator.apache.org/empire-db/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://incubator.apache.org/empire-db/&lt;/a&gt;&lt;br&gt;&lt;br&gt;The most important improvement over our previous 2.0.4 release is the shift
&lt;br&gt;to Maven project management.
&lt;br&gt;Hence Empire-db is now available from the Maven repository using the
&lt;br&gt;following group and artifact ids:
&lt;br&gt;groupId:	org.apache.empire-db
&lt;br&gt;artifacts:	empire-db, empire-db-struts2
&lt;br&gt;version:	2.0.5-incubating
&lt;br&gt;&lt;br&gt;Further improvements include:
&lt;br&gt;- New database handlers for Apache Derby, H2, PostgreSQL
&lt;br&gt;- New Examples showing WebService integration using Apache CXF
&lt;br&gt;- Struts2 extensions upgraded to work with Struts 2.1.6.
&lt;br&gt;&lt;br&gt;To download Apache Empire-db 2.0.5. please visit our download page on:
&lt;br&gt;&lt;a href=&quot;http://incubator.apache.org/empire-db/downloads/latest.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://incubator.apache.org/empire-db/downloads/latest.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;The following list provides a complete list of issues resolved in this
&lt;br&gt;release:
&lt;br&gt;&lt;br&gt;The issues are categorized as follows:
&lt;br&gt;[{C=Core}|{S=Struts Extensions}|{E=Examples}|{O=Other}
&lt;br&gt;/{N=New Feature}|{B=Bug fix}|{I=Improvement}]
&lt;br&gt;&lt;br&gt;Issues resolved:
&lt;br&gt;EMPIREDB-49 - [C/B]: The generation of table, view and query aliases now
&lt;br&gt;uses thread-safe counters &amp;nbsp;
&lt;br&gt;EMPIREDB-46 - [C/B]: datetime-phrase issue in DBDatabaseDriverDerby
&lt;br&gt;EMPIREDB-45 - [S/I]: Update struts extentions to accomodate latest struts
&lt;br&gt;release &amp;nbsp;
&lt;br&gt;EMPIREDB-44 - [C/B]: error using apache derby and CLOB datatype &amp;nbsp;
&lt;br&gt;EMPIREDB-42 - [C/I]: Extend DBReader to provide query results in a hash set
&lt;br&gt;&lt;br&gt;EMPIREDB-41 - [C/I]: Deal with databases differences regarding SQL reverse
&lt;br&gt;function
&lt;br&gt;EMPIREDB-40 - [C/B]: Postgresql cast problem 
&lt;br&gt;EMPIREDB-37 - [C/N]: PostgreSQL &amp;quot;BLOB&amp;quot; type not exist but is possible to
&lt;br&gt;create a &amp;quot;bytea&amp;quot; column 
&lt;br&gt;EMPIREDB-36 - [E/N]: New WebServices integration example using Apache CXF 
&lt;br&gt;EMPIREDB-34 - [C/I]: Add support for stmt.executeUpdate with
&lt;br&gt;Statement.RETURN_GENERATED_KEYS instead of getPostInsertAutoIncValue() 
&lt;br&gt;EMPIREDB-33 - [S/B]: BeanRecordProxy isFieldReadOnly wrong for new records 
&lt;br&gt;EMPIREDB-32 - [C/N]: Unit tests 
&lt;br&gt;EMPIREDB-31 - [E/B]: Advanced sample throws SQLException (wrong db user) 
&lt;br&gt;EMPIREDB-30 - [C/N]: Support for PostgeSQL 
&lt;br&gt;EMPIREDB-29 - [O/N]: Switch to Maven project management 
&lt;br&gt;EMPIREDB-28 - [E/B]: SampleConfig in the demo application has invalid user 
&lt;br&gt;EMPIREDB-27 - [C/B]: HSQLDB driver doesn't support conversion of value to
&lt;br&gt;DOUBLE 
&lt;br&gt;EMPIREDB-26 - [S/I]: Extend HTMLTagDictionary to allow default cssClass for
&lt;br&gt;all input types 
&lt;br&gt;EMPIREDB-25 - [C/I]: Implement getAttribute and setAttribute on BeanProperty
&lt;br&gt;class 
&lt;br&gt;EMPIREDB-24 - [S/I]: Allow textarea to handle keypress and keyup events in
&lt;br&gt;order to check the maximum length of input 
&lt;br&gt;EMPIREDB-23 - [C/B]: Maximum size is not passed to error message handler for
&lt;br&gt;DBErrors.FieldValueTooLong in DBTableColumn::checkValue 
&lt;br&gt;EMPIREDB-22 - [C/B]: deleteReferenceRecords() does not sort the depending
&lt;br&gt;records by id 
&lt;br&gt;EMPIREDB-21 - [S/I]: Allow empty record item parameter: The function
&lt;br&gt;getRecordKeyFromString should return null if the item string consists of the
&lt;br&gt;new item flag only. 
&lt;br&gt;EMPIREDB-20 - [C/B]: Convert to char doesn't work for hsqldb 
&lt;br&gt;EMPIREDB-19 - [S/B]: The form tag's &amp;quot;target&amp;quot; attribute is not rendered in
&lt;br&gt;HTML code 
&lt;br&gt;EMPIREDB-18 - [C/B]: DBRecord.setModified(column, isModified) doesn't set
&lt;br&gt;the record state back from modified to valid 
&lt;br&gt;EMPIREDB-17 - [S/B]: Checked attribute does not work on radio button tag. 
&lt;br&gt;EMPIREDB-16 - [S/I]: Tag library definition does not allow java expressions
&lt;br&gt;for the cssClass attribute 
&lt;br&gt;EMPIREDB-15 - [C/B]: Record fields are not cleared properly by createRecord.
&lt;br&gt;&lt;br&gt;EMPIREDB-14 - [S/I]: Allow javascript code on anchors
&lt;br&gt;&lt;br&gt;For further information about issues see
&lt;br&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/EMPIREDB&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/EMPIREDB&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Apache-Empire-db-2.0.5-released-tp25642058p25642058.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25638395</id>
	<title>[ANNOUNCE] Apache PhotArk M1-incubating released</title>
	<published>2009-09-27T15:19:03Z</published>
	<updated>2009-09-27T15:19:03Z</updated>
	<author>
		<name>Luciano Resende-2</name>
	</author>
	<content type="html">The Apache PhotArk team is pleased to announce the release of Apache
&lt;br&gt;PhotArk M1-incubating.
&lt;br&gt;&lt;br&gt;Apache PhotArk will be a complete open source photo gallery
&lt;br&gt;application including a content repository for the images, a display
&lt;br&gt;piece, an access control layer, and upload capabilities. The idea is
&lt;br&gt;to have a rigid design for the content repository with a very flexible
&lt;br&gt;display piece. The images in the content repository will be protected
&lt;br&gt;with granular access control.
&lt;br&gt;&lt;br&gt;PhotArk gallery currently allows you define a set of albums hosted
&lt;br&gt;locally, and also allows you to aggregate external albums exposed as
&lt;br&gt;feeds (e.g from Flickr or Picassa web) and provides a default web UI
&lt;br&gt;for album navigation.
&lt;br&gt;&lt;br&gt;For full details about the release and to download the distributions
&lt;br&gt;please go to:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://incubator.apache.org/photark/downloads.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://incubator.apache.org/photark/downloads.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Apache PhotArk welcomes your help. Any contribution, including code,
&lt;br&gt;testing, contributions to the documentation, or bug reporting is
&lt;br&gt;always appreciated. For more information on how to get involved in
&lt;br&gt;Apache PhotArk visit the website at:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://incubator.apache.org/photark/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://incubator.apache.org/photark/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thank you for your interest in Apache PhotArk!
&lt;br&gt;&lt;br&gt;The Apache PhotArk Team.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Luciano Resende
&lt;br&gt;&lt;a href=&quot;http://people.apache.org/~lresende&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.apache.org/~lresende&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://lresende.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lresende.blogspot.com/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCE--Apache-PhotArk-M1-incubating-released-tp25638395p25638395.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25622951</id>
	<title>Raise a Glass to Apache: Join us in celebrating the ASF's 10th Anniversary</title>
	<published>2009-09-25T20:53:23Z</published>
	<updated>2009-09-25T20:53:23Z</updated>
	<author>
		<name>Sally Khudairi-2</name>
	</author>
	<content type="html">&lt;br&gt;As you know, the ASF turned 10 this year — our celebrations kicked off with cake at ApacheCon Europe this past March. We were thrilled to receive birthday wishes from so many members from the Apache community from across the world.
&lt;br&gt;&lt;br&gt;Our festivities will continue at ApacheCon US (Oakland, California), where we will be holding the Big Feather Birthday Bash and related community events during the conference. We anticipate seeing many of you there!
&lt;br&gt;&lt;br&gt;Some of you are unable to join us in person, but we don't want you to miss out on the fun. As such, we're inviting our global community to &amp;quot;Raise a Glass to Apache&amp;quot; and celebrate this landmark event at your own local gathering. Recognizing Apache developers and users as part of the ASF's 10th Anniversary is very important to us. We want you to join the fun, meet other Apache enthusiasts, make new friends, put faces to the names behind those emails, and, of course, engage in all things Apache.
&lt;br&gt;&lt;br&gt;We understand that communities have their own local culture and preferences: you are welcome to host the type of event best suited to your needs. Preferably, this will take place during the week of ApacheCon (2-6 November, 2009; the Big Feather Birthday Bash is on Wednesday, 4 November) — &amp;nbsp;your event can be held on any day of that week, at any time of the day or night that is most convenient for you. Events include but are not limited to:
&lt;br&gt;&lt;br&gt;- Social Gatherings – getting together over coffee, lunch, drinks, or dinner
&lt;br&gt;- Tech Talks – individual or industry presentations given about ASF projects and actvities
&lt;br&gt;- Product Demos – showcasing how Apache technologies are powering creative and robust solutions
&lt;br&gt;- Hackathon – collaborating on Apache code bases with ASF Committers
&lt;br&gt;- MeetUps or GetTogethers – featuring talks or presentations on a specific Apache Project or activity
&lt;br&gt;- Networking and Job Match – connecting developers with users, employers with potential hires, clients with contractors/consultants, etc.
&lt;br&gt;&lt;br&gt;Can't wait until ApacheCon? That's OK: we're always up for a celebration, so feel free to get started as soon as you'd like — you can Raise a Glass to Apache at an upcoming conference such as the OpenWorld Forum (Paris), SpringOne 2GX (New Orleans), CPOSC 2009 (Harrisburg, PA), FOSS4G 2009 (Sydney), NLUUG Open Web (Amsterdam), UTOSC 2009 (Sandy, UT), and OSMC 2009 (Nürnberg), among others.
&lt;br&gt;&lt;br&gt;So let's get started! There are three steps to make your event happen:
&lt;br&gt;&lt;br&gt;Step 1: Organize. Decide who will be the host(s)/main point(s) of contact, where the event will be held, the day and time, the format, and any costs.
&lt;br&gt;&lt;br&gt;Step 2: Publicize. Spread the word to your coworkers, the press, and your friends. Post details on your event on blogs, mailing lists, event listings, etc. Drive enthusiasm by discussing the event details to the media and on podcasts. Ask people who will be there to invite other groups who may be interested.
&lt;br&gt;&lt;br&gt;Step 3: Apprise. Share your goodwill with the Apache community. Wish the ASF a happy anniversary on the Foundation blog; &amp;nbsp;post photos of your event online; and submit a &amp;quot;MyApache&amp;quot; video tribute (can be one or more of the following -- 1-2 minutes describing why you love Apache; 1-2 minutes of your group Raising a Glass to Apache/singing Happy Birthday; 2-5 minutes describing the cool ways you use ASF technologies ... be sure to mention which Apache projects you use as well as your results.)
&lt;br&gt;&lt;br&gt;The important thing is to have fun! Get inspired by checking out the ASF's YouTube channel at &lt;a href=&quot;http://www.youtube.com/user/TheApacheFoundation&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.youtube.com/user/TheApacheFoundation&lt;/a&gt;. &amp;quot;MyApache&amp;quot; submissions received by 2 October (midnight US Pacific time/GMT-8) will receive priority consideration to be featured in the ASF's ApacheWay channel and at the Big Feather Birthday Bash!
&lt;br&gt;&lt;br&gt;A schedule of all confirmed events will be posted on the ApacheCon site. To be included in the list, please send a copy of your invitation (including the date, time, and location) to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25622951&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sk@...&lt;/a&gt;. I will send you information on how to add your event in the ApacheCon network, how to submit your &amp;quot;MyApache&amp;quot; tributes, as well as suggestions on how to organize and publicize your event.
&lt;br&gt;&lt;br&gt;Feel free to contact me if you have any questions. We look forward to hearing from you!
&lt;br&gt;&lt;br&gt;- Sally
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Raise-a-Glass-to-Apache%3A-Join-us-in-celebrating-the-ASF%27s-10th-Anniversary-tp25622951p25622951.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25614928</id>
	<title>The Release of Lucene 2.9</title>
	<published>2009-09-25T09:15:57Z</published>
	<updated>2009-09-25T09:15:57Z</updated>
	<author>
		<name>Mark Miller-17</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA512
&lt;br&gt;&lt;br&gt;Hello Lucene users,
&lt;br&gt;&lt;br&gt;On behalf of the Lucene dev community (a growing community far larger
&lt;br&gt;than just the committers) I would like to announce the release of
&lt;br&gt;Lucene 2.9.
&lt;br&gt;&lt;br&gt;While we generally try and maintain full backwards compatibility
&lt;br&gt;between major versions, Lucene 2.9 has a variety of breaks that are
&lt;br&gt;spelled out in the 'Changes in backwards compatibility policy' section
&lt;br&gt;of CHANGES.txt.
&lt;br&gt;&lt;br&gt;We recommend that you recompile your application with Lucene 2.9
&lt;br&gt;rather than attempting to “drop” it in. This will alert you to any
&lt;br&gt;issues you may have to fix if you are affected by one of the backward
&lt;br&gt;compatibility breaks. As always, its a really good idea to thoroughly
&lt;br&gt;read CHANGES.txt before upgrading.
&lt;br&gt;&lt;br&gt;Lucene 2.9 comes with a bevy of new features, including:
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Per segment searching and caching (can lead to much faster reopen
&lt;br&gt;&amp;nbsp; &amp;nbsp; among other things)
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Near real-time search capabilities added to IndexWriter
&lt;br&gt;&lt;br&gt;&amp;nbsp; * New Query types
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Smarter, more scalable multi-term queries (wildcard, range, etc)
&lt;br&gt;&lt;br&gt;&amp;nbsp; * A freshly optimized Collector/Scorer API
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Improved Unicode support and the addition of Collation contrib
&lt;br&gt;&lt;br&gt;&amp;nbsp; * A new Attribute based TokenStream API
&lt;br&gt;&lt;br&gt;&amp;nbsp; * A new QueryParser framework in contrib with a core QueryParser
&lt;br&gt;&amp;nbsp; &amp;nbsp; replacement impl included.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Scoring is now optional when sorting by Field, or using a custom
&lt;br&gt;&amp;nbsp; &amp;nbsp; Collector, gaining sizable performance when scores are not
&lt;br&gt;&amp;nbsp; &amp;nbsp; required.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * New analyzers (PersianAnalyzer, ArabicAnalyzer,
&lt;br&gt;&amp;nbsp; &amp;nbsp; SmartChineseAnalyzer)
&lt;br&gt;&lt;br&gt;&amp;nbsp; * New fast-vector-highlighter for large documents
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Lucene now includes high-performance handling of numeric fields.
&lt;br&gt;&amp;nbsp; &amp;nbsp; Such fields are indexed with a trie structure, enabling simple to
&lt;br&gt;&amp;nbsp; &amp;nbsp; use and much faster numeric range searching without having to
&lt;br&gt;&amp;nbsp; &amp;nbsp; externally pre-process numeric values into textual values.
&lt;br&gt;&lt;br&gt;&amp;nbsp; ---
&lt;br&gt;&lt;br&gt;And many, many more features, bug fixes, optimizations, and various
&lt;br&gt;improvements. You can find the full list of changes here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lucene.apache.org/java/2_9_0/changes/Changes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lucene.apache.org/java/2_9_0/changes/Changes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Many changes have also occurred in Lucene's Contrib area:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lucene.apache.org/java/2_9_0/changes/Contrib-Changes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lucene.apache.org/java/2_9_0/changes/Contrib-Changes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Binary and source distributions are available at
&lt;br&gt;&lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/lucene/java/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dyn/closer.cgi/lucene/java/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Lucene artifacts are also available in the Maven2 repository at
&lt;br&gt;&lt;a href=&quot;http://repo1.maven.org/maven2/org/apache/lucene/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/org/apache/lucene/&lt;/a&gt;&lt;br&gt;&lt;br&gt;The Next Release:
&lt;br&gt;&lt;br&gt;The next release will be Lucene 3.0. This should come along shortly,
&lt;br&gt;and will
&lt;br&gt;remove all of the deprecated code in Lucene 2.9. Lucene 3.0 will also
&lt;br&gt;be the
&lt;br&gt;first release to move from Java 1.4 to Java 1.5 as a requirement.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Mark Miller
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iQIcBAEBCgAGBQJKvOy9AAoJEBMFmEzrAZn4rmYP/AsmtlRAOZzCUyGo83pkYyPx
&lt;br&gt;kR2XdaZPUN8Le5RdaW2BuYtm+i3OLhsLFrWeJwCm/DrFM7tTlwLtFGFnYyga3BM6
&lt;br&gt;L+TCVmgMOke1Mo36E/Sjn6+aPcXLZK/HMb5EHuoYpZZAk7Vx+jsWmTpHPvP5HR4t
&lt;br&gt;ZXNa6CT9wjaK1iV7nvaJnifC5QjPeDncM2qOQWF5wLY26eS/G7a4dXJOsl6IHP7z
&lt;br&gt;uJ2j7fxMSucvSGOzWNjW9SouymVuYqL5m4KyEeiqwUlGvHPfLn1AySmCYClEhSL1
&lt;br&gt;5kI0Fmr6z6duPY/LKvTNVTe2S1tQS8DKErtOP2vbclglvuw//dqp/cbjvjP8oTZg
&lt;br&gt;5B610ehDBNwmKN5DAq8v1PAj0vGj1ygk9hotXFcjGlnEEoTCPegh1P3lg0t0LKlk
&lt;br&gt;vBt5GJC61+8dJMs0BXRznSESV8dl7IjjBzfnGiEqQS1sSGBGxAzgUHaOrVnHW/vh
&lt;br&gt;BfaNwzqFguYvOXMzV8DkwQPpXMOxDMDEHKjAKj3SSYsIAIPLbRP0XwkU2Y6csfoP
&lt;br&gt;rrom1+fZEkNFd/qbQw2i7xhvX1LmShlT6GYezkR9St+fSoWzg2Js44dSpDAYYh33
&lt;br&gt;3Ngz6koNyZVCfcwz1oOMI5yz+oD98OICxyG0j/m6w8RtEAhsUE07tX/LEvHp0HPZ
&lt;br&gt;uF1TIGPZcQbC4g3yf8Kz
&lt;br&gt;=WImG
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The-Release-of-Lucene-2.9-tp25614928p25614928.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25604933</id>
	<title>Apache Portable Runtime 1.3.9 Released</title>
	<published>2009-09-24T17:36:14Z</published>
	<updated>2009-09-24T17:36:14Z</updated>
	<author>
		<name>Graham Leggett-2</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp;Apache Portable Runtime 1.3.9 Released
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The Apache Software Foundation and the Apache Portable Runtime
&lt;br&gt;&amp;nbsp; &amp;nbsp;Project are proud to announce the General Availability of
&lt;br&gt;&amp;nbsp; &amp;nbsp;version 1.3.9 of the APR Apache Portable Runtime library, and
&lt;br&gt;&amp;nbsp; &amp;nbsp;version 1.3.9 of the companion APR-util Apache Portable Utility
&lt;br&gt;&amp;nbsp; &amp;nbsp;library.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The corresponding version 1.2.1 of the companion APR-iconv library,
&lt;br&gt;&amp;nbsp; &amp;nbsp;an alternative portable implementation of the 'iconv' library,
&lt;br&gt;&amp;nbsp; &amp;nbsp;remains current.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;APR is available for download from:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://apr.apache.org/download.cgi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apr.apache.org/download.cgi&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;This version of APR is primarily a bug fix release, including
&lt;br&gt;&amp;nbsp; &amp;nbsp;fixes for specific platforms' configuration, feature detection,
&lt;br&gt;&amp;nbsp; &amp;nbsp;and run time behavior. &amp;nbsp;Most developers and users are encouraged
&lt;br&gt;&amp;nbsp; &amp;nbsp;to adopt the latest APR 1.x version to ensure the most comprehensive
&lt;br&gt;&amp;nbsp; &amp;nbsp;support and access to the latest features and enhancements.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Note that the APR library release 1.3.8 introduced security fixes,
&lt;br&gt;&amp;nbsp; &amp;nbsp;users of prior versions are strongly cautioned to upgrade to a later
&lt;br&gt;&amp;nbsp; &amp;nbsp;release.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The mission of the Apache Portable Runtime Project is to create
&lt;br&gt;&amp;nbsp; &amp;nbsp;and maintain software libraries that provide a predictable and
&lt;br&gt;&amp;nbsp; &amp;nbsp;consistent interface to underlying platform-specific
&lt;br&gt;&amp;nbsp; &amp;nbsp;implementations. The primary goal is to provide an API to
&lt;br&gt;&amp;nbsp; &amp;nbsp;which software developers may code and be assured of predictable
&lt;br&gt;&amp;nbsp; &amp;nbsp;if not identical behavior regardless of the platform on which
&lt;br&gt;&amp;nbsp; &amp;nbsp;their software is built, relieving them of the need to code
&lt;br&gt;&amp;nbsp; &amp;nbsp;special-case conditions to work around or take advantage of
&lt;br&gt;&amp;nbsp; &amp;nbsp;platform-specific deficiencies or features.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;APR and its companion libraries are implemented entirely in C
&lt;br&gt;&amp;nbsp; &amp;nbsp;and provide a common programming interface across a wide variety
&lt;br&gt;&amp;nbsp; &amp;nbsp;of operating system platforms without sacrificing performance.
&lt;br&gt;&amp;nbsp; &amp;nbsp;Currently supported platforms include:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;UNIX variants
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Windows
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Netware
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Mac OS X
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;OS/2
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;To give a brief overview, the primary core
&lt;br&gt;&amp;nbsp; &amp;nbsp;subsystems of APR 1.3 include the following:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Atomic operations
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Dynamic Shared Object loading
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;File I/O
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Locks (mutexes, condition variables, etc)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Memory management (high performance allocators)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Memory-mapped files
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Multicast Sockets
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Network I/O
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Shared memory
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Thread and Process management
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Various data structures (tables, hashes, priority queues, etc)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;For a more complete list, please refer to the following URLs:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://apr.apache.org/docs/apr/modules.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apr.apache.org/docs/apr/modules.html&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://apr.apache.org/docs/apr-util/modules.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apr.apache.org/docs/apr-util/modules.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Users of APR 0.9 should be aware that migrating to the APR 1.x
&lt;br&gt;&amp;nbsp; &amp;nbsp;programming interfaces may require some adjustments; APR 1.x is
&lt;br&gt;&amp;nbsp; &amp;nbsp;neither source nor binary compatible with earlier APR 0.9 releases.
&lt;br&gt;&amp;nbsp; &amp;nbsp;Users of APR 1.x can expect consistent interfaces and binary
&lt;br&gt;&amp;nbsp; &amp;nbsp;backwards compatibility throughout the entire APR 1.x release
&lt;br&gt;&amp;nbsp; &amp;nbsp;cycle, as defined in our versioning rules:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://apr.apache.org/versioning.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apr.apache.org/versioning.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;APR is already used extensively by the Apache HTTP Server
&lt;br&gt;&amp;nbsp; &amp;nbsp;version 2 and the Subversion revision control system, to
&lt;br&gt;&amp;nbsp; &amp;nbsp;name but a few. &amp;nbsp;We list all known projects using APR at
&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://apr.apache.org/projects.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apr.apache.org/projects.html&lt;/a&gt;&amp;nbsp;-- so please let us know
&lt;br&gt;&amp;nbsp; &amp;nbsp;if you find our libraries useful in your own projects!
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-Portable-Runtime-1.3.9-Released-tp25604933p25604933.html" />
</entry>

</feed>
