Releases: eclipse-ee4j/wasp
Releases · eclipse-ee4j/wasp
3.2.1
What's Changed
- Update plugin versions in main pom by @arjantijms in #62
- Improve file last modified time detection by @avpinchuk in #61
New Contributors
- @avpinchuk made their first contribution in #61
Full Changelog: 3.2.0...3.2.1
3.2.0
What's Changed
- Update versions in pom by @arjantijms in #53
- Integrate Pages Standard Tags (JSTL) impl into WaSP by @arjantijms in #54
- Set version to 3.2.0-SNAPSHOT by @arjantijms in #55
Full Changelog: 3.1.0...3.2.0
3.1.0
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
- @hs536 made their first contribution in #26
- @kosakak made their first contribution in #32
- @arjantijms made their first contribution in #33
- @kaido207 made their first contribution in #37
- @volosied made their first contribution in #44
Full Changelog: 3.0.1...3.1.0
3.0.1
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.