mirror of
https://github.com/theotherp/nzbhydra2.git
synced 2026-02-06 11:17:18 +00:00
Update to 7.19.2
Some checks are pending
system-test / waitForNative (push) Waiting to run
system-test / buildMockserver (push) Waiting to run
system-test / runSystemTestsLinux (map[name:core port:5076]) (push) Blocked by required conditions
system-test / runSystemTestsLinux (map[name:v1Migration port:5077]) (push) Blocked by required conditions
system-test / runSystemTestsWindows (push) Blocked by required conditions
Some checks are pending
system-test / waitForNative (push) Waiting to run
system-test / buildMockserver (push) Waiting to run
system-test / runSystemTestsLinux (map[name:core port:5076]) (push) Blocked by required conditions
system-test / runSystemTestsLinux (map[name:v1Migration port:5077]) (push) Blocked by required conditions
system-test / runSystemTestsWindows (push) Blocked by required conditions
This commit is contained in:
parent
c174cad7c6
commit
c5db699914
@ -1,3 +1,9 @@
|
||||
### v7.19.2 (2025-09-26)
|
||||
|
||||
**Fixed** Actuator endpoint (for health checks and infos and so on) are only available to admin users
|
||||
|
||||
|
||||
|
||||
### v7.19.1 (2025-09-19)
|
||||
|
||||
**Fixed** Fixed wrapper scripts failing to launch when customVmOptions is null in config. See <a href="https://github.com/theotherp/nzbhydra2/issues/1016">#1016</a>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>nzbhydra2</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>core</artifactId>
|
||||
@ -99,7 +99,7 @@
|
||||
<dependency>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>mapping</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
</dependency>
|
||||
|
||||
<!-- spring (boot) -->
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
<dependency>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>mapping</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>jaxb-impl</artifactId>
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>nzbhydra2</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
|
||||
<modules>
|
||||
<module>shared</module>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>releases</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>generic-release</artifactId>
|
||||
@ -15,7 +15,7 @@
|
||||
<dependency>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>releases</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>linux-amd64-release</artifactId>
|
||||
@ -15,7 +15,7 @@
|
||||
<dependency>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>releases</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>linux-arm64-release</artifactId>
|
||||
@ -15,7 +15,7 @@
|
||||
<dependency>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>nzbhydra2</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>releases</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
|
||||
<modules>
|
||||
<module>generic-release</module>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>releases</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>windows-release</artifactId>
|
||||
@ -15,7 +15,7 @@
|
||||
<dependency>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>shared</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>mapping</artifactId>
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>nzbhydra2</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>shared</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
|
||||
<modules>
|
||||
<module>mapping</module>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>nzbhydra2</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>tests</artifactId>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>tests</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.nzbhydra.tests</groupId>
|
||||
@ -101,7 +101,7 @@
|
||||
<dependency>
|
||||
<groupId>org.nzbhydra</groupId>
|
||||
<artifactId>mapping</artifactId>
|
||||
<version>7.19.2-SNAPSHOT</version>
|
||||
<version>7.19.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.docker-java</groupId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user