You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/11/29 23:55:00 UTC

[jira] [Commented] (SOLR-16158) Separate Solr Embedded from solr-core

    [ https://issues.apache.org/jira/browse/SOLR-16158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640996#comment-17640996 ] 

ASF subversion and git services commented on SOLR-16158:
--------------------------------------------------------

Commit a18f5b3c7cf2ce3f4d1cd11288e82ba0f48f7dfd in solr's branch refs/heads/main from Houston Putman
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=a18f5b3c7cf ]

SOLR-16158: Remove server jars from solr-core (#1179)

- Move SolrJettyRunner to test framework.
  Solr-core now no longer has jetty server deps.
- server/lib/ext now contains the following jars:
  - logging
  - metrics
  - Shared server & core dependencies
- The web-app is now setup so that "server" jars can be used
  by the Solr webapp. We no longer have to duplicate these
  jetty "server" jars between server/lib and WEB-INF/lib.
- The solr-core & solr-server dependencies now just work, and
  shouldn't require special setup.

> Separate Solr Embedded from solr-core
> -------------------------------------
>
>                 Key: SOLR-16158
>                 URL: https://issues.apache.org/jira/browse/SOLR-16158
>             Project: Solr
>          Issue Type: Improvement
>          Components: Embedded
>    Affects Versions: main (10.0)
>            Reporter: Houston Putman
>            Priority: Major
>          Time Spent: 3h 50m
>  Remaining Estimate: 0h
>
> Solr Embedded is a very useful way of running Solr within an application or test.
> However, it does not really need to be included in Solr Core. It should be in a separate module under {{/solr/embedded}}, so that Solr Core does not need to depend on Jetty Server jars.
> This can only really go into 10.0, since it will be a breaking change.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org