#1602 - Upgrade dependencies#1628
Merged
Merged
Conversation
- ant 1.10.15 -> 1.10.17 - junit-jupiter 6.0.3 -> 6.1.0 - junit-platform 6.0.3 -> 6.1.0 - slf4j 2.0.17 -> 2.0.18 - mallet 2.0.8 -> 2.1.0 - solr-solrj 9.10.0 -> 9.10.1 - spotless-maven-plugin 2.46.1 -> 3.5.1 - Adapt MalletEmbeddingsTrainer to Mallet 2.1.0's new `countWords(InstanceList, double)` signature, passing the upstream CLI default (0.0001) - Pin apache-rat-plugin to 0.18 in root pom with `parseSCMIgnoresAsExcludes=false` to work around the SCM-ignore race condition - Pin Jena to 5.x in version-rules.xml (Jena 6 renames `jena-iri`/`jena-tdb` artifacts and drops deprecated APIs) - Pin Smile to 4.x in version-rules.xml (Smile 5/6 introduce sweeping API churn) - Pin SolrJ to 9.x in version-rules.xml (Solr 10 moves/renames client classes and splits out solr-solrj-jetty) - Pin Hadoop to 3.4.x in version-rules.xml (Hadoop 3.5's bundled Jetty breaks MiniDFSCluster startup) - Extend Lucene version-rules pin so 10+ majors are also filtered (existing `^[4-9]` regex missed two-digit majors) - woodstox-core 7.1.1 -> 7.2.0 - stax2-api 4.2.1 -> 4.3.0 - commons-csv 1.13.0 -> 1.14.1 - jaxen 2.0.1 -> 2.0.3 - xom 1.3.9 -> 1.4.4 - Pin com.sun.xml.bind:jaxb-core and jaxb-impl to 2.x in version-rules.xml to avoid the javax.xml.bind -> jakarta.xml.bind namespace trap on 3.x+ - Drop stale Spring `^5.*` block from version-rules.xml (project is on Spring 7.x; rule was a no-op) - Drop stale woodstox `stax2-api` `^4.*` block from version-rules.xml (contradicted the running version) - Drop stale `xerces:xercesImpl` all-versions block from version-rules.xml (we are on Maven Central's latest 2.12.2; pin was a no-op)
- Align local code with upstream pdfbox version
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.
What's in the PR
countWords(InstanceList, double)signature, passing the upstream CLI default (0.0001)parseSCMIgnoresAsExcludes=falseto work around the SCM-ignore race conditionjena-iri/jena-tdbartifacts and drops deprecated APIs)^[4-9]regex missed two-digit majors)^5.*block from version-rules.xml (project is on Spring 7.x; rule was a no-op)stax2-api^4.*block from version-rules.xml (contradicted the running version)xerces:xercesImplall-versions block from version-rules.xml (we are on Maven Central's latest 2.12.2; pin was a no-op)How to test manually
Automatic testing
Documentation