Rob Bygrave
0171c1afef
Version 13.23.1
13.23.1
2023-10-18 15:47:04 +13:00
Rob Bygrave
31c106f604
Bump ebean-agent to 13.23.1
2023-10-18 15:16:20 +13:00
Rob Bygrave and GitHub
20d2838be4
Merge pull request #3250 from ebean-orm/feature/bump-parent
...
Make Jackson a transitive dependency of ebean-jackson-mapper
2023-10-17 23:25:43 +13:00
Rob Bygrave
4238a951ca
Make Jackson a transitive dependency of ebean-jackson-mapper
...
So jackson-core and jackson-databind are both transitive dependencies
of ebean-jackson-mapper.
2023-10-17 23:25:09 +13:00
Rob Bygrave and GitHub
b5d4bed615
Merge pull request #3249 from ebean-orm/feature/bump-parent
...
Support native-image via querybean-generator
2023-10-17 23:18:17 +13:00
Rob Bygrave
3ef715ef64
Support native-image via querybean-generator
2023-10-17 23:09:18 +13:00
Rob Bygrave and GitHub
aea39528ab
Merge pull request #3248 from ebean-orm/feature/bump-parent
...
Bump dependency for avaje-config to 3.9
2023-10-17 22:39:04 +13:00
Rob Bygrave
dd498409e0
Bump dependency for avaje-config to 3.9
2023-10-17 22:38:33 +13:00
Rob Bygrave and GitHub
bae33101df
Merge pull request #3247 from ebean-orm/feature/bump-parent
...
Bump parent pom
2023-10-17 22:37:53 +13:00
Rob Bygrave
e1972ac544
Bump parent pom
2023-10-17 22:37:20 +13:00
Rob Bygrave
c7241ba3dc
Fix test for java 16+ annotation processor version
2023-10-16 23:30:45 +13:00
Rob Bygrave
73416ed65a
For testing java 16+ include JDK 17 and 21 only
2023-10-16 23:19:48 +13:00
Rob Bygrave
cd70c178f1
For testing java 16+ include JDK 17 and 21 only
2023-10-16 23:17:25 +13:00
Rob Bygrave
aa298235f3
For testing java 16+ include JDK 21 and 22
2023-10-16 23:15:32 +13:00
Rob Bygrave and GitHub
8733fed14b
Merge pull request #3246 from ebean-orm/feature/annotation-processing-jdk-22
...
Explicit annotation processors required with JDK 22
2023-10-16 22:06:20 +13:00
Rob Bygrave
169d170247
Explicit annotation processors required with JDK 22
...
JDK 22 changes such that annotation processors are not found by default on
the classpath. As such they either need to be explicitly registered with
the compiler (e.g. maven-compiler-plugin) or use -proc:full
2023-10-16 21:54:32 +13:00
Rob Bygrave
d0ee42e0de
Include <compilerArgument>-proc:full</compilerArgument> for JDK 22 EA build
2023-10-16 20:32:41 +13:00
Rob Bygrave and GitHub
91ecc074a7
Merge pull request #3243 from ebean-orm/feature/postgis-dependency
...
Fix ebean-bom dependencies for ebean-test
2023-10-11 20:04:12 +13:00
Rob Bygrave
c2b381af1e
Fix ebean-bom dependencies for ebean-test
...
Fix by removing the scopes test and provided in the ebean-bom
2023-10-11 20:03:12 +13:00
Rob Bygrave and GitHub
eeb0a15617
Merge pull request #3242 from ebean-orm/feature/postgis-dependency
...
Add missing dependency for ebean-postgis-types to ebean-postgis
2023-10-11 19:59:48 +13:00
Rob Bygrave
6abed0dd73
Add missing dependency for ebean-postgis-types to ebean-postgis
2023-10-11 19:58:12 +13:00
Rob Bygrave and GitHub
1318cd706f
Merge pull request #3241 from ebean-orm/feature/StdOperators-dep
...
Remove the Deprecated(experimental) from StdOperators
2023-10-10 23:43:29 +13:00
Rob Bygrave
1e8c609dec
Remove the Deprecated(experimental) from StdOperators
2023-10-10 23:42:47 +13:00
Rob Bygrave
4506596379
Tidy remove old stylesheet.css from source
2023-10-10 23:41:42 +13:00
Rob Bygrave
0b2c016af2
Version 13.23.0
13.23.0
2023-10-10 22:46:30 +13:00
Rob Bygrave
29d946ec59
Bump ebean-agent
2023-10-10 22:33:35 +13:00
Rob Bygrave
da76b422c8
Fix test with sql logging including executeBatch() for sqlserver
2023-10-10 22:26:25 +13:00
Rob Bygrave
a1a3b33fc6
Fix test with sql logging including executeBatch() for sqlserver
2023-10-10 21:47:14 +13:00
Rob Bygrave and GitHub
7ecd7877d5
Merge pull request #3240 from ebean-orm/feature/OneToOne-softDelete-join
...
OneToOne with SoftDelete join missing deleted predicate
2023-10-10 21:38:50 +13:00
Rob Bygrave
e5f64f4211
Fix test with sql logging including executeBatch()
2023-10-10 21:38:17 +13:00
Rob Bygrave
90a6b71b7e
#3240 followup no functional change, tidy use of ctx.joinAdded()
2023-10-10 21:33:23 +13:00
Rob Bygrave
131d531922
#3240 followup no functional change, tidy use of ctx.joinAdded()
2023-10-10 21:32:28 +13:00
Rob Bygrave
5684919a9f
Fix for OneToOne with SoftDelete join missing deleted predicate
2023-10-10 21:27:26 +13:00
Rob Bygrave
80fc0723c8
Failing test for OneToOne with SoftDelete join missing deleted predicate
2023-10-10 21:24:35 +13:00
Rob Bygrave and GitHub
3ae4c8981e
Merge pull request #3238 from ebean-orm/feature/sql-log-executeBatch
...
Change SQL log to include executeBatch() via BatchedPstmt
2023-10-10 09:15:06 +13:00
Rob Bygrave
b80c67286b
Change SQL log to include executeBatch() via BatchedPstmt
...
Adjustments to tests to support this
2023-10-10 01:02:11 +13:00
Rob Bygrave
0bead4135e
Change SQL log to include executeBatch() via BatchedPstmt
...
Adjustments to tests to support this
2023-10-10 00:59:25 +13:00
Rob Bygrave
ac6473e039
Change SQL log to include executeBatch() via BatchedPstmt
2023-10-10 00:59:06 +13:00
Rob Bygrave and GitHub
32188bdd54
Merge pull request #3237 from ebean-orm/feature/3233
...
#3234 - Query Bean Generator Generates Non-Compilable Code When Entit…
2023-10-09 22:04:05 +13:00
Rob Bygrave
b3a577e3f9
#3234 - Query Bean Generator Generates Non-Compilable Code When Entity Uses @Embeddable Inner Class For Primary Key Type
2023-10-09 22:03:02 +13:00
Rob Bygrave and GitHub
7d1774e2ed
Merge pull request #3236 from ebean-orm/feature/3233
...
In version 13.22 if the entity definition is in a different package, …
2023-10-09 22:01:38 +13:00
Rob Bygrave
395edb62bf
In version 13.22 if the entity definition is in a different package, the generated query bean cannot resolve the symbol erro
2023-10-09 21:10:56 +13:00
Rob Bygrave and GitHub
716b7e7b93
Merge pull request #3232 from ebean-orm/feature/postgis-rename-types-add-composite
...
Add ebean-postgres-types to ebean-bom
2023-10-06 23:16:27 +13:00
Rob Bygrave
9aadc347d7
Add ebean-postgres-types to ebean-bom
2023-10-06 23:15:43 +13:00
Rob Bygrave and GitHub
d2d1423c88
Merge pull request #3231 from ebean-orm/feature/postgis-rename-types-add-composite
...
Rename ebean-postgis -> ebean-postgis-types + add new composite ebean…
2023-10-06 23:07:03 +13:00
Rob Bygrave
73cfea6053
For postgres dependency exclude checker framework dependency
2023-10-06 23:06:41 +13:00
Rob Bygrave
1614166d75
Rename ebean-postgis -> ebean-postgis-types + add new composite ebean-postgis
...
With this, people can depend on ebean-postgis (the composite) and get all the
dependencies they need (which is ebean-platform-postgres + ebean-postgis-types
+ others).
This should just make it easier for people in that currently we need both
ebean-postgis + ebean-postgres which isn't obvious enough.
2023-10-06 22:59:00 +13:00
Rob Bygrave and GitHub
3d9b122a9f
Merge pull request #3230 from ebean-orm/feature/deprecate-servletContextListener
...
Deprecate ServletContextListener (for shutdown in servlet container)
2023-10-06 22:40:07 +13:00
Rob Bygrave
1cc1d29c2f
Deprecate ServletContextListener (for shutdown in servlet container)
...
Deprecated for removal - no intention to replace. Create your own
ServletContextListener if needed for your application.
2023-10-06 22:38:26 +13:00
Rob Bygrave
45467a3358
Bump ebean-agent
13.22.1
2023-10-06 22:07:01 +13:00