summaryrefslogtreecommitdiff
path: root/ivy.xml
AgeCommit message (Collapse)Author
2026-07-12Migrated to Solr 9.10.1 and Lucene 9.12.3Michael Peter Christen
2026-07-12Downgraded YaCy to Jetty 12.0.37Michael Peter Christen
2026-07-12Migration to Jetty 12.1.11Michael 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
2026-07-10migrated jcifs, mime4j to latestMichael Peter Christen
2026-07-10removed org.restlet.jar as it is not needed any moreMichael Peter Christen
restlet was a dependency for Solr 4.8 but not for Solr 9.0 any more.
2026-07-10migrated a large number of libraries to latestMichael Peter Christen
2025-09-14upgraded commons-lang to commons-lang to fixMichael Peter Christen
"Uncontrolled Recursion" security warning: https://github.com/yacy/yacy_search_server/security/dependabot/48
2025-08-17updated bcmail 1.79 -> 1.81Michael Peter Christen
2025-08-12fixes https://github.com/yacy/yacy_search_server/security/dependabot/48Michael Peter Christen
2025-07-25commons-fileupload 1.6.0 requires commons-io 2.19.0Henschi
2025-07-10fix for https://github.com/yacy/yacy_search_server/security/dependabot/47Michael Peter Christen
2025-06-19updated guavaMichael Peter Christen
2025-04-05update apache httpclient to 4.5.14Henschi
2025-04-05Merge pull request #697 from henschi/fix_version_in_ivyMichael Christen
update ivy versions (ivy has already done it herself)
2025-04-01commons-codec - there the sameHenschi
2025-04-01update ivy versions (ivy has already done it herself)Henschi
2025-04-01Merge branch 'yacy:master' into fileupload1.5Henschi
2025-03-31Merge pull request #692 from henschi/junit4.13.2Michael Christen
JUnit 4.13.2
2025-03-31fic Merge pull request #689 from henschi/jetty9.4.57 ivy.xml conflictsBurkhard
2025-03-31Merge branch 'master' into jetty9.4.57Burkhard
2025-03-31Merge pull request #695 from henschi/metrics4.1.5 (tested)Burkhard
update metrics-core to 4.1.5 to use the correct version for Solr 9.0
2025-03-31Merge pull request #694 from henschi/woodstox-core6.2.8 (tested)Burkhard
update woodstox-core to 6.2.8 to use the correct version for Solr 9.0
2025-03-30update metrics-core to 4.1.5 to use the correct version for Solr 9.0Henschi
2025-03-30update woodstox-core (including the renaming) to 6.2.8 to use the correct ↵Henschi
version for Solr 9.0
2025-03-30update zookeeper to 3.7.0 to use the correct version for Solr 9.0Henschi
2025-03-29upgrade junit to 4.13.2 and use the appropriate hamcrest version 1.3Henschi
2025-03-28upgrade commons-fileupload to 1.5Henschi
2025-03-27upgrade jetty to 9.4.57henschi
2024-11-28library maintenance - updated some librariesMichael Peter Christen
2024-10-17jetty upgradeMichael Peter Christen
2024-09-21upgraded commons-io to 2.17.0Michael Peter Christen
2024-08-26upgraded metadata-extractor to 2.19.0Michael Peter Christen
2024-07-21upgraded ppt parser by migration of org.apache,poi from 3.17 to 5.3.0Michael Peter Christen
This also fixes the security waning https://github.com/yacy/yacy_search_server/security/dependabot/37
2024-05-19Merge branch 'master' of github.com:yacy/yacy_search_serverMichael Peter Christen
2024-05-19migrated solr to 9.0Michael Peter Christen
This is a major step because solr removed support for embedded solr instances in 9.0 and we want to keep it because we want to ship YaCy with an embedded solr. It was necessary to add parts of solr code into YaCy to make this migration possible. Further on with Solr 9.1 they removed even more parts which are required for embedded operation, therefore we cannot migrate yet further without big changes. If you are running a YaCy instance with Solr 8.x, the migration should be done automatically. If not you require to first migrate to a YaCy version 1.93 with Solr 8.x to migrate to Solr 8 data.
2024-05-10updated jetty to 9.4.54.v20240208Michael Peter Christen
2023-11-27Merge pull request #612 from okybaca/sitemap-fixMichael Christen
updated apache libs
2023-11-15updated apache libsokybaca
2023-11-13updated guava to latest and added missing library for failureaccessMichael Peter Christen
2023-11-05Added a zim parser to the surrogate import option.Michael Peter Christen
You can now import zim files into YaCy by simply moving them to the DATA/SURROGATE/IN folder. They will be fetched and after parsing moved to DATA/SURROGATE/OUT. There are exceptions where the parser is not able to identify the original URL of the documents in the zim file. In that case the file is simply ignored. This commit also carries an important fix to the pdf parser and an increase of the maximum parsing speed to 60000 PPM which should make it possible to index up to 1000 files in one second.
2023-10-28added Zstandard compressed data decompression for ZIM files type 5Michael Peter Christen
also: more generalization and performance enhancements
2023-10-27upgraded pdfbox to 3.0.0Michael Peter Christen
2023-10-27updated bcmail-jdk15on 1.75 to bcmail-jdk18on 1.67Michael Peter Christen
2023-09-26migrated jetty to 9.4.52.v20230823Michael Peter Christen
2023-09-01migrated solr from 8.9.0 to 8.11.2; activated also migration script. A YaCy ↵Michael Peter Christen
index with solr 8.9.0 will automatically be migrated to 8.11.2. This is a preparation step to migrate to 9.0.0 soon.
2023-07-27upgraded several librariesMichael Peter Christen
2023-07-27updated librariesMichael Peter Christen
2022-10-05possible fix forMichael Christen
https://github.com/yacy/yacy_search_server/issues/496#issuecomment-1268710276