<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yacy/libt, branch master</title>
<subtitle>YaCy search server with some extra patches
</subtitle>
<id>https://git.fennell.dev/yacy/atom?h=master</id>
<link rel='self' href='https://git.fennell.dev/yacy/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/'/>
<updated>2026-07-10T21:42:16Z</updated>
<entry>
<title>migrated a large number of libraries to latest</title>
<updated>2026-07-10T21:42:16Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2026-07-10T21:42:16Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=f3923a0a0e36c5f4d91e7a208037f03378f158c8'/>
<id>urn:sha1:f3923a0a0e36c5f4d91e7a208037f03378f158c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>upgrade junit to 4.13.2 and use the appropriate hamcrest version 1.3</title>
<updated>2025-03-29T18:49:29Z</updated>
<author>
<name>Henschi</name>
<email>to@h6l.de</email>
</author>
<published>2025-03-29T18:49:29Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=ac11d27659882fceabc89172611ac072a0540c3a'/>
<id>urn:sha1:ac11d27659882fceabc89172611ac072a0540c3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use ivy to manage jars</title>
<updated>2022-04-08T18:33:20Z</updated>
<author>
<name>Thomas Koch</name>
<email>thomas@koch.ro</email>
</author>
<published>2022-04-05T14:36:19Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=8fbd6386fdf76f98ed1fa8a73b3f8c6cfa618ed9'/>
<id>urn:sha1:8fbd6386fdf76f98ed1fa8a73b3f8c6cfa618ed9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace org.junit.Assert.assertThat by</title>
<updated>2020-07-28T17:09:26Z</updated>
<author>
<name>sgaebel</name>
<email>sgaebel@localhost.localdomain</email>
</author>
<published>2020-07-27T22:02:33Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=dd9d4b1188848c86069d50771c53e002b1be9014'/>
<id>urn:sha1:dd9d4b1188848c86069d50771c53e002b1be9014</id>
<content type='text'>
org.hamcrest.MatcherAssert.assertThat from hamcrest 2.2 to avoid
deprecation-warning</content>
</entry>
<entry>
<title>update to JUnit 4.11</title>
<updated>2014-07-06T03:38:32Z</updated>
<author>
<name>reger</name>
<email>reger18@arcor.de</email>
</author>
<published>2014-07-06T03:38:32Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=e94efd4d7cc97457e69e5ccb2383a03a651647ab'/>
<id>urn:sha1:e94efd4d7cc97457e69e5ccb2383a03a651647ab</id>
<content type='text'>
- fix build.xml -&gt; parserTest error on Windows due to javac encoding</content>
</entry>
<entry>
<title>cleanup test directory from Jetty 9 implementation samples</title>
<updated>2013-11-10T21:01:31Z</updated>
<author>
<name>reger</name>
<email>reger18@arcor.de</email>
</author>
<published>2013-11-10T21:01:31Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=b4fdb8c8874afdcfc81b19461a8800a31bcd1bde'/>
<id>urn:sha1:b4fdb8c8874afdcfc81b19461a8800a31bcd1bde</id>
<content type='text'>
- current Jetty implementation advances so that it seems not beneficial to keep the code
as it makes the test unuseable and use of Jetty 9 is due to Java 1.7 dependency not in sight.</content>
</entry>
<entry>
<title>fix servlet class exist check to use default path only (in Jetty8YaCyDefaultServlet)</title>
<updated>2013-11-03T01:26:00Z</updated>
<author>
<name>reger</name>
<email>reger18@arcor.de</email>
</author>
<published>2013-11-03T01:26:00Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=d6760df3e5df705f5a321fac8ebec220d6cafcb7'/>
<id>urn:sha1:d6760df3e5df705f5a321fac8ebec220d6cafcb7</id>
<content type='text'>
- del redundant doget code in yacydefaultservlet
   - small declaration code opts
- del obsolete libt/proxyservlet.java</content>
</entry>
<entry>
<title>add YaCyProxyServlet to handle /proxy.html?url=proxyurl</title>
<updated>2013-10-27T04:04:24Z</updated>
<author>
<name>reger</name>
<email>reger18@arcor.de</email>
</author>
<published>2013-10-27T04:04:24Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=06da6f517c45e1afc64d7eda5185599b82c0159d'/>
<id>urn:sha1:06da6f517c45e1afc64d7eda5185599b82c0159d</id>
<content type='text'>
- based on Jetty ProxyServlet
- at this time use existing HTTPD ProxyHandler  for url rewrite
- add jetty-client jar (dependency in Jetty ProxyServlet)

reuse ProxyHandler.convertHeaderFromJetty in YaCyDefaultServlet</content>
</entry>
<entry>
<title>downgrade to Jetty 8 to assure support of JRE 1.6</title>
<updated>2013-10-08T22:40:48Z</updated>
<author>
<name>reger</name>
<email>reger18@arcor.de</email>
</author>
<published>2013-10-08T22:40:48Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=71d2655c02ca08e6b16528d3505ec616212240f8'/>
<id>urn:sha1:71d2655c02ca08e6b16528d3505ec616212240f8</id>
<content type='text'>
- introduce a YaCyHttp interface to modulize/separate http server
- adjust the Jetty version specific implementation part (in package net.yacy.http)
     - putting the version specific code in classes starting with Jetty8xxxx
     - moved existing Jetty9xxx implementation into a test class (to keep the code)
- adjust build to the changed jars
- make use of the introduced YaCyHttpServer interface in related htroot servlets

- adjust other test cases/classes</content>
</entry>
<entry>
<title>- delete not needed old jetty jars from libt</title>
<updated>2013-09-10T18:55:03Z</updated>
<author>
<name>reger</name>
<email>reger18@arcor.de</email>
</author>
<published>2013-09-10T18:55:03Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=8e52271491142868df8a7b5d55354fe7a7f2fb9e'/>
<id>urn:sha1:8e52271491142868df8a7b5d55354fe7a7f2fb9e</id>
<content type='text'>
- add jetty to Info.plist
</content>
</entry>
</feed>
