[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-493) Add support for Tomcat 8.5

Radoslav Husar (JIRA) issues at jboss.org
Tue May 31 09:13:00 EDT 2016


    [ https://issues.jboss.org/browse/MODCLUSTER-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245252#comment-13245252 ] 

Radoslav Husar edited comment on MODCLUSTER-493 at 5/31/16 9:12 AM:
--------------------------------------------------------------------

For the record, the target {code}[INFO] mod_cluster: Container - Catalina .................. FAILURE [  0.127 s]{code} will not compile with Tomcat 8.5 dependencies (neither will Tomcat 8 nor 9) because of

{code}
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/rhusar/git/mod_cluster/container/catalina/src/main/java/org/jboss/modcluster/container/catalina/CatalinaContext.java:[70,28] cannot find symbol
  symbol:   method getAvailable()
  location: variable context of type org.apache.catalina.Context
[ERROR] /Users/rhusar/git/mod_cluster/container/catalina/src/main/java/org/jboss/modcluster/container/catalina/CatalinaContext.java:[104,41] cannot find symbol
  symbol:   method getDistributable()
  location: interface org.apache.catalina.Manager
[INFO] 2 errors
{code} 

 Which is fine but we need to make sure that everything is properly tested (e.g. with code coverage) by the respective tests.


was (Author: rhusar):
For the record, the target {code}[INFO] mod_cluster: Container - Catalina .................. FAILURE [  0.127 s]{code} will not compile with Tomcat 8.5 dependencies (neither will Tomcat 9) because of

{code}
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/rhusar/git/mod_cluster/container/catalina/src/main/java/org/jboss/modcluster/container/catalina/CatalinaContext.java:[70,28] cannot find symbol
  symbol:   method getAvailable()
  location: variable context of type org.apache.catalina.Context
[ERROR] /Users/rhusar/git/mod_cluster/container/catalina/src/main/java/org/jboss/modcluster/container/catalina/CatalinaContext.java:[104,41] cannot find symbol
  symbol:   method getDistributable()
  location: interface org.apache.catalina.Manager
[INFO] 2 errors
{code} 

 Which is fine but we need to make sure that everything is properly tested (e.g. with code coverage) by the respective tests.

> Add support for Tomcat 8.5
> --------------------------
>
>                 Key: MODCLUSTER-493
>                 URL: https://issues.jboss.org/browse/MODCLUSTER-493
>             Project: mod_cluster
>          Issue Type: Feature Request
>          Components: Core & Container Integration (Java)
>            Reporter: Radoslav Husar
>            Assignee: Radoslav Husar
>             Fix For: 2.0.0.Alpha1
>
>
> -Currently in beta https://tomcat.apache.org/download-80.cgi .-
> Version 8.5.2 released as of May 17 2016, we can add support safely now.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the mod_cluster-issues mailing list