File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
com.oracle.graal.python.test/src/tests/standalone/micronaut/hello
graalpy-micronaut-embedding Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >io.micronaut.platform</groupId >
12
12
<artifactId >micronaut-parent</artifactId >
13
- <version >4.0.5 </version >
13
+ <version >4.4.2 </version >
14
14
</parent >
15
15
<properties >
16
16
<packaging >jar</packaging >
17
17
<jdk .version>17</jdk .version>
18
18
<release .version>17</release .version>
19
- <micronaut .version>4.0.5</micronaut .version>
20
- <micronaut .runtime>netty</micronaut .runtime>
19
+ <micronaut .version>4.4.2</micronaut .version>
21
20
<micronaut .aot.enabled>false</micronaut .aot.enabled>
22
21
<micronaut .aot.packageName>example.micronaut.aot.generated</micronaut .aot.packageName>
22
+ <micronaut .runtime>netty</micronaut .runtime>
23
23
<exec .mainClass>example.micronaut.Application</exec .mainClass>
24
24
25
25
<!-- graalpy -->
100
100
<!-- <useIncrementalCompilation>false</useIncrementalCompilation> -->
101
101
102
102
<annotationProcessorPaths combine.children=" append" >
103
+ <path >
104
+ <groupId >io.micronaut</groupId >
105
+ <artifactId >micronaut-http-validation</artifactId >
106
+ <version >${micronaut.core.version} </version >
107
+ </path >
103
108
<path >
104
109
<groupId >io.micronaut.serde</groupId >
105
110
<artifactId >micronaut-serde-processor</artifactId >
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ SOFTWARE.
57
57
<maven .compiler.source>17</maven .compiler.source>
58
58
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
59
59
<graalpy .version>24.1.0</graalpy .version>
60
- <micronaut .version>4.0.5 </micronaut .version>
60
+ <micronaut .version>4.4.2 </micronaut .version>
61
61
</properties >
62
62
63
63
<dependencies >
You can’t perform that action at this time.
0 commit comments