[hibernate/hibernate-ogm] 258689: OGM-1433 Support for drop collection in native que...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-ogm
Commit: 25868975b26c25a21383ed6aa6dedb6147fa0ab8
https://github.com/hibernate/hibernate-ogm/commit/25868975b26c25a21383ed6...
Author: Raghav Jha <raghav.jha1901(a)gmail.com>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java
M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/query/impl/MongoDBQueryDescriptor.java
M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/query/parsing/nativequery/impl/NativeQueryParser.java
M mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/query/nativequery/MongoDBSessionCLIQueryTest.java
M mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/query/parsing/nativequery/NativeQueryParserTest.java
M mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/utils/MongoDBTestHelper.java
Log Message:
-----------
OGM-1433 Support for drop collection in native query with MongoDB
Commit: 1c20e272a87c878e6256b257f130916a53741a2e
https://github.com/hibernate/hibernate-ogm/commit/1c20e272a87c878e6256b25...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
A mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/query/nativequery/MarkTwainPoem.java
Log Message:
-----------
OGM-1433 Extract MarkTwaingPoem class from MongoDBSessionCLIQueryTest
I'm doing this for consistency with OscarWildePoem and because I'm trying
to make the test class smaller.
I also added equals, hashCode, toString, getters and setters methods.
Commit: 71803abddf434f13affa748a0dc69686e133c8d2
https://github.com/hibernate/hibernate-ogm/commit/71803abddf434f13affa748...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
M mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/query/nativequery/MongoDBSessionCLIQueryTest.java
Log Message:
-----------
OGM-1433 Refactoring of MongoDBSessionCLIQueryTest
Commit: 432fbf845301c498183ef0fa6d4862a8cee50c03
https://github.com/hibernate/hibernate-ogm/commit/432fbf845301c498183ef0f...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
M mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/query/nativequery/MongoDBSessionCLIQueryTest.java
Log Message:
-----------
OGM-1433 Additional test cases for dropping collection in MongoDB
* Test drop of a colleciton that does not exist
* Test pssing parameters to the drop() operation
Commit: a3980c879df030a950bc3e2ce0aa72c687aad714
https://github.com/hibernate/hibernate-ogm/commit/a3980c879df030a950bc3e2...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
M documentation/manual/src/main/asciidoc/modules/mongodb.asciidoc
Log Message:
-----------
OGM-1433 Update documentation about dropping collections
Compare: https://github.com/hibernate/hibernate-ogm/compare/f2f2a3d83c34...a3980c8...
6 years, 9 months
[hibernate/hibernate-search] a575a0: HSEARCH-3020 Re-enable the dependency convergence ...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-search
Commit: a575a0e103da1407255f9448473deefe9841efc9
https://github.com/hibernate/hibernate-search/commit/a575a0e103da1407255f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
M distribution/pom.xml
Log Message:
-----------
HSEARCH-3020 Re-enable the dependency convergence check in the distribution module
Now that the distribution module doesn't depend on the WidlFly stuff
anymore (since d9cfb68ce0157db5684546f1314f89e9f28ffec5),
we shouldn't have any dependency convergence issues.
Commit: 9d9c42b3861aaee1263a02e6ca85bd567354dabf
https://github.com/hibernate/hibernate-search/commit/9d9c42b3861aaee1263a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-3020 Remove the use of <prerequisites><prerequisites>
As indicated by the build warning, this only works with Maven Plugin
projects:
[WARNING] The project org.hibernate:hibernate-search-parent:pom:5.10.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
Plus, we already use the Maven Enforcer plugin.
Commit: efee4e874941cf83cd26d3dc5392d808c52c54b4
https://github.com/hibernate/hibernate-search/commit/efee4e874941cf83cd26...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
M engine/src/test/java/org/hibernate/search/test/engine/typehandling/BasicTypeCollectionsTest.java
M orm/src/test/java/org/hibernate/search/test/batchindexing/DatabaseMultitenancyTest.java
Log Message:
-----------
HSEARCH-3020 Fix unclear non-varargs call of varargs methods
[WARNING] /var/lib/jenkins/workspace/hibernate-search-PR/engine/src/test/java/org/hibernate/search/test/engine/typehandling/BasicTypeCollectionsTest.java:[32,61] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class<?> for a varargs call
cast to java.lang.Class<?>[] for a non-varargs call and too suppress this warning
Etc.
Commit: 04637639e28ff3f5fb4c4c1af2af4d3babe80567
https://github.com/hibernate/hibernate-search/commit/04637639e28ff3f5fb4c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
M pom.xml
M serialization/avro/pom.xml
Log Message:
-----------
HSEARCH-3020 Fix the reference to the Avro version in the serialization-avro module's OSGi imports
Commit: fb0457d27cb34724b20b87c3d0ffa32709d5d10f
https://github.com/hibernate/hibernate-search/commit/fb0457d27cb34724b20b...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
M orm/pom.xml
Log Message:
-----------
HSEARCH-3020 Remove the unnecessary maven-processor-plugin in the orm module
Otherwise we get warnings about some processor options not being
recognized by any processor.
Commit: baad4fa956aa490681a42df6d7904da50abaffd6
https://github.com/hibernate/hibernate-search/commit/baad4fa956aa490681a4...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-3020 Fix the reference to the JBeret javadoc version
Commit: e1baa0eb438cdbd19c8c5efe16b3d97892bca792
https://github.com/hibernate/hibernate-search/commit/e1baa0eb438cdbd19c8c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-3020 Try to fix the javadoc warning about fetching the jgroups javadoc
http://jgroups.org/javadoc redirects to http://jgroups.org/javadoc/ with
a HTTP status 301, but perhaps the javadoc plugin doesn't handle
redirections properly...
Commit: 6665f9630ba1f2b8e93788571d6b6c7e5ffce621
https://github.com/hibernate/hibernate-search/commit/6665f9630ba1f2b8e937...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
M integrationtest/wildfly/pom.xml
Log Message:
-----------
HSEARCH-3020 Fix installing the JPA 2.2 patch on node 2 in WildFly tests
Commit: 7506197df1f5b483fa821c820b2cee0478f2ed73
https://github.com/hibernate/hibernate-search/commit/7506197df1f5b483fa82...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
M distribution/src/main/assembly/dist.xml
Log Message:
-----------
HSEARCH-3020 Update the JPA API reference in the distribution assembly
Commit: 68d3ba03ef045767d427d8221cd7f11ab86b76b0
https://github.com/hibernate/hibernate-search/commit/68d3ba03ef045767d427...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-3020 Move all Eclipse-specific Maven configuration to an Eclipse-specific profile
Just so we avoid this warning:
The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
Compare: https://github.com/hibernate/hibernate-search/compare/35eca9059ff6...68d3...
6 years, 9 months