-
Notifications
You must be signed in to change notification settings - Fork 791
SOLR-17161: solrj-jetty module #3852
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
Changes from all commits
6a5b484
88cd630
049b61e
f3c2b4f
ad9978d
f018030
2889731
ef5d878
ccbf35f
e389b32
bdda63c
f2277f6
e9a0012
b4415cf
945b231
2117b5a
7c70be8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| # See https://github.com/apache/solr/blob/main/dev-docs/changelog.adoc | ||
| title: 'SolrJ: separated Jetty HttpClient using classes to a new solrj-jetty module, | ||
| package org.apache.solr.solrj.jetty, and did some renames.' | ||
| type: other # added, changed, fixed, deprecated, removed, dependency_update, security, other | ||
| authors: | ||
| - name: David Smiley | ||
| links: | ||
| - name: SOLR-17161 | ||
| url: https://issues.apache.org/jira/browse/SOLR-17161 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,6 +44,7 @@ dependencies { | |
| implementation project(':solr:test-framework') | ||
| implementation project(':solr:core') | ||
| implementation project(':solr:solrj') | ||
| implementation project(':solr:solrj-jetty') | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [Q] There's been some discussion in the past that this new solrj-jetty artifact would be "opt-out", meaning that folks would get it implicitly by depending on Is that no longer the plan? Or if it is the plan, why do we need the explicit dependency on solrj-jetty here and in other similar build.gradle files?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No change in plan. |
||
| implementation project(':solr:solrj-streaming') | ||
|
|
||
| implementation libs.apache.lucene.core | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.