Robin Bygrave
|
5bcfce9cd4
|
#684 - Refactor - rename @CacheStrategy to @Cache ... require explicit enableQueryCache=true for query cache use
|
2016-04-29 21:52:50 +12:00 |
|
Robin Bygrave
|
a6d276d4d3
|
#683 - Refactor - rename @CacheTuning to @CacheBeanTuning ... for consistency
|
2016-04-29 09:48:36 +12:00 |
|
Robin Bygrave
|
5b100e6d37
|
#682 - Remove deprecated Model.Finder constructors that take Id type ... migrate to ones that don't
|
2016-04-29 09:28:43 +12:00 |
|
Robin Bygrave
|
bf75af85c1
|
#681 - Remove SqlQuery.cancel() ... migrate to SqlQuery.findEachWhile() and stop while iterating
|
2016-04-29 09:05:36 +12:00 |
|
Robin Bygrave
|
5cf2d3c39a
|
#680 - Remove deprecated SqlQuery.findFutureList()
|
2016-04-29 08:49:07 +12:00 |
|
Robin Bygrave
|
840c5f8992
|
#679 - Remove SqlQuery.setListener() ... migrate to SqlQuery.findEach() or SqlQuery.findEachWhile()
|
2016-04-29 08:43:30 +12:00 |
|
Robin Bygrave
|
f867cd4c01
|
#678 - Remove SqlQuery.findSet() and SqlQuery.findMap() ... migrate to use SlqQuery.findList()
|
2016-04-29 08:37:52 +12:00 |
|
Robin Bygrave
|
ad17da5b36
|
No effective change - format
|
2016-04-28 22:22:04 +12:00 |
|
Robin Bygrave
|
9350155c00
|
#677 - REFACTOR: Remove unused SqlQuery.setBackgroundFetchAfter()
|
2016-04-28 22:18:14 +12:00 |
|
Robin Bygrave
|
8a84eaf7a7
|
#675 - ENH: Add SqlQuery.findEach() and SqlQuery.findEachWhile() methods ... to replace setListener()
|
2016-04-28 22:15:41 +12:00 |
|
Robin Bygrave
|
f0fab77ff7
|
#670 - Remove @EntityConcurrencyMode ... this is now rather redundant since 4.x changes
|
2016-04-28 20:26:17 +12:00 |
|
Robin Bygrave
|
41aace9dc4
|
#669 - Remove @EnumMapping ... migrate to use @DbEnumValue or @EnumValue
|
2016-04-28 20:22:37 +12:00 |
|
Robin Bygrave
|
7c9d752c3d
|
Merge branch 'master' of github.com:ebean-orm/avaje-ebeanorm
|
2016-04-28 20:19:22 +12:00 |
|
Robin Bygrave
|
81531b6cda
|
#671 - ENH: Add support for @View and extra-ddl.xml to nicely support entity beans based on views
|
2016-04-28 20:19:05 +12:00 |
|
Rob Bygrave
|
b70f3574d9
|
Update ISSUE_TEMPLATE.md
Add "some java code" placeholder
|
2016-04-28 13:22:31 +12:00 |
|
Rob Bygrave
|
be214273cc
|
Update README.md
|
2016-04-28 13:05:17 +12:00 |
|
Robin Bygrave
|
69c2810fbe
|
No effective change - add test for SqlQuery listener
|
2016-04-28 09:54:17 +12:00 |
|
Robin Bygrave
|
82da81116e
|
Add github issue template
|
2016-04-28 09:40:05 +12:00 |
|
Robin Bygrave
|
7d5e135f56
|
[maven-release-plugin] prepare for next development iteration
|
2016-04-27 08:41:26 +12:00 |
|
Robin Bygrave
|
6b05d2343b
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.8.1
avaje-ebeanorm-7.8.1
|
2016-04-27 08:41:06 +12:00 |
|
Robin Bygrave
|
fc748ea9c1
|
#667 - Remove deprecated @SqlSelect ... migrate to use RawSql / RawSqlBuilder
|
2016-04-27 08:40:00 +12:00 |
|
Robin Bygrave
|
7b8d2a2f9d
|
#664 - Remove reference to @SqlInsert, @SqlUpdate, @SqlDelete from comment
|
2016-04-27 08:14:49 +12:00 |
|
Robin Bygrave
|
f8b5a7f312
|
#666 - deleteAll(beans) return int , but deleteAll(beanType,ids) return void in EbeanServer
|
2016-04-27 08:04:43 +12:00 |
|
Robin Bygrave
|
ae261d3782
|
#660 - findPagedList() does not handle raw sql order by
|
2016-04-26 22:54:34 +12:00 |
|
Robin Bygrave
|
d2ae044d1f
|
#665 - Remove deprecated @DocStoreEmbedded ... should migrate to @DocEmbedded
|
2016-04-26 21:35:57 +12:00 |
|
Robin Bygrave
|
03189ac92a
|
#661 - ENH: Add deletePermanent(beanType, id) and deleteAllPermanent(beanType, ids) ... (basically missing API)
|
2016-04-26 21:30:52 +12:00 |
|
Robin Bygrave
|
2067568a5e
|
No effective change - migrate test from deprecated method
|
2016-04-26 21:12:22 +12:00 |
|
Robin Bygrave
|
57417610a6
|
#663 - Change Postgres default Timestamp type to be "Timestamp with time zone"
|
2016-04-26 17:06:01 +12:00 |
|
Robin Bygrave
|
4cec878242
|
#662 - Postgres Timestamp with time zone testing
|
2016-04-26 16:41:11 +12:00 |
|
Robin Bygrave
|
2e7aec3b3d
|
#662 - Postgres Timestamp with time zone testing - remove extra oracle test code
|
2016-04-26 10:13:33 +12:00 |
|
Robin Bygrave
|
104dc599e8
|
#662 - Postgres Timestamp with time zone testing
|
2016-04-26 10:12:37 +12:00 |
|
Robin Bygrave
|
e769abf737
|
#659 - ENH: Add support for Instant with @WhenCreated @WhenModified
|
2016-04-22 16:51:30 +12:00 |
|
Robin Bygrave
|
b79bb892f7
|
#636 - ENH: Add DB Migration runner (as alternative to running via FlywayDB etc)
|
2016-04-22 16:19:09 +12:00 |
|
Robin Bygrave
|
8f93f780fd
|
Bump datasource dependency
|
2016-04-22 16:18:06 +12:00 |
|
Robin Bygrave
|
158a23a34d
|
No effective change - reformat
|
2016-04-22 16:05:17 +12:00 |
|
Robin Bygrave
|
523ddbab63
|
#658 - REFACTOR: Simplify LocalDateTime -> Timestamp conversion, use Timestamp.valueOf()
|
2016-04-21 20:11:39 +12:00 |
|
Robin Bygrave
|
00d4298065
|
#656 - Remove remoteInsert(), remoteUpdate() remoteDelete() methods from BeanPersistListener
|
2016-04-21 12:33:06 +12:00 |
|
Robin Bygrave
|
4eb1aded2d
|
#651 - ENH: Add type support for java.nio.file.Path ... such that it stores the underlying URI as VARCHAR/string
|
2016-04-21 11:34:33 +12:00 |
|
Robin Bygrave
|
221f5ad879
|
#651 - ENH: Add type support for java.nio.file.Path ... such that it stores the underlying URI as VARCHAR/string
|
2016-04-21 11:33:26 +12:00 |
|
Robin Bygrave
|
75e3b9276e
|
#657 - POM - drop dependency on org.springframework.boot and avaje-ebeanorm-cluster
|
2016-04-21 10:38:26 +12:00 |
|
Robin Bygrave
|
29c51ecb95
|
#655 - DB Migration should not require running L2 cache (ie. Hazel cast server etc)
|
2016-04-21 10:33:09 +12:00 |
|
Robin Bygrave
|
8c535ba837
|
[maven-release-plugin] prepare for next development iteration
|
2016-04-18 21:01:11 +12:00 |
|
Robin Bygrave
|
11e02710d9
|
[maven-release-plugin] prepare release avaje-ebeanorm-7.7.1
avaje-ebeanorm-7.7.1
|
2016-04-18 21:00:50 +12:00 |
|
Robin Bygrave
|
658ce3c5d3
|
#653 - Change format of all Timestamp/Date time types to use epoch millis
|
2016-04-18 12:49:16 +12:00 |
|
Robin Bygrave
|
2de78cd20f
|
#652 - ENH: L2 cache - add @CacheQueryTuning annotation
|
2016-04-18 09:46:42 +12:00 |
|
Robin Bygrave
|
1b8b05790e
|
#650 - Refactor: Optimise L2 cache entry for serialisation
|
2016-04-14 11:56:31 +12:00 |
|
Robin Bygrave
|
444b848c22
|
#648 - Test that does not reproduce this issue
|
2016-04-13 19:36:26 +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 |
|