mirror of
https://github.com/theotherp/nzbhydra2.git
synced 2026-02-06 11:17:18 +00:00
Fix native errors and use SB compatible flyway version
This commit is contained in:
parent
b3f02a0be0
commit
70aa085cac
@ -82,6 +82,7 @@ public class NativeHints implements RuntimeHintsRegistrar {
|
||||
hints.reflection().registerMethod(MetricsEndpoint.MetricDescriptor.class.getMethod("getMeasurements"), ExecutableMode.INVOKE);
|
||||
hints.reflection().registerMethod(ThreadDumpEndpoint.class.getMethod("textThreadDump"), ExecutableMode.INVOKE);
|
||||
hints.reflection().registerMethod(AbstractProtocol.class.getMethod("getName"), ExecutableMode.INVOKE);
|
||||
hints.reflection().registerMethod(AbstractProtocol.class.getMethod("getProperty", String.class), ExecutableMode.INVOKE);
|
||||
} catch (NoSuchMethodException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
||||
4
pom.xml
4
pom.xml
@ -101,7 +101,7 @@
|
||||
<maven.javadoc.skip>true</maven.javadoc.skip>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
|
||||
<!-- Use https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies/3.2.4 (with appropriate version) to compare with SB dependencies used -->
|
||||
<spring.boot.version>3.2.4</spring.boot.version>
|
||||
<spring.boot.devtools.version>3.2.4</spring.boot.devtools.version>
|
||||
<spring.boot.maven.version>3.2.4</spring.boot.maven.version>
|
||||
@ -118,7 +118,7 @@
|
||||
<logstash-logback-encoder.version>7.2</logstash-logback-encoder.version>
|
||||
<commons-lang3.version>3.12.0</commons-lang3.version>
|
||||
<commons-io.version>2.11.0</commons-io.version>
|
||||
<flyway-core.version>10.11.0</flyway-core.version>
|
||||
<flyway-core.version>9.22.3</flyway-core.version>
|
||||
<jaxb.sun.core.version>2.3.0.1</jaxb.sun.core.version>
|
||||
<jaxb.sun.impl.version>3.0.1</jaxb.sun.impl.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user