[hibernate/hibernate-search] db1707: Update README.md and changelog.txt to prepare for ...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-search
Commit: db170795e5fce323c1357008fa8d7e2cfc4fd44e
https://github.com/hibernate/hibernate-search/commit/db170795e5fce323c135...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2014-09-26 (Fri, 26 Sep 2014)
Changed paths:
M README.md
M changelog.txt
Log Message:
-----------
Update README.md and changelog.txt to prepare for 5.0.0.Alpha7 release
Commit: b6aa1d677503b769f0ae11e8e285e31d6e2821fc
https://github.com/hibernate/hibernate-search/commit/b6aa1d677503b769f0ae...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2014-09-26 (Fri, 26 Sep 2014)
Changed paths:
M backends/jgroups/pom.xml
M backends/jms/pom.xml
M build-config/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M engine/pom.xml
M infinispan/pom.xml
M integrationtest/jms/pom.xml
M integrationtest/narayana/pom.xml
M integrationtest/osgi/karaf-features/pom.xml
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/performance/pom.xml
M integrationtest/sandbox/pom.xml
M integrationtest/spring/pom.xml
M integrationtest/wildfly/pom.xml
M legacy/pom.xml
M modules/pom.xml
M orm/pom.xml
M pom.xml
M serialization/avro/pom.xml
M serialization/java/pom.xml
M testing/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 5.0.0.Alpha7
Commit: b1b93b62785d20db234df1f52f49a22256c8ea90
https://github.com/hibernate/hibernate-search/commit/b1b93b62785d20db234d...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2014-09-26 (Fri, 26 Sep 2014)
Changed paths:
M backends/jgroups/pom.xml
M backends/jms/pom.xml
M build-config/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M engine/pom.xml
M infinispan/pom.xml
M integrationtest/jms/pom.xml
M integrationtest/narayana/pom.xml
M integrationtest/osgi/karaf-features/pom.xml
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/performance/pom.xml
M integrationtest/sandbox/pom.xml
M integrationtest/spring/pom.xml
M integrationtest/wildfly/pom.xml
M legacy/pom.xml
M modules/pom.xml
M orm/pom.xml
M pom.xml
M serialization/avro/pom.xml
M serialization/java/pom.xml
M testing/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Compare: https://github.com/hibernate/hibernate-search/compare/0df6ed6bc1e3...b1b9...
10 years, 1 month
[hibernate/hibernate-search] e2e2a8: HSEARCH-1676 Restructure built JBoss Modules to us...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-search
Commit: e2e2a85489429f0cfba94a0d63f6451cb8f33344
https://github.com/hibernate/hibernate-search/commit/e2e2a85489429f0cfba9...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2014-09-24 (Wed, 24 Sep 2014)
Changed paths:
M integrationtest/wildfly/pom.xml
A integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/VersionTestHelper.java
M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/cmp/ContainerManagedPersistenceWithMassIndexerIT.java
M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/jms/SearchNewEntityJmsMasterSlaveUsingModulesIT.java
M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/wildfly/InfinispanModuleMemberRegistrationIT.java
M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/wildfly/ModuleMemberRegistrationIT.java
M modules/pom.xml
M modules/src/main/assembly/dist.xml
R modules/src/main/modules/infinispan/lucene-directory/module.xml
M modules/src/main/modules/lucene/module.xml
M modules/src/main/modules/search/engine/module.xml
M pom.xml
Log Message:
-----------
HSEARCH-1676 Restructure built JBoss Modules to use a slot name defining the major.minor family rather than exact version
Commit: 19458da873557ef70e56da3b0828b196dfb6ae9d
https://github.com/hibernate/hibernate-search/commit/19458da873557ef70e56...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2014-09-24 (Wed, 24 Sep 2014)
Changed paths:
M modules/pom.xml
A modules/src/main/aliases/search/backend-jms/module.xml
A modules/src/main/aliases/search/engine/module.xml
A modules/src/main/aliases/search/orm/module.xml
M modules/src/main/assembly/dist.xml
M modules/src/main/modules/search/backend-jms/module.xml
M modules/src/main/modules/search/engine/module.xml
M modules/src/main/modules/search/orm/module.xml
Log Message:
-----------
HSEARCH-1676 Expose a 5.0 module slot but make it an alias to slots still using micro versions
Commit: a15cba2ddc0890582272afdcfbf9ec85193e9dbd
https://github.com/hibernate/hibernate-search/commit/a15cba2ddc0890582272...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2014-09-24 (Wed, 24 Sep 2014)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-1677 Upgrade Infinispan to 7.0.0.Beta2
Commit: 813dcafb0f10c26f879a668cb7008b3ab1876733
https://github.com/hibernate/hibernate-search/commit/813dcafb0f10c26f879a...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2014-09-24 (Wed, 24 Sep 2014)
Changed paths:
M integrationtest/wildfly/pom.xml
A integrationtest/wildfly/src/infinispan-workarounds/module.xml
Log Message:
-----------
HSEARCH-1677 Workaround for Infinispan issue ISPN-4754
Compare: https://github.com/hibernate/hibernate-search/compare/05d7fa3cf524...813d...
10 years, 2 months