[hibernate/hibernate-ogm] 93832b: [Jenkins release job] Preparing release 5.0.0.Alph...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-ogm
Commit: 93832b195ebb3d153e5cd438b7d55c8971abc19a
https://github.com/hibernate/hibernate-ogm/commit/93832b195ebb3d153e5cd43...
Author: Jenkins <ci(a)hibernate.org>
Date: 2015-08-24 (Mon, 24 Aug 2015)
Changed paths:
M bom/pom.xml
M cassandra/pom.xml
M core/pom.xml
M couchdb/pom.xml
M distribution/pom.xml
M documentation/examples/gettingstarted/pom.xml
M documentation/examples/pom.xml
M documentation/javadoc/pom.xml
M documentation/manual/pom.xml
M documentation/pom.xml
M ehcache/pom.xml
M infinispan/pom.xml
M integrationtest/couchdb/pom.xml
M integrationtest/mongodb/pom.xml
M integrationtest/neo4j/pom.xml
M integrationtest/pom.xml
M integrationtest/redis/pom.xml
M integrationtest/testcase/pom.xml
M modules/pom.xml
M modules/wildfly/pom.xml
M mongodb/pom.xml
M neo4j/pom.xml
M performance/pom.xml
M pom.xml
M redis/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing release 5.0.0.Alpha1
Commit: cbcd70f4dfaecbad5c2cbebce4ad5d14bb862ef3
https://github.com/hibernate/hibernate-ogm/commit/cbcd70f4dfaecbad5c2cbeb...
Author: Jenkins <ci(a)hibernate.org>
Date: 2015-08-24 (Mon, 24 Aug 2015)
Changed paths:
M bom/pom.xml
M cassandra/pom.xml
M core/pom.xml
M couchdb/pom.xml
M distribution/pom.xml
M documentation/examples/gettingstarted/pom.xml
M documentation/examples/pom.xml
M documentation/javadoc/pom.xml
M documentation/manual/pom.xml
M documentation/pom.xml
M ehcache/pom.xml
M infinispan/pom.xml
M integrationtest/couchdb/pom.xml
M integrationtest/mongodb/pom.xml
M integrationtest/neo4j/pom.xml
M integrationtest/pom.xml
M integrationtest/redis/pom.xml
M integrationtest/testcase/pom.xml
M modules/pom.xml
M modules/wildfly/pom.xml
M mongodb/pom.xml
M neo4j/pom.xml
M performance/pom.xml
M pom.xml
M redis/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing next development iteration
Compare: https://github.com/hibernate/hibernate-ogm/compare/58ed35326d04...cbcd70f...
9 years, 4 months
[hibernate/hibernate-ogm] 952033: OGM-891 Use more natural format to store map-typed...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-ogm
Commit: 952033b21d7adcafdd95cc533052ddbe8cc553da
https://github.com/hibernate/hibernate-ogm/commit/952033b21d7adcafdd95cc5...
Author: Mark Paluch <mpaluch(a)paluch.biz>
Date: 2015-08-24 (Mon, 24 Aug 2015)
Changed paths:
A core/src/main/java/org/hibernate/ogm/datastore/document/impl/MapAssociationRowsHelpers.java
M core/src/main/java/org/hibernate/ogm/datastore/keyvalue/options/navigation/spi/BaseKeyValueStoreEntityContext.java
M core/src/main/java/org/hibernate/ogm/datastore/keyvalue/options/navigation/spi/BaseKeyValueStoreGlobalContext.java
M core/src/main/java/org/hibernate/ogm/datastore/keyvalue/options/navigation/spi/BaseKeyValueStorePropertyContext.java
M documentation/manual/src/main/asciidoc/en-US/modules/redis.asciidoc
M redis/src/main/java/org/hibernate/ogm/datastore/redis/RedisDialect.java
M redis/src/main/java/org/hibernate/ogm/datastore/redis/dialect/model/impl/DocumentBasedAssociation.java
M redis/src/main/java/org/hibernate/ogm/datastore/redis/dialect/model/impl/EmbeddedAssociation.java
M redis/src/main/java/org/hibernate/ogm/datastore/redis/dialect/model/impl/RedisAssociation.java
M redis/src/main/java/org/hibernate/ogm/datastore/redis/dialect/model/impl/RedisAssociationSnapshot.java
M redis/src/main/java/org/hibernate/ogm/datastore/redis/dialect/value/Entity.java
A redis/src/test/java/org/hibernate/ogm/datastore/redis/test/associations/MapMappingTest.java
Log Message:
-----------
OGM-891 Use more natural format to store map-typed properties in Redis
Commit: 003089a3c8e8a52425e13a973d9f8143b53e0b5c
https://github.com/hibernate/hibernate-ogm/commit/003089a3c8e8a52425e13a9...
Author: Mark Paluch <mpaluch(a)paluch.biz>
Date: 2015-08-24 (Mon, 24 Aug 2015)
Changed paths:
M core/src/main/java/org/hibernate/ogm/datastore/document/impl/DotPatternMapHelpers.java
M core/src/main/java/org/hibernate/ogm/datastore/keyvalue/options/navigation/spi/BaseKeyValueStoreEntityContext.java
M core/src/main/java/org/hibernate/ogm/datastore/keyvalue/options/navigation/spi/BaseKeyValueStoreGlobalContext.java
M core/src/main/java/org/hibernate/ogm/datastore/keyvalue/options/navigation/spi/BaseKeyValueStorePropertyContext.java
M documentation/manual/src/main/asciidoc/en-US/modules/redis.asciidoc
M redis/src/main/java/org/hibernate/ogm/datastore/redis/RedisDialect.java
M redis/src/main/java/org/hibernate/ogm/datastore/redis/options/navigation/impl/RedisEntityContextImpl.java
M redis/src/main/java/org/hibernate/ogm/datastore/redis/options/navigation/impl/RedisGlobalContextImpl.java
M redis/src/main/java/org/hibernate/ogm/datastore/redis/options/navigation/impl/RedisPropertyContextImpl.java
Log Message:
-----------
OGM-891 Polishing
- Moved organizeAssociationMapByRowKey to DotPatternMapHelpers
- Moved mapStorage from base K/V contexts to Redis context
- Documentation fixes
Commit: fbed591cd9aa800c43a5242fba032d34c06fbc5c
https://github.com/hibernate/hibernate-ogm/commit/fbed591cd9aa800c43a5242...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2015-08-24 (Mon, 24 Aug 2015)
Changed paths:
M documentation/manual/src/main/asciidoc/en-US/modules/redis.asciidoc
Log Message:
-----------
OGM-891 Fixing mapping shown in reference documentation
Commit: 41888b38eb70bb04c89b2fa7855f89b0eeb9e694
https://github.com/hibernate/hibernate-ogm/commit/41888b38eb70bb04c89b2fa...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2015-08-24 (Mon, 24 Aug 2015)
Changed paths:
M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java
Log Message:
-----------
OGM-891 Re-using logic extracted to helper also for MongoDB
Compare: https://github.com/hibernate/hibernate-ogm/compare/19d20045e7f3...41888b3...
9 years, 4 months
[hibernate/hibernate-search] 130339: HSEARCH-1954 Remove Sanne emails
by GitHub
Branch: refs/heads/5.4
Home: https://github.com/hibernate/hibernate-search
Commit: 130339e966083df6d4f405f90ee473a7bc2e505d
https://github.com/hibernate/hibernate-search/commit/130339e966083df6d4f4...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2015-08-21 (Fri, 21 Aug 2015)
Changed paths:
M engine/src/main/java/org/hibernate/search/query/fieldcache/impl/ClassLoadingStrategySelector.java
M engine/src/main/java/org/hibernate/search/query/fieldcache/impl/DoubleFieldLoadingStrategy.java
M engine/src/main/java/org/hibernate/search/query/fieldcache/impl/FieldCacheLoadingType.java
M engine/src/main/java/org/hibernate/search/query/fieldcache/impl/FieldLoadingStrategy.java
M engine/src/main/java/org/hibernate/search/query/fieldcache/impl/FloatFieldLoadingStrategy.java
M engine/src/main/java/org/hibernate/search/query/fieldcache/impl/IntFieldLoadingStrategy.java
M engine/src/main/java/org/hibernate/search/query/fieldcache/impl/LongFieldLoadingStrategy.java
M engine/src/main/java/org/hibernate/search/query/fieldcache/impl/StringFieldLoadingStrategy.java
Log Message:
-----------
HSEARCH-1954 Remove Sanne emails
Commit: 8afed1f2d9c8272a121d47ed3ea51c9ec4f10c14
https://github.com/hibernate/hibernate-search/commit/8afed1f2d9c8272a121d...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2015-08-21 (Fri, 21 Aug 2015)
Changed paths:
M engine/src/main/java/org/hibernate/search/annotations/FilterCacheModeType.java
M engine/src/main/java/org/hibernate/search/query/fieldcache/impl/FieldLoadingStrategy.java
M engine/src/main/java/org/hibernate/search/spatial/impl/DistanceFilter.java
M engine/src/main/java/org/hibernate/search/spatial/impl/SpatialHashFilter.java
Log Message:
-----------
HSEARCH-1954 Fix javadocs error
Compare: https://github.com/hibernate/hibernate-search/compare/cb3a50711d64...8afe...
9 years, 4 months