Henschi
07b0e58c1b
commons-codec - there the same
3 weeks ago
Henschi
e35019f9a2
update ivy versions (ivy has already done it herself)
3 weeks ago
Michael Christen
48408a555c
Merge pull request #692 from henschi/junit4.13.2
...
JUnit 4.13.2
3 weeks ago
Burkhard
2b7c4ec577
fic Merge pull request #689 from henschi/jetty9.4.57 ivy.xml conflicts
3 weeks ago
Burkhard
e234c2637e
Merge branch 'master' into jetty9.4.57
3 weeks ago
Burkhard
9e65ce9091
Merge pull request #695 from henschi/metrics4.1.5 (tested)
...
update metrics-core to 4.1.5 to use the correct version for Solr 9.0
3 weeks ago
Burkhard
90f5c9de2d
Merge pull request #694 from henschi/woodstox-core6.2.8 (tested)
...
update woodstox-core to 6.2.8 to use the correct version for Solr 9.0
3 weeks ago
Henschi
1e6508b6b1
update metrics-core to 4.1.5 to use the correct version for Solr 9.0
3 weeks ago
Henschi
5c4c529fae
update woodstox-core (including the renaming) to 6.2.8 to use the correct version for Solr 9.0
3 weeks ago
Henschi
ebee86efa3
update zookeeper to 3.7.0 to use the correct version for Solr 9.0
3 weeks ago
Henschi
ac11d27659
upgrade junit to 4.13.2 and use the appropriate hamcrest version 1.3
4 weeks ago
henschi
783a0aa496
upgrade jetty to 9.4.57
4 weeks ago
Michael Peter Christen
9f20f73362
library maintenance - updated some libraries
5 months ago
Michael Peter Christen
3c88f87831
jetty upgrade
6 months ago
Michael Peter Christen
f57df061da
upgraded commons-io to 2.17.0
7 months ago
Michael Peter Christen
6db374fdcf
upgraded metadata-extractor to 2.19.0
8 months ago
Michael Peter Christen
833d720989
upgraded ppt parser by migration of org.apache,poi from 3.17 to 5.3.0
...
This also fixes the security waning
https://github.com/yacy/yacy_search_server/security/dependabot/37
9 months ago
Michael Peter Christen
f1c70dce33
Merge branch 'master' of github.com:yacy/yacy_search_server
11 months ago
Michael Peter Christen
8eb0d490aa
migrated solr to 9.0
...
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.
11 months ago
Michael Peter Christen
c2ad1950e8
updated jetty to 9.4.54.v20240208
12 months ago
Michael Christen
040cd8be6d
Merge pull request #612 from okybaca/sitemap-fix
...
updated apache libs
1 year ago
okybaca
9c59c6814b
updated apache libs
1 year ago
Michael Peter Christen
656b3e3e77
updated guava to latest and added missing library for failureaccess
1 year ago
Michael Peter Christen
7db0534d8a
Added a zim parser to the surrogate import option.
...
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.
1 year ago
Michael Peter Christen
b0ae660790
added Zstandard compressed data decompression for ZIM files type 5
...
also: more generalization and performance enhancements
2 years ago
Michael Peter Christen
5ba5fb5d23
upgraded pdfbox to 3.0.0
2 years ago
Michael Peter Christen
c10944bd4a
updated bcmail-jdk15on 1.75 to bcmail-jdk18on 1.67
2 years ago
Michael Peter Christen
0c4478cd71
migrated jetty to 9.4.52.v20230823
2 years ago
Michael Peter Christen
88cd17ea57
migrated solr from 8.9.0 to 8.11.2; activated also migration script. A YaCy 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.
2 years ago
Michael Peter Christen
c3824854c7
upgraded several libraries
2 years ago
Michael Peter Christen
5afcba162b
updated libraries
2 years ago
Michael Christen
1b825df086
possible fix for
...
https://github.com/yacy/yacy_search_server/issues/496#issuecomment-1268710276
3 years ago
Michael Peter Christen
a0ddc168e2
upgraded a large number of libraries to latest
3 years ago
Michael Peter Christen
f475ecbd0b
upgraded jetty to 9.4.41.v20210516
3 years ago
Michael Peter Christen
482f507e65
upgraded solr from 8.8.1 to 8.9.0
...
should hopefully fix
https://github.com/yacy/yacy_search_server/issues/496
because it includes https://issues.apache.org/jira/browse/SOLR-13034
3 years ago
Michael Christen
7bf5f6c7ad
upgraded jsoup after security warning
3 years ago
Michael Peter Christen
9c1bc533fa
removed hazelcast because it is phoning home, see also:
...
https://github.com/yacy/yacy_search_server/issues/504
3 years ago
Michael Peter Christen
fc98ca7a9c
removed ContentControl servlet and functinality
...
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.
3 years ago
Thomas Koch
c98d09b664
rm GitRevTask
...
The releaseNr is now set to a static value in build.properties. We
can increment it there manually and eventually switch to another
version number scheme if we like.
3 years ago
Thomas Koch
8fbd6386fd
use ivy to manage jars
3 years ago