Rob Bygrave
77a4e684bb
[maven-release-plugin] prepare for next development iteration
2018-02-02 23:39:51 +13:00
Rob Bygrave
a8254c4295
[maven-release-plugin] prepare release ebean-11.10.1
ebean-11.10.1
2018-02-02 23:39:38 +13:00
Rob Bygrave
2a5d0084ef
#1249 - Bump db-migration to 11.3.1 ... with fix for not running empty sql statements (empty strings)
2018-02-02 23:38:11 +13:00
Rob Bygrave
f9404639d7
Fix test for H2 select for update - my bad.
2018-02-02 23:36:12 +13:00
Rob Bygrave
bbef5a6bbb
#1243 - Add IDENTITY support for Oracle platform (since 12c Oracle supports auto generated identity)
2018-02-02 23:18:23 +13:00
Rob Bygrave
4645fd9725
Cleanup tests for Oracle
2018-02-02 23:17:21 +13:00
Rob Bygrave
823cb45221
Cleanup tests for Oracle
2018-02-02 23:17:03 +13:00
Rob Bygrave
b2bbb05b83
#1248 - ENH: Additionally read "db" system property to determine default database (to use when testing with docker against different databases)
2018-02-02 20:49:39 +13:00
Rob Bygrave
5ff71324d0
#1247 - Unique index or primary key violation - when jdbc batch cascading to PrivateOwned child with unique constraint
2018-02-02 20:43:55 +13:00
Rob Bygrave
851f1c98b0
#1245 - Refactor internals - move Transaction ProfileStream creation
...
Stops the profileId parameter pollution, enables to potentially use transaction label
and runtime toggling of collecting transaction profiling detail.
2018-01-31 14:02:50 +13:00
Rob Bygrave
a92e620f7e
#1245 - Refactor internals - move logic to TransactionManager from DefaultServer
2018-01-31 13:36:23 +13:00
Rob Bygrave
f9cd955f7a
#1245 - Refactor internals - Add to TransactionManager externalRemoveTransaction() and externalBeginTransaction()
...
These provide a better/tidier way for external transaction managers (like ebean-spring-txn) to begin and end externally
managed transactions.
2018-01-31 13:28:42 +13:00
Rob Bygrave
71f66005e7
Merge branch 'master' of github.com:ebean-orm/ebean
2018-01-31 11:57:10 +13:00
Rob Bygrave
b682293a32
#1245 - Refactor internals - move logic to TransactionManager from DefaultServer
2018-01-31 11:56:38 +13:00
Rob Bygrave
5bd7853ce8
#1245 - Refactor internals - move TransactionMangerScope to be part of TransactionManager
2018-01-31 11:30:11 +13:00
André Camilo and Rob Bygrave
276c56161a
DiscriminatorColumn length should be 31 ( #1244 )
2018-01-31 08:32:21 +13:00
Rob Bygrave
6b01821623
#1242 - Bump avaje-classpath-scanner dependency to 3.1.1
2018-01-26 11:51:28 +13:00
Rob Bygrave
8495ccced6
#1241 - ENH: Support using ebean_db system property to control docker container for testing
2018-01-24 19:17:14 +13:00
Rob Bygrave
2d929837c4
No effective change - Update testing for profile location enhancement ( #1227 )
2018-01-24 19:11:59 +13:00
Rob Bygrave
6754992b1c
[maven-release-plugin] prepare for next development iteration
2018-01-22 23:02:52 +13:00
Rob Bygrave
08b7f4a95f
[maven-release-plugin] prepare release ebean-11.9.1
ebean-11.9.1
2018-01-22 23:02:37 +13:00
Rob Bygrave
07e2605a30
#1240 - ENH: Add support for @Transactional skipCache and label
2018-01-22 22:57:35 +13:00
Rob Bygrave
9a0b742f14
#1240 - ENH: Add support for @Transactional skipCache and label
2018-01-22 15:07:50 +13:00
Rob Bygrave
bce745e88d
#1240 - ENH: Add support for @Transactional skipCache and label
2018-01-22 15:04:13 +13:00
Rob Bygrave
51d2e4c600
ENH: Add ProfileLocation - Part 2 - performance metrics for transactions with label and profileLocation
2018-01-22 14:54:27 +13:00
Rob Bygrave
4e33027fdf
Bump to 11.9.1-SNAPSHOT, add test dependency for logback
2018-01-19 11:10:18 +13:00
Rob Bygrave
0a809b0fb3
#1239 - When Transaction.setSkipCache(true) ... Query with useQueryCache is still use L2 query cache
2018-01-19 10:46:49 +13:00
Rob Bygrave
13ddb915c8
No effective change - add javadoc
2018-01-19 09:38:50 +13:00
Rob Bygrave
07cdf64ece
#1238 - Refactor MetaInfoManager - collect query plan stats, fix collection of stats on UpdateQuery
2018-01-19 01:07:37 +13:00
Rob Bygrave
b9ae76d465
#1237 - ENH: Add ProfileLocation - support for relating performance metrics for queries and transactions back to source line of code
2018-01-18 18:10:03 +13:00
Rob Bygrave
82f5c21d26
No effective change - Improve exception error message when property is not found on a bean type
...
Typically using IDE enhancement plugin with incremental compilation where part of an inheritance
hierarchy has been changed but not all related classes recompiled and re-enhanced.
2018-01-12 01:27:24 +13:00
Rob Bygrave
14105eb1eb
#1236 - ENH: Add Transaction.current() ... as alternative to obtain the current transaction
2018-01-11 22:34:31 +13:00
Rob Bygrave
bab27f25ca
[maven-release-plugin] prepare for next development iteration
2018-01-09 23:19:09 +13:00
Rob Bygrave
eed8d69715
[maven-release-plugin] prepare release ebean-11.8.1
ebean-11.8.1
2018-01-09 23:18:54 +13:00
Rob Bygrave
7b93df2df7
Bump pom version to 11.8.1-SNAPSHOT
2018-01-09 23:17:53 +13:00
Rob Bygrave
bb205ced54
#1235 - Thread deadlock on L2 cache load of many property
2018-01-09 23:16:35 +13:00
Rob Bygrave
0d4c50e19c
#1234 - Remove deprecated CacheMode.QUERY_ONLY (migrate to CacheMode.GET)
2018-01-09 19:56:55 +13:00
Rob Bygrave
8cff85fdda
#1233 - Remove deprecated CacheMode.RECACHE (migrate to CacheMode.PUT)
2018-01-09 19:50:26 +13:00
Rob Bygrave
932986a6b5
#1232 - Performance: Add support for a second read-only DataSource (for implicit query-only transactions)
2018-01-09 16:35:22 +13:00
Rob Bygrave
01539091ef
#1231 - Performance: Only use CallStack when using AutoTune (automatic query tuning or profiling)
2018-01-09 13:28:57 +13:00
Rob Bygrave
7e69f71b51
#1230 - Add DB Migration non strict mode - IllegalArgumentException: non-null column has no default value
2018-01-07 15:33:18 +13:00
Rob Bygrave
58d6b2c24e
Merge branch 'master' of github.com:ebean-orm/ebean
2018-01-06 12:52:38 +13:00
Rob Bygrave
3c7ef7d46e
#1229 - Implement equals and hashCode on ModifyAwareMap, ModifyAwareList and ModifyAwareSet
2018-01-06 12:51:50 +13:00
Rob Bygrave
db5db26fca
No effective change - rename parameter fix typo
2018-01-06 12:21:14 +13:00
rob bygrave
7110f4a59b
No effective change - remove unused HashQueryPlan etc
2017-12-28 16:17:00 +13:00
rob bygrave
9f91d8bcf9
No effective change - modify specific test to run with Postgres specific syntax
2017-12-27 23:23:01 +13:00
Rob Bygrave
ac97444ad1
No effective change - add test for @Aggregation with order by clause
2017-12-27 13:49:46 +13:00
Rob Bygrave
f6e9afcab6
#1226 - Version range in dependency makes sbt resolve very slow. Change slf4j-api dependency to provided scope.
...
Part 2, bring in new version of avaje-classpath-scanner which also has slf4j-api as provided scope.
2017-12-27 13:48:22 +13:00
Rob Bygrave
a7226079fe
[maven-release-plugin] prepare for next development iteration
2017-12-14 00:00:04 +13:00
Rob Bygrave
fc915010d9
[maven-release-plugin] prepare release ebean-11.7.1
ebean-11.7.1
2017-12-13 23:59:49 +13:00