Bug report for Tomcat Modules [2021/01/03]

2021-01-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2021/01/03]

2021-01-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2021/01/03]

2021-01-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2021/01/03]

2021-01-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2021/01/03]

2021-01-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2021/01/03]

2021-01-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2021/01/03]

2021-01-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[GitHub] [tomcat-jakartaee-migration] ebourg closed pull request #10: Support javax.xml.xpath.XPathConstants

2021-01-02 Thread GitBox
ebourg closed pull request #10: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/10 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [tomcat-jakartaee-migration] ebourg closed issue #9: Do not migrate javax.xml.namespace

2021-01-02 Thread GitBox
ebourg closed issue #9: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/9 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[tomcat-jakartaee-migration] 03/03: No longer convert the javax.xml.namespace package (Fixes #9)

2021-01-02 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit b577e28a5daa5c0e74e3876101c94761acde4fb9 Author: Emmanuel Bourg AuthorDate: Sun Jan 3 00:21:42 2021

[tomcat-jakartaee-migration] 01/03: Better formatting for the EESpecProfile regexps

2021-01-02 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 7902f20d0b6b5aaf77f2440f73e083243ff2044e Author: Emmanuel Bourg AuthorDate: Sat Jan 2 23:26:44 2021

[tomcat-jakartaee-migration] 02/03: Convert the javax.management.j2ee package with the EE profile (Java EE Management API - JSR 77)

2021-01-02 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 8341e815ca50b00a78f53ca3738f5a4ef361ad50 Author: Emmanuel Bourg AuthorDate: Sat Jan 2 23:32:52 2021

[tomcat-jakartaee-migration] branch master updated (f393d76 -> b577e28)

2021-01-02 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git. from f393d76 Test for javax.xml.xpath.XPathConstants new 7902f20 Better formatting for the

[GitHub] [tomcat-jakartaee-migration] ebourg commented on issue #9: Fails with javax.xml since it is ambiguous

2021-01-02 Thread GitBox
ebourg commented on issue #9: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/9#issuecomment-753542284 I'm tempted to think the mapping document is wrong. I'm going to remove the `javax.xml.namespace` package from the EE profile. If there is an EE API using this package

[GitHub] [tomcat-jakartaee-migration] rmannibucau commented on issue #9: Fails with javax.xml since it is ambiguous

2021-01-02 Thread GitBox
rmannibucau commented on issue #9: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/9#issuecomment-753511230 @ebourg I'm not sure to be honest, it is not in ee bundle jar but https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-platform/master/namespace/mappings.adoc

[GitHub] [tomcat-jakartaee-migration] ebourg commented on issue #9: Fails with javax.xml since it is ambiguous

2021-01-02 Thread GitBox
ebourg commented on issue #9: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/9#issuecomment-753491358 Is there an EE API that uses the javax.xml.namespace package? This is an automated message from the

[GitHub] [tomcat-jakartaee-migration] rmannibucau commented on issue #9: Fails with javax.xml since it is ambiguous

2021-01-02 Thread GitBox
rmannibucau commented on issue #9: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/9#issuecomment-753477945 Created https://github.com/apache/tomcat-jakartaee-migration/pull/10 to illustrate and fix the case I got on primefaces 7.0. Side note: it is a partial fix

[GitHub] [tomcat-jakartaee-migration] rmannibucau opened a new pull request #10: Support javax.xml.xpath.XPathConstants

2021-01-02 Thread GitBox
rmannibucau opened a new pull request #10: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/10 Follow up of https://github.com/apache/tomcat-jakartaee-migration/issues/9 It does not handle all cases but at least shows the isue and fixes one case.

[GitHub] [tomcat-jakartaee-migration] rmannibucau edited a comment on issue #9: Fails with javax.xml since it is ambiguous

2021-01-02 Thread GitBox
rmannibucau edited a comment on issue #9: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/9#issuecomment-753469631 The test does not test what i described. Issue is that the fields of this class are qname so handled by ee regex so at runtime you get a nosuchfielderror

[GitHub] [tomcat-jakartaee-migration] rmannibucau edited a comment on issue #9: Fails with javax.xml since it is ambiguous

2021-01-02 Thread GitBox
rmannibucau edited a comment on issue #9: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/9#issuecomment-753469631 The test does not test what i described. Issue is that the fields of this class are qname so handled by ee regex so at runtile you get a nosuchfielderror

[GitHub] [tomcat-jakartaee-migration] rmannibucau edited a comment on issue #9: Fails with javax.xml since it is ambiguous

2021-01-02 Thread GitBox
rmannibucau edited a comment on issue #9: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/9#issuecomment-753469631 The test does not test what i described. Issue is that the fields of this class are qname so handled by ee regex so at runtile you get a nosuchfielderror

[GitHub] [tomcat-jakartaee-migration] rmannibucau commented on issue #9: Fails with javax.xml since it is ambiguous

2021-01-02 Thread GitBox
rmannibucau commented on issue #9: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/9#issuecomment-753469631 The test does not test what i described. Issue is that the fields of this class are qname so handled by ee regex so at runtile you get a nosuchfielderror (use a

[Bug 65047] New: be more specific on permission right problems

2021-01-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65047 Bug ID: 65047 Summary: be more specific on permission right problems Product: Tomcat 9 Version: 9.0.31 Hardware: All OS: Linux Status: NEW Severity:

[GitHub] [tomcat-jakartaee-migration] ebourg commented on issue #9: Fails with javax.xml since it is ambiguous

2021-01-02 Thread GitBox
ebourg commented on issue #9: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/9#issuecomment-753455465 I'm unable to reproduce this issue, I've added `javax.xml.xpath.XPathConstants` to the test case in f393d76 and it passed for both profiles.

[tomcat-jakartaee-migration] branch master updated: Test for javax.xml.xpath.XPathConstants

2021-01-02 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new f393d76 Test for