File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
src/main/resources/META-INF/native-image/org.fugerit.java/freemarker-native Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ link:https://semver.org/spec/v2.0.0.html[Semantic Versioning].
1818* License notice and documentation
1919* Special thanks section
2020* SonarCloud quality gate and coverage badges
21+ * resource-config.json
2122
2223=== [0.1.9] - 2025-01-11
2324
Original file line number Diff line number Diff line change 1+ {
2+ "bundles" : [],
3+ "resources" : {
4+ "includes" : [
5+ {
6+ "pattern" : " \\ Qfreemarker/ext/beans/DefaultMemberAccessPolicy-rules\\ E" ,
7+ "condition" : {
8+ "typeReachable" : " freemarker.ext.beans.DefaultMemberAccessPolicy"
9+ }
10+ },
11+ {
12+ "pattern" : " \\ Qfreemarker/version.properties\\ E" ,
13+ "condition" : {
14+ "typeReachable" : " freemarker.template.utility.ClassUtil"
15+ }
16+ }
17+ ]
18+ }
19+ }
You can’t perform that action at this time.
0 commit comments