Author: hardy.ferentschik
Date: 2009-11-29 11:13:55 -0500 (Sun, 29 Nov 2009)
New Revision: 18091
Modified:
search/trunk/changelog.txt
search/trunk/hibernate-search-archetype/pom.xml
search/trunk/hibernate-search-archetype/src/main/resources/archetype-resources/pom.xml
search/trunk/pom.xml
search/trunk/readme.txt
search/trunk/src/main/docbook/en-US/master.xml
search/trunk/src/main/docbook/en-US/modules/getting-started.xml
search/trunk/src/main/java/org/hibernate/search/Version.java
Log:
Fixed configuration of release plugin. Updated all version references to refer to
3.2.0.Beta1
Modified: search/trunk/changelog.txt
===================================================================
--- search/trunk/changelog.txt 2009-11-28 01:12:19 UTC (rev 18090)
+++ search/trunk/changelog.txt 2009-11-29 16:13:55 UTC (rev 18091)
@@ -1,6 +1,65 @@
Hibernate Search Changelog
==========================
+3.2.0.Beta1 (30-11-2009)
+------------------------
+
+** Sub-task
+ * [HSEARCH-410] - Write documentation for what's available of the programmatic
mapping API (Amin Mohammed-Coleman)
+ * [HSEARCH-412] - Provide the main mapping artifacts programmatically
+
+** Bug
+ * [HSEARCH-178] - Out of transaction work causes collection lazy loading to throw
AssertionFailure
+ * [HSEARCH-332] - documentation errors: org.hibernate.Query should be
javax.persistence.Query
+ * [HSEARCH-353] - removing an entity and adding another with same PK (in same TX)
will not add second entity to index
+ * [HSEARCH-355] - FilterOptimizationHelper was improperly using method overloading
+ * [HSEARCH-357] - IdBridge being applied on null entity during purgeAll()
+ * [HSEARCH-366] - typo in Discriminator.getAnanyzerDefinitionName()
+ * [HSEARCH-367] - Support only one kind of Similarity per index
+ * [HSEARCH-380] - Duplicate classes from Maven transitive dependencies (incompatible
version of solr-lucene-core)
+ * [HSEARCH-391] - Two-Level embedded objects don't get an index update
+ * [HSEARCH-394] - @ProvidedId gets ignored
+ * [HSEARCH-398] - NPE when named FullTextFilter is disabled without being enabled
first
+ * [HSEARCH-418] - ProvidedIdTest fails
+
+** Deprecation
+ * [HSEARCH-201] - IndexWriter settings meant for transactional operations won't
be inherited by the settings meant for batch operations
+
+** Improvement
+ * [HSEARCH-246] - Run optimize at the end of the transaction even if flushToIndexes()
is used
+ * [HSEARCH-284] - Be able to configure a LockFactory
+ * [HSEARCH-301] - Refactor JMSMasterTest and JMSSlaveTest
+ * [HSEARCH-327] - Capability to reuse IndexWriter instances across transactions
+ * [HSEARCH-328] - Add a builtin bridge for Calendar (Amin Mohammed-Coleman)
+ * [HSEARCH-358] - @ClassBridge.impl is no longer defaulted
+ * [HSEARCH-365] - Update pom.xml to include database profiles for QA Lab
+ * [HSEARCH-369] - typos in documentation
+ * [HSEARCH-384] - improve error messages for loading plugins and add consistency to
the performed checks
+ * [HSEARCH-404] - Update database profiles in pom.xml
+
+** New Feature
+ * [HSEARCH-218] - add indexAll( Class type ) to rebuild indexes from all data
+ * [HSEARCH-251] - Query on a shard subset based on a filter activation (Chase
Seibert)
+ * [HSEARCH-324] - @DynamicBoost(BoostStrategy.class)
+ * [HSEARCH-334] - Create a builtin bridge for Character
+ * [HSEARCH-345] - Use any custom LockFactory
+ * [HSEARCH-347] - Adding a blackhole backend
+ * [HSEARCH-392] - Provide a JGroups based backend
+
+
+** Task
+ * [HSEARCH-82] - Migrate from ant to maven2
+ * [HSEARCH-326] - Drop support for IndexReader usage to update indexes.
+ * [HSEARCH-348] - Upgrade to Lucene 2.4.1
+ * [HSEARCH-359] - Fix usage of deprecated Hibernate commons-annotations methods
+ * [HSEARCH-375] - Create pot files in order to allow translation of documentation
+ * [HSEARCH-403] - Fix copyright notice and end-of-line terminators in source code
+ * [HSEARCH-409] - Write documentation for JGroups based configuration (Lukasz Moren)
+ * [HSEARCH-413] - Document all new features
+ * [HSEARCH-419] - Create a proper @ProvidedId test
+ * [HSEARCH-423] - Migrate to Hibernate Core 3.5 beta2 and JPA 2.0 CR1
+
+
3.1.1.GA (28-05-2009)
---------------------
Modified: search/trunk/hibernate-search-archetype/pom.xml
===================================================================
--- search/trunk/hibernate-search-archetype/pom.xml 2009-11-28 01:12:19 UTC (rev 18090)
+++ search/trunk/hibernate-search-archetype/pom.xml 2009-11-29 16:13:55 UTC (rev 18091)
@@ -3,5 +3,5 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-quickstart</artifactId>
<packaging>jar</packaging>
- <version>3.1.0.GA</version>
+ <version>3.2.0.Beta1</version>
</project>
Modified:
search/trunk/hibernate-search-archetype/src/main/resources/archetype-resources/pom.xml
===================================================================
---
search/trunk/hibernate-search-archetype/src/main/resources/archetype-resources/pom.xml 2009-11-28
01:12:19 UTC (rev 18090)
+++
search/trunk/hibernate-search-archetype/src/main/resources/archetype-resources/pom.xml 2009-11-29
16:13:55 UTC (rev 18091)
@@ -11,7 +11,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search</artifactId>
- <version>3.1.0.GA</version>
+ <version>3.2.0.Beta1</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
Modified: search/trunk/pom.xml
===================================================================
--- search/trunk/pom.xml 2009-11-28 01:12:19 UTC (rev 18090)
+++ search/trunk/pom.xml 2009-11-29 16:13:55 UTC (rev 18091)
@@ -290,8 +290,8 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<releaseProfiles>release</releaseProfiles>
- <goals>package javadoc:javadoc
org.jboss.maven.plugins:maven-jdocbook-plugin:2.1.0:resources
- org.jboss.maven.plugins:maven-jdocbook-plugin:2.1.0:generate
assembly:assembly
+ <goals>package javadoc:javadoc
org.jboss.maven.plugins:maven-jdocbook-plugin:2.2.0:resources
+ org.jboss.maven.plugins:maven-jdocbook-plugin:2.2.0:generate
assembly:assembly
</goals>
</configuration>
</plugin>
Modified: search/trunk/readme.txt
===================================================================
--- search/trunk/readme.txt 2009-11-28 01:12:19 UTC (rev 18090)
+++ search/trunk/readme.txt 2009-11-29 16:13:55 UTC (rev 18091)
@@ -1,6 +1,6 @@
Hibernate Search
==================================================
-Version: 3.1.0.GA, 4.12.2008
+Version: 3.2.0.Beta1, 30.11.2009
Description
-----------
Modified: search/trunk/src/main/docbook/en-US/master.xml
===================================================================
--- search/trunk/src/main/docbook/en-US/master.xml 2009-11-28 01:12:19 UTC (rev 18090)
+++ search/trunk/src/main/docbook/en-US/master.xml 2009-11-29 16:13:55 UTC (rev 18091)
@@ -25,7 +25,7 @@
-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY versionNumber "3.1.0.GA">
+<!ENTITY versionNumber "3.2.0.Beta1">
<!ENTITY copyrightYear "2004">
<!ENTITY copyrightHolder "Red Hat Middleware, LLC.">
]>
Modified: search/trunk/src/main/docbook/en-US/modules/getting-started.xml
===================================================================
--- search/trunk/src/main/docbook/en-US/modules/getting-started.xml 2009-11-28 01:12:19
UTC (rev 18090)
+++ search/trunk/src/main/docbook/en-US/modules/getting-started.xml 2009-11-29 16:13:55
UTC (rev 18091)
@@ -129,7 +129,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search</artifactId>
- <version>3.1.0.GA</version>
+ <version>3.2.0.Beta1</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
@@ -620,7 +620,7 @@
<programlisting>mvn archetype:create \
-DarchetypeGroupId=org.hibernate \
-DarchetypeArtifactId=hibernate-search-quickstart \
- -DarchetypeVersion=3.1.0.GA \
+ -DarchetypeVersion=3.2.0.Beta1 \
-DgroupId=my.company -DartifactId=quickstart</programlisting>
</example>
Modified: search/trunk/src/main/java/org/hibernate/search/Version.java
===================================================================
--- search/trunk/src/main/java/org/hibernate/search/Version.java 2009-11-28 01:12:19 UTC
(rev 18090)
+++ search/trunk/src/main/java/org/hibernate/search/Version.java 2009-11-29 16:13:55 UTC
(rev 18091)
@@ -31,7 +31,7 @@
*/
public class Version {
- public static final String VERSION = "3.2.0-SNAPSHOT";
+ public static final String VERSION = "3.2.0.Beta1";
static {
LoggerFactory.make().info( "Hibernate Search {}", VERSION );
Show replies by date