Rob Bygrave
dc00765a98
Merge branch 'fix-for-db2'
2024-03-07 20:45:57 +13:00
Rob Bygrave
a48b2f4ebe
#3354 Use 4000 for DB Lob detection with distinct query
...
- Use 4000 to match the DB2 logic for considering a column a lob (for distinct etc)
- Rename distinctNoLobs -> platformDistinctNoLobs
- Rename isDbLob() -> isLobForPlatform()
- Rename unselectLobs() -> unselectLobsForPlatform()
2024-03-07 20:45:40 +13:00
Rob Bygrave and GitHub
837563544f
Merge pull request #3357 from ebean-orm/feature/avaje-config-dependency-ContainerConfig
...
Modify ContainerConfig to remove the avaje-config dependency
2024-03-07 20:23:36 +13:00
Rob Bygrave
fd199f406b
Modify ContainerConfig to remove the avaje-config dependency
...
This actually reverts a change that was made in commit:
https://github.com/ebean-orm/ebean/commit/803f1d86428ce3b653276d72207e5a0009b57d16
2024-03-05 21:18:27 +13:00
Roland Praml
a48e96c7e9
FIX broken test for DB2
2024-03-04 10:02:05 +01:00
Rob Bygrave
7ba6e5f67d
Add howto-deploy-to-central.md
2024-03-03 22:08:47 +13:00
Rob Bygrave
6ce42b1ca3
Version 14.0.1
14.0.1
2024-03-03 20:24:26 +13:00
Rob Bygrave and GitHub
89617cefbe
Merge pull request #3353 from ebean-orm/feature/bump-migration-14
...
dep: Bump ebean-migration to 14.0.0, no effective change
2024-03-03 20:19:40 +13:00
Rob Bygrave
dd377621a4
dep: Bump ebean-migration to 14.0.0, no effective change
...
No effective change in that ebean-migration 14.0.0 has no change, it was released to align version numbers with 14.x
2024-03-03 20:19:17 +13:00
Rob Bygrave
d844855462
Bump ebean-agent to 14.0.1
2024-03-03 18:32:14 +13:00
Rob Bygrave and GitHub
f68c25d5f3
Merge pull request #3352 from ebean-orm/feature/dep-common-components
...
dep: Update the common components to 14.0.0 ebean-joda-types, ebean-jackson-jsonnode
2024-03-03 18:29:15 +13:00
Rob Bygrave
61cfc7a979
dep: Update the common components to 14.0.0 ebean-joda-types, ebean-jackson-jsonnode
2024-03-03 17:01:36 +13:00
Rob Bygrave and GitHub
3c98ee7f1b
Merge pull request #3351 from ebean-orm/dep/bump-config
...
Bump test dependencies only - logback and ebean-test-containers
2024-03-03 16:54:56 +13:00
Rob Bygrave
0738316f15
Bump test dependencies only - logback and ebean-test-containers
2024-03-03 16:54:22 +13:00
Rob Bygrave and GitHub
ceb83befa3
Merge pull request #3350 from ebean-orm/dep/bump-config
...
dep: Bump avaje-config to 3.12 - supports AWS AppConfig & Dynamic Logback
2024-03-03 15:42:59 +13:00
Rob Bygrave
a0b04cceda
dep: Bump avaje-config to 3.12 - supports AWS AppConfig & Dynamic Logback
...
This version of avaje-config supports using AWS AppConfig as a configuration source (via avaje-aws-appconfig). It also supports dynamic changing Logback logging levels (via avaje-dynamic-logback).
2024-03-03 15:38:14 +13:00
Rob Bygrave
03edfb5454
git workflow trigger on push to master and pull_request
2024-03-03 15:33:39 +13:00
Rob Bygrave and GitHub
62015451df
Merge pull request #3349 from ebean-orm/feature/dep-ebean-datasource
...
dep: Bump ebean-datasource to 8.12
2024-03-03 15:32:36 +13:00
Rob Bygrave
ed9113efe6
dep: Bump ebean-datasource to 8.12
...
This adds the option to register a JVM shutdown hook (which we generally will not use with ebean as the ebean io.ebean.Database shutdown wants to shutdown the DataSource after any background tasks have completed).
This also adds an experimental feature for use with AWS Lambda to check for old idle connections due to lambda suspension.
2024-03-03 15:24:44 +13:00
Rob Bygrave
334793667e
Add deployment error message for ManyToMany with one of the related beans missing an @Id property
2024-03-03 14:14:23 +13:00
Rob Bygrave and GitHub
351a1c4739
Merge pull request #3348 from ebean-orm/feature/3313-fetchGroup-with-config
...
#3313 Ability to configure fetch batch size when using FetchGroups and query beans
2024-03-03 13:53:52 +13:00
Rob Bygrave
b2de333dcc
#3313 Ability to configure fetch batch size when using FetchGroups and query beans
...
We can do this currently using string paths and properties, this adds support for doing this when using query beans and strong types
2024-03-03 13:47:49 +13:00
Rob Bygrave
6091f7b683
No effective change - tidy test TestJsonImplicitLoaded
2024-03-03 12:25:25 +13:00
Rob Bygrave and GitHub
43fb84cbc0
Merge pull request #3345 from FOCONIS/jsonwrite-loaded-props
...
NEW: Allow control of jsonwrite-loadedprops
2024-03-03 12:23:17 +13:00
Rob Bygrave and GitHub
52a4e9e19b
Merge pull request #3347 from ebean-orm/feature/3337-querybean-imports
...
#3337 Fix querybean-generation to not import the entity bean type
2024-03-03 12:17:42 +13:00
Rob Bygrave
a2cdea24ed
#3337 Fix querybean-generation to not import the entity bean type
...
Use the full canonical name of the entity bean in the generated code.
2024-03-03 12:13:49 +13:00
Rob Bygrave
cd780208e5
Javadoc format only for io.ebean.Database
2024-03-03 11:45:36 +13:00
Rob Bygrave and GitHub
9ce0e923d7
Merge pull request #3346 from ebean-orm/feature/lengthCheck-postgres
...
#3341 String length validation with Postgres PGobject (JSON/JSONB)
2024-03-02 10:26:52 +13:00
Rob Bygrave
9e461e4708
#3341 String length validation with Postgres PGobject (JSON/JSONB)
2024-03-02 10:06:22 +13:00
Rob Bygrave
5fa09a6f90
#3341 String length validation with Postgres PGobject (JSON/JSONB)
2024-03-02 09:52:04 +13:00
Rob Bygrave
6babb2e6f5
Add ebean.lengthCheck for mariadb test run
2024-03-02 09:39:25 +13:00
Rob Bygrave
26abe27e42
Add ebean.lengthCheck for sqlserver17 test run
2024-03-02 09:38:33 +13:00
Rob Bygrave
9b18d46b78
Add ebean.lengthCheck for mysql test run
2024-03-02 09:27:05 +13:00
Roland Praml
eed487ad26
NEW: Allow control of jsonwrite-loadedprops
2024-02-29 13:26:22 +01:00
Rob Bygrave and GitHub
c10865dfaf
Merge pull request #3344 from ebean-orm/feature/bump-avaje-config-311
...
Bump avaje-config to 3.11
2024-02-27 21:22:38 +13:00
Rob Bygrave
2352df309c
Bump avaje-config to 3.11
2024-02-27 21:21:58 +13:00
Rob Bygrave
feb2bd1e15
String length validation tidy up
2024-02-27 21:04:19 +13:00
Rob Bygrave
11c9bdfc6f
Squashed commit of the following:
...
commit 20152e16891582f8ff466a93ec2cf01871824d6d
Author: Rob Bygrave <robin.bygrave@gmail.com >
Date: Tue Feb 27 20:59:51 2024 +1300
#3341 Update DatabaseConfig for fluid style + javadoc
commit 1c495a7384
Author: Roland Praml <roland.praml@foconis.de >
Date: Mon Feb 26 10:25:42 2024 +0100
Fix: Compile errors
commit 574876b758
Merge: df7b04877 77634fc3e
Author: Roland Praml <roland.praml@foconis.de >
Date: Fri Feb 23 16:16:39 2024 +0100
Merge branch 'master-rob' into FOCONIS-string-length-validation
commit df7b04877d
Author: Rob Bygrave <robin.bygrave@gmail.com >
Date: Mon Jun 26 21:16:32 2023 +1200
#3121 BindMaxLength validation
At deploy time derive a BindMaxLength property to use
per BeanProperty
commit 4683877e0b
Merge: 9a4b9d4be d0020ab8c
Author: Rob Bygrave <robin.bygrave@gmail.com >
Date: Fri Jun 23 16:51:34 2023 +1200
Merge branch 'string-length-validation' of github.com:FOCONIS/ebean into FOCONIS-string-length-validation
commit d0020ab8ce
Author: Roland Praml <roland.praml@foconis.de >
Date: Tue Jun 20 14:47:20 2023 +0200
Length validation less invasive
commit 9b3b8ad46a
Author: Roland Praml <roland.praml@foconis.de >
Date: Tue Jun 20 13:03:04 2023 +0200
extended DataBind, so that it could return the last bound object
commit ca3c02bc1c
Author: Roland Praml <roland.praml@foconis.de >
Date: Mon Jun 19 09:52:52 2023 +0200
Failing test for SqlServer
2024-02-27 21:04:06 +13:00
Rob Bygrave and GitHub
4a6fc98395
Merge pull request #3339 from ebean-orm/fix/3338
...
Fix for #3338 Potential shutdown hang with SpringContextShutdownHook …
2024-02-26 21:58:39 +13:00
Rob Bygrave
7322030e90
Fix for #3338 Potential shutdown hang with SpringContextShutdownHook and ebean ShutdownHook
2024-02-26 08:32:44 +13:00
Rob Bygrave and GitHub
77634fc3eb
Merge pull request #3336 from ebean-orm/feature/bump-postgresql-4272
...
Bump postgresql dependency to 42.7.2
2024-02-21 16:11:24 +13:00
robin.bygrave
ed8d4b5fc4
Bump postgresql dependency to 42.7.2
2024-02-21 16:05:13 +13:00
Rob Bygrave and GitHub
187cc0903d
Merge pull request #3329 from ebean-orm/feature/bump-test-dependencies
...
Bump test dependencies for assertj and bytebuddy
2024-02-19 22:04:56 +13:00
Rob Bygrave
1d7a14c8f4
Bump test dependencies for assertj and bytebuddy
2024-02-19 21:51:38 +13:00
Rob Bygrave
c58b7d3da3
Test ebean.properties config values
2024-02-15 22:51:26 +13:00
Rob Bygrave
6b2cdc14aa
Version 14.0.0
14.0.0
2024-02-15 22:48:38 +13:00
Rob Bygrave
6d712a92a0
Bump ebean-agent to 14.0.0, no functional change
2024-02-15 22:21:09 +13:00
Rob Bygrave and GitHub
ea11b0c3b6
Merge pull request #3289 from FOCONIS/fix-nested-user-objects
...
Change semantic of userObjects in nested transaction
2024-02-15 22:10:45 +13:00
Rob Bygrave and GitHub
08e8402d05
Merge pull request #3301 from ebean-orm/feature/3295-PC-clear-on-bulk-update
...
#3295 Clear PersistenceContext on execution of bulk updates or deletes
2024-02-15 22:09:16 +13:00
Rob Bygrave and GitHub
006ad79379
Merge branch 'master' into feature/3295-PC-clear-on-bulk-update
2024-02-15 22:09:03 +13:00