Skip to content

Releases: eclipse-ee4j/wasp

3.2.1

05 Oct 22:51
1f9bff7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.2.1

3.2.0

24 Feb 14:06
e14c5e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

3.1.0

05 Jul 21:51
cba8352
Compare
Choose a tag to compare

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

3.0.1

07 Jan 10:47
5d3a153
Compare
Choose a tag to compare

Initial release of WaSP. This is based on the code transferred from https://github.com/eclipse-ee4j/jsp-api (https://projects.eclipse.org/projects/ee4j.jsp)

No functional changes, just a rename of the maven, module, extension and automatic module name to wasp.

Note: identical to a staged 3.0.0 release, but restaged as 3.0.1 because of changing CI systems.