[hibernate/hibernate-ogm] b1369b: OGM-929 Remove SkipByGridModule annotation
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-ogm
Commit: b1369b49edbcc7ff048e702cf166bcd400b5df46
https://github.com/hibernate/hibernate-ogm/commit/b1369b49edbcc7ff048e702...
Author: Mark Paluch <mpaluch(a)paluch.biz>
Date: 2015-11-24 (Tue, 24 Nov 2015)
Changed paths:
M core/src/test/java/org/hibernate/ogm/utils/GridDialectType.java
A core/src/test/java/org/hibernate/ogm/utils/GridModule.java
M core/src/test/java/org/hibernate/ogm/utils/SkipByDatastoreProvider.java
M core/src/test/java/org/hibernate/ogm/utils/SkippableTestRunner.java
M core/src/test/java/org/hibernate/ogm/utils/TestHelper.java
A core/src/test/java/org/hibernate/ogm/utils/test/SkipByDatastoreProviderClassLevelSelfTest.java
A core/src/test/java/org/hibernate/ogm/utils/test/SkipByDatastoreProviderSelfJpaTest.java
Log Message:
-----------
OGM-929 Remove SkipByGridModule annotation
* Replace SkipByGridModule with SkipByDatastoreProvider
* Adjust datastore provider lookup within the test to support class names/short names and to deal with type hierarchies
* Add SkipByGridDialect annotation that evaluates the dialect from the configuration
Commit: 26cfa19caf6cd74d49f5a7a27bbffe7c657a56ef
https://github.com/hibernate/hibernate-ogm/commit/26cfa19caf6cd74d49f5a7a...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2015-11-27 (Fri, 27 Nov 2015)
Changed paths:
M core/src/test/java/org/hibernate/ogm/utils/GridModule.java
M core/src/test/java/org/hibernate/ogm/utils/TestHelper.java
Log Message:
-----------
OGM-929 Avoiding redundancies between GridModule and GridDialectType enums
Compare: https://github.com/hibernate/hibernate-ogm/compare/a21df7e9897f...26cfa19...
8 years, 12 months