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
rob bygrave
5cae425b09
#2002 - Support maxRows with delete query
2020-05-04 12:28:52 +12:00
rob bygrave
94b78f1c2d
[maven-release-plugin] prepare for next development iteration
2020-04-30 23:41:07 +12:00
rob bygrave
561affef0f
[maven-release-plugin] prepare release ebean-12.3.1
ebean-12.3.1
2020-04-30 23:40:56 +12:00
Rob Bygrave and GitHub
3310d2186d
Remove autoCommitMode and explicitTransactionBeginMode ( #1993 )
...
These are legacy options that we don't want anyone using going forward.
2020-04-30 23:36:24 +12:00
Rob Bygrave and GitHub
02bdace144
Change OraclePlatform to default to use Identity (rather than sequence) ( #1976 )
...
* Change OraclePlatform to default to use Identity
- Keep Oracle11Platform to default to Sequence
- Refactor rename Oracle10Ddl to OracleDdl
* Change OraclePlatform to default to use Identity
- DDL review changes in src/test
* Bump ebean-test-docker for StartOracle
2020-04-30 23:35:20 +12:00
rob bygrave
7c17098f17
Bump pom version to 12.3.1-SNAPSHOT
2020-04-30 23:34:13 +12:00
rob bygrave
6f194ce95d
#2001 - Add convenient alternative to set read-only url (on the main DataSourceConfig)
2020-04-30 23:19:08 +12:00
rob bygrave
dbe473d5a1
#1996 - Fix for MySQLSyntaxErrorException when update in bulk using idIn().
2020-04-30 21:33:02 +12:00
rob bygrave
ed0e9e7006
#1999 - Additionally support empty string for read only url with config.isAutoReadOnlyDataSource()
2020-04-29 22:15:15 +12:00
rob bygrave
2a03198393
#1999 - Additionally support "none" for read only url
...
"none" can then be used as a special literal value in configuration for "no read-only jdbc url"
2020-04-29 22:07:27 +12:00
rob bygrave
6f1472abe0
#2000 - Tests only - bump sql server to 2019-GA-ubuntu-16.04
2020-04-28 22:13:57 +12:00
rob bygrave
6dea4f0890
#1996 - MySQLSyntaxErrorException when update in bulk.
2020-04-28 21:24:25 +12:00
rob bygrave
4a4ec42cdc
#1999 - Refactor read-only DataSource initialisation
2020-04-28 21:10:43 +12:00
rob bygrave
92ea8e3738
#1998 - Refactor internals rename createQueryTransaction() to createReadOnlyTransaction()
2020-04-25 17:38:54 +12:00
rob bygrave
c349832d35
#1997 - Modify @Transactional(readOnly=true) to use the read only DataSource
2020-04-25 17:33:33 +12:00
rob bygrave
90493ad57d
#1995 - Fix for DatabaseConfig.isLocalOnlyL2Cache() ... to set localL2Caching = true
...
This has the effect that the l2 cache notification occurs in the foreground when isLocalOnlyL2Cache is true (not background)
2020-04-23 13:11:20 +12:00
rob bygrave
5012f59371
[maven-release-plugin] prepare for next development iteration
2020-04-21 23:01:48 +12:00
rob bygrave
149e63a272
[maven-release-plugin] prepare release ebean-12.2.6
ebean-12.2.6
2020-04-21 23:01:37 +12:00
rob bygrave
d52a00a8fb
#1995 - ENH: Add DatabaseConfig.isLocalOnlyL2Cache() ... to support disabling l2 cache plugins
2020-04-21 23:00:13 +12:00
rob bygrave
f0dcec95dd
[maven-release-plugin] prepare for next development iteration
2020-04-21 22:00:29 +12:00
rob bygrave
2653931881
[maven-release-plugin] prepare release ebean-12.2.5
ebean-12.2.5
2020-04-21 22:00:18 +12:00
rob bygrave
85207086e6
#1995 - ENH: Add DatabaseConfig.isLocalOnlyL2Cache() ... to support disabling l2 cache plugins
2020-04-21 21:55:51 +12:00
rob bygrave
d0b0b02d6a
[maven-release-plugin] prepare for next development iteration
2020-04-15 08:47:38 +12:00