summaryrefslogtreecommitdiff
path: root/addon
AgeCommit message (Collapse)Author
2014-06-22bump to httpclient-4.3.4sixcooler
2014-06-22update to Jetty 9.2.1reger
2014-05-22upgraded poi library (office document format parser) from 3.9 to 3.10orbiter
2014-05-22upgraded bouncy caste libraries (needed for encrypted pdfs, dependencyorbiter
in pdfbox) to 1.46 removed the activation.jar library; I don't know which other library depends on it.
2014-05-21migrated from pdfbox 1.8.4 to 1.8.5. They have a very long bugfix listMichael Peter Christen
for that update: http://www.apache.org/dist/pdfbox/1.8.5/RELEASE-NOTES.txt
2014-05-21migration to Solr 4.8.1Michael Peter Christen
This includes also an update to zookeeper 3.4.6 and a new library that Solr initializes by default: org.restlet from http://restlet.com/download/current#release=stable&edition=jse&distribution=zip which is included in version 2.2.1 from may 6th 2014
2014-05-11update to Jetty 9reger
besides adjustments in code it makes the servlet settings in web.xml significant. This applies to solr, gsa and proxy servlet. There is no longer a default setup in code during init (as jetty 9 checks for double definition).
2014-04-06replaced solr 4.6.1 with solr 4.7.1 and added index migration toMichael Peter Christen
lucene_47
2014-04-06update commons-compress.jar to 1.8reger
2014-02-27bump to httpclient-4.3.3sixcooler
2014-02-10replaced guava-15.0 with guava-16.0.1Michael Peter Christen
2014-02-10replaced pdfbox 1.8.3 with 1.8.4Michael Peter Christen
2014-02-10replaced solr 4.6.0. with 4.6.1Michael Peter Christen
2014-02-07removed libraries which had been used by jena and were added togetherMichael Peter Christen
with jena in commit 5d20cd324af387c72fedec88a8059442c090c769, see: https://gitorious.org/yacy/rc1/commit/5d20cd324af387c72fedec88a8059442c090c769
2014-02-07removed jena library and all code that depended on jena. When jena wasMichael Peter Christen
introduced, it was also used for search facets. The generic search facets are now deduced from generic solr fields which makes jena as tool for facet semantics superfluous.
2014-01-22bump to httpclient-4.3.2sixcooler
2014-01-18removed -d64 jvm option because that causes problems on non-64 bitorbiter
linux, see http://bugs.yacy.net/view.php?id=349 and http://bugs.yacy.net/view.php?id=339
2014-01-15backmigration from solrj 4.6.0 to 4.5.1. This is necessary becauseMichael Peter Christen
solrj.4.6.0 has a bug which prevents the attachment of a remote solr (as tested with a SolrCloud). See bug report https://issues.apache.org/jira/browse/SOLR-5532 This bug shall be fixed in Solr 4.6.1. Fortunately, solrj-4.5.1 works together with solr-4.6.0 thus the current index does not need to be changed.
2014-01-10making root context (htroot) a WebAppContextreger
- this allows additional features, like servlet configuration via web.xml and many more things. - currently the standard servlets are still configured in the code (so the supplied defaults/web.xml is not realy needed, yet), but could be expanded - lookup for web.xml - 1. in /DATA/SETTINGS then in /defaults
2014-01-06update to Jetty 8.1.14reger
2013-12-26added Windows Service installerreger
- used Apache procrun as it has a small footprint and comes with a GUI to edit the service settings see http://commons.apache.org/proper/commons-daemon/procrun.html - added the service runner exe file under addon/windowsService as is (without renaming the exe files) - included installYaCyWindowsService.bat and uninstallYaCyWindowsService.bat to main directory - which chooses the native exe according to the processor_architecture
2013-12-25updated poi-3.9 / poi-scratchpad-3.9reger
2013-12-23aaaaaaaaaaaaaaMichael Peter Christen
2013-12-23remove large memory pages option and added MMapDirectoryFactory forMichael Peter Christen
debian
2013-12-23alphabetic order fixMichael Peter Christen
2013-12-20Merge branch 'master' into HEADMichael Peter Christen
Conflicts: .classpath source/net/yacy/cora/federate/solr/SolrServlet.java
2013-12-19updated guava to 15.0Michael Peter Christen
2013-12-19upgraded json-simple to 1.1.1Michael Peter Christen
2013-12-19upgraded jsch to 0.1.50Michael Peter Christen
2013-12-19removed mysql connector which was used only for testing in the pastMichael Peter Christen
2013-12-19migrated to pdfbox 1.8.3Michael Peter Christen
2013-12-19migrated to solr 4.6.0Michael Peter Christen
2013-12-19next try to fix m4Michael Peter Christen
2013-12-19fix for deb m4Michael Peter Christen
2013-12-19update to Mac start parametersMichael Peter Christen
2013-12-19removed malicious java start arguments in debian start script which hadMichael Peter Christen
been removed from the other start scripts recently. The reason to do so was a comparisment of a debian-installed YaCy with 20 million document which crashed after 10 hours with the debian start script, but did not crash with the startYACY.sh start script. Both scripts now use the same java start arguments. Added also the Solr MMapDirectoryFactory switch which was missing so far in the debian start script.
2013-12-05Merge origin/master into jettyreger
2013-12-05changed start parameters which caused deadlocks in mac and windowsMichael Peter Christen
versions
2013-10-16merge rc1/masterreger
2013-10-14bump to httpclient-4.3.1 - a bugfix releasesixcooler
2013-10-12update Info.plistreger
small DefaultServlet refactoring
2013-10-11merge rc1/masterreger
2013-10-07adding synonyms from German OpenThesaurus ready for use in YaCyLotus
2013-10-07migration to Solr 4.5.0Michael Peter Christen
2013-09-30merge with rc1/masterreger
2013-09-25bump to httpClient-4.3sixcooler
2013-09-14update Info.plist for Jetty 9 jarsreger
2013-09-10- delete not needed old jetty jars from libtreger
- add jetty to Info.plist
2013-07-30update to pdfbox 1.8.2Michael Peter Christen
2013-07-30migration to solr 4.4.0Michael Peter Christen