This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/okhttp.version-5.1.0
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git


    omit 2da5f348 Bump okhttp.version from 4.12.0 to 5.1.0
     add ba31bbbe #108 Replace custom HttpHeaders constants with the 
org.apache.http.HttpHeaders ones (#1587)
     add b4f694a5 Bump okhttp.version from 4.12.0 to 5.1.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2da5f348)
            \
             N -- N -- N   refs/heads/dependabot/maven/okhttp.version-5.1.0 
(b4f694a5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/stormcrawler/Metadata.java     |   8 +-
 .../apache/stormcrawler/bolt/FeedParserBolt.java   |   2 +-
 .../org/apache/stormcrawler/bolt/FetcherBolt.java  |   2 +-
 .../apache/stormcrawler/bolt/JSoupParserBolt.java  |   2 +-
 .../stormcrawler/bolt/SimpleFetcherBolt.java       |   2 +-
 .../stormcrawler/bolt/SiteMapParserBolt.java       |   2 +-
 .../persistence/AdaptiveScheduler.java             |   2 +-
 .../protocol/AbstractHttpProtocol.java             |  52 +++++++++++
 .../apache/stormcrawler/protocol/HttpHeaders.java  | 101 ---------------------
 .../protocol/HttpRobotRulesParser.java             |   1 +
 .../stormcrawler/protocol/file/FileResponse.java   |   2 +-
 .../protocol/httpclient/HttpProtocol.java          |  18 ++--
 .../stormcrawler/protocol/okhttp/HttpProtocol.java |  22 ++---
 .../protocol/selenium/SeleniumProtocol.java        |   2 +-
 .../stormcrawler/util/CharsetIdentification.java   |   2 +-
 .../stormcrawler/bolt/FeedParserBoltTest.java      |   2 +-
 .../stormcrawler/bolt/SiteMapParserBoltTest.java   |   2 +-
 .../persistence/AdaptiveSchedulerTest.java         |   2 +-
 .../stormcrawler/protocol/HttpHeadersTest.java     |  36 --------
 .../org/apache/stormcrawler/tika/ParserBolt.java   |   2 +-
 .../apache/stormcrawler/tika/ParserBoltTest.java   |   2 +-
 .../apache/stormcrawler/warc/WARCRecordFormat.java |   2 +-
 .../stormcrawler/warc/WARCRecordFormatTest.java    |   2 +-
 23 files changed, 94 insertions(+), 176 deletions(-)
 delete mode 100644 
core/src/main/java/org/apache/stormcrawler/protocol/HttpHeaders.java
 delete mode 100644 
core/src/test/java/org/apache/stormcrawler/protocol/HttpHeadersTest.java

Reply via email to