Rob Bygrave
ea3fb833a4
Weak reference based PersistenceContext for streaming queries
2021-10-11 22:48:18 +13:00
Rob Bygrave
0273e1c2c8
Modify test TestUpdate to ensure basic test data is loaded first
2021-10-11 12:13:02 +13:00
Rob Bygrave
8440a13b0f
Refactor rename internal method DefaultPersistenceContext.classContext()
2021-10-11 11:36:38 +13:00
Rob Bygrave
c5e940733c
#2408 Followup refactor BindParamsParser extract methods
2021-10-11 11:21:28 +13:00
Rob Bygrave and GitHub
ac73031bec
Merge pull request #2408 from FOCONIS/pr/bugfix/reuse_update_collection_parameters
...
Fix reuse of io.ebean.Update when using setParameter with Collection
2021-10-11 11:01:23 +13:00
Rob Bygrave
a65ff8a650
Tidy test only - TestOneToManyCorrectGrouping
2021-10-08 12:55:50 +13:00
Rob Bygrave
f904fea104
Tidy, remove unnecessary --add-opens test clause for eban-querybean testing
2021-10-08 12:55:22 +13:00
Rob Bygrave
2549eace09
#2406 - Memory leak in Query.findEach
2021-10-08 11:20:54 +13:00
Jonas Pöhler
a592717c77
Merge remote-tracking branch 'ebean/master' into pr/bugfix/reuse_update_collection_parameters
2021-10-06 11:57:50 +02:00
Jonas Pöhler
db6f93e383
FIX: Reuse of io.ebean.Update with collection parameters did not work correctly
2021-10-06 11:57:09 +02:00
Rob Bygrave
0a0d67585c
[maven-release-plugin] prepare for next development iteration
2021-10-05 10:50:00 +13:00
Rob Bygrave
db2f8cd811
[maven-release-plugin] prepare release ebean-parent-12.12.1
ebean-parent-12.12.1
2021-10-05 10:49:53 +13:00
Rob Bygrave
b6e524f879
Disable test modules for release
2021-10-05 10:47:23 +13:00
Rob Bygrave
40492f487c
#2404 - Initializing @OneToMany with mutableListOf() in Kotlin results in ClassCastException
2021-10-05 10:17:44 +13:00
Rob Bygrave
2cee03bc4b
#172 Bump ebean-agent via maven plugin
...
The associated ebean-agent has the fix for the kotlin specific #172 issue.
2021-10-04 22:57:24 +13:00
Rob Bygrave and GitHub
e2c6125501
Merge pull request #2402 from ebean-orm/feature/ebean-agent-min-version
...
Modify EbeanVersion to check for minimum ebean-agent version
2021-09-30 10:42:33 +13:00
Rob Bygrave
b53221fc0e
Modify EbeanVersion to check for minimum ebean-agent version
2021-09-29 12:20:27 +13:00
Rob Bygrave
b23551ce43
#2401 - Fix EbeanVersion for use in module-path (reads local ebean-api pom.properties)
2021-09-29 11:14:26 +13:00
Rob Bygrave
3971ccea1a
Merge branch 'master' of github.com:ebean-orm/ebean
2021-09-29 11:11:55 +13:00
Rob Bygrave and GitHub
35b1f835c5
Merge pull request #2400 from focbenz/patch-1
...
Update README.md typo fix Maven central
2021-09-29 09:47:28 +13:00
Michael Benz and GitHub
ef5e3a796d
Update README.md typo fix Maven central
...
typo fix Maven central
2021-09-28 20:02:12 +02:00
Rob Bygrave
d3dbde4e79
Add a dummy placeholder so that we can sync to maven central
...
The sync needs javadoc and sources so adding a dummy class. Note that I think we only just got this due to the multi-version jar but not sure.
2021-09-24 21:42:23 +12:00
Rob Bygrave
033c579984
#2398 - Fix compiler warning for annotation processing query bean generators
2021-09-24 17:51:36 +12:00
Rob Bygrave
1a34a56351
[maven-release-plugin] prepare for next development iteration
2021-09-24 10:12:14 +12:00
Rob Bygrave
edfdbd56b1
[maven-release-plugin] prepare release ebean-parent-12.12.0
ebean-parent-12.12.0
2021-09-24 10:12:07 +12:00
Rob Bygrave
8f94072afd
Log error when ebean-ddl-generator not in classpath but ddlRun is true
2021-09-23 22:32:01 +12:00
Rob Bygrave
d028b200fa
Log error when ebean-ddl-generator not in classpath but ddlRun is true
2021-09-23 22:28:01 +12:00
Rob Bygrave
9af006b15b
Update tests only for Oracle
2021-09-23 18:49:28 +12:00
Rob Bygrave
35a6ff7f02
#2392 - Oracle specific singleAttribute distinct query - not include the column twice with order by clause
2021-09-23 18:48:40 +12:00
Rob Bygrave
cebac8040f
#2391 - MySql specific NPE because the return value of "java.sql.ResultSetMetaData.getTableName(int)" is null
2021-09-23 17:20:59 +12:00
Rob Bygrave
e8524c5b1a
Fix tests only - fix tests for SqlServer
2021-09-23 17:07:35 +12:00
Rob Bygrave
3244314424
#2390 - Tidy generated SQL removing excess whitespace after id = ? predicate
2021-09-23 16:42:45 +12:00
Rob Bygrave
0a4c26965c
No effective change - tidy whitespace in CQueryBuilder
2021-09-23 16:36:20 +12:00
Rob Bygrave
6238243c91
No effective change - tidy whitespace in CQueryBuilderRawSql
2021-09-23 16:35:35 +12:00
Rob Bygrave
c1d7e77d85
No effective change - tidy whitespace in DtoMeta etc
2021-09-23 16:31:29 +12:00
Rob Bygrave
5b07309f51
#2389 - redis.clients.jedis.exceptions.JedisDataException: ERR wrong number of arguments for 'mget' command
2021-09-23 15:41:33 +12:00
Rob Bygrave
8ee67410f9
#2387 - Additionally support setIdIn(Collection<?> ids)
...
Add overloaded method taking Collection of id values.
2021-09-23 15:32:40 +12:00
Rob Bygrave
dec114028f
#2388 - Bump dependencies ebean-migration, classpath-scanner, avaje-config
2021-09-23 15:01:43 +12:00
Rob Bygrave
477e7eeeda
#2387 - Hit the L2 bean cache via property IN expression (when property is the id property)
2021-09-23 00:23:23 +12:00
Rob Bygrave
c9c61d9f97
#2386 - Fix test with logging change
2021-09-23 00:13:53 +12:00
Rob Bygrave
d0909ad140
#2385 - Redis L2 cache regression - MPUT not working
2021-09-22 23:13:39 +12:00
Rob Bygrave and GitHub
13c94ac78d
Merge pull request #2386 from ebean-orm/feature/refactor-simplify-loggers
...
Refactor internals, reduce the number of loggers used and simplify
2021-09-22 22:33:49 +12:00
Rob Bygrave
f467ca2e10
Refactor internals, reduce the number of loggers used and simplify
2021-09-22 22:29:41 +12:00
Rob Bygrave and GitHub
d5c24d327e
Merge pull request #2384 from ebean-orm/feature/2039
...
#2039 Map LocalDateTime when generating DB migrations for Postgres to timestamp DB type
2021-09-22 16:53:17 +12:00
Rob Bygrave
23cd45b5d1
#2039 LocalDateTime ignore timestamp->localdatetime as a type change
...
Historically LocalDateTime mapped to logical timestamp and we need to treat that to be not a change in type. Migrations then will not generate a AlterColumn migration when we start using the new logical type localdatetime.
2021-09-22 16:51:47 +12:00
Rob Bygrave
a14f7a1766
#2039 Map LocalDateTime when generating DB migrations for Postgres to timestamp DB type
2021-09-22 16:23:10 +12:00
Rob Bygrave and GitHub
c86a8c2d32
Merge pull request #2332 from ChenZhangg/Modify_MAVEN_1
...
Improve MAVEN build Performance
2021-09-22 14:15:13 +12:00
Rob Bygrave
e85a471fcf
#2380 Related test pom only changes
...
Note that we can't run both test-java16 and test-kotlin together as kotlin isn't yet working on JDK 16
2021-09-22 14:11:46 +12:00
Rob Bygrave and GitHub
57689db291
Merge pull request #2380 from cit-consulting/isToManyDirty_cce
...
WIP: Try to fix ClassCastException in isToManyDirty() check
2021-09-22 14:00:19 +12:00
Rob Bygrave
fec87b5281
Test against Postgres JDBC driver excluding the checker-qual dependency
2021-09-21 21:16:43 +12:00