@nanobpm/nano-ide-app-embedded-graalvm-native 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/nano-ide.ext.json
CHANGED
|
@@ -2,14 +2,38 @@
|
|
|
2
2
|
"id": "embedded-graalvm-native",
|
|
3
3
|
"kind": "app",
|
|
4
4
|
"displayName": "Embedded Nano (GraalVM Native Image)",
|
|
5
|
-
"
|
|
5
|
+
"requires": [
|
|
6
|
+
"java"
|
|
7
|
+
],
|
|
8
|
+
"fileTypes": [
|
|
9
|
+
{
|
|
10
|
+
"ext": ".java",
|
|
11
|
+
"monacoLang": "java"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
6
14
|
"templates": [
|
|
7
|
-
{
|
|
15
|
+
{
|
|
16
|
+
"id": "embedded-graalvm-starter",
|
|
17
|
+
"label": "KYC microservice (GraalVM native) — same demo, ~30 MB standalone binary (ADR 0005)"
|
|
18
|
+
}
|
|
8
19
|
],
|
|
9
20
|
"toolchain": {
|
|
10
|
-
"detect": [
|
|
11
|
-
|
|
12
|
-
|
|
21
|
+
"detect": [
|
|
22
|
+
"mvn",
|
|
23
|
+
"-version"
|
|
24
|
+
],
|
|
25
|
+
"run": [
|
|
26
|
+
"./microservice/target/kyc-microservice"
|
|
27
|
+
],
|
|
28
|
+
"compile": [
|
|
29
|
+
"mvn",
|
|
30
|
+
"-q",
|
|
31
|
+
"-f",
|
|
32
|
+
"microservice/pom.xml",
|
|
33
|
+
"-Pnative",
|
|
34
|
+
"-DskipTests",
|
|
35
|
+
"package"
|
|
36
|
+
],
|
|
13
37
|
"targets": []
|
|
14
38
|
}
|
|
15
39
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nanobpm/nano-ide-app-embedded-graalvm-native",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "GraalVM Native Image variant of the embedded Nano JVM template: same Bernd-in-JVM code, compiled to a single standalone binary (~30 MB, no JDK required at runtime).",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": ["nano-ide-ext", "nano-ide-app", "nanobpm", "embedded", "graalvm", "native-image", "bernd"],
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL"
|
|
3
|
+
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
|
|
4
|
+
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"
|
|
5
|
+
xmlns:di="http://www.omg.org/spec/DD/20100524/DI"
|
|
3
6
|
xmlns:zeebe="http://camunda.org/schema/zeebe/1.0"
|
|
4
7
|
targetNamespace="http://example.com/kyc"
|
|
5
8
|
id="kyc_defs">
|
|
@@ -51,4 +54,47 @@
|
|
|
51
54
|
<bpmn:sequenceFlow id="f4" sourceRef="check_pep" targetRef="risk_score" />
|
|
52
55
|
<bpmn:sequenceFlow id="f5" sourceRef="risk_score" targetRef="e" />
|
|
53
56
|
</bpmn:process>
|
|
57
|
+
|
|
58
|
+
<bpmndi:BPMNDiagram id="BPMNDiagram_kyc">
|
|
59
|
+
<bpmndi:BPMNPlane id="BPMNPlane_kyc" bpmnElement="kyc">
|
|
60
|
+
<bpmndi:BPMNShape id="s_di" bpmnElement="s">
|
|
61
|
+
<dc:Bounds x="180" y="102" width="36" height="36" />
|
|
62
|
+
</bpmndi:BPMNShape>
|
|
63
|
+
<bpmndi:BPMNShape id="check_id_di" bpmnElement="check_id">
|
|
64
|
+
<dc:Bounds x="270" y="80" width="100" height="80" />
|
|
65
|
+
</bpmndi:BPMNShape>
|
|
66
|
+
<bpmndi:BPMNShape id="screen_sanctions_di" bpmnElement="screen_sanctions">
|
|
67
|
+
<dc:Bounds x="420" y="80" width="100" height="80" />
|
|
68
|
+
</bpmndi:BPMNShape>
|
|
69
|
+
<bpmndi:BPMNShape id="check_pep_di" bpmnElement="check_pep">
|
|
70
|
+
<dc:Bounds x="570" y="80" width="100" height="80" />
|
|
71
|
+
</bpmndi:BPMNShape>
|
|
72
|
+
<bpmndi:BPMNShape id="risk_score_di" bpmnElement="risk_score">
|
|
73
|
+
<dc:Bounds x="720" y="80" width="100" height="80" />
|
|
74
|
+
</bpmndi:BPMNShape>
|
|
75
|
+
<bpmndi:BPMNShape id="e_di" bpmnElement="e">
|
|
76
|
+
<dc:Bounds x="870" y="102" width="36" height="36" />
|
|
77
|
+
</bpmndi:BPMNShape>
|
|
78
|
+
<bpmndi:BPMNEdge id="f1_di" bpmnElement="f1">
|
|
79
|
+
<di:waypoint x="216" y="120" />
|
|
80
|
+
<di:waypoint x="270" y="120" />
|
|
81
|
+
</bpmndi:BPMNEdge>
|
|
82
|
+
<bpmndi:BPMNEdge id="f2_di" bpmnElement="f2">
|
|
83
|
+
<di:waypoint x="370" y="120" />
|
|
84
|
+
<di:waypoint x="420" y="120" />
|
|
85
|
+
</bpmndi:BPMNEdge>
|
|
86
|
+
<bpmndi:BPMNEdge id="f3_di" bpmnElement="f3">
|
|
87
|
+
<di:waypoint x="520" y="120" />
|
|
88
|
+
<di:waypoint x="570" y="120" />
|
|
89
|
+
</bpmndi:BPMNEdge>
|
|
90
|
+
<bpmndi:BPMNEdge id="f4_di" bpmnElement="f4">
|
|
91
|
+
<di:waypoint x="670" y="120" />
|
|
92
|
+
<di:waypoint x="720" y="120" />
|
|
93
|
+
</bpmndi:BPMNEdge>
|
|
94
|
+
<bpmndi:BPMNEdge id="f5_di" bpmnElement="f5">
|
|
95
|
+
<di:waypoint x="820" y="120" />
|
|
96
|
+
<di:waypoint x="870" y="120" />
|
|
97
|
+
</bpmndi:BPMNEdge>
|
|
98
|
+
</bpmndi:BPMNPlane>
|
|
99
|
+
</bpmndi:BPMNDiagram>
|
|
54
100
|
</bpmn:definitions>
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL"
|
|
3
|
+
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
|
|
4
|
+
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"
|
|
5
|
+
xmlns:di="http://www.omg.org/spec/DD/20100524/DI"
|
|
3
6
|
xmlns:zeebe="http://camunda.org/schema/zeebe/1.0"
|
|
4
7
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
5
8
|
targetNamespace="http://example.com/onboarding"
|
|
@@ -86,4 +89,78 @@
|
|
|
86
89
|
<bpmn:sequenceFlow id="f_queued" sourceRef="queue_for_ops" targetRef="end_manual" />
|
|
87
90
|
<bpmn:sequenceFlow id="f_notified" sourceRef="notify_rejection" targetRef="end_rejected" />
|
|
88
91
|
</bpmn:process>
|
|
92
|
+
|
|
93
|
+
<bpmndi:BPMNDiagram id="BPMNDiagram_onboarding">
|
|
94
|
+
<bpmndi:BPMNPlane id="BPMNPlane_onboarding" bpmnElement="onboarding">
|
|
95
|
+
<bpmndi:BPMNShape id="start_di" bpmnElement="start">
|
|
96
|
+
<dc:Bounds x="180" y="182" width="36" height="36" />
|
|
97
|
+
<bpmndi:BPMNLabel><dc:Bounds x="168" y="225" width="61" height="14" /></bpmndi:BPMNLabel>
|
|
98
|
+
</bpmndi:BPMNShape>
|
|
99
|
+
<bpmndi:BPMNShape id="verify_kyc_di" bpmnElement="verify_kyc">
|
|
100
|
+
<dc:Bounds x="270" y="160" width="100" height="80" />
|
|
101
|
+
</bpmndi:BPMNShape>
|
|
102
|
+
<bpmndi:BPMNShape id="kyc_gate_di" bpmnElement="kyc_gate" isMarkerVisible="true">
|
|
103
|
+
<dc:Bounds x="425" y="175" width="50" height="50" />
|
|
104
|
+
<bpmndi:BPMNLabel><dc:Bounds x="411" y="145" width="78" height="14" /></bpmndi:BPMNLabel>
|
|
105
|
+
</bpmndi:BPMNShape>
|
|
106
|
+
<bpmndi:BPMNShape id="activate_account_di" bpmnElement="activate_account">
|
|
107
|
+
<dc:Bounds x="530" y="60" width="100" height="80" />
|
|
108
|
+
</bpmndi:BPMNShape>
|
|
109
|
+
<bpmndi:BPMNShape id="queue_for_ops_di" bpmnElement="queue_for_ops">
|
|
110
|
+
<dc:Bounds x="530" y="160" width="100" height="80" />
|
|
111
|
+
</bpmndi:BPMNShape>
|
|
112
|
+
<bpmndi:BPMNShape id="notify_rejection_di" bpmnElement="notify_rejection">
|
|
113
|
+
<dc:Bounds x="530" y="280" width="100" height="80" />
|
|
114
|
+
</bpmndi:BPMNShape>
|
|
115
|
+
<bpmndi:BPMNShape id="end_approved_di" bpmnElement="end_approved">
|
|
116
|
+
<dc:Bounds x="690" y="82" width="36" height="36" />
|
|
117
|
+
<bpmndi:BPMNLabel><dc:Bounds x="680" y="125" width="57" height="14" /></bpmndi:BPMNLabel>
|
|
118
|
+
</bpmndi:BPMNShape>
|
|
119
|
+
<bpmndi:BPMNShape id="end_manual_di" bpmnElement="end_manual">
|
|
120
|
+
<dc:Bounds x="690" y="182" width="36" height="36" />
|
|
121
|
+
<bpmndi:BPMNLabel><dc:Bounds x="676" y="225" width="66" height="14" /></bpmndi:BPMNLabel>
|
|
122
|
+
</bpmndi:BPMNShape>
|
|
123
|
+
<bpmndi:BPMNShape id="end_rejected_di" bpmnElement="end_rejected">
|
|
124
|
+
<dc:Bounds x="690" y="302" width="36" height="36" />
|
|
125
|
+
<bpmndi:BPMNLabel><dc:Bounds x="684" y="345" width="49" height="14" /></bpmndi:BPMNLabel>
|
|
126
|
+
</bpmndi:BPMNShape>
|
|
127
|
+
<bpmndi:BPMNEdge id="f_start_di" bpmnElement="f_start">
|
|
128
|
+
<di:waypoint x="216" y="200" />
|
|
129
|
+
<di:waypoint x="270" y="200" />
|
|
130
|
+
</bpmndi:BPMNEdge>
|
|
131
|
+
<bpmndi:BPMNEdge id="f_to_gate_di" bpmnElement="f_to_gate">
|
|
132
|
+
<di:waypoint x="370" y="200" />
|
|
133
|
+
<di:waypoint x="425" y="200" />
|
|
134
|
+
</bpmndi:BPMNEdge>
|
|
135
|
+
<bpmndi:BPMNEdge id="f_approved_di" bpmnElement="f_approved">
|
|
136
|
+
<di:waypoint x="450" y="175" />
|
|
137
|
+
<di:waypoint x="450" y="100" />
|
|
138
|
+
<di:waypoint x="530" y="100" />
|
|
139
|
+
<bpmndi:BPMNLabel><dc:Bounds x="459" y="135" width="52" height="14" /></bpmndi:BPMNLabel>
|
|
140
|
+
</bpmndi:BPMNEdge>
|
|
141
|
+
<bpmndi:BPMNEdge id="f_manual_di" bpmnElement="f_manual">
|
|
142
|
+
<di:waypoint x="475" y="200" />
|
|
143
|
+
<di:waypoint x="530" y="200" />
|
|
144
|
+
<bpmndi:BPMNLabel><dc:Bounds x="472" y="182" width="80" height="14" /></bpmndi:BPMNLabel>
|
|
145
|
+
</bpmndi:BPMNEdge>
|
|
146
|
+
<bpmndi:BPMNEdge id="f_rejected_di" bpmnElement="f_rejected">
|
|
147
|
+
<di:waypoint x="450" y="225" />
|
|
148
|
+
<di:waypoint x="450" y="320" />
|
|
149
|
+
<di:waypoint x="530" y="320" />
|
|
150
|
+
<bpmndi:BPMNLabel><dc:Bounds x="459" y="290" width="47" height="14" /></bpmndi:BPMNLabel>
|
|
151
|
+
</bpmndi:BPMNEdge>
|
|
152
|
+
<bpmndi:BPMNEdge id="f_activated_di" bpmnElement="f_activated">
|
|
153
|
+
<di:waypoint x="630" y="100" />
|
|
154
|
+
<di:waypoint x="690" y="100" />
|
|
155
|
+
</bpmndi:BPMNEdge>
|
|
156
|
+
<bpmndi:BPMNEdge id="f_queued_di" bpmnElement="f_queued">
|
|
157
|
+
<di:waypoint x="630" y="200" />
|
|
158
|
+
<di:waypoint x="690" y="200" />
|
|
159
|
+
</bpmndi:BPMNEdge>
|
|
160
|
+
<bpmndi:BPMNEdge id="f_notified_di" bpmnElement="f_notified">
|
|
161
|
+
<di:waypoint x="630" y="320" />
|
|
162
|
+
<di:waypoint x="690" y="320" />
|
|
163
|
+
</bpmndi:BPMNEdge>
|
|
164
|
+
</bpmndi:BPMNPlane>
|
|
165
|
+
</bpmndi:BPMNDiagram>
|
|
89
166
|
</bpmn:definitions>
|