Robin Bygrave
|
1b8b05790e
|
#650 - Refactor: Optimise L2 cache entry for serialisation
|
2016-04-14 11:56:31 +12:00 |
|
Robin Bygrave
|
707dda636d
|
#649 - ENH: Add ebean.disableL2Cache=true option ... to globally disable l2 cache
|
2016-04-13 17:44:37 +12:00 |
|
Robin Bygrave
|
e8a979bc9d
|
No effective change - imports
|
2016-04-13 15:59:39 +12:00 |
|
Robin Bygrave
|
3fb9a7414c
|
#647 - REFACTOR: L2 cache - remove cache warming support (from @CacheStrategy and API)
|
2016-04-12 23:44:24 +12:00 |
|
Robin Bygrave
|
57b03cf86d
|
#646 - REFACTOR: L2 cache towards remote data grid caches (like Ignite etc)
|
2016-04-12 23:25:19 +12:00 |
|
Robin Bygrave
|
45dbe3bb9a
|
Merge branch 'master' of github.com:ebean-orm/avaje-ebeanorm
|
2016-04-12 23:21:32 +12:00 |
|
Robin Bygrave
|
2c6f637dab
|
#646 - REFACTOR: L2 cache towards remote data grid caches (like Ignite etc)
|
2016-04-12 23:20:16 +12:00 |
|
Robin Bygrave
|
a85f9c4be8
|
#638 - Ensure natural key cache is updated regardless of bean cache entry aging out
|
2016-04-11 17:09:06 +12:00 |
|
icode
|
3d484c79a2
|
review duplicate var
|
2016-04-08 14:32:13 +08:00 |
|
Robin Bygrave
|
a1ff83e9e4
|
#643 - NPE on OrmQueryProperties.java:474
|
2016-04-08 15:15:34 +12:00 |
|
Robin Bygrave
|
640db2267f
|
#642 - ENH: Add support for OneToMany expression isEmpty() / isNotEmpty() ... which is effectively an EXISTS and NOT EXISTS subquery
|
2016-04-08 13:44:54 +12:00 |
|
Robin Bygrave
|
4059034891
|
#642 - ENH: Add support for OneToMany expression isEmpty() / isNotEmpty() ... which is effectively an EXISTS and NOT EXISTS subquery
|
2016-04-08 13:41:43 +12:00 |
|
Robin Bygrave
|
da90eccc12
|
#638 - ENH: Add Apache Ignite as L2 cache option
|
2016-04-08 02:03:02 +12:00 |
|
Robin Bygrave
|
524be4ce55
|
#641 - ENH: Add EbeanServer.setBeanId(bean, id) ... to make it easy to convert id value to appropriate type and set
|
2016-04-08 01:15:34 +12:00 |
|
Robin Bygrave
|
649c14644e
|
#640 - ENH: ServerConfig - support get/put arbitrary configuration objects for use by plugins
|
2016-04-08 00:03:37 +12:00 |
|
Robin Bygrave
|
c504256579
|
No effective change - HashQuery.toString() for l2 query cache log message
|
2016-04-07 23:59:13 +12:00 |
|
Robin Bygrave
|
97d803e3e0
|
No effective change - HashQuery.toString() for l2 query cache log message
|
2016-04-07 21:45:59 +12:00 |
|
Robin Bygrave
|
46bc09a09b
|
No effective change - HashQuery.toString() for l2 query cache log message
|
2016-04-07 21:45:47 +12:00 |
|
Robin Bygrave
|
fe387cf456
|
#637 - CachedManyIds as serializable (Ignite etc)
|
2016-04-06 23:43:26 +12:00 |
|
Robin Bygrave
|
b4cd66e28c
|
#637 - ServerCacheType
|
2016-04-06 21:39:39 +12:00 |
|
Robin Bygrave
|
7c11acaf89
|
#637 - Change SPI for ServerCache, add ServerCacheType to allow different cache construction for query bean and bean cache
|
2016-04-06 21:38:54 +12:00 |
|
Robin Bygrave
|
7b4d6f2d17
|
No effective change - code format
|
2016-04-06 20:37:50 +12:00 |
|
Robin Bygrave
|
8f100f2786
|
No effective change - code format
|
2016-04-06 20:36:50 +12:00 |
|
Robin Bygrave
|
abaa1ff934
|
#636 - ENH: Add DB Migration runner (as alternative to running via FlywayDB etc)
|
2016-04-06 14:31:57 +12:00 |
|
Robin Bygrave
|
a7b239a1b7
|
ENH: Add DB Migration runner (as alternative to running via FlywayDB etc) #636
|
2016-04-06 14:31:20 +12:00 |
|
Robin Bygrave
|
e5179432a0
|
#634 - Refactor internal class path scanning to use avaje-classpath-scanner-api / avaje-classpath-scanner
|
2016-04-01 16:43:59 +13:00 |
|
Robin Bygrave
|
d25123eb23
|
#633 - Remove deprecated SpiEbeanPlugin (people should have migrated to com.avaje.ebean.plugin.Plugin)
|
2016-04-01 15:07:49 +13:00 |
|
Robin Bygrave
|
27602c15b9
|
#632 - ENH: Alter AutoTune such that it saves back to autotune.xml (rename any existing autotune file)
|
2016-04-01 14:56:35 +13:00 |
|
Robin Bygrave
|
c9b0fd708a
|
#631 - With find by id query, and id value type conversion (e.g. String to Long) this does not hit L2 cache
|
2016-03-31 15:18:33 +13:00 |
|
Robin Bygrave
|
8e43ece490
|
#630 - ENH: Add support for System property "disableTestProperties" ... to enable disabling the load of test-ebean.properties
|
2016-03-31 14:09:15 +13:00 |
|
Robin Bygrave
|
fb2b8b4cf6
|
#629 - DefaultServerCache using java 1.7 compare method, drop trim logging from DEBUG to TRACE
|
2016-03-31 14:05:59 +13:00 |
|
Robin Bygrave
|
33f3920a60
|
#628 Refactor Clustering - tidy
|
2016-03-30 16:59:02 +13:00 |
|
Robin Bygrave
|
9a912390d4
|
#628 - Refactor Clustering - extract ClusterBroadcast implementations (TCP and Multicast)
|
2016-03-30 16:20:24 +13:00 |
|
Robin Bygrave
|
de6ba31996
|
#627 - Rename Query.includeSoftDeletes() to Query.setIncludeSoftDeletes()
|
2016-03-29 16:38:09 +13:00 |
|
Robin Bygrave
|
32f4a56ab4
|
#626 - ENH: Add support for where().idIn(...) using varargs
|
2016-03-29 16:10:00 +13:00 |
|
Robin Bygrave
|
04965892f0
|
#625 - Rename @DocStoreEmbedded to @DocEmbedded (with deprecation)
|
2016-03-29 15:46:10 +13:00 |
|
Robin Bygrave
|
fdb2965d6e
|
#622 - Set interrupted status for findFutureList() ... (specifically the FutureList.getUnchecked() methods)
|
2016-03-25 16:49:03 +13:00 |
|
Robin Bygrave
|
ab2789dd08
|
#621 - EbeanServer.shutdown(true, false) followed by EbeanServerFactory create() when using the same ServerConfig give SQLException: Trying to access the Connection Pool when it is shutting down
|
2016-03-25 16:22:11 +13:00 |
|
Robin Bygrave
|
8f80280105
|
No effective change - tidy up in DefaultContainer
|
2016-03-25 16:18:29 +13:00 |
|
Robin Bygrave
|
1179f84611
|
Javadoc only update #619
|
2016-03-25 10:51:41 +13:00 |
|
Robin Bygrave
|
c296127bab
|
#618 - Refactor - remove DataSourcePool implementation as separate dependency
|
2016-03-24 14:29:21 +13:00 |
|
Robin Bygrave
|
2a1c394093
|
#617 - Refactor - tidy up DataSource internals, reduce method visibility
|
2016-03-23 21:21:50 +13:00 |
|
Robin Bygrave
|
f55b348a55
|
#617 - Refactor - tidy up DataSource internals, reduce method visibility - markWithError()
|
2016-03-23 20:54:55 +13:00 |
|
Robin Bygrave
|
84b2ffa971
|
#617 - Refactor - tidy up DataSource internals, reduce method visibility
|
2016-03-23 20:51:32 +13:00 |
|
Robin Bygrave
|
6fe557e237
|
#616 - No effective change - rename methods
|
2016-03-23 18:11:25 +13:00 |
|
Robin Bygrave
|
a227f8c469
|
#616 - ElasticSearch expression - IllegalArgumentException: unhandled type class org.example.domain.Customer
|
2016-03-23 18:08:37 +13:00 |
|
Robin Bygrave
|
0c4a2d5664
|
#614 - 'Matches for the concatenated key columns where not found' - fix
|
2016-03-23 17:03:55 +13:00 |
|
Robin Bygrave
|
ae28599825
|
No effective change - use existing CamelCaseHelper implementation
|
2016-03-23 16:10:50 +13:00 |
|
Robin Bygrave
|
0627976f6d
|
No effective change - format
|
2016-03-23 14:39:24 +13:00 |
|
Robin Bygrave
|
7d89b97e2b
|
#615 - ENH: Change DDL generation with @SoftDelete to add 'default false' to column definition
|
2016-03-23 11:10:35 +13:00 |
|