rob bygrave
|
0544fa7ab4
|
[maven-release-plugin] prepare release ebean-12.3.4
ebean-12.3.4
|
2020-06-19 23:23:21 +12:00 |
|
rob bygrave
|
51eed9bfe4
|
Testing - default to h2
|
2020-06-19 23:20:46 +12:00 |
|
 Rob BygraveandGitHub
|
32ce1f1d59
|
#2004 - MariaDb specific platform with @History support (initial) (#2023)
#2004 - MariaDb specific platform with @History support (initial)
|
2020-06-19 23:20:07 +12:00 |
|
rob bygrave
|
f445c118a0
|
#2025 - Make findStream & findLargeStream the same - deprecate findLargeStream
|
2020-06-19 23:17:47 +12:00 |
|
rob bygrave
|
a8ff918bb3
|
#2024 - Change default "fetchBuffer" for findEach/iterate/stream queries to 100
|
2020-06-19 22:36:24 +12:00 |
|
rob bygrave
|
729aeae0d7
|
No effective change - trim whitespace
|
2020-06-19 22:13:50 +12:00 |
|
rob bygrave
|
17a9341287
|
#2006 - Auto register AttributeConverter with Ebean (using @Converter)
|
2020-06-19 20:33:58 +12:00 |
|
rob bygrave
|
c863014fec
|
Javadoc improvements for #2022 - use of index params like ?1, ?2, ?3 etc
|
2020-06-18 16:04:13 +12:00 |
|
rob bygrave
|
8170db4101
|
Bump ebean-annotation which has MariaDB platform enum
As a step for #2004
Means we can add a specific platform for MariaDB separate from MySql
|
2020-06-18 11:30:43 +12:00 |
|
rob bygrave
|
434a5117a2
|
Bump to ebean-datasource 5.1
This will expose pool size which can be exposed as a gauge metric (the current size of main connection pool and readonly connection pool)
|
2020-06-18 11:10:01 +12:00 |
|
rob bygrave
|
85ed8cd784
|
Test update only - TestSqlUpdateBindMultipleLists
|
2020-06-18 11:07:45 +12:00 |
|
rob bygrave
|
9b70900267
|
#2021 - Use smarter persistence context for findEach/iterate/stream queries - improve performance of un-tuned findEach/iterate/stream queries that invoke lazy loading
|
2020-06-17 21:50:11 +12:00 |
|
rob bygrave
|
0e33d58bb2
|
Bump ebean-maven-plugin to 12.3.4
|
2020-06-17 21:47:14 +12:00 |
|
rob bygrave
|
9d9d13060c
|
#2020 - Fix potential connection leak in query-iterator WITH lazyLoadBufferSize (Refer #1164)
|
2020-06-17 17:10:16 +12:00 |
|
rob bygrave
|
e071eecd59
|
Tidy test only - TestQueryFindEachWhile
|
2020-06-17 15:37:58 +12:00 |
|
rob bygrave
|
bc8e254a65
|
Tidy tests - delete duplicate test TestQueryFindVisit.java
|
2020-06-17 13:31:18 +12:00 |
|
rob bygrave
|
e0e369904c
|
Tidy test only - TestQueryFindIterate
|
2020-06-17 13:30:34 +12:00 |
|
rob bygrave
|
bd85ba17a1
|
No effective change - tidy TestQueryFindEach
|
2020-06-16 17:00:23 +12:00 |
|
rob bygrave
|
8801b8d8ca
|
No effective change - tidy TestQueryFindEach
|
2020-06-16 16:55:49 +12:00 |
|
rob bygrave
|
ebd6c535ab
|
No effective change - tidy TestRawSqlParsing
|
2020-06-12 15:04:36 +12:00 |
|
rob bygrave
|
5c771a7219
|
Add tests for RawSql with ${where} and ${andWhere} placeholders
|
2020-06-12 15:03:05 +12:00 |
|
rob bygrave
|
eb6f722385
|
Put back javadoc maven plugin
|
2020-06-09 20:03:47 +12:00 |
|
rob bygrave
|
cef4f59b2c
|
[maven-release-plugin] prepare for next development iteration
|
2020-06-08 21:58:31 +12:00 |
|
rob bygrave
|
67352ab3b2
|
[maven-release-plugin] prepare release ebean-12.3.3
ebean-12.3.3
|
2020-06-08 21:58:19 +12:00 |
|
rob bygrave
|
4a21395cda
|
Comment out javadoc maven plugin temporarily
|
2020-06-08 21:56:07 +12:00 |
|
rob bygrave
|
fcd7f8b6cf
|
Bump ebean-maven-plugin
|
2020-06-08 20:00:22 +12:00 |
|
rob bygrave
|
4565719728
|
#2017 - ENH: Add option for different initialDelay to BackgroundExecutor.executePeriodically()
|
2020-06-05 18:31:07 +12:00 |
|
rob bygrave
|
cbdf5609b2
|
#2015 - Dto instance id fields are not populated when queried using DtoQuery (and no select clause is specified)
|
2020-05-27 22:05:39 +12:00 |
|
rob bygrave
|
f97359502b
|
Refactor internals - DtoMeta DtoMappingRequest
Refactor move most of the code mapping DB columns to bean setters from DtoMeta to DtoMappingRequest
|
2020-05-27 22:04:03 +12:00 |
|
rob bygrave
|
ffaf00c064
|
Improve error message throw on DTO unmapped DB column
|
2020-05-27 21:39:16 +12:00 |
|
rob bygrave
|
f6f9511d2a
|
#2014 - IllegalArgumentException: No rule for io.ebeaninternal.dbmigration.migration.RenameColumn
|
2020-05-27 21:00:42 +12:00 |
|
rob bygrave
|
5e94c26094
|
No effective change - update TestQueryInIdTypeConversion
|
2020-05-27 15:53:01 +12:00 |
|
rob bygrave
|
5aaed4e12b
|
#2016 - L2 Cache - missing puts with explicit bean cache + findByIds/keys + after transaction writes
|
2020-05-26 23:42:44 +12:00 |
|
rob bygrave
|
c29a57b5ec
|
No effective change - update TestBeanCache Ebean -> DB
|
2020-05-26 23:19:23 +12:00 |
|
rob bygrave
|
998b8cc192
|
#2011 - Change query.orderBy() to not be deprecated
|
2020-05-15 14:06:28 +12:00 |
|
rob bygrave
|
9c1d930fb8
|
#2012 - Change ExpressionList.orderBy(String) to return ExpressionList<T>
Plus #2011 remove @Deprecated for orderBy
|
2020-05-15 14:06:06 +12:00 |
|
rob bygrave
|
d6d7537a9c
|
#2012 - Change ExpressionList.orderBy(String) to return ExpressionList<T>
|
2020-05-15 14:05:15 +12:00 |
|
rob bygrave
|
92e83c49d9
|
[maven-release-plugin] prepare for next development iteration
|
2020-05-12 22:39:42 +12:00 |
|
rob bygrave
|
d758590da4
|
[maven-release-plugin] prepare release ebean-12.3.2
ebean-12.3.2
|
2020-05-12 22:39:31 +12:00 |
|
rob bygrave
|
21a5efa9b9
|
Tidy tests - tidy up TestCsvReader and TestCsvReaderWithCallback
|
2020-05-12 21:28:31 +12:00 |
|
rob bygrave
|
55a2cb12bb
|
#2007 - Encrypted fields unable to be mapped when using DtoQuery
|
2020-05-12 21:11:28 +12:00 |
|
rob bygrave
|
293700acc0
|
#2007 - Encrypted fields unable to be mapped when using DtoQuery
|
2020-05-12 20:25:56 +12:00 |
|
rob bygrave
|
8980a3b6fd
|
No functional change - tidy DbEncrypt, AbstractDbEncrypt
|
2020-05-12 16:34:08 +12:00 |
|
rob bygrave
|
72efc5d7d6
|
#2005 - Mark Ebean as deprecated - migrate to io.ebean.Database (EbeanServer -> Database)
|
2020-05-11 23:15:02 +12:00 |
|
rob bygrave
|
84589fcce6
|
Bump the versions of ebean-maven-plugin and maven-surefire-plugin
|
2020-05-11 23:09:24 +12:00 |
|
rob bygrave
|
a0e44aedf3
|
Fix IllegalStateException to use correct dependency io.ebean:ebean-elastic in error message
|
2020-05-11 20:29:58 +12:00 |
|
rob bygrave
|
41102aca35
|
Add clearBatch() on BatchedPstmt construction
|
2020-05-08 23:32:24 +12:00 |
|
rob bygrave
|
548cea432e
|
Fix test UpdateQueryTest for PG
|
2020-05-08 23:22:23 +12:00 |
|
rob bygrave
|
592cb37693
|
Reset test default to H2
|
2020-05-08 23:01:59 +12:00 |
|
rob bygrave
|
f2178bf0a6
|
#2003 - Bump ebean-datasource to 4.9.2 with optional driver
|
2020-05-04 12:41:14 +12:00 |
|