JBake http://projects.freelibrary.info/solr-iso639-filter JBake Bootstrap Template en-gb Tue, 16 Jun 2015 11:38:28 -0400 Tue, 16 Jun 2015 11:38:28 -0400 New Solr-ISO639-Filter Release (r20150615) http://projects.freelibrary.info/solr-iso639-filter/blog/2015/06/new-r20150615-release.html Tue, 16 Jun 2015 00:00:00 -0400 blog/2015/06/new-r20150615-release.html <p>The code for Solr-ISO639-Filter is pretty simple so there isn't a new release often. Recently, I discovered that the Maven packaging for Solr-ISO639-Filter included references to the Logback logger (which the project uses in its tests). This new release marks SLF4J and Logback as "provided" dependencies so they are packaged with the Solr-ISO639-Filter jar file (which was causing troubles when trying to configure Logback as the logger for my <a href="https://github.com/ksclarke/solr-jetty-maven">Solr-Jetty-Maven</a> project). If you weren't experiencing any issues related to logging configuration with the old version of Solr-ISO639-Filter you shouldn't need to upgrade (since no code changes were made).</p> Solr-ISO639-Filter Build Refactored http://projects.freelibrary.info/solr-iso639-filter/blog/2015/06/refactored-build.html Sat, 13 Jun 2015 00:00:00 -0400 blog/2015/06/refactored-build.html <p>The project's build has been refactored to move much of the pom.xml file's configuration up into a FreeLibrary parent project (that this project now extends). In addition, some of the site reports have been moved out of the Maven build and into an external SonarQube site. The site generation tool has also been changed to JBake.</p>