]
Radoslav Husar updated MODCLUSTER-716:
--------------------------------------
Affects Version/s: 1.4.1.Final
Refactor core and SPI modules in preparation for Servlet 5.0
------------------------------------------------------------
Key: MODCLUSTER-716
URL:
https://issues.redhat.com/browse/MODCLUSTER-716
Project: mod_cluster
Issue Type: Task
Affects Versions: 1.4.1.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Critical
Fix For: 2.0.0.Alpha1
Because Servlet 5.0 will change package names, and because the implementations of the SPI
must work with containers supporting earlier versions of the specification, certain
interfaces will have to be made generic to support both packages names.
{code}
[ERROR]
/Users/rhusar/git/mod_cluster/core/src/main/java/org/jboss/modcluster/ModClusterService.java:[39,21]
package javax.servlet does not exist
[ERROR]
/Users/rhusar/git/mod_cluster/core/src/main/java/org/jboss/modcluster/ModClusterService.java:[40,26]
package javax.servlet.http does not exist
{code}