Skip to content

3.1.0

Compare
Choose a tag to compare
@arjantijms arjantijms released this 05 Jul 21:51
· 31 commits to master since this release
cba8352

Major new release implementing Jakarta Pages 3.1

What's Changed

  • Bump ant from 1.10.9 to 1.10.11 by @dependabot in #27
  • Fix#8 the default value of keepgenerated is false only in JDK 6. by @hs536 in #26
  • Fix #31 JSP compilation error on JDK 9 or higher by @kosakak in #32
  • Set version to 3.1.0-SNAPSHOT and update dependencies and stub code. by @arjantijms in #33
  • Move main package to org.eclipse.wasp by @arjantijms in #34
  • Fix a few javadoc issus and warnings by @arjantijms in #35
  • Fix #36 There is a wrong description in JSPC help message. by @kaido207 in #37
  • Fix #40 ConcurrentModificationException is thrown when the jsp files are compiled at the same time. by @kaido207 in #41
  • Add JSP 3.0 (3.1?) Resolvers by @volosied in #44
  • Implement errorOnELNotFound by @arjantijms in #45
  • Make the plugin tag a NOOP (JSP 3.1 spec) by @arjantijms in #46
  • Update few maven plugin versions by @arjantijms in #47
  • Set JarURLConnection.useCaches to false in Compiler.isOutDated(). by @kaido207 in #42
  • Obtain ELContextImpl correctly when using the security manager by @arjantijms in #48
  • Fix #38 JSPC compile fails on JDK11 without compilerSourceVM and compilerTargetVM options. by @kaido207 in #39
  • Refactoring by @arjantijms in #49
  • Prescan and precreate tags found in taglibs. by @arjantijms in #50
  • Update SMAP constant pool for newer JDK constants by @arjantijms in #51
  • Update smap constants by @arjantijms in #52

New Contributors

Full Changelog: 3.0.1...3.1.0