rob bygrave
|
ebdc28e1cd
|
#1579 - ENH: for UpdateQuery add setLabel() and update() as top level methods
|
2018-12-19 13:58:28 +13:00 |
|
rob bygrave
|
51f79e769c
|
[maven-release-plugin] prepare for next development iteration
|
2018-12-17 23:39:34 +13:00 |
|
rob bygrave
|
c2a69714ca
|
[maven-release-plugin] prepare release ebean-11.29.1
ebean-11.29.1
|
2018-12-17 23:39:18 +13:00 |
|
rob bygrave
|
f3213e7b90
|
Bump to 11.29.1-SNAPSHOT
|
2018-12-17 23:19:43 +13:00 |
|
rob bygrave
|
55de997297
|
#1578 - Remove unmaintained META-INF/ebean-version.mf manifest file ... use EbeanVersion.getVersion() instead
|
2018-12-17 23:18:29 +13:00 |
|
rob bygrave
|
65890f9777
|
No effective change - remove unused resources from test resources
|
2018-12-17 23:14:51 +13:00 |
|
rob bygrave
|
41c1e7260c
|
#1577 - ENH: Add support for "dbinit" migrations (Sort of "checkpoint" or "fast forward" migrations)
|
2018-12-17 23:11:13 +13:00 |
|
rob bygrave
|
7d35789db4
|
#1573 - Incorrect CamelCase conversion when number proceeds uppercase letter
|
2018-12-16 16:12:34 +13:00 |
|
rob bygrave
|
d266d6d440
|
#1574 - "NullPointerException" in query.copy().findList() but not in query.findList()
|
2018-12-16 00:29:18 +13:00 |
|
rob bygrave
|
6d5374e66a
|
#1576 - ClusterManager creates ClusterBroadcast even when config is not active
|
2018-12-15 23:17:00 +13:00 |
|
rob bygrave
|
8410de8831
|
#1573 - Incorrect CamelCase conversion when number proceeds uppercase letter
|
2018-12-13 00:19:40 +13:00 |
|
rob bygrave
|
4b0230e862
|
Refactor - reduce visibility on DefaultDbMigration
|
2018-12-11 21:03:45 +13:00 |
|
rob bygrave
|
fa96f81f8c
|
[maven-release-plugin] prepare for next development iteration
|
2018-12-06 00:19:14 +13:00 |
|
rob bygrave
|
a5fea5e9be
|
[maven-release-plugin] prepare release ebean-11.28.3
ebean-11.28.3
|
2018-12-06 00:18:53 +13:00 |
|
rob bygrave
|
bafba0babf
|
#1572 - Support query.select("customer.id").findSingleAttributeList() ... in addition to the expected and working select("customer").findSingleAttributeList()
|
2018-12-06 00:15:06 +13:00 |
|
rob bygrave
|
e4088c5fbe
|
#1571 - NPE in cacheable bean with embeddedid on delete
|
2018-12-05 23:03:15 +13:00 |
|
 RienandRob Bygrave
|
0405ceb96c
|
NPE in cacheable bean with embeddedid on delete (#1570)
|
2018-12-05 21:49:27 +13:00 |
|
rob bygrave
|
ebf96c87bf
|
[maven-release-plugin] prepare for next development iteration
|
2018-12-03 22:14:59 +13:00 |
|
rob bygrave
|
fcaf11f262
|
[maven-release-plugin] prepare release ebean-11.28.2
ebean-11.28.2
|
2018-12-03 22:14:46 +13:00 |
|
rob bygrave
|
05df47c0d7
|
#1569 - Ebean generates wrong ddl (datetime(6) vs timestamp) for H2 with @History annotation
|
2018-12-03 22:11:47 +13:00 |
|
rob bygrave
|
a8892292fb
|
#1569 - Ebean generates wrong ddl (datetime(6) vs timestamp) for H2 with @History annotation
|
2018-12-03 22:05:18 +13:00 |
|
rob bygrave
|
e876ef8d87
|
#1559 - @Lob with @ElementCollection
|
2018-12-03 21:07:33 +13:00 |
|
rob bygrave
|
315b39813b
|
#1568 - @OneToMany with orphanRemoval=true ... with @Cache (and not a @ManyToOne) doesn't remove orphans after cache hit
|
2018-11-30 23:46:11 +13:00 |
|
rob bygrave
|
6d5e0c4766
|
Add test only - Add test for L2 cache with orphanRemoval
|
2018-11-30 23:41:23 +13:00 |
|
rob bygrave
|
a2ce17aec0
|
Add test only - Add test for L2 cache with orphanRemoval
|
2018-11-30 22:42:36 +13:00 |
|
rob bygrave
|
fcffa92c55
|
#1567 - SqlUpdate addBatch() ... with named parameters errors with PersistenceException: No batched statement found for key
|
2018-11-30 21:47:23 +13:00 |
|
rob bygrave
|
7fda8079c2
|
[maven-release-plugin] prepare for next development iteration
|
2018-11-30 09:55:20 +13:00 |
|
rob bygrave
|
cca9bb4427
|
[maven-release-plugin] prepare release ebean-11.28.1
ebean-11.28.1
|
2018-11-30 09:55:06 +13:00 |
|
rob bygrave
|
f45089240a
|
#1565 - Bump to ebean-datasource 4.3.1 ... with option for owner database credentials and InitDatabase
|
2018-11-30 09:44:07 +13:00 |
|
rob bygrave
|
8252a51545
|
#1565 - Bump to ebean-datasource 4.3.1 ... with option for owner database credentials and InitDatabase
|
2018-11-29 10:16:48 +13:00 |
|
rob bygrave
|
c440c768cf
|
#1564 - Remove deprecated io.ebeaninternal.server.core.ServletContextListener - migrate to io.ebean.event.ServletContextListener
|
2018-11-29 10:01:56 +13:00 |
|
rob bygrave
|
c6ae501354
|
#1563 - Remove deprecated noop method ServerConfig.loadTestProperties() - migrate to loadProperties()
|
2018-11-29 09:59:16 +13:00 |
|
rob bygrave
|
70e2b1c2ae
|
#1562 - Query cache use incorrect with RawExpression - incorrect bind hash
|
2018-11-29 09:54:24 +13:00 |
|
rob bygrave
|
211f28eea3
|
[maven-release-plugin] prepare for next development iteration
|
2018-11-27 14:58:40 +13:00 |
|
rob bygrave
|
174fe46485
|
[maven-release-plugin] prepare release ebean-11.27.1
ebean-11.27.1
|
2018-11-27 14:58:26 +13:00 |
|
rob bygrave
|
890cc6f66d
|
Bump to 11.27.1-SNAPSHOT
|
2018-11-27 14:53:06 +13:00 |
|
rob bygrave
|
2f0e5e6e46
|
#1561 - ENH: Add ScriptRunner API ... for easier running of SQL and DDL scripts (for testing usually)
|
2018-11-27 14:50:48 +13:00 |
|
rob bygrave
|
54ba78218b
|
#1558 - Bump ebean-migration to 11.11.1 - refer: https://github.com/ebean-orm/ebean-migration/pull/56
|
2018-11-23 14:36:41 +13:00 |
|
rob bygrave
|
ba16cea405
|
#1556 - Query.setDisableLazyLoading(true) not working on @OneToMany Set (but does on List)
|
2018-11-23 12:20:18 +13:00 |
|
rob bygrave
|
e81a61378c
|
No effective change - javadoc
|
2018-11-23 11:37:38 +13:00 |
|
rob bygrave
|
b4154031cc
|
#1555 - Support .yaml extension (in addition to the existing .yml extension) for application.yaml and application-test.yaml
|
2018-11-20 11:51:27 +13:00 |
|
rob bygrave
|
ecf5b56652
|
#1555 - Support .yaml extension (in addition to the existing .yml extension) for application.yaml and application-test.yaml
|
2018-11-20 11:45:45 +13:00 |
|
rob bygrave
|
426c6c8111
|
#1554 - Improve exception message for BeanNotEnhancedException
|
2018-11-20 11:33:16 +13:00 |
|
rob bygrave
|
9dbb69f4f4
|
#1553 - Remove deprecated method Query.setForUpdate(boolean) ... migrate to setForUpdate()
|
2018-11-19 23:40:00 +13:00 |
|
rob bygrave
|
83776a1eae
|
#1552 - Remove deprecated methods on Transaction setBatch(PersistBatch) .. migrate to setBatchMode(boolean)
|
2018-11-19 23:36:15 +13:00 |
|
rob bygrave
|
6bc72ae6bb
|
No effective change - format only
|
2018-11-19 22:25:01 +13:00 |
|
 Roland PramlandRob Bygrave
|
4fe2016891
|
new comparison method Ine (caseInsensitive notEquals) (#1551)
|
2018-11-19 22:22:46 +13:00 |
|
 Roland PramlandRob Bygrave
|
7be4675d3e
|
NEW: ExpressionPath provides access to property and elName (#1550)
|
2018-11-19 22:16:01 +13:00 |
|
rob bygrave
|
06b71781f5
|
#1548 add global configuration disableLazyLoading
Add javadoc
|
2018-11-19 22:08:50 +13:00 |
|
rob bygrave
|
55e4c7bc26
|
#1548 add global configuration disableLazyLoading
Fix tests
|
2018-11-19 22:03:51 +13:00 |
|