[
https://issues.redhat.com/browse/MODCLUSTER-716?page=com.atlassian.jira.p...
]
Radoslav Husar updated MODCLUSTER-716:
--------------------------------------
Description:
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}
was:
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.
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
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Major
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}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)