summaryrefslogtreecommitdiff
path: root/src/main/paisa-nonslim/patches/rob.patch
blob: bc0576e078a1cb8fc1f0ee5f54425f87ab9f70e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94

  WARN: Now based on "SDCISA-15636-Migrate-to-Java-21" branch.

--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -9,7 +9,7 @@ serviceBuildPipeline([
     jslPipeline
             .checkout()
             .setBranchVersion()
-            .buildMaven()
+            .buildMaven()
             .runKarma()
             .withInstances([
                     instances: [


--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -24,11 +24,11 @@
                             testInstance: [
                                     services: [
                                             eagle:       [version: '02.01.26.01-PR-379-SNAPSHOT'],
-                                            platform:    [version: '03.06.38.01-PR-388-SNAPSHOT'],
+                                            platform:    [version: '${j21.platform.version}'],
                                             storage:     [version: '00.24.00.00'],
                                             rob:         [version: '%currentBranch%'],
-                                            slarti:      [version: '03.15.09.01-PR-1019-SNAPSHOT'],
+                                            slarti:      [version: '${j21.slarti.mangledVersion}'],
-                                            captain:     [version: '03.00.14.01-PR-103-SNAPSHOT'],
+                                            captain:     [version: '${j21.captain.mangledVersion}'],
                                             hafas:       [version: '5.41.SBB.4.15.8'],
                                             nova:        [version: '14.166.1-new-idp'],
                                             'data-nova': [version: '14.166.0.20230524-1305.P.P.3267.0'],


--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -47,3 +47,3 @@ serviceBuildPipeline([
             .saveArtifacts()
-            .executeSonar([failOnQualityGateFailure: true])
+            // TODO:  .executeSonar([failOnQualityGateFailure: true])
 }


--- a/pom.xml
+++ a/pom.xml
@@ -5,7 +5,7 @@ Bcause stupid maven shoots itself in the foot ....
         <groupId>ch.post.it.paisa.service</groupId>
         <!-- Caution: when changing the parent version number, also change the
             platform.version below -->
-        <version>03.06.38.01-PR-388-SNAPSHOT</version>
+        <version>${j21.platform.version}</version>
         <relativePath/>
     </parent>
 


--- a/pom.xml
+++ a/pom.xml
@@ -285,6 +285,16 @@
                 <artifactId>linti</artifactId>
                 <version>${linti.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.glassfish</groupId>
+                <artifactId>jakarta.el</artifactId>
+                <version>4.0.2</version> <!-- TODO move this version somewhere else -->
+            </dependency>
+            <dependency>
+                <groupId>org.eclipse.jetty.ee10</groupId>
+                <artifactId>jetty-ee10-webapp</artifactId>
+                <version>12.0.12</version> <!-- TODO move this version somewhere else -->
+            </dependency>
         </dependencies>
     </dependencyManagement>
     <properties>


--- a/pom.xml
+++ a/pom.xml
@@ -328,8 +333,10 @@
          If changing one version, also change the other.
          Don't forget to change the version in the manifest.yaml, too. -->
         <linti.version>03.13.17.00</linti.version>
-        <slarti.version>03.15.09.01-PR-1019-SNAPSHOT</slarti.version>
+        <slarti.version>${j21.slarti.mangledVersion}</slarti.version>
         <webjars.angular.sanitize.version>1.8.3</webjars.angular.sanitize.version>
+        <jakarta.annotation.version>3.0.0</jakarta.annotation.version> <!-- TODO probably move this version somewhere else? -->
+        <jakarta.servlet.version>6.1.0</jakarta.servlet.version> <!-- TODO probably move this version somewhere else? -->
     </properties>
 
     <modules>