mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
005a1611ce
* chore: bump version to v2.3.3-preview * Optimiziation for multiple parallel and long-running downloads (#838) * Add missing Content-Type header to downloads (#837) Conditionally add Content-Length header to downloads Only calculate fileSize if file is not a directory in DirectDownloadPlugin * Update dependencies, add Google Guava * Refactor and optimize download bandwidth monitoring and throttling * Update .jar layer extraction command in Dockerfile * Fix Dockerfile.ubuntu * Furhter performance and tracking improvements for downloads * Fix tests * Update HeroUI version * Encode filenames in Content-Disposition header according to RFC 6266 (#841) * Encode filenames in Content-Disposition header with UTF-8 according to RFC 6266 * Fix tests
19 lines
501 B
Properties
19 lines
501 B
Properties
# Gradle properties
|
|
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
|
|
org.gradle.parallel=true
|
|
org.gradle.caching=true
|
|
org.gradle.configuration-cache=true
|
|
# Dependency versions
|
|
kotlinVersion=2.2.20
|
|
kspVersion=2.2.20-2.0.3
|
|
vaadinVersion=24.9.4
|
|
springBootVersion=3.5.6
|
|
springCloudVersion=2025.0.0
|
|
springDependencyManagementVersion=1.1.7
|
|
guavaVersion=33.5.0-jre
|
|
# Plugin dependency versions
|
|
pf4jVersion=3.13.0
|
|
pf4jKspVersion=2.2.20-1.0.3
|
|
# Test framework versions
|
|
junitVersion=6.0.0
|
|
mockkVersion=1.14.6 |