[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-08-17 Thread Mathew Hodson
tomcat7 in xenial-proposed failed to build. ** No longer affects: tomcat7 (Ubuntu) ** Changed in: tomcat7 (Ubuntu Xenial) Status: Fix Committed => In Progress ** Tags removed: verification-needed -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-08-17 Thread Joshua Powers
Marking yakkety as won't fix due to EOL status. ** Changed in: tomcat7 (Ubuntu Yakkety) Status: Fix Committed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1664179 Title: Wrong

[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-04-24 Thread Launchpad Bug Tracker
This bug was fixed in the package tomcat7 - 7.0.52-1ubuntu0.11 --- tomcat7 (7.0.52-1ubuntu0.11) trusty; urgency=medium * Fix an upgrade error when JAVA_OPTS in /etc/default/tomcat7 contains the '%' character (LP: #1666570). * Fix javax.servlet.jsp POM to use servlet-api versio

[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-04-19 Thread Joshua Powers
@sru-team Verified tomcat7 trusty (7.0.52-1ubuntu0.11) based on the test case described in the SRU template. The build completed without error. Marking as verification-done-trusty. I will do Xenial and Yakkety once I have binaries. ** Tags added: verification-done-trusty -- You received this b

[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-04-19 Thread Joshua Powers
** Description changed: == Begin SRU Template == [Impact] - * The Tomcat7 package specifies an incorrect version of the javax.servlet api. If users attempt to use the version specified, 2.2, it will fail trying to find that version as it does not exist at all. - * Currently the version

[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-04-05 Thread Brian Murray
Hello Yury, or anyone else affected, Accepted tomcat7 into yakkety-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/tomcat7/7.0.72-1ubuntu0.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https:/

[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-04-05 Thread Joshua Powers
@arges because the package is source only in zesty I am marking the primary task as invalid. ** Changed in: tomcat7 (Ubuntu) Status: Fix Committed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-04-05 Thread Chris J Arges
Before this can go through the SRU process, please indicate if the Zesty version of tomcat7 (7.0.75-1) already has this bug fixed (Fix Released) or is unaffected (Invalid). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-03-23 Thread Joshua Powers
** Changed in: tomcat7 (Ubuntu Trusty) Status: New => In Progress ** Changed in: tomcat7 (Ubuntu Xenial) Status: New => In Progress ** Changed in: tomcat7 (Ubuntu Yakkety) Status: New => In Progress ** Changed in: tomcat7 (Ubuntu Trusty) Assignee: (unassigned) => Joshua

[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-03-22 Thread Nish Aravamudan
** Also affects: tomcat7 (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: tomcat7 (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: tomcat7 (Ubuntu Yakkety) Importance: Undecided Status: New -- You received this bug notification b

[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-03-22 Thread Yury Zavarin
OK, thank you Joshua. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1664179 Title: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2 To manage notifications about this bug go to: https://bugs.l

[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-03-22 Thread Joshua Powers
** Description changed: + == Begin SRU Template == + [Impact] + + * The Tomcat7 package specifies an incorrect version of the javax.servlet api. If users attempt to use the version specified, 2.2, it will fail trying to find that version as it does not exist at all. + * Currently the version

[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-03-22 Thread Joshua Powers
@tadam I have submitted these changes to be fixed on trusty, xenial, and yakkety. I am not submitting this to be fixed on zesty because it is source only. Once the changes are reviewed and accepted, unless I need to make any changes :), the new packages will enter the proposed pocket for final tes

[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-03-09 Thread Joshua Powers
** Changed in: tomcat7 (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1664179 Title: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2 To manage

[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-02-15 Thread Joshua Powers
Thanks for the table. Looking at the docs it does look like 2.2 JSP should have 3.0 servlet and 2.2 EL, therefore I believe the following changes would fix this: diff --git a/debian/javaxpoms/jsp-api.pom b/debian/javaxpoms/jsp-api.pom index 56271e0..e2dbf6d 100644 --- a/debian/javaxpoms/jsp-api.po

[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-02-14 Thread Yury Zavarin
> I believe you would then propose we change 2.2 to 3.0? If you simply change 2.2 to 3.0 in debian/rules in that stanze, then it'll change the dependency on javax.el:el-api as well. So, the dependencies should be the following: javax.el:el-api:2.2 (same as it is now) javax.servlet:servlet-api:3.0

[Bug 1664179] Re: Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2

2017-02-14 Thread Joshua Powers
Thanks for the bug report. # Steps to reproduce I am kind of a novice when it comes to maven and what we have in Ubuntu, so my apologies if I miss something obvious here. In a Xenial LXD container I ran the following: > apt install maven-debian-helper libmaven-dependency-plugin-java > libservl