Skip to content

Commit b9dc139

Browse files
committed
[GR-71235] Update code owners.
PullRequest: graal/22566
2 parents 24715f0 + 0420408 commit b9dc139

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/OWNERS.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ any = [
99
[[rule]]
1010
files = "ClassLoaderSupport.java"
1111
all = [
12-
"david.nestorovic@oracle.com",
13-
"ivan.ristovic@oracle.com",
14-
"paul.woegerer@oracle.com"
12+
"paul.woegerer@oracle.com",
13+
"vojin.jovanovic@oracle.com",
14+
"christian.wirth@oracle.com"
1515
]
1616
any = [
1717
]

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/OWNERS.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
[[rule]]
22
files = "Resources.java ResourcesHelper.java"
33
all = [
4-
"david.nestorovic@oracle.com",
5-
"ivan.ristovic@oracle.com"
4+
"vojin.jovanovic@oracle.com",
5+
"christian.wirth@oracle.com"
66
]
77
any = [
88
]
99

1010
[[rule]]
1111
files = "ModuleNative.java RuntimeModuleSupport.java Target_java_lang_Module*.java Target_java_lang_module_*.java Target_jdk_internal_module_*.java"
1212
all = [
13-
"ivan.ristovic@oracle.com",
1413
"paul.woegerer@oracle.com"
1514
]
1615
any = [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[rule]]
22
files = "*"
33
all = [
4-
"david.nestorovic@oracle.com"
4+
"vojin.jovanovic@oracle.com"
55
]
66
any = [
77
]
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[[rule]]
22
files = "ResourcesFeature.java ClassLoaderSupportImpl.java"
33
all = [
4-
"david.nestorovic@oracle.com",
5-
"ivan.ristovic@oracle.com"
4+
"vojin.jovanovic@oracle.com",
5+
"christian.wirth@oracle.com"
66
]
77
any = [
88
]
99

1010
[[rule]]
1111
files = "ModuleLayerFeature.java"
1212
all = [
13-
"ivan.ristovic@oracle.com",
14-
"paul.woegerer@oracle.com"
13+
"paul.woegerer@oracle.com",
14+
"christian.wirth@oracle.com"
1515
]
1616
any = [
1717
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[rule]]
22
files = "GlobUtils.java"
33
all = [
4-
"david.nestorovic@oracle.com"
4+
"vojin.jovanovic@oracle.com"
55
]
66
any = [
77
]

0 commit comments

Comments
 (0)