rbygrave
|
1297324fa9
|
Fix where using JDK 10 Reader.transferTo() method plus add final to methods and classes
|
2021-08-15 13:47:46 +12:00 |
|
rbygrave
|
e2b7434d98
|
Merge branch 'mutationdetection-source-special-json-types' of https://github.com/FOCONIS/ebean into FOCONIS-mutationdetection-source-special-json-types
|
2021-08-15 12:06:12 +12:00 |
|
Roland Praml
|
6b263919d5
|
handle also JsonNode
|
2021-08-13 11:19:24 +02:00 |
|
Roland Praml
|
965c1e803f
|
FIX: mutationDetection = SOURCE works also for special json types
|
2021-08-13 10:47:14 +02:00 |
|
rbygrave
|
fc7379aabc
|
Tidy internals - server.persist.dml package for whitespace and typos
|
2021-08-13 09:18:31 +12:00 |
|
rbygrave
|
a17683c549
|
#2307 - Tidy ShutdownManager DatabaseFactory only
|
2021-08-12 16:32:12 +12:00 |
|
rbygrave
|
eeacad0fb9
|
#2307 - ENH: Add DatabaseFactory.disableShutdownHook() ... [ alias for ShutdownManager.deregisterShutdownHook() ]
|
2021-08-12 14:36:14 +12:00 |
|
rbygrave
|
c51140b59a
|
Add DefaultServer.toString() and tidy DbOffline remove unnecessary log message
|
2021-08-12 13:01:07 +12:00 |
|
rbygrave
|
b676476cd2
|
Add SpiQuery.Type.defaultSelect() for ATTRIBUTE and sub-query type queries
|
2021-08-11 20:51:46 +12:00 |
|
rbygrave
|
709f8ed05f
|
Merge branch 'master' of github.com:ebean-orm/ebean
|
2021-08-11 20:21:26 +12:00 |
|
rbygrave
|
31282416d8
|
Merge branch 'FOCONIS-subquery-with-fetch-path'
|
2021-08-11 20:16:33 +12:00 |
|
 Rob BygraveandGitHub
|
385c84ae6f
|
Merge pull request #2302 from FOCONIS/feature/switch-db2-driver
Switch DB2 driver to the publicly available JCC driver
|
2021-08-11 19:43:09 +12:00 |
|
Roland Praml
|
2d24020202
|
Added / enhanced test case
|
2021-08-11 09:32:21 +02:00 |
|
Roland Praml
|
1a2aba3f56
|
Distinguish between exists and in subquery
|
2021-08-11 08:54:40 +02:00 |
|
Thomas Fellner
|
f50f0192d1
|
Switch DB2 driver to the publicly available JCC driver
|
2021-08-11 08:47:49 +02:00 |
|
Roland Praml
|
12b8b4b955
|
Merge remote-tracking branch 'upstream/master' into subquery-with-fetch-path
|
2021-08-11 07:42:11 +02:00 |
|
rbygrave
|
c267366578
|
Refactor tidy internals - aList -> expr in for loops etc. No functional change.
|
2021-08-11 15:32:54 +12:00 |
|
 Rob BygraveandGitHub
|
18e49cc1ce
|
Merge pull request #2300 from FOCONIS/exists-with-dynamic
Enables select + exists for dynamic formula properties
|
2021-08-11 14:01:46 +12:00 |
|
 Rob BygraveandGitHub
|
1ce4b1a994
|
Merge pull request #2299 from FOCONIS/push-pops-in-wrong-order
PushJson/PopJson did not work correctly, if null beans were involved
|
2021-08-11 13:48:00 +12:00 |
|
 Rob BygraveandGitHub
|
f3c87e488a
|
Merge pull request #2301 from FOCONIS/bugfix/update-ddl-generator-version
Updating ebean-ddl-generator version in ebean-core
|
2021-08-11 13:46:19 +12:00 |
|
 Rob BygraveandGitHub
|
f24c698cd5
|
Merge pull request #2298 from ebean-orm/FOCONIS-md5-for-querybindhash
Foconis md5 for querybindhash
|
2021-08-11 13:29:44 +12:00 |
|
rbygrave
|
144a3b54bb
|
Refactor rename method queryBindHash() to queryBindKey()
|
2021-08-11 13:25:04 +12:00 |
|
rbygrave
|
ec7c7048db
|
Refactor rename BindHash to BindValuesKey
|
2021-08-11 13:19:44 +12:00 |
|
rbygrave
|
fd2e542c0b
|
Change BindHash from interface to implementation, Delete unused server persist BindValues
|
2021-08-11 12:43:58 +12:00 |
|
rbygrave
|
11e8e3696f
|
BindParams does not need encryptionKey in equals/hashCode
|
2021-08-11 12:24:36 +12:00 |
|
Thomas Fellner
|
d08f7af1e0
|
update ebean-ddl-generator version in ebean-core
|
2021-08-10 18:31:02 +02:00 |
|
Roland Praml
|
60dfaab22c
|
Enables select + exists for dynamic formula properties
|
2021-08-10 15:29:10 +02:00 |
|
Roland Praml
|
75fa7cb7fd
|
PushJson/PopJson did not work correctly, if null beans were involved
|
2021-08-10 13:24:13 +02:00 |
|
rbygrave
|
e47b1737a8
|
Add HashCodeBindHashTest
|
2021-08-10 22:28:31 +12:00 |
|
rbygrave
|
e1ad210bb0
|
Tidy JunctionExpression
|
2021-08-10 22:18:33 +12:00 |
|
rbygrave
|
ac3edbedf4
|
Remove MdBindHash, tidy DefaultOrmQuery
|
2021-08-10 22:07:48 +12:00 |
|
rbygrave
|
2dc48cf08d
|
ArrayContainsExpression equals() to use enhanced for loop
|
2021-08-10 22:00:46 +12:00 |
|
rbygrave
|
ede1ad0a4c
|
Fix BindParams equals() and hashCode()
|
2021-08-10 21:58:41 +12:00 |
|
rbygrave
|
3e8f76cd6d
|
Update HashCodeBindHash to use values for equals()
|
2021-08-10 21:49:31 +12:00 |
|
rbygrave
|
cd6df2be39
|
Merge branch 'md5-for-querybindhash' of https://github.com/FOCONIS/ebean into FOCONIS-md5-for-querybindhash
|
2021-08-10 21:18:43 +12:00 |
|
 Rob BygraveandGitHub
|
7091e972fc
|
Merge pull request #2297 from FOCONIS/fix-mutable-next-changelog
FIX: Changelog-oldValue did not work for Json mutable properties
|
2021-08-10 21:10:15 +12:00 |
|
Roland Praml
|
c8ae3c5ef6
|
FIX: Changelog-oldValue did not work for Json mutable properties
|
2021-08-10 09:30:25 +02:00 |
|
 Rob BygraveandGitHub
|
54e8c4df8a
|
Merge pull request #2296 from FOCONIS/fix-test-for-java-8
Fix the test to run with java 8
|
2021-08-10 17:04:14 +12:00 |
|
Roland Praml
|
e18c190905
|
Fix the test to run with java 8
|
2021-08-09 09:46:49 +02:00 |
|
Roland Praml
|
181dc73d39
|
Use MD5 for QueryBindHash
|
2021-08-09 09:19:53 +02:00 |
|
rbygrave
|
7ed2de9178
|
Update github issue template
|
2021-08-09 16:57:43 +12:00 |
|
rbygrave
|
8c101fd0a4
|
#2268 - Feature request/question: Query execution time for debugging
|
2021-08-09 16:48:59 +12:00 |
|
rbygrave
|
43213ead05
|
#2291 - ENH: Explicit option for fast-failing or not fast-failing (skipDataSourceCheck config option)
|
2021-08-09 15:10:59 +12:00 |
|
 Rob BygraveandGitHub
|
0ef5c65c94
|
Merge pull request #2294 from ebean-orm/feature/metric-hash-2
#2293 - Metric hash back to MD5 of sql + name + loc (minus location file and line source) ~= Revert of #2288
|
2021-08-09 14:49:17 +12:00 |
|
rbygrave
|
c610f95b2d
|
#2293 - Metric hash back to MD5 of sql + name + loc (minus location file and line source) ~= Revert of #2288
|
2021-08-09 14:05:10 +12:00 |
|
rbygrave
|
c4484c758e
|
[maven-release-plugin] prepare for next development iteration
|
2021-08-06 14:56:15 +12:00 |
|
rbygrave
|
ee615836ba
|
[maven-release-plugin] prepare release ebean-parent-12.11.0
ebean-parent-12.11.0
|
2021-08-06 14:56:09 +12:00 |
|
rbygrave
|
fea7de42d5
|
#2290 - Add MetaTimedMetric locationHash() which is a crc32 checksum of package + type + method (excludes line number)
|
2021-08-06 14:48:42 +12:00 |
|
 Rob BygraveandGitHub
|
4787303160
|
Merge pull request #2289 from ebean-orm/feature/meta-api
Refactor io.ebean.meta API, method rename with deprecation
|
2021-08-06 13:17:08 +12:00 |
|
rbygrave
|
801d419f51
|
Refactor io.ebean.meta API, method rename with deprecation
|
2021-08-06 13:14:29 +12:00 |
|