Robin Bygrave
|
09219c759b
|
[maven-release-plugin] prepare for next development iteration
|
2016-06-20 22:57:36 +12:00 |
|
Robin Bygrave
|
b861038568
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.15.1
avaje-ebeanorm-7.15.1
|
2016-06-20 22:57:16 +12:00 |
|
Robin Bygrave
|
bfd8445bcd
|
Bump pom to 7.15.1-SNAPSHOT
|
2016-06-20 22:56:04 +12:00 |
|
Robin Bygrave
|
c30e3bf78c
|
#746 - SqlQuery with named parameter and limit/offset gives SQL exception
|
2016-06-20 22:54:08 +12:00 |
|
Robin Bygrave
|
c793d6652f
|
#745 - ElasticSearch - internally translate where().id.eq(42) ... to where().setId(42)
|
2016-06-20 22:29:38 +12:00 |
|
Robin Bygrave
|
d12e55c20b
|
#744 - ElasticSearch - isEmpty() expression needs to have outer not:{} negation to work as per ..
|
2016-06-20 21:32:05 +12:00 |
|
Robin Bygrave
|
3477f590dd
|
#743 - Fix issue with ElasticSearch nested path query with multiple nested path expressions
|
2016-06-20 20:57:45 +12:00 |
|
Robin Bygrave
|
6bbf93aba8
|
No effective change - extract private constant in DefaultExpressionList
|
2016-06-20 13:14:28 +12:00 |
|
Robin Bygrave
|
42d02cc521
|
[maven-release-plugin] prepare for next development iteration
|
2016-06-17 22:27:25 +12:00 |
|
Robin Bygrave
|
9ea58572de
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.14.1
avaje-ebeanorm-7.14.1
|
2016-06-17 22:27:04 +12:00 |
|
Robin Bygrave
|
35d82c9104
|
Bump pom to 7.14.1-SNAPSHOT
|
2016-06-17 22:26:06 +12:00 |
|
Robin Bygrave
|
31aae38616
|
#742 - ENH: DocStoreConfig ... read System properties for isGenerateMapping(), isDropCreate() and isCreate()
|
2016-06-17 22:25:11 +12:00 |
|
Robin Bygrave
|
f144b53651
|
#741 - ENH: Add DocumentStore indexSettings() method ... for setting ElasticSearch refresh_interval
|
2016-06-17 22:21:22 +12:00 |
|
Robin Bygrave
|
f47cd7e7c2
|
Add extra-dll.xml example for .... ENH: For @Index add support for index types (like Postgres GIN) #707 ...
|
2016-06-17 15:04:12 +12:00 |
|
Robin Bygrave
|
8765cb8356
|
No effective change - reformat code
|
2016-06-17 13:24:49 +12:00 |
|
Robin Bygrave
|
30abe75a96
|
Travis - enable caching .m2
|
2016-06-17 13:19:01 +12:00 |
|
Robin Bygrave
|
164e6c71c1
|
Travis - stop caching .m2
|
2016-06-17 13:15:42 +12:00 |
|
Robin Bygrave
|
dfa6353850
|
#740 - ClassCastException: java.util.ArrayList cannot be cast to com.avaje.ebean.bean.BeanCollection at com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany.resetMany(BeanPropertyAssocMany.java:273)
|
2016-06-17 12:30:57 +12:00 |
|
Robin Bygrave
|
d88ff2a3b2
|
#739 - UpdateQuery with idEq() expression gives wrong update statement (still has table alias)
|
2016-06-17 11:34:47 +12:00 |
|
Robin Bygrave
|
713ae75464
|
No effective change - reformat
|
2016-06-17 11:03:47 +12:00 |
|
 Rob BygraveandGitHub
|
710fb0e947
|
Merge pull request #738 from DevFactory/staging/using-isempty-fix-1
Refactor: Use Collection.isEmpty() instead of size() comparison to 0 etc
|
2016-06-15 20:55:02 +12:00 |
|
 Rob BygraveandGitHub
|
cb0cf97f3f
|
Merge pull request #736 from DevFactory/staging/make-public-static-fields-constant-fix-1
Updating "public static" fields to add final modifier
|
2016-06-15 20:46:37 +12:00 |
|
Artyom Melnikov
|
07edb2c81f
|
Using Collection.isEmpty() to test for emptiness
|
2016-06-14 15:21:23 +03:00 |
|
Artyom Melnikov
|
066effa5bf
|
"public static" fields should be constant
|
2016-06-14 14:18:18 +03:00 |
|
Robin Bygrave
|
bb5ca6c56e
|
Bump agent in pom to 4.11.1
|
2016-06-14 22:24:50 +12:00 |
|
Robin Bygrave
|
a64a020e36
|
#734 - Add ServerConfig.skipCacheAfterWrite & transaction.setSkipCache(boolean) ... to control L2 Bean cache use during transaction
|
2016-06-10 17:59:37 +12:00 |
|
Robin Bygrave
|
c24ee53462
|
[maven-release-plugin] prepare for next development iteration
|
2016-06-08 14:40:18 +12:00 |
|
Robin Bygrave
|
06e4bdca0e
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.13.1
avaje-ebeanorm-7.13.1
|
2016-06-08 14:39:56 +12:00 |
|
Robin Bygrave
|
3dbf35aca4
|
Bump pom version to 7.13.1-SNAPSHOT
|
2016-06-08 14:38:47 +12:00 |
|
Robin Bygrave
|
cd56b3ca3c
|
#726 - L2 cache returns stale data -> change such that when using "local L2 caching" the changes to L2 cache propagate in foreground
|
2016-06-08 14:38:08 +12:00 |
|
Robin Bygrave
|
353175626d
|
#733 - RawSqlBuilder.columnMapping() not working using DB column alias ... java.lang.IllegalArgumentException: DB Column [detail_count] not found in mapping.
|
2016-06-07 17:10:37 +12:00 |
|
Robin Bygrave
|
1a3acb86df
|
#732 - NPE in ScalarTypeArrayList.read(ScalarTypeArrayList.java:89) ...
|
2016-06-03 08:09:04 +12:00 |
|
Robin Bygrave
|
1304646cce
|
#731 - ENH: Add support for using ebean.mf manifest file for finding/defining packages to search for entities
|
2016-06-02 17:35:06 +12:00 |
|
Robin Bygrave
|
b3828572fd
|
No effective change - javadoc for ServerConfig
|
2016-06-02 14:08:00 +12:00 |
|
Robin Bygrave
|
eddd48f8ad
|
#730 - Remove unused ServerConfig.classPathReaderClassName ... as replaced by org.avaje.classpath.scanner.ClassPathScanner plugin (in 7.8.1)
|
2016-06-02 14:03:30 +12:00 |
|
Robin Bygrave
|
9797502ef2
|
#729 - Remove unused ServerConfig.addJar(...); serverConfig.setJars(...); ... as "search jars" is no longer used in classpath scanning (since 7.8.1)
|
2016-06-02 13:55:14 +12:00 |
|
Robin Bygrave
|
daba7a11b4
|
No effective change - remove unused code (old ClassPathReader etc)
|
2016-06-01 20:53:07 +12:00 |
|
Robin Bygrave
|
92caf69cb3
|
#728 - Remove Query.where(String) ... migrate to where().raw(...)
|
2016-06-01 19:54:02 +12:00 |
|
Robin Bygrave
|
71f70c01ae
|
#727 - ENH: Add endOr(), endAnd(), endNot() ... to ExpressionList as synonym for endJunction()
|
2016-06-01 16:03:30 +12:00 |
|
Robin Bygrave
|
74d7652044
|
[maven-release-plugin] prepare for next development iteration
|
2016-05-30 17:28:05 +12:00 |
|
Robin Bygrave
|
d7ee748f31
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.12.2
avaje-ebeanorm-7.12.2
|
2016-05-30 17:27:43 +12:00 |
|
Robin Bygrave
|
2442eb017a
|
#725 - L2 cache not updating CacheManyId's entry when Lazy loading on a ToMany relationship, after a prior update, when other ToMany is a vanilla type (like ArrayList)
|
2016-05-30 17:01:20 +12:00 |
|
Robin Bygrave
|
37ea56ad11
|
#724 - NPE when using L2 caching configured with @Cache with queryCaching=true and beanCaching=false
|
2016-05-30 16:56:04 +12:00 |
|
Robin Bygrave
|
067a8b784c
|
No effective change - add test with where().raw() containing disjunction etc
|
2016-05-24 09:28:29 +12:00 |
|
Robin Bygrave
|
b18922df79
|
[maven-release-plugin] prepare for next development iteration
|
2016-05-23 22:34:46 +12:00 |
|
Robin Bygrave
|
70cce1094e
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.12.1
avaje-ebeanorm-7.12.1
|
2016-05-23 22:34:24 +12:00 |
|
Robin Bygrave
|
44c69dec72
|
Bump pom to 7.12.1-SNAPSHOT
|
2016-05-23 22:33:10 +12:00 |
|
Robin Bygrave
|
6c7074e288
|
#120 - ENH: Add support for using where() on bulk Update statements
|
2016-05-23 22:24:07 +12:00 |
|
Robin Bygrave
|
1c162b9b18
|
#723 - Breaking API - Change BeanPersistListener to return void rather than boolean for inserted(), updated() and deleted()
|
2016-05-23 10:31:24 +12:00 |
|
Robin Bygrave
|
676f0d7a24
|
#722 - NotifyOfCommit failed. L2 Cache potentially not notified. - NullPointerException at BeanDescriptorCacheHelp.java:299
|
2016-05-22 20:20:23 +12:00 |
|