Skip to content

Releases: leonardehrenfried/jspc-maven-plugin

jspc-maven-plugin-3.0.0-RC3

25 Oct 12:15
2ead269
Compare
Choose a tag to compare

Plugin available in Maven central : http://repo1.maven.org/maven2/io/leonard/maven/plugins/jspc-maven-plugin/3.0.0-RC3/

Release notes :

  • [FIX] Throw an error if validateXmlContent of merged xml is not ok. Fix ParallelJDTCompiler with Tomcat 9. Remove jetty-util : #33
  • [FIX] Set jspc setThreadCount to 1 to avoid parallelism on jspc side. Add web xml validation with xsd : #34

jspc-maven-plugin-3.0.0-RC2

15 Oct 12:41
bdb672d
Compare
Choose a tag to compare

Plugin available in Maven central : http://repo1.maven.org/maven2/io/leonard/maven/plugins/jspc-maven-plugin/3.0.0-RC2/

Release notes :

  • [FEAT] Add support to JDK 11, and upgrade Tocat version to 9.0.12 : #30
  • [FEAT] Add xml validation in merged web.xml file to ensure it's not broken after merge : #31
  • [REFAC] Change setWebXmlInclude to avoid calling deprecated API : #32

jspc-maven-plugin-3.0.0-RC1

30 Aug 18:53
1184a95
Compare
Choose a tag to compare

Plugin available in Maven central : http://repo1.maven.org/maven2/io/leonard/maven/plugins/jspc-maven-plugin/3.0.0-RC1/

Release notes :

  • [FEAT] Add compatibility with Tomcat 9 (Warning, this version does not support Tomcat 8 now, see version 2.X for that): #12

jspc-maven-plugin-2.4.6

14 Jul 13:21
4876eff
Compare
Choose a tag to compare

Plugin available in Maven central : http://repo1.maven.org/maven2/io/leonard/maven/plugins/jspc-maven-plugin/2.4.6/

Release notes :

  • [FIX] Issue In multi-threaded compilation the same JSP is handled #threads times : #28

jspc-maven-plugin-2.4.5

14 Mar 13:46
a33d97e
Compare
Choose a tag to compare

Plugin available in Maven central : http://repo1.maven.org/maven2/io/leonard/maven/plugins/jspc-maven-plugin/2.4.5/

Release notes :

  • [FIX] Issue when there are spaces in filenames : #22

jspc-maven-plugin-2.4.4

23 Feb 15:37
95bda9f
Compare
Choose a tag to compare

Plugin available in Maven central : http://repo1.maven.org/maven2/io/leonard/maven/plugins/jspc-maven-plugin/2.4.4/

Release notes :

  • Fix compatiblity with maven 3.3.9 and maven dependency plugin 2.X : issue #20

jspc-maven-plugin-2.4.3

17 Feb 18:06
1016154
Compare
Choose a tag to compare

Plugin available in Maven central : http://repo1.maven.org/maven2/io/leonard/maven/plugins/jspc-maven-plugin/2.4.3/

Release notes :

  • Add compilerName option, and add new compiler JDTCompilerParallel to improve performance when using more than 2 threads : PR #19

jspc-maven-plugin-2.4.2

17 Feb 18:03
Compare
Choose a tag to compare

Plugin available in Maven central : http://repo1.maven.org/maven2/io/leonard/maven/plugins/jspc-maven-plugin/2.4.2/

Release notes :

  • Add IT test : PR #14
  • Fixes concurrency issues that happen to tag files when read by multiple threads : PR #16
  • Add test cover in case of using jsp tagfiles, fix maven javadoc issues and warning, mark goal compile as thread safe : PR #18

jspc-maven-plugin-2.4.1

02 Nov 10:52
Compare
Choose a tag to compare

Plugin available in Maven central : http://repo1.maven.org/maven2/io/leonard/maven/plugins/jspc-maven-plugin/2.4.1/

Release notes :

  • Fix #9 : add thread index in each webXmlFragment filename to deal with multithreading mode and prevent file overwriting before web.xml merging (PR : #10)

jspc-maven-plugin-2.3.0

02 Nov 10:50
Compare
Choose a tag to compare

Plugin available in Maven central : http://repo1.maven.org/maven2/io/leonard/maven/plugins/jspc-maven-plugin/2.3.0/

Release notes :

  • Parameter 'compilerVersion' added to force the version with which the JSPs are compiled (PR #11)