]
Ryan Emerson updated ISPN-8123:
-------------------------------
Summary: Provide multiple server offerings (was: Create Lean Infinispan Server)
Provide multiple server offerings
---------------------------------
Key: ISPN-8123
URL:
https://issues.jboss.org/browse/ISPN-8123
Project: Infinispan
Issue Type: Enhancement
Components: Server
Affects Versions: 9.1.0.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 9.2.0.Final
In order to reduce the memory footprint of Infinispan in server mode, we need to remove
as many of the unnecessary dependencies from the server as possible. Some use-cases
require more functionality than others, therefore our intention is to provide the server
in two flavours:
# A "lean" server, that exposes all management operations over JMX and is based
on jboss-modules
# A server based upon widlfly-core, which provides users with standalone/domain modes
that they're currently accustomed to as well as DMR operations via the CLI.
This JIRA is simply a parent issues to keep track of all the sub-tasks required.