Skip to content

Commit f3bc785

Browse files
author
Oliver Weiler
authored
feat: Add jextract candidate (#701)
1 parent 3a16ecb commit f3bc785

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/main/scala/io/sdkman/changelogs/JExtractMigrations.scala

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,19 @@ class JExtractMigrations {
4343
.insert()
4444
}
4545
}
46+
47+
@ChangeSet(
48+
order = "003",
49+
id = "003_add_jextract_candidate",
50+
author = "helpermethod"
51+
)
52+
def migration003(implicit db: MongoDatabase): Unit = {
53+
Candidate(
54+
candidate = "jextract",
55+
name = "Jextract",
56+
description =
57+
"Jextract mechanically generates Java bindings from native library headers. This is an early access build from OpenJDK Jextract which is part of Code Tools",
58+
websiteUrl = "https://jdk.java.net/jextract/"
59+
).insert()
60+
}
4661
}

0 commit comments

Comments
 (0)