This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from bc7446e95b6 Merge pull request #7430 from
matthiasblaesing/invalid_weak_listener_registration
add 290b582390f Fix/reenable tests for web.jspparser
add d093acdf3a5 WebAppParseSupport: Cleanup NetBeans warnings
add bf66058e71c Fix and simplify handling of JSPParser classloader
add 0f675a8520c Merge pull request #7567 from
matthiasblaesing/fix_jsp_parser2
No new revisions were added by this update.
Summary of changes:
.github/workflows/main.yml | 5 +-
.gitignore | 2 +
enterprise/j2ee.dd/nbproject/project.xml | 4 -
.../dd/impl/common/annotation/ResourceImpl.java | 1 -
enterprise/web.jspparser/build.xml | 27 ++-
enterprise/web.jspparser/external/binaries-list | 6 +
.../external/commons-logging-1.3.1-license.txt | 209 +++++++++++++++++++
.../external/commons-logging-1.3.1-notice.txt | 0
.../jakarta.servlet.jsp.jstl-1.2-license.txt | 94 +++++++++
.../web/jspparser_ext/WebAppParseSupport.java | 225 +++++++++------------
.../emptyWebProject/lib/tags/META-INF/taglib.tld | 31 +++
.../modules/web/jspparser/FastScanTest.java | 8 -
.../netbeans/modules/web/jspparser/ParseTest.java | 15 --
.../web/jspparser/ParserClassLoaderTest.java | 148 --------------
.../netbeans/modules/web/jspparser/TestUtil.java | 2 -
.../org/netbeans/nbbuild/extlibs/ignored-overlaps | 4 +
16 files changed, 472 insertions(+), 309 deletions(-)
create mode 100644
enterprise/web.jspparser/external/commons-logging-1.3.1-license.txt
copy
platform/o.apache.commons.logging/external/commons-logging-1.3.3-notice.txt =>
enterprise/web.jspparser/external/commons-logging-1.3.1-notice.txt (100%)
create mode 100644
enterprise/web.jspparser/external/jakarta.servlet.jsp.jstl-1.2-license.txt
create mode 100644
enterprise/web.jspparser/test/unit/data/emptyWebProject/lib/tags/META-INF/taglib.tld
delete mode 100644
enterprise/web.jspparser/test/unit/src/org/netbeans/modules/web/jspparser/ParserClassLoaderTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists