summaryrefslogtreecommitdiff
path: root/.classpath
AgeCommit message (Collapse)Author
2026-07-12Migrated to Solr 9.10.1 and Lucene 9.12.3Michael Peter Christen
2026-07-12towards a Jetty 9 decoupling baseline for the Jetty 12 migrationMichael Peter Christen
2026-07-11isolate Solr 9.0 Jetty client dependencies in a relocated bridgeMichael Peter Christen
2023-09-02removed 7zip from eclipse classpathMichael Peter Christen
2022-10-02moved more servlets to new locationMichael Peter Christen
2022-09-28removed ContentControl servlet and functinalityMichael Peter Christen
This was not used at all (as I know) and was blocking a smooth integration of ivy in the context of an existing JSON parser.
2022-04-09Merge pull request #478 from thkoch2001/use_ivyMichael Christen
Use ivy
2022-04-08rename langdetect.jar to name in maven repoThomas Koch
The maven jar contains the language profiles that yacy also ships in the langdetect/ folder.
2022-04-08rename chardet.jar to name from mavenThomas Koch
The class files in the yacy jar differs from the one downloaded from maven. But the file tree is equal.
2022-04-08rename jars to correspond to maven reposThomas Koch
2022-04-07fix incorrect jar names in .classpaththkoch2001
Eclipse complains about missing files in the build path otherwise when importing the project.
2022-02-01Some Gradle build script cleanupreger24
- added multiproject in libbuild to compile and install all needed jars (reproduceing old maven build) - adjusted GitComInf (use a project version, build script with less hardcoded strings) - adjusted J7Zip-modified - include common version number for output jar - add task installJarToRoot to copy output jar to yacycore /lib - adjust main build with updated jar names as files are the same - updated also old build.xml And the Eclipse specific .classpath (with shall be deleted until complete move to gradle)
2021-12-13updating slf4j 1.7.25 -> 1.7.32Michael Peter Christen
2021-09-16removed ymarksMichael Peter Christen
had not been used since a long time
2021-08-24upgrade of jsoup 1.12.1 -> 1.14.2admin
2021-08-18fixed build pathsMichael Peter Christen
2021-08-17enhanced crawlerMichael Peter Christen
a main problem when crawling is long waiting time cuased by crawl-delay values from robots.txt entries. that attribute is not supported by google and interpreted by yandex and bing in different ways. In large crawls there is always one host which blocks the whole crawl with extreme large values. YaCy now still obeys crawl-delay but limits them to 10 seconds. Additionally the blocking logic when loading new robots.txt was analyzed and a deadlock was removed. Furthermore the construction of new queue lists was redesigned and it was ensured that always a large list of different hosts for host-balancing is provided for the loader.
2021-08-07upgraded commons-compress libMichael Peter Christen
cause: alert in https://github.com/yacy/yacy_search_server/security/dependabot/pom.xml/org.apache.commons:commons-compress/open
2021-04-15added hazelcast and some modifications to align legacy YaCy withMichael Peter Christen
YaCyGrid
2021-03-18adds missing solr lib: opentracing 0.33.0sgaebel
2021-03-08fixes for solr 8.8.1 migrationMichael Peter Christen
- replace new guava 30 with older 25 because that is the correct dependency for solr 8.8.1. The newer one did actually not work! - index will be crated in a DATA/INDEX/freeworld/SEGMENTS/solr_8_8_1 subfolder. The older solr_6_6 index is not touched but also not migrated. The index starts with fresh (empty) content. - Older indexes must be migrated by hand (export/import) so far until a better solution is found. - Large schema adoptions for lucene 8.8.1
2021-03-06added missing new dependencies for migration to Solr 8Michael Peter Christen
after pulling https://github.com/yacy/yacy_search_server/pull/403
2020-12-12updated solr 6.6.6 -> 7.7.3Michael Peter Christen
dropped GSA support (GSA API is still in YaCy Grid) The 6.6.6 solr index works without migration also with 7.7.3
2020-12-03updated jetty from 9.4.17 to 9.4.35Michael Peter Christen
and fixed a bug in ServerSideIncludes that appeared only in that recent version of jetty
2020-07-28replace org.junit.Assert.assertThat bysgaebel
org.hamcrest.MatcherAssert.assertThat from hamcrest 2.2 to avoid deprecation-warning
2020-07-26bump to commons-codec-1.14, commons-compress-1.20,sgaebel
commons-fileupload-1.4, commons-io-2.7, httpclient-4.5.12, httpcore-4.4.13, httpmime-4.5.12 + remove unused commons-jxpath-1.3, htmllexer
2020-01-16removed old jsoup lib from eclipse classpathMichael Peter Christen
2020-01-16build path fixMichael Peter Christen
2020-01-15new servlet path "p2p"Michael Christen
with a test class. Call the class with http://localhost:8090/p2p/seeds.json
2019-04-27Upgraded Lucene/Solr dependencies from 6.6.5 to 6.6.6luccioman
2019-04-24Upgraded Jetty dependencies from 9.4.15.v20190215 to 9.4.17.v20190418luccioman
2019-04-19Upgraded PDFBox dependency from 2.0.14 to 2.0.15luccioman
2019-03-22Upgraded PDFBox dependency from 2.0.11 to 2.0.14luccioman
2019-03-18Upgraded Jetty dependencies from 9.4.14.v20181114 to 9.4.15.v20190215luccioman
2019-01-19Upgraded icu4j dependency from 62.1 to 63.1luccioman
2019-01-08bump to HTTPclient-4.5.6sgaebel
2018-12-21Upgraded Jetty dependencies from 9.4.12.v20180830 to 9.4.14.v20181114luccioman
2018-09-22Upgraded Solr and Lucene dependencies from 6.6.3 to 6.6.5luccioman
2018-09-21Upgraded BouncyCastle dependencies from jdk15:1.46 to jdk15on:1.60luccioman
2018-09-14Upgraded Jetty dependencies from 9.4.11.v20180605 to 9.4.12.v20180830luccioman
2018-08-18Upgraded Apache PDFBox dependency from 2.0.9 to 2.0.11luccioman
Release notes at https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&version=12343466 and https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&version=12342889
2018-08-15Added a parser for XZ compressed archives.luccioman
As suggested by LA_FORGE on mantis 781 (http://mantis.tokeek.de/view.php?id=781)
2018-08-08Upgraded commons-compress dependency from version 1.16.1 to 1.17luccioman
2018-07-26Upgraded icu4j dependency from 61.1 to 62.1luccioman
2018-06-20Upgraded Jetty dependency from 9.4.9 to 9.4.11luccioman
2018-05-20upd to slf4j-1.7.25reger
2018-05-06upd to jwat-warc-1.1.1reger
2018-04-28upd to jsoup-1.11.3reger
2018-04-14upd to icu4j-61.1reger
2018-04-08upd to pdfbox-2.0.9reger