[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-500) Consider dropping base module; copy container integration code to every integration

Radoslav Husar (JIRA) issues at jboss.org
Fri May 13 10:14:01 EDT 2016


     [ https://issues.jboss.org/browse/MODCLUSTER-500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radoslav Husar updated MODCLUSTER-500:
--------------------------------------
    Description: 
The main reason for this would be to do the build process right in one take and thus simplify installation (and CI too).

Just comparing Java code:

{noformat}
[rhusar at syrah container]$ find tomcat6 -name '*.java' | xargs wc -l
     678 total
[rhusar at syrah container]$ find tomcat7 -name '*.java' | xargs wc -l
     754 total
[rhusar at syrah container]$ find tomcat8 -name '*.java' | xargs wc -l
     794 total
[rhusar at syrah container]$ find tomcat9 -name '*.java' | xargs wc -l
    1121 total
[rhusar at syrah container]$ find catalina -name '*.java' | xargs wc -l
    3359 total
{noformat}

  was:
The main reason for this would be to do the build process right in one take and thus simplify installation (and CI too).

{noformat}
[rhusar at syrah container]$ find tomcat6 -name '*.java' | xargs wc -l
     678 total
[rhusar at syrah container]$ find tomcat7 -name '*.java' | xargs wc -l
     754 total
[rhusar at syrah container]$ find tomcat8 -name '*.java' | xargs wc -l
     794 total
[rhusar at syrah container]$ find tomcat9 -name '*.java' | xargs wc -l
    1121 total
[rhusar at syrah container]$ find catalina -name '*.java' | xargs wc -l
    3359 total
{noformat}



> Consider dropping base module; copy container integration code to every integration
> -----------------------------------------------------------------------------------
>
>                 Key: MODCLUSTER-500
>                 URL: https://issues.jboss.org/browse/MODCLUSTER-500
>             Project: mod_cluster
>          Issue Type: Task
>          Components: Core & Container Integration (Java)
>            Reporter: Radoslav Husar
>            Assignee: Radoslav Husar
>             Fix For: 2.0.0.Alpha1
>
>
> The main reason for this would be to do the build process right in one take and thus simplify installation (and CI too).
> Just comparing Java code:
> {noformat}
> [rhusar at syrah container]$ find tomcat6 -name '*.java' | xargs wc -l
>      678 total
> [rhusar at syrah container]$ find tomcat7 -name '*.java' | xargs wc -l
>      754 total
> [rhusar at syrah container]$ find tomcat8 -name '*.java' | xargs wc -l
>      794 total
> [rhusar at syrah container]$ find tomcat9 -name '*.java' | xargs wc -l
>     1121 total
> [rhusar at syrah container]$ find catalina -name '*.java' | xargs wc -l
>     3359 total
> {noformat}



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


More information about the mod_cluster-issues mailing list