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 |
|
 Rob BygraveandGitHub
|
3579557200
|
Merge pull request #2288 from ebean-orm/feature/sql-hash
Change query metric hash from MD5 of sql + name + loc to Checksum of sql (+ rename to sqlHash)
|
2021-08-06 12:52:42 +12:00 |
|
rbygrave
|
202d785710
|
Rename hash to sqlHash to better reflect what it is (CRC32 checksum of the sql)
|
2021-08-06 12:06:43 +12:00 |
|
rbygrave
|
7ca72a39b1
|
Change query metric hash from MD5 of sql + name + loc to Checksum of sql
|
2021-08-06 11:52:38 +12:00 |
|
rbygrave
|
f34e0f5f2b
|
#2287 - ebean-migration: For multiple platforms automatically run the correct migrations
|
2021-08-05 23:03:02 +12:00 |
|
rbygrave
|
d98a31fa6b
|
Bump to 12.11.0-SNAPSHOT
|
2021-08-05 16:53:51 +12:00 |
|
rbygrave
|
9a82dbb3e6
|
Bump parent to java8-oss 3.2 with GPG maven plugin active only with "release" profile
The GPG maven plugin is now only active with the "release" profile
use -P release when we want to release with GPG signing
|
2021-08-05 13:17:32 +12:00 |
|
rbygrave
|
a76442641b
|
Tidy test only - rename ServerConfigTest to DatabaseConfigTest and tidy
|
2021-08-05 13:14:00 +12:00 |
|
rbygrave
|
2043fdf7e1
|
#2274 Add DatabaseConfig jsonMutationDetection property setting the global default mode
|
2021-08-05 13:12:18 +12:00 |
|
rbygrave
|
a06f7bea41
|
Tidy javadoc for MutableValueInfo
|
2021-08-05 12:55:42 +12:00 |
|
rbygrave
|
db34afe867
|
#2284 - ENH: ddl-generator - add optional generation of idx_<platform>.migrations file
|
2021-08-03 00:03:02 +12:00 |
|
rbygrave
|
589ee7a5ea
|
#2284 - ENH: ddl-generator - add optional generation of idx_<platform>.migrations file
|
2021-08-02 23:59:49 +12:00 |
|
rbygrave
|
4ba26ee7b7
|
#2283 - ddl-generator - Refactor tidy DefaultDbMigration etc
|
2021-08-02 20:49:30 +12:00 |
|
rbygrave
|
71223895ac
|
#2283 - ddl-generator - Refactor tidy whitespace etc
|
2021-08-02 20:38:05 +12:00 |
|
rbygrave
|
928b90122f
|
#2283 - ddl-generator - Add DbMigration.addPlatform(Platform) with default sub-directory based on Platform
|
2021-08-02 20:15:51 +12:00 |
|
rbygrave
|
d601a88d82
|
#2278 - Move null to empty json collections check to BeanPropertyJsonBasic
|
2021-07-30 23:53:28 +12:00 |
|
rbygrave
|
443e826f61
|
#2278 - Embedded bean override with DbJson property
|
2021-07-30 23:22:06 +12:00 |
|
rbygrave
|
2691221168
|
#2278 - Do not override empty json collections, when database value is null
|
2021-07-30 22:53:51 +12:00 |
|
rbygrave
|
e62bb3dc6b
|
Merge branch 'pr/bugfix/null_to_empty_json_collection' of https://github.com/FOCONIS/ebean into FOCONIS-pr/bugfix/null_to_empty_json_collection
|
2021-07-30 22:51:40 +12:00 |
|
 Rob BygraveandGitHub
|
604099429e
|
Merge pull request #2282 from ebean-orm/feature/json-mutable-collections
Treat json Jackson collections the same wrt mutation detection
|
2021-07-30 21:15:04 +12:00 |
|
 Rob BygraveandGitHub
|
11dc7f64ba
|
Merge pull request #2274 from ebean-orm/feature/json-dirty-detection-md5
Add support for JSON bean mutation detection via HASH and SOURCE of JSON string content
|
2021-07-30 21:11:42 +12:00 |
|
rbygrave
|
ceea705a76
|
Treat json Jackson collections the same wrt mutation detection
|
2021-07-30 20:20:03 +12:00 |
|
rbygrave
|
d9f7531e81
|
Tidy tests only - TestDbJson_Jackson3 TestJacksonPlainBean
|
2021-07-30 17:26:46 +12:00 |
|
rbygrave
|
7bd7640c63
|
Update test TestDbJson_Jackson3 showing HASH mode is used even on ModifyAwareType
|
2021-07-30 17:18:28 +12:00 |
|
rbygrave
|
ca1636ff9e
|
Fix when json/jackson bean inserted as null and not changed
Expectation is that it is not included in update (still null, no change)
|
2021-07-30 17:16:05 +12:00 |
|
rbygrave
|
ea741d0169
|
Update TestDbJson_Jackson3 with comments
|
2021-07-30 15:41:52 +12:00 |
|
rbygrave
|
c43e2e6956
|
Update TestDbJson_Jackson3
|
2021-07-30 15:34:54 +12:00 |
|
rbygrave
|
03004452ac
|
ebean.mf set back to synthetic: true
|
2021-07-30 14:53:32 +12:00 |
|
rbygrave
|
a470877017
|
Update kotlin-querybean-generator pom to make kotlin in IntelliJ happy
|
2021-07-30 14:52:49 +12:00 |
|
rbygrave
|
777d322222
|
#2279 - Remove _ebean_getMarker() from EntityBean interface - not actually required
|
2021-07-30 14:51:38 +12:00 |
|