Markus Koschany pushed to branch master at Debian Java Maintainers / lucene-solr
Commits: 34ad11db by Markus Koschany at 2018-11-09T16:23:35Z Switch from libmysql-java to libmariadb-java. - - - - - 671b3b20 by Markus Koschany at 2018-11-09T16:24:12Z Update changelog - - - - - 3 changed files: - debian/changelog - debian/control - debian/solr-common.README.Debian Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +lucene-solr (3.6.2+dfsg-15) unstable; urgency=medium + + * Team upload. + * Switch from libmysql-java to libmariadb-java. + + -- Markus Koschany <[email protected]> Fri, 09 Nov 2018 17:23:59 +0100 + lucene-solr (3.6.2+dfsg-14) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -161,7 +161,7 @@ Depends: Recommends: solr-tomcat (= ${binary:Version}) | solr-jetty (= ${binary:Version}) Suggests: - libmysql-java + libmariadb-java Description: Enterprise search server based on Lucene3 - common files Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, ===================================== debian/solr-common.README.Debian ===================================== @@ -64,10 +64,10 @@ yet packaged for Debian. DataImportHandler ----------------- -If you use the handler with mysql, you need to install libmysql-java and +If you use the handler with mysql, you need to install libmariadb-java and add the following to your solrconfig.xml: - <lib path="/usr/share/java/mysql.jar" /> + <lib path="/usr/share/java/mariadb-java-client.jar" /> The handler writes status information to:: View it on GitLab: https://salsa.debian.org/java-team/lucene-solr/compare/208e5340b1932db1346f8cf45abe16603eea0c4d...671b3b2091da60d9f674a1672e0d8adc480eacd6 -- View it on GitLab: https://salsa.debian.org/java-team/lucene-solr/compare/208e5340b1932db1346f8cf45abe16603eea0c4d...671b3b2091da60d9f674a1672e0d8adc480eacd6 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

