Skip to content

Commit

Permalink
feat: updated to Camunda 7.20 and Spring Boot 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Oct 6, 2023
1 parent 43ed3c4 commit a2836b3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions examples/jwt/src/main/resources/processes/process.bpmn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.5.1">
<bpmn:process id="camunda.showcase" name="camunda.showcase" isExecutable="true">
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.15.2">
<bpmn:process id="camunda.showcase" name="camunda.showcase" isExecutable="true" camunda:historyTimeToLive="P365D">
<bpmn:startEvent id="START" name="Process&#10;started">
<bpmn:outgoing>SequenceFlow1</bpmn:outgoing>
</bpmn:startEvent>
Expand Down
34 changes: 17 additions & 17 deletions examples/sso-kubernetes/src/main/resources/processes/process.bpmn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.1">
<bpmn:process id="camunda.showcase" name="camunda.showcase" isExecutable="true">
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.15.2">
<bpmn:process id="camunda.showcase" name="camunda.showcase" isExecutable="true" camunda:historyTimeToLive="P365D">
<bpmn:startEvent id="START" name="Process&#10;started" camunda:formKey="embedded:app:forms/start-form.html">
<bpmn:outgoing>SequenceFlow1</bpmn:outgoing>
</bpmn:startEvent>
Expand Down Expand Up @@ -45,6 +45,21 @@
<dc:Bounds x="708" y="138" width="41" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="ServiceTask_16vok30_di" bpmnElement="ServiceTask_Logger">
<dc:Bounds x="529" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="UserTask_1y3exfo_di" bpmnElement="ApproveUser">
<dc:Bounds x="274" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="ExclusiveGateway_05yeyo5_di" bpmnElement="ExclusiveGateway_05yeyo5" isMarkerVisible="true">
<dc:Bounds x="421" y="95" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="EndEvent_1egi17q_di" bpmnElement="END_NOT_APPROVED">
<dc:Bounds x="710" y="212" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="705" y="255" width="46" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_08va5r8_di" bpmnElement="SequenceFlow1">
<di:waypoint x="209" y="120" />
<di:waypoint x="274" y="120" />
Expand All @@ -59,29 +74,14 @@
<dc:Bounds x="496.5" y="99" width="0" height="12" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="ServiceTask_16vok30_di" bpmnElement="ServiceTask_Logger">
<dc:Bounds x="529" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1f6ewxt_di" bpmnElement="SequenceFlow_1f6ewxt">
<di:waypoint x="374" y="120" />
<di:waypoint x="421" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="UserTask_1y3exfo_di" bpmnElement="ApproveUser">
<dc:Bounds x="274" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="ExclusiveGateway_05yeyo5_di" bpmnElement="ExclusiveGateway_05yeyo5" isMarkerVisible="true">
<dc:Bounds x="421" y="95" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_135rsnd_di" bpmnElement="SequenceFlow_135rsnd">
<di:waypoint x="473" y="120" />
<di:waypoint x="529" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="EndEvent_1egi17q_di" bpmnElement="END_NOT_APPROVED">
<dc:Bounds x="710" y="212" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="705" y="255" width="46" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_15leohd_di" bpmnElement="SequenceFlow_15leohd">
<di:waypoint x="446" y="145" />
<di:waypoint x="446" y="230" />
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<project.build.resourceEncoding>${encoding}</project.build.resourceEncoding>

<!-- versions -->
<version.camunda>7.20.0-alpha5</version.camunda>
<version.camunda>7.20.0</version.camunda>
<!-- <version.camunda>7.20.0-ee</version.camunda> -->
<version.springBoot>3.1.2</version.springBoot>
<version.springBoot>3.1.4</version.springBoot>
<version.commons-codec>1.16.0</version.commons-codec>

<!-- disable javadoc linter for JDK8 to not fail on incomplete javadoc -->
Expand Down

0 comments on commit a2836b3

Please sign in to comment.