@ -331,33 +330,30 @@ public class JdbcAggregateTemplate implements JdbcAggregateOperations {
@@ -331,33 +330,30 @@ public class JdbcAggregateTemplate implements JdbcAggregateOperations {
@ -59,14 +61,12 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -59,14 +61,12 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@ -81,8 +81,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -81,8 +81,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@ -90,7 +89,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -90,7 +89,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
entity=aggregateChange.getEntity();
SoftAssertions.assertSoftly(softly->{
assertSoftly(softly->{
softly.assertThat(entity.rootId).isEqualTo(1);
softly.assertThat(entity.single.id).isEqualTo(2);
@ -102,8 +101,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -102,8 +101,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@ -112,7 +110,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -112,7 +110,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@ -124,8 +122,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -124,8 +122,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@ -147,8 +144,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -147,8 +144,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@ -172,8 +168,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -172,8 +168,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@ -183,7 +178,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -183,7 +178,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
entity=aggregateChange.getEntity();
SoftAssertions.assertSoftly(softly->{
assertSoftly(softly->{
softly.assertThat(entity.rootId).isEqualTo(1);
softly.assertThat(entity.single.id).isEqualTo(2);
@ -201,8 +196,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -201,8 +196,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@ -212,7 +206,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -212,7 +206,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
entity=aggregateChange.getEntity();
SoftAssertions.assertSoftly(softly->{
assertSoftly(softly->{
softly.assertThat(entity.rootId).isEqualTo(1);
softly.assertThat(entity.contentSet)//
@ -237,8 +231,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -237,8 +231,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@ -249,7 +242,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -249,7 +242,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
entity=aggregateChange.getEntity();
SoftAssertions.assertSoftly(softly->{
assertSoftly(softly->{
softly.assertThat(entity.rootId).isEqualTo(1);
softly.assertThat(entity.contentList)//
@ -271,8 +264,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -271,8 +264,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@ -284,7 +276,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -284,7 +276,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
entity=aggregateChange.getEntity();
SoftAssertions.assertSoftly(softly->{
assertSoftly(softly->{
softly.assertThat(entity.rootId).isEqualTo(1);
softly.assertThat(entity.contentList)//
@ -309,8 +301,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -309,8 +301,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@ -322,7 +313,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -322,7 +313,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
entity=aggregateChange.getEntity();
SoftAssertions.assertSoftly(softly->{
assertSoftly(softly->{
softly.assertThat(entity.rootId).isEqualTo(1);
softly.assertThat(entity.contentMap.entrySet())//
@ -351,8 +342,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -351,8 +342,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@ -363,7 +353,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -363,7 +353,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
entity=aggregateChange.getEntity();
SoftAssertions.assertSoftly(softly->{
assertSoftly(softly->{
softly.assertThat(entity.rootId).isEqualTo(1);
softly.assertThat(entity.contentNoIdList)//
@ -380,8 +370,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -380,8 +370,7 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@ -441,11 +430,10 @@ public class AggregateChangeIdGenerationImmutableUnitTests {
@@ -441,11 +430,10 @@ public class AggregateChangeIdGenerationImmutableUnitTests {