Commit da71889
authored
feat(functions): upgrade to java25 runtime
* Compiler Compatibility: The maven.compiler.source and maven.compiler.target properties in pom.xml needed to be updated from 11 to 25.
* Parent Configuration: The shared-configuration parent POM was updated to version 1.2.2 to align with newer Java runtime
samples.
* Plugin Updates: The jacoco-maven-plugin version 0.8.7 does not support Java 25 (major version 69). It was necessary to
explicitly add version 0.8.14 to the pom.xml to resolve build failures during test coverage reporting.
[INFO] ------------------------------------------------------- │
│ [INFO] T E S T S │
│ [INFO] ------------------------------------------------------- │
│ [INFO] Running functions.HelloWorldTest │
│ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 s -- in functions.HelloWorldTest │
│ [INFO] │
│ [INFO] Results: │
│ [INFO] │
│ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 │
│ [INFO] │
│ [INFO] ------------------------------------------------------------------------ │
│ [INFO] BUILD SUCCESS │
│ [INFO] ------------------------------------------------------------------------ │
│ [INFO] Total time: 9.410 s │
│ [INFO] Finished at: 2025-12-19T09:01:21Z │
│ [INFO] ------------------------------------------------------------------------1 parent 3ec8dfb commit da71889
1 file changed
Lines changed: 22 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
95 | 114 | | |
96 | 115 | | |
97 | 116 | | |
| |||
0 commit comments