File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- # Version 1.1.0 (? )
1+ # Version 1.1.0 (2016-04-26 )
22
33* [ new] Automatically build indexes
4- * [ new] Add Bean Validation support to Morphia (at pre-persist).
5- * [ new] Add ` exists() ` and ` count() ` in ` BaseMorphiaRepository ` .
4+ * [ new] Add Bean Validation support to Morphia (at pre-persist) when SeedStack validation add-on is present in the classpath .
5+ * [ new] Add ` exists() ` and ` count() ` in ` BaseMorphiaRepository ` according to change in business framework .
66* [ chg] Update for SeedStack 16.4.
7- * [ brk] Remove ` do*() ` methods in ` BaseMorphiaRepository ` .
7+ * [ brk] Remove ` do*() ` methods in ` BaseMorphiaRepository ` according to change in business framework .
88* [ fix] Correctly take MongoDb database aliases into account when injecting Morphia data stores.
99
1010# Version 1.0.1 (2016-02-09)
1111
12- * [ fix] Flawed release process made this add-on unusable by clients
12+ * [ fix] Flawed release process made this add-on unusable by clients.
1313
1414# Version 1.0.0 (2015-07-30)
1515
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >org.seedstack.poms</groupId >
1616 <artifactId >parent-internal</artifactId >
17- <version >2.4.0-SNAPSHOT </version >
17+ <version >2.4.0</version >
1818 </parent >
1919
2020 <groupId >org.seedstack.addons.mongodb</groupId >
2323 <packaging >pom</packaging >
2424
2525 <properties >
26- <seed .version>2.3.0-SNAPSHOT </seed .version>
26+ <seed .version>2.3.0</seed .version>
2727 <mongodb .version>3.0.3</mongodb .version>
2828 <morphia .version>1.1.1</morphia .version>
29- <business .version>2.3.0-SNAPSHOT </business .version>
29+ <business .version>2.3.0</business .version>
3030 <validation-addon .version>2.3.0-SNAPSHOT</validation-addon .version>
3131
3232 <compatibility .version>1.0.0</compatibility .version>
You can’t perform that action at this time.
0 commit comments