(#2) Make indexer-elastic work with ES8.#3
Draft
blairlearn wants to merge 1 commit into
Draft
Conversation
blairlearn
force-pushed
the
v1.22-with-es8
branch
2 times, most recently
from
July 17, 2026 18:05
8c6c9ca to
592cf7f
Compare
- Rewrite ElasticIndexRewriter to use elasticsearch-java-8.16.7. - Add unit tests for ElasticIndexWriter. - Add nci-develop to list of pull-request build triggers. - Build/run on OpenJDK 17. - This mirrors the apache/nutch master branch. - Continues to target 11 for runtime. - Patch vulnerabilities: - all io.netty packages to 4.1.135.Final - org.apache.cxf to v3.6.11 - log4j from 2.52.2 to 2.25.4 - org.apache.tika to 3.3.1. -Added forced Hadoop-managed overrides: - com.nimbusds/nimbus-jose-jwt -> 9.37.4 - org.apache.zookeeper/zookeeper -> 3.8.6 - org.apache.zookeeper/zookeeper-jute -> 3.8.6 - Bumped root Jackson set to 2.18.6 - Added explicit jackson-core 2.18.6 - Override org.bouncycastle for org.apache.cxf, forcing it to v1.84. - Override org.apache.commons2 for org.apache.hadoop, forcing to v2.15.0
blairlearn
force-pushed
the
v1.22-with-es8
branch
from
July 17, 2026 18:37
592cf7f to
0768cec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dockerfile
Address vulnerabilities