Skip to content

Commit

Permalink
Merge branch 'hotfix/0.12.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
beatngu13 committed Dec 31, 2023
2 parents 026c9cf + 26d9368 commit deadf57
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.github.beatngu13</groupId>
<artifactId>pdfzoomwizard</artifactId>
<version>0.12.0</version>
<version>0.12.1</version>

<name>PDF Zoom Wizard</name>

Expand Down
11 changes: 11 additions & 0 deletions src/main/resources/META-INF/native-image/filter-file.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{ "rules": [
{"excludeClasses" : "com.sun.glass.ui.mac.*"},
{"excludeClasses" : "com.sun.glass.ui.gtk.*"},
{"excludeClasses" : "com.sun.glass.ui.win.*"},
{"excludeClasses" : "com.sun.prism.es2.*"},
{"excludeClasses" : "com.sun.prism.d3d.*"},
{"excludeClasses" : "com.sun.scenario.effect.impl.es2.*"},
{"excludeClasses" : "com.sun.scenario.effect.impl.hw.d3d.*"},
{"excludeClasses" : "com.gluonhq.attach.**"}
]
}
5 changes: 4 additions & 1 deletion src/main/resources/META-INF/native-image/reflect-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@
},
{
"name":"ch.qos.logback.core.encoder.LayoutWrappingEncoder",
"methods":[{"name":"setParent","parameterTypes":["ch.qos.logback.core.spi.ContextAware"] }]
"methods":[
{"name":"setCharset","parameterTypes":["java.nio.charset.Charset"] },
{"name":"setParent","parameterTypes":["ch.qos.logback.core.spi.ContextAware"] }
]
},
{
"name":"ch.qos.logback.core.pattern.PatternLayoutEncoderBase",
Expand Down
6 changes: 4 additions & 2 deletions src/main/resources/META-INF/native-image/resource-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,16 @@
"name":"com.sun.javafx.tk.quantum.QuantumMessagesBundle",
"locales":[
"",
"de"
"de",
"und"
]
},
{
"name":"com/sun/javafx/scene/control/skin/resources/controls",
"locales":[
"",
"de"
"de",
"und"
]
}
]
Expand Down

0 comments on commit deadf57

Please sign in to comment.