François-Xavier Thomas
6a14c256a5
Update index version following Lucene upgrade to 8.4.1
...
When upgrading from an existing index built with Lucene 8.2.0, Airsonic
fails to start with the following error:
java.lang.IllegalArgumentException: Could not load codec 'Lucene80'. Did you forget to add lucene-backward-codecs.jar?
at org.apache.lucene.index.SegmentInfos.readCodec(SegmentInfos.java:420) ~[lucene-core-8.4.1.jar!/:8.4.1 832bf13dd9187095831caf69783179d41059d013 - ishan - 2020-01-10 13:35:00]
...
at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:125) ~[lucene-core-8.4.1.jar!/:8.4.1 832bf13dd9187095831caf69783179d41059d013 - ishan - 2020-01-10 13:35:00]
at org.airsonic.player.service.search.IndexManager.getSearcher(IndexManager.java:309) ~[classes!/:10.6.0-SNAPSHOT]
at org.airsonic.player.service.search.IndexManager.getStatistics(IndexManager.java:269) ~[classes!/:10.6.0-SNAPSHOT]
at org.airsonic.player.service.MediaScannerService.neverScanned(MediaScannerService.java:121) ~[classes!/:10.6.0-SNAPSHOT]
at org.airsonic.player.service.MediaScannerService.schedule(MediaScannerService.java:114) ~[classes!/:10.6.0-SNAPSHOT]
at org.airsonic.player.service.MediaScannerService.init(MediaScannerService.java:77) ~[classes!/:10.6.0-SNAPSHOT]
5 years ago
jvoisin
04c1ed98f2
Move the style into a css file
5 years ago
jvoisin
584ee96f61
Replace wz_toolip with jquery-ui
5 years ago
dependabot-preview[bot]
f9d68b15e4
Bump maven-compiler-plugin from 3.8.0 to 3.8.1
...
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin ) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases )
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.0...maven-compiler-plugin-3.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
331467cb6f
Bump maven-pmd-plugin from 3.12.0 to 3.13.0
...
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin ) from 3.12.0 to 3.13.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases )
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.12.0...maven-pmd-plugin-3.13.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
6d74e28e61
Bump recaptchav2-java from 1.0.2 to 1.0.3
...
Bumps [recaptchav2-java](https://github.com/triologygmbh/reCAPTCHA-V2-java ) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/triologygmbh/reCAPTCHA-V2-java/releases )
- [Commits](https://github.com/triologygmbh/reCAPTCHA-V2-java/compare/1.0.2...1.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
6cde9238ca
Bump maven-enforcer-plugin from 3.0.0-M2 to 3.0.0-M3
...
Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer ) from 3.0.0-M2 to 3.0.0-M3.
- [Release notes](https://github.com/apache/maven-enforcer/releases )
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0-M2...enforcer-3.0.0-M3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
2315df7b57
Bump docker-client from 8.14.5 to 8.16.0
...
Bumps [docker-client](https://github.com/spotify/docker-client ) from 8.14.5 to 8.16.0.
- [Release notes](https://github.com/spotify/docker-client/releases )
- [Changelog](https://github.com/spotify/docker-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/spotify/docker-client/compare/v8.14.5...v8.16.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
6bfb602ec9
Bump maven-war-plugin from 3.2.2 to 3.2.3
...
Bumps [maven-war-plugin](https://github.com/apache/maven-war-plugin ) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/apache/maven-war-plugin/releases )
- [Commits](https://github.com/apache/maven-war-plugin/compare/maven-war-plugin-3.2.2...maven-war-plugin-3.2.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
François-Xavier Thomas
df668d8a28
Merge pull request #1505 from airsonic/dependabot/maven/org.fourthline.cling-cling-support-2.1.2
...
Bump cling-support from 2.0.1 to 2.1.2
5 years ago
François-Xavier Thomas
87c414dfc7
Also bump lucene-analyzers-common to 8.4.1
5 years ago
dependabot-preview[bot]
15b03573f4
Bump lucene-core from 8.2.0 to 8.4.1
...
Bumps lucene-core from 8.2.0 to 8.4.1.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
François-Xavier Thomas
e738fbc25f
Merge pull request #1515 from airsonic/dependabot/maven/org.xmlunit-xmlunit-core-2.6.3
...
Bump xmlunit-core from 2.6.2 to 2.6.3
5 years ago
François-Xavier Thomas
73a06879b5
Internal help: Fix crash when no transcoders are installed
5 years ago
François-Xavier Thomas
6a3d301517
Internal help: Add basic controller tests
5 years ago
François-Xavier Thomas
bd4153962f
Internal help: Add database server version
5 years ago
François-Xavier Thomas
3acd06e91b
Internal help: Fix crash with MariaDB and uppercase table names
5 years ago
François-Xavier Thomas
09fa486bb0
Internal help: Only show db filesystem size for legacy profile
5 years ago
François-Xavier Thomas
50b6da075e
Internal help: Add 'more rows' indicator for inconsistent rows
5 years ago
François-Xavier Thomas
6c54f1f7c8
Internal help: Refactor detailed db/index stats
5 years ago
François-Xavier Thomas
9d3ec88796
Internal help: Support table stats for external dbs
5 years ago
François-Xavier Thomas
1cde8accc7
Internal help: Add internationalization
5 years ago
François-Xavier Thomas
6df42736e6
Internal help: Only show link if user is admin
5 years ago
François-Xavier Thomas
55f9a41673
Internal help: Warn for potential db corruption issues
5 years ago
François-Xavier Thomas
768968d075
Internal help: Add transcoding info
5 years ago
François-Xavier Thomas
7a27e08106
Add "internal help" page with diagnostic information
5 years ago
dependabot-preview[bot]
cf44bf1743
Bump dockerfile-maven-plugin from 1.4.9 to 1.4.13
...
Bumps [dockerfile-maven-plugin](https://github.com/spotify/dockerfile-maven ) from 1.4.9 to 1.4.13.
- [Release notes](https://github.com/spotify/dockerfile-maven/releases )
- [Changelog](https://github.com/spotify/dockerfile-maven/blob/master/CHANGELOG.md )
- [Commits](https://github.com/spotify/dockerfile-maven/compare/v1.4.9...v1.4.13 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
e303fe388e
Bump commons-fileupload from 1.3.3 to 1.4
...
Bumps commons-fileupload from 1.3.3 to 1.4.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
bb366fc116
Bump jetty-jspc-maven-plugin from 9.4.19.v20190610 to 9.4.26.v20200117
...
Bumps [jetty-jspc-maven-plugin](https://github.com/eclipse/jetty.project ) from 9.4.19.v20190610 to 9.4.26.v20200117.
- [Release notes](https://github.com/eclipse/jetty.project/releases )
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.19.v20190610...jetty-9.4.26.v20200117 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
1189a10c5a
Bump jackson-core from 2.10.0 to 2.10.2
...
Bumps [jackson-core](https://github.com/FasterXML/jackson-core ) from 2.10.0 to 2.10.2.
- [Release notes](https://github.com/FasterXML/jackson-core/releases )
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.10.0...jackson-core-2.10.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
François-Xavier Thomas
77a95b0e86
Also bump seamless-util to 1.1.2
5 years ago
François-Xavier Thomas
73747db980
Also bump cling-core to 2.1.2
5 years ago
François-Xavier Thomas
8944368c24
Also bump xmlunit-matchers to 2.6.3
5 years ago
dependabot-preview[bot]
a250fe619e
Bump xmlunit-core from 2.6.2 to 2.6.3
...
Bumps [xmlunit-core](https://github.com/xmlunit/xmlunit ) from 2.6.2 to 2.6.3.
- [Release notes](https://github.com/xmlunit/xmlunit/releases )
- [Changelog](https://github.com/xmlunit/xmlunit/blob/master/RELEASE_NOTES.md )
- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.6.2...v2.6.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
François-Xavier Thomas
dd1ac3b251
Merge pull request #1510 from airsonic/dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.2.0
...
Bump maven-assembly-plugin from 3.1.0 to 3.2.0
5 years ago
dependabot-preview[bot]
923862ed19
Bump maven-jar-plugin from 3.1.0 to 3.2.0
...
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases )
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.1.0...maven-jar-plugin-3.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
3cd96bae9f
Bump commons-configuration2 from 2.4 to 2.6
...
Bumps commons-configuration2 from 2.4 to 2.6.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
jvoisin
8b13152e72
Bump depency-check's version
5 years ago
dependabot-preview[bot]
5fdc3f6a04
Bump maven-assembly-plugin from 3.1.0 to 3.2.0
...
Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/apache/maven-assembly-plugin/releases )
- [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.1.0...maven-assembly-plugin-3.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
0a231a6575
Bump cling-support from 2.0.1 to 2.1.2
...
Bumps cling-support from 2.0.1 to 2.1.2.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
François-Xavier Thomas
ba0e6b00a0
Merge pull request #1491 from airsonic/dependabot/maven/org.mariadb.jdbc-mariadb-java-client-2.5.4
...
Bump mariadb-java-client from 2.1.2 to 2.5.4
5 years ago
dependabot-preview[bot]
15a5119306
Bump postgresql from 42.2.5 to 42.2.10
...
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc ) from 42.2.5 to 42.2.10.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases )
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.5...REL42.2.10 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
1141791138
Bump liquibase-core from 3.6.3 to 3.8.6 ( #1499 )
...
Bumps [liquibase-core](https://github.com/liquibase/liquibase ) from 3.6.3 to 3.8.6.
- [Release notes](https://github.com/liquibase/liquibase/releases )
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt )
- [Commits](https://github.com/liquibase/liquibase/compare/liquibase-parent-3.6.3...v3.8.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
François-Xavier Thomas
2a088521c8
Merge pull request #1461 from fxthomas/1255-fix-missing-web-xml
...
Add empty web.xml to fix DWR warnings
5 years ago
François-Xavier Thomas
6d0c8be354
Merge pull request #1489 from airsonic/dependabot/maven/org.jvnet.staxex-stax-ex-1.8.2
...
Bump stax-ex from 1.8.1 to 1.8.2
5 years ago
François-Xavier Thomas
0c859475d2
Merge pull request #1492 from airsonic/dependabot/maven/org.apache.commons-commons-lang3-3.9
...
Bump commons-lang3 from 3.8.1 to 3.9
5 years ago
François-Xavier Thomas
616788d799
Merge pull request #1493 from airsonic/dependabot/maven/org.eclipse.persistence-org.eclipse.persistence.moxy-2.7.6
...
Bump org.eclipse.persistence.moxy from 2.7.3 to 2.7.6
5 years ago
François-Xavier Thomas
cff2ed638f
Merge pull request #1495 from airsonic/dependabot/maven/org.apache.maven-maven-artifact-3.6.3
...
Bump maven-artifact from 3.6.0 to 3.6.3
5 years ago
François-Xavier Thomas
f7df8b2555
Merge pull request #1496 from jvoisin/remove_jsonpath
...
Remove jsonpath
5 years ago
jvoisin
faa4973738
Remove jsonpath
5 years ago