Skip to content

Commit 577e02d

Browse files
committed
[GR-34812] Bump javaComplicance of graalpython to 11+.
PullRequest: graalpython/2091
2 parents 50893e4 + 53ef8c1 commit 577e02d

File tree

1 file changed

+27
-7
lines changed

1 file changed

+27
-7
lines changed

mx.graalpython/suite.py

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,16 +207,19 @@
207207
"sdk:GRAAL_SDK",
208208
"sdk:LAUNCHER_COMMON",
209209
],
210+
"requires": [
211+
"java.management",
212+
],
210213
"jacoco": "include",
211-
"javaCompliance": "8+",
214+
"javaCompliance": "11+",
212215
"checkstyle": "com.oracle.graal.python",
213216
},
214217

215218
"com.oracle.graal.python.annotations": {
216219
"subDir": "graalpython",
217220
"sourceDirs": ["src"],
218221
"jacoco": "include",
219-
"javaCompliance": "8+",
222+
"javaCompliance": "11+",
220223
"checkstyle": "com.oracle.graal.python",
221224
},
222225

@@ -227,8 +230,11 @@
227230
"dependencies": [
228231
"com.oracle.graal.python.annotations"
229232
],
233+
"requires": [
234+
"java.compiler",
235+
],
230236
"jacoco": "exclude",
231-
"javaCompliance": "8+",
237+
"javaCompliance": "11+",
232238
"checkstyle": "com.oracle.graal.python",
233239
"workingSets": "Truffle,Python",
234240
},
@@ -252,9 +258,15 @@
252258
"truffle:ICU4J-CHARSET",
253259
"sdk:JLINE3",
254260
],
261+
"requires": [
262+
"java.management",
263+
"jdk.management",
264+
"jdk.unsupported",
265+
"jdk.security.auth",
266+
],
255267
"buildDependencies": ["com.oracle.graal.python.parser.antlr"],
256268
"jacoco": "include",
257-
"javaCompliance": "8+",
269+
"javaCompliance": "11+",
258270
"checkstyleVersion": "8.8",
259271
"annotationProcessors": [
260272
"GRAALPYTHON_PROCESSOR",
@@ -275,9 +287,14 @@
275287
"mx:JUNIT",
276288
"NETBEANS-LIB-PROFILER",
277289
],
290+
"requires": [
291+
"java.management",
292+
"jdk.management",
293+
"jdk.unsupported",
294+
],
278295
"jacoco": "exclude",
279296
"checkstyle": "com.oracle.graal.python",
280-
"javaCompliance": "8+",
297+
"javaCompliance": "11+",
281298
"annotationProcessors": [
282299
"GRAALPYTHON_PROCESSOR",
283300
"truffle:TRUFFLE_DSL_PROCESSOR"
@@ -299,9 +316,12 @@
299316
"sdk:LAUNCHER_COMMON",
300317
"mx:JMH_1_21"
301318
],
319+
"requires": [
320+
"java.logging",
321+
],
302322
"jacoco": "exclude",
303323
"checkstyle": "com.oracle.graal.python",
304-
"javaCompliance": "8+",
324+
"javaCompliance": "11+",
305325
"annotationProcessors" : ["mx:JMH_1_21"],
306326
"workingSets": "Truffle,Python",
307327
"spotbugsIgnoresGenerated" : True,
@@ -316,7 +336,7 @@
316336
"mx:JUNIT"
317337
],
318338
"checkstyle": "com.oracle.graal.python",
319-
"javaCompliance": "8+",
339+
"javaCompliance": "11+",
320340
"workingSets": "Truffle,Python",
321341
"testProject": True,
322342
},

0 commit comments

Comments
 (0)