Skip to content

Commit

Permalink
Merge pull request #1442 from camunda/rl-update-zeebe
Browse files Browse the repository at this point in the history
ci: update to zeebe 8.8.0-SNAPSHOT.
  • Loading branch information
npepinpe authored Feb 25, 2025
2 parents 0681d85 + 97c31ed commit ae9b96c
Show file tree
Hide file tree
Showing 24 changed files with 86 additions and 73 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-api</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Zeebe Process Test API</name>
Expand Down
24 changes: 12 additions & 12 deletions assertions/ignored-changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,84 +8,84 @@
"ignore": true,
"regex": true,
"code": "java.method.returnTypeChanged",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.7.*",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.8.*",
"justification": "Migration from zeebe-client-java to camunda-client-java"
},
{
"ignore": true,
"regex": true,
"code": "java.method.parameterTypeParameterChanged",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.7.*",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.8.*",
"justification": "Migration from zeebe-client-java to camunda-client-java"
},
{
"ignore": true,
"regex": true,
"code": "java.method.parameterTypeChanged",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.7.*",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.8.*",
"justification": "Migration from zeebe-client-java to camunda-client-java"
},
{
"ignore": true,
"regex": true,
"code": "java.field.typeChanged",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.7.*",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.8.*",
"justification": "Migration from zeebe-client-java to camunda-client-java"
},
{
"ignore": true,
"regex": true,
"code": "java.class.noLongerImplementsInterface",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.7.*",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.8.*",
"justification": "Migration from zeebe-client-java to camunda-client-java"
},
{
"ignore": true,
"regex": true,
"code": "java.class.superTypeTypeParametersChanged",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.7.*",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.8.*",
"justification": "Migration from zeebe-client-java to camunda-client-java"
},
{
"ignore": true,
"regex": true,
"code": "java.method.returnTypeChanged",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.7.*",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.8.*",
"justification": "Migration from zeebe-client-java to camunda-client-java"
},
{
"ignore": true,
"regex": true,
"code": "java.method.parameterTypeParameterChanged",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.7.*",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.8.*",
"justification": "Migration from zeebe-client-java to camunda-client-java"
},
{
"ignore": true,
"regex": true,
"code": "java.method.parameterTypeChanged",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.7.*",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.8.*",
"justification": "Migration from zeebe-client-java to camunda-client-java"
},
{
"ignore": true,
"regex": true,
"code": "java.field.typeChanged",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.7.*",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.8.*",
"justification": "Migration from zeebe-client-java to camunda-client-java"
},
{
"ignore": true,
"regex": true,
"code": "java.class.noLongerImplementsInterface",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.7.*",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.8.*",
"justification": "Migration from zeebe-client-java to camunda-client-java"
},
{
"ignore": true,
"regex": true,
"code": "java.class.superTypeTypeParametersChanged",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.7.*",
"newArchive": "io.camunda:zeebe-process-test-assertions:jar:8.8.*",
"justification": "Migration from zeebe-client-java to camunda-client-java"
}
]
Expand Down
4 changes: 2 additions & 2 deletions assertions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-assertions</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Zeebe Process Test Assertions</name>
Expand Down
4 changes: 2 additions & 2 deletions engine-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-engine-agent</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Zeebe Process Test Engine Agent</name>
Expand Down
4 changes: 2 additions & 2 deletions engine-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-engine-protocol</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Zeebe Process Test Engine Protocol</name>
Expand Down
4 changes: 2 additions & 2 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-engine</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Zeebe Process Test Engine</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ private static LogStream createLogStream(
.withPartitionId(partitionId)
.withLogStorage(logStorage)
.withClock(clock)
.withMeterRegistry(new SimpleMeterRegistry())
.build();
}

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
</parent>

<artifactId>zeebe-process-test-examples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions extension-testcontainer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-extension-testcontainer</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Zeebe Process Test Extension Testcontainer</name>
Expand Down
4 changes: 2 additions & 2 deletions extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-extension</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Zeebe Process Test Extension</name>
Expand Down
4 changes: 2 additions & 2 deletions filters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zeebe-process-test-filters</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>

<name>Zeebe Process Test Filters</name>

Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Zeebe Process Test Root</name>
Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency.spring-boot.version>3.3.7</dependency.spring-boot.version>
<dependency.spring.version>6.1.14</dependency.spring.version>
<dependency.testcontainers.version>1.20.4</dependency.testcontainers.version>
<dependency.zeebe.version>8.7.0-SNAPSHOT</dependency.zeebe.version>
<dependency.zeebe.version>8.8.0-SNAPSHOT</dependency.zeebe.version>

<license.header>com/mycila/maven/plugin/license/templates/APACHE-2.txt</license.header>

Expand Down Expand Up @@ -132,49 +132,49 @@
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-api</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-assertions</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-engine</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-extension</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-extension-testcontainer</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-filters</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-engine-protocol</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-test-common</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion qa/abstracts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-qa</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion qa/embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-qa</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
</parent>

<artifactId>zeebe-process-test-qa-embedded</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions qa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-root</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-qa-abstracts</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion qa/testcontainers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-qa</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
</parent>

<artifactId>zeebe-process-test-qa-testcontainers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-test/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-test-pom</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
import io.camunda.client.CamundaClient;
import io.camunda.client.CamundaClientBuilder;
import io.camunda.client.api.JsonMapper;
import io.camunda.spring.client.event.CamundaClientClosingEvent;
import io.camunda.spring.client.event.CamundaClientCreatedEvent;
import io.camunda.zeebe.process.test.api.ZeebeTestEngine;
import io.camunda.zeebe.process.test.assertions.BpmnAssert;
import io.camunda.zeebe.process.test.filters.RecordStream;
import io.camunda.zeebe.spring.client.event.ZeebeClientClosingEvent;
import io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent;
import io.camunda.zeebe.spring.test.proxy.CamundaClientProxy;
import io.camunda.zeebe.spring.test.proxy.ZeebeTestEngineProxy;
import java.lang.invoke.MethodHandles;
Expand Down Expand Up @@ -65,7 +65,7 @@ public void setupWithZeebeEngine(
.swapZeebeClient(camundaClient);
testContext
.getApplicationContext()
.publishEvent(new ZeebeClientCreatedEvent(this, camundaClient));
.publishEvent(new CamundaClientCreatedEvent(this, camundaClient));

LOGGER.info("...deployments and workers started.");
}
Expand Down Expand Up @@ -115,7 +115,7 @@ record -> {

testContext
.getApplicationContext()
.publishEvent(new ZeebeClientClosingEvent(this, camundaClient));
.publishEvent(new CamundaClientClosingEvent(this, camundaClient));
testContext.getApplicationContext().getBean(CamundaClientProxy.class).removeZeebeClient();
camundaClient.close();
testContext.getApplicationContext().getBean(ZeebeTestEngineProxy.class).removeZeebeEngine();
Expand Down
Loading

0 comments on commit ae9b96c

Please sign in to comment.