-
Notifications
You must be signed in to change notification settings - Fork 3
[WIP] HTM-1797: Update SolrJ from 9.10.0 to 10.0.0-SNAPSHOT #1522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
e0e6446 to
f3390d5
Compare
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## main #1522 +/- ##
========================================
- Coverage 77% 4% -73%
Complexity 105 105
========================================
Files 151 151
Lines 7576 7576
Branches 690 690
========================================
- Hits 5814 267 -5547
- Misses 1362 7290 +5928
+ Partials 400 19 -381
... and 138 files with indirect coverage changes 🚀 New features to boost your workflow:
|
| <jetty.version>10.0.26</jetty.version> | ||
| <solr.version>9.10.0</solr.version> | ||
| <!-- Solr 10 snapshots have not been published since 2025-10-15, 11.0.0-SNAPSHOT are current--> | ||
| <solr.version>10.0.0-SNAPSHOT</solr.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
currently this fails (at runtime) because:
[WARNING] The POM for org.apache.solr:solr-solrj:jar:10.0.0-20251015.145323-1526 is invalid,
transitive dependencies (if any) will not be available: 3 problems were encountered while building the effective model for org.apache.solr:solr-solrj:10.0.0-SNAPSHOT
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-databind:jar is missing. @
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-annotations:jar is missing. @
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-core:jar is missing. @
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#1526 has the same problem
[WARNING] The POM for org.apache.solr:solr-solrj:jar:11.0.0-20251126.070616-55 is invalid, transitive dependencies (if any) will not be available: 3 problems were encountered while building the effective model for org.apache.solr:solr-solrj:11.0.0-SNAPSHOT
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-databind:jar is missing. @
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-annotations:jar is missing. @
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-core:jar is missing. @
ce533e6 to
9cd8606
Compare
9cd8606 to
633933f
Compare
Uh oh!
There was an error while loading. Please reload this page.