Rob Bygrave
3a84695130
Version 13.18.0
13.18.0
2023-05-31 22:06:30 +12:00
Rob Bygrave and GitHub
3f6d6908e2
Merge pull request #3081 from ebean-orm/feature/bump-migration-2
...
Bump ebean-migration to 13.9.0 - changes API for checkState()
2023-05-31 20:53:24 +12:00
Rob Bygrave
9f4bf6103f
Bump ebean-migration to 13.9.0 - changes API for checkState()
...
Code using ebean-migration checkState() methods needs to change
as those methods now return a new MigrationResource interface type
2023-05-31 20:51:28 +12:00
Rob Bygrave and GitHub
ad7bb7063d
Merge pull request #3079 from ebean-orm/feature/bump-migration
...
Bump ebean-migration to 13.8.0 and ebean-ddl-runner to 2.3
2023-05-29 16:28:44 +12:00
Rob Bygrave
04b4fea559
Bump ebean-migration to 13.8.0 and ebean-ddl-runner to 2.3
2023-05-29 16:27:54 +12:00
Rob Bygrave and GitHub
eb824949fe
Merge pull request #3078 from ebean-orm/feature/refactor-renameDtoMethodUsingAccessors
...
Refactor internal dto methods to use accessors
2023-05-26 15:24:40 +12:00
robin.bygrave
34db4d0c1f
Refactor internal dto methods to use accessors
2023-05-26 15:09:11 +12:00
Rob Bygrave and GitHub
54a3113dbc
Merge pull request #3077 from ebean-orm/feature/3062-dtoQuery
...
Use Statement for truncate table and postgres version query
2023-05-26 15:03:52 +12:00
robin.bygrave
7635630808
Use Statement for truncate table and postgres version query
2023-05-26 15:03:13 +12:00
Rob Bygrave and GitHub
e4018864ac
Merge pull request #3075 from ebean-orm/feature/3062-dtoQuery
...
#3062 - DtoQuery may match the wrong constructor
2023-05-25 21:58:52 +12:00
robin.bygrave
75e69a0a23
#3062 - DtoQuery may match the wrong constructor
...
When 2 or more Dto constructors clash by argument count
then we need to ignore those constructors.
2023-05-25 21:57:54 +12:00
Rob Bygrave and GitHub
6061f80dcc
Merge pull request #3074 from ebean-orm/feature/toString_roundBrackets
...
Change toString to use (trimmed) with round brackets
2023-05-25 21:15:31 +12:00
robin.bygrave
c60525a685
Change toString to use (trimmed) with round brackets
...
Change from use <> angle brackets as with json logger these are escaped which is a little ugly
2023-05-25 21:14:51 +12:00
Rob Bygrave and GitHub
eef628531a
Merge pull request #3073 from ebean-orm/feature/bump-yugabyte
...
Bump yugabyte version to 2.18.0.0
2023-05-25 21:04:07 +12:00
robin.bygrave
33d9257a61
Bump yugabyte version to 2.18.0.0
2023-05-25 20:56:10 +12:00
robin.bygrave
7b032351b1
Bump yugabyte version to 2.18.0.0
2023-05-25 20:48:50 +12:00
robin.bygrave
265f865a7d
Postgres DDL - Use IF NOT EXISTS with ADD COLUMN
...
Update generated hashes
2023-05-25 20:30:47 +12:00
Rob Bygrave and GitHub
73d30310fd
Merge pull request #3072 from ebean-orm/feature/postgres-dll-addColumn-ifNotExists
...
Postgres DDL - Use IF NOT EXISTS with ADD COLUMN
2023-05-25 20:28:41 +12:00
Rob Bygrave and GitHub
e26fbbb11f
Merge branch 'master' into feature/postgres-dll-addColumn-ifNotExists
2023-05-25 20:25:54 +12:00
Rob Bygrave and GitHub
a548c16789
Merge pull request #3071 from ebean-orm/feature/postres-ddl-varchar-changeSize
...
Postgres DDL - Don't use cast when just changing varchar column size
2023-05-25 20:23:04 +12:00
robin.bygrave
ecf650c9bc
Postgres DDL - Use IF NOT EXISTS with ADD COLUMN
2023-05-25 20:22:18 +12:00
robin.bygrave
b27b4e7038
Postgres DDL - Don't use cast when just changing varchar column size
2023-05-25 20:00:36 +12:00
Rob Bygrave and GitHub
58d190ef12
Merge pull request #3070 from ebean-orm/dependabot/maven/ebean-test/org.xerial-sqlite-jdbc-3.41.2.2
...
Bump sqlite-jdbc from 3.36.0.3 to 3.41.2.2 in /ebean-test
2023-05-24 09:28:05 +12:00
dependabot[bot] and GitHub
bffc9108f9
Bump sqlite-jdbc from 3.36.0.3 to 3.41.2.2 in /ebean-test
...
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc ) from 3.36.0.3 to 3.41.2.2.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases )
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG )
- [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.36.0.3...3.41.2.2 )
---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-23 20:15:29 +00:00
Rob Bygrave and GitHub
114a715432
Merge pull request #3068 from FOCONIS/throw-exceptions
...
DB.refrence throws EntityNotFoundException instead returning null
2023-05-23 19:29:51 +12:00
Rob Bygrave and GitHub
67d98954b2
Merge pull request #3069 from ebean-orm/feature/bump-avaje-config
...
Bump avaje-config to 3.4
2023-05-23 19:28:47 +12:00
Rob Bygrave
53e7aafb06
Bump avaje-config to 3.4
2023-05-23 19:26:29 +12:00
Roland Praml
e207b4720b
DB.refrence throws EntityNotFoundException instead returning null
2023-05-23 08:37:52 +02:00
Rob Bygrave and GitHub
af6da23411
Merge pull request #3067 from ebean-orm/feature/2064-jakarta-transaction
...
#3064 - JtaTransaction does not use jarkarta prefix for javax.transaction classes
2023-05-23 17:11:38 +12:00
robin.bygrave
21f274fd34
#3064 - JtaTransaction does not use jarkarta prefix for javax.transaction classes
2023-05-23 17:09:53 +12:00
Rob Bygrave and GitHub
1b8df12a01
Merge pull request #3066 from ebean-orm/feature/3060-part2
...
From #3060 - Add missing @Nullable to ExpressionList.findSingleAttribute()
2023-05-23 17:00:14 +12:00
robin.bygrave
b210d1a6a7
From #3060 - Add missing @Nullable to ExpressionList.findSingleAttribute()
2023-05-23 16:12:13 +12:00
Rob Bygrave and GitHub
d53ca87d43
Merge pull request #3057 from FOCONIS/property-value-intercept
...
Property.value use intercept to trigger lazy load
2023-05-23 13:36:09 +12:00
Rob Bygrave and GitHub
635820cab5
Merge pull request #3058 from ebean-orm/feature/BeanProperty-value-to-getValue
...
No functional change, change use of BeanProperty.value() to BeanProperty.getValue()
2023-05-19 16:09:37 +12:00
Rob Bygrave and GitHub
aedb0fdcac
Merge pull request #3063 from ebean-orm/feature/improve-error-message-no-join-columns
...
Use DeployBeanProperty toString() removing getFullBeanName()
2023-05-19 16:08:54 +12:00
robin.bygrave
4db1925328
No functional change, change use of BeanProperty.value() to BeanProperty.getValue()
...
Noting that value() currently calls through to getValue() hence
this is no real change. This is done because value() is also
a public method Property.value() [and this should probably
change to use getValueIntercept() rather than getValue()]
2023-05-17 15:31:52 +12:00
Roland Praml
6f2a444954
Property.value use intercept
2023-05-16 15:28:30 +02:00
Rob Bygrave and GitHub
59b6621077
Merge pull request #3055 from ebean-orm/feature/queryPlanCaptureMicros
...
ENH: Add captureMicros and whenCaptured to MetaQueryPlan
2023-05-16 15:38:05 +12:00
Rob Bygrave and GitHub
15a39f62e6
Merge pull request #3056 from ebean-orm/bump/yugabyte
...
Testing - Bump YugabyteDB version for testing to 2.17.3.0-b152
2023-05-16 15:37:29 +12:00
robin.bygrave
40489706ce
Testing - Bump YugabyteDB version for testing to 2.17.3.0-b152
2023-05-16 14:39:46 +12:00
robin.bygrave
742f3b6dc4
ENH: Add captureMicros and whenCaptured to MetaQueryPlan
...
- captureMicros is the time taken to capture the specific query plan
- whenCaptured is the time when the bind values were taken
The DefaultQueryPlanListener logging will include these in the
output it logs
2023-05-16 13:47:27 +12:00
Rob Bygrave and GitHub
753617a616
Merge pull request #3039 from FOCONIS/detailed-error-message
...
Throw excepction when trying to create unregistered bean
2023-05-10 16:37:18 +12:00
Rob Bygrave and GitHub
114da00d98
Merge pull request #3040 from FOCONIS/correct-quotes
...
FIX: Use correct quotes when logging
2023-05-10 16:36:27 +12:00
Rob Bygrave and GitHub
283ab7a1ac
Merge pull request #3038 from FOCONIS/fix-javadoc-plugin
...
FIX build on system without JAVA_HOME set
2023-05-10 16:35:39 +12:00
Rob Bygrave and GitHub
096988c19f
Merge pull request #3052 from ebean-orm/feature/dep-config
...
Bump jackson dependency to 2.15.0
2023-05-10 16:34:06 +12:00
Rob Bygrave
baf727e8ea
Bump jackson dependency to 2.15.0
2023-05-10 16:33:38 +12:00
Rob Bygrave and GitHub
2eb6558145
Merge pull request #3051 from ebean-orm/feature/dep-config
...
Bump avaje-config dependency to 3.2
2023-05-10 16:30:39 +12:00
Rob Bygrave
d946504503
Bump avaje-config dependency to 3.2
2023-05-10 16:30:03 +12:00
Rob Bygrave
ed94edd96b
Bump to next snapshot version
2023-05-10 16:26:03 +12:00
Rob Bygrave and GitHub
6441030161
Merge pull request #3030 from ebean-orm/feature/bump-avaje-config
...
Included ebean-migration as a dependency of ebean, ebean-postgres etc
2023-05-10 16:24:54 +12:00