Merge branch 'master' into feature/rename-tqrootbean

This commit is contained in:
Rob Bygrave
2024-04-12 22:46:55 +12:00
committed by GitHub
4 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
<artifactId>ebean-test</artifactId>
<properties>
<bytebuddy.version>1.14.12</bytebuddy.version>
<bytebuddy.version>1.14.13</bytebuddy.version>
<assertj.version>3.25.3</assertj.version>
</properties>
@@ -293,7 +293,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>junit</artifactId>
<version>1.4</version>
<version>1.5</version>
<scope>provided</scope>
</dependency>
@@ -18,6 +18,7 @@ class TestLazyLoadMany extends BaseTestCase {
}
return m0;
}
@Test
void loadAfterPCCleared() {
@@ -31,6 +32,7 @@ class TestLazyLoadMany extends BaseTestCase {
List<COOne> children = DB.find(COOne.class)
.setLazyLoadBatchSize(2)
.where().startsWith("name", "tll-m")
.orderBy("name")
.findList();
assertThat(children).hasSize(3);
+6 -6
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>org.avaje</groupId>
<artifactId>java11-oss</artifactId>
<version>3.12</version>
<version>4.1</version>
</parent>
<groupId>io.ebean</groupId>
@@ -51,10 +51,10 @@
<ebean-ddl-runner.version>2.3</ebean-ddl-runner.version>
<ebean-migration-auto.version>1.2</ebean-migration-auto.version>
<ebean-migration.version>14.0.0</ebean-migration.version>
<ebean-test-containers.version>7.3</ebean-test-containers.version>
<ebean-datasource.version>8.12</ebean-datasource.version>
<ebean-agent.version>14.2.0</ebean-agent.version>
<ebean-maven-plugin.version>14.2.0</ebean-maven-plugin.version>
<ebean-test-containers.version>7.4</ebean-test-containers.version>
<ebean-datasource.version>8.14</ebean-datasource.version>
<ebean-agent.version>14.2.1</ebean-agent.version>
<ebean-maven-plugin.version>14.2.1</ebean-maven-plugin.version>
<surefire.useModulePath>false</surefire.useModulePath>
</properties>
@@ -63,7 +63,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>junit</artifactId>
<version>1.4</version>
<version>1.5</version>
<scope>test</scope>
</dependency>
+1 -1
View File
@@ -46,7 +46,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>junit</artifactId>
<version>1.4</version>
<version>1.5</version>
<scope>test</scope>
</dependency>