mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-08-28 17:36:54 +00:00
* origin/master: fix line ending and indentation issues AssignmentLevelSurtQueueAssignmentPolicy.java - Add support for forced queue assignment and parallel queues URIAuthorityBasedQueueAssignmentPolicy.java - Add interoperability between forced queue assignment and parallel queues QuotaEnforcer.java - Fix javadoc to match default behavior Override PUT so it doesn't change the file extension Use super.getVariants() rather than super.getVariants(GET) Remove testConcurrentLoad Mitigate random CookieStore.testConcurrentLoad test failures Add missing UUID import (interactive commit fail) Fix digest authentication Link to javadoc.io for more recent api docs Now jdk11 support is merged we can disallow test failures on it Fix restlet child component context warning Update statistics assertions as Jetty 9 produces different headers Fix 'No session data store configured' test error Drop support for JDK 7 JDK11: upgrade engine to jetty 9.4.19 and restlet 2.4.0 JDK11 support: upgrade jetty to 9.4.19 in modules tests Prevent newer surefire from invoking FetchHTTPTests directly JDK11 support: remove unused class ObjectIdentityBdbCache and tests JDK11 support: exclude tools.jar from hbase-client dependency JDK11 support: explicitly depend on JAXB JDK11 support: upgrade maven-surefire-plugin to 2.22.2 Travis fixes Update README and add LICENSE.txt