jspc-maven-plugin icon indicating copy to clipboard operation
jspc-maven-plugin copied to clipboard

Maven JSP precompilation plugin

Results 15 jspc-maven-plugin issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.tomcat:tomcat-jsp-api](https://tomcat.apache.org/) | `10.1.20` -> `10.1.23` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.tomcat:tomcat-jsp-api/10.1.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.tomcat:tomcat-jasper](https://tomcat.apache.org/) | `10.1.20` -> `10.1.23` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.tomcat:tomcat-jasper/10.1.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.slf4j:jul-to-slf4j](http://www.slf4j.org) ([source](https://togithub.com/qos-ch/slf4j), [changelog](https://www.slf4j.org/news.html)) | `2.0.12` -> `2.0.13`...

It works well on Oracle JDK 8 But it throw some exceptions when I am using openJDK: Caused by: org.apache.jasper.JasperException: The absolute uri: [http://tiles.apache.org/tags-tiles] cannot be resolved in either web.xml...

Support incremental builds as well as Eclipse compatible error reporting See https://wiki.eclipse.org/M2E_compatible_maven_plugins Closes: https://github.com/leonardehrenfried/jspc-maven-plugin/issues/25

To fix #41 It's a small hack to avoid exclude jspf manually In fact, ignoreJspFragmentErrors is equivalent to exclude=**/*.jspf

I would expect the jspc compile to catch the following invalid property error and cause the compile goal to fail ``` (Expires: ${data.expirations}) ``` In the above example the data.expirations...

The pom includes a dependency for javax.servlet-api version 4.0.1. When compiling for target of tomcat 10, getting errors about missing javax.servlet.jsp.tagext.BodyTagSupport. It should be using jakarta.servlet.jsp.tagext.BodyTagSupport which is in jakarta.servlet-api...

I am trying to wrap my head around the next. I think there is some classpath issues here. - When I execute a mvn clean package build with the jspc-maven-plugin...