Robin Bygrave
|
92069c0319
|
#764 - NPE on BeanDescriptorManager.processViewInvalidation(BeanDescriptorManager.java:385)
|
2016-07-08 15:34:43 +12:00 |
|
Artyom Melnikov
|
066effa5bf
|
"public static" fields should be constant
|
2016-06-14 14:18:18 +03: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
|
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 |
|
Robin Bygrave
|
db8dd48e53
|
#513 - Column Constraint for Enum types should cover all Enum values in an inheritance hierachy
|
2016-05-19 20:55:16 +12:00 |
|
Robin Bygrave
|
e3a7c3040b
|
#540 - Add tests for ... RawSqlBuilder columnMapping is confused by commas in COALESCE (actually fixed in 6.14.1)
|
2016-05-19 09:35:39 +12:00 |
|
Robin Bygrave
|
6df145b4fa
|
No effective change - format code
|
2016-05-18 09:35:26 +12:00 |
|
Robin Bygrave
|
a4cb116d4f
|
No effective change - format code
|
2016-05-18 09:34:20 +12:00 |
|
Robin Bygrave
|
3161664d58
|
No effective change - additional test for constructor enhancement (from agent https://github.com/ebean-orm/avaje-ebeanorm-agent/issues/31)
|
2016-05-17 16:41:58 +12:00 |
|
Robin Bygrave
|
bd330b4c0e
|
No effective change - additional tests for @DbArray inserting nulls
|
2016-05-16 16:30:41 +12:00 |
|
Robin Bygrave
|
409720d854
|
#700 - Postgres ARRAY and JSON expressions cast Long to ::integer rather than ::bigint
|
2016-05-12 17:38:15 +12:00 |
|
Robin Bygrave
|
17042a9faf
|
#696 - ENH: Add fallback for @DbHstore ... fallback to JSON storage in VARCHAR
|
2016-05-09 23:24:13 +12:00 |
|
Robin Bygrave
|
b197d8a637
|
#695 - ENH: Add @DbArray for storing scalar types (UUID, Long, String) to Postgres ARRAY type
|
2016-05-09 22:38:51 +12:00 |
|
Robin Bygrave
|
4e9e11ac34
|
#668 - ENH: Add ability to register a custom IdGenerator
|
2016-05-06 17:01:15 +12:00 |
|
Robin Bygrave
|
2797f6bbcc
|
No effective change - Add test for undo of soft deleted bean
|
2016-05-06 13:38:09 +12:00 |
|
Robin Bygrave
|
e9e1a975f9
|
No effective change - @DbJsonB use in test
|
2016-05-06 13:28:26 +12:00 |
|
Robin Bygrave
|
13f7d37e76
|
#542 - ENH: @DbJson fields are auto serialized and deserialized to specified classes.
|
2016-05-06 13:20:51 +12:00 |
|
Robin Bygrave
|
deb6ce23d7
|
#693 - ENH: ... support @DbJson with Set<String> and Set<Long> support
|
2016-05-05 21:34:29 +12:00 |
|
Robin Bygrave
|
2c95d9dc9a
|
#693 - ENH: Add support for mapping @DbJson to list of scalar types like List<String>
|
2016-05-05 16:36:16 +12:00 |
|
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
|
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 |
|
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
|
e769abf737
|
#659 - ENH: Add support for Instant with @WhenCreated @WhenModified
|
2016-04-22 16:51:30 +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
|
2de78cd20f
|
#652 - ENH: L2 cache - add @CacheQueryTuning annotation
|
2016-04-18 09:46:42 +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
|
2c6f637dab
|
#646 - REFACTOR: L2 cache towards remote data grid caches (like Ignite etc)
|
2016-04-12 23:20:16 +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
|
04965892f0
|
#625 - Rename @DocStoreEmbedded to @DocEmbedded (with deprecation)
|
2016-03-29 15:46:10 +13:00 |
|
Robin Bygrave
|
a9d7ea0299
|
#614 - 'Matches for the concatenated key columns where not found' - fix test to run on Postgres
|
2016-03-23 17:11:39 +13:00 |
|
Robin Bygrave
|
577dbad9bd
|
#614 - 'Matches for the concatenated key columns where not found' - tests
|
2016-03-23 17:01:43 +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 |
|
Robin Bygrave
|
ffa68f6815
|
No effective change - alter tests to run against Oracle
|
2016-03-23 10:41:42 +13:00 |
|
Robin Bygrave
|
2cb0794a01
|
#612 - ENH: Add deletePermanent() to com.avaje.ebean.Model
|
2016-03-22 12:06:39 +13:00 |
|
Robin Bygrave
|
67a267f843
|
#604 - @SoftDelete with deletePermanent() on lazy loaded @OneToOne
|
2016-03-22 11:57:44 +13:00 |
|
Robin Bygrave
|
c40715733e
|
#600 - Unique index or primary key violation - double insert attempted on ManyToMany intersection
|
2016-03-14 22:32:03 +13:00 |
|
Robin Bygrave
|
7be3a01823
|
No effective change - tidy up tests
|
2016-03-14 21:06:48 +13:00 |
|
Robin Bygrave
|
0ca4f92b26
|
#592 - Fetched empty collection of null child of parent entity
|
2016-03-14 20:10:07 +13:00 |
|
Robin Bygrave
|
3ba4660bbb
|
No effective change - format code
|
2016-03-08 18:33:32 +13:00 |
|
Robin Bygrave
|
ad596a2043
|
#580 - @Enumerated(EnumType.STRING) on Enum uses toString() rather than name()
|
2016-03-01 17:35:55 +13:00 |
|
Robin Bygrave
|
8d3b4a0407
|
#304 - ElasticSearch integration part 1 / doc store integration
|
2016-03-01 15:36:44 +13:00 |
|
Robin Bygrave
|
a22574b0c9
|
#552 - wrong DDL generation with complex columnDefinition
|
2016-02-17 20:34:13 +13:00 |
|
Robin Bygrave
|
0d456b2ad6
|
Update TestOrderByFetch for running in Postgres ... by adding a 'name' property to the beans so that there is at least one property in the inserts
|
2016-02-13 13:09:41 +13:00 |
|
Robin Bygrave
|
f0b80068b6
|
#462 - No effective change, reformat code ... When fetching, collections can get populated with too many entities -
|
2016-02-12 23:32:43 +13:00 |
|
Pieter Bos
|
42b112c3d7
|
Add test for broken fetching issue #462
|
2016-02-11 17:00:39 +01:00 |
|
Robin Bygrave
|
67ce6ef58e
|
#549 - Regression: ArrayIndexOutOfBoundsException when lazy loading on bean with inheritance
|
2016-02-02 11:24:46 +13:00 |
|