Skip to content

Commit 9599b9b

Browse files
authored
Merge pull request #5937 from bubblobill/handlebarsHelpers
More Handlebars helpers
2 parents 1c357c8 + cb8c903 commit 9599b9b

11 files changed

Lines changed: 789 additions & 61 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sentry = "7.22.5"
66
jide = "3.7.9"
77
flatlaf = "3.6.1"
88
handlebars = "4.4.0"
9+
handlebars-jackson = "4.3.1"
910
jai-imageio = "1.4.0"
1011
graalvm-js = "21.2.0"
1112
pdfbox = "3.0.0"
@@ -94,6 +95,7 @@ jsvg = { group = "com.github.weisj", name = "jsvg", version = "1.4.0" }
9495

9596
handlebars = { group = "com.github.jknack", name = "handlebars", version.ref = "handlebars" }
9697
handlebars-helpers = { group = "com.github.jknack", name = "handlebars-helpers", version.ref = "handlebars" }
98+
handlebars-jackson-helper = { group = "com.github.jknack", name = "handlebars-jackson2", version.ref = "handlebars-jackson" }
9799

98100
# Apache commons and other utilities
99101
# parsing of configuration data
@@ -213,7 +215,7 @@ flatlaf = [
213215
"flatlaf-extras",
214216
"flatlaf-jide-oss",
215217
]
216-
handlebars = ["handlebars", "handlebars-helpers"]
218+
handlebars = ["handlebars", "handlebars-helpers", "handlebars-jackson-helper"]
217219
junit = ["junit-api", "junit-engine", "junit-params"]
218220
jai-imageio = ["jai-imageio-core", "jai-imageio-jpeg"]
219221
graalvm-js = ["graalvm-js", "graalvm-js-scriptengine"]

0 commit comments

Comments
 (0)