Skip to content

Changes

#83 (Nov 16, 2023, 2:27:09 PM)

  1. Update minimum Java version to 17 — Mark Thomas / githubweb

#82 (Nov 16, 2023, 1:27:09 PM)

  1. Update to latest parent POM — Mark Thomas / githubweb
  2. Remove local overrides for versions — Mark Thomas / githubweb
  3. Update plugins to latest versions — Mark Thomas / githubweb
  4. Update asciidoctorj versions — Mark Thomas / githubweb
  5. Update copyright date — Mark Thomas / githubweb
  6. Version updates — Mark Thomas / githubweb
  7. Update Jakarta dependencies to latest milestone — Mark Thomas / githubweb

#81 (Nov 8, 2023, 12:27:10 PM)

  1. Revert "Remove ErrorData constructor deprecation" — Mark Thomas / githubweb

#80 (Oct 23, 2023, 4:27:09 AM)

  1. Remove ErrorData constructor deprecation — Mark Thomas / githubweb

#79 (Oct 7, 2023, 4:50:48 PM)

  1. Fix copyright — Mark Thomas / githubweb

#78 (Oct 7, 2023, 3:27:08 PM)

  1. Update Servlet dependency to latest snapshot — Mark Thomas / githubweb

#77 (Feb 1, 2023, 10:42:07 AM)

  1. Fix #239 - Ensure static imports in JSP are visible to EL on that page — Mark Thomas / githubweb

#76 (Dec 12, 2022, 5:27:08 AM)

  1. Fix #235 Add support for query string in ErrorData — Mark Thomas / githubweb

#71 (Oct 19, 2022, 6:42:10 AM)

  1. Update to EL 6.0.0-SNAPSHOT and remove the deprecated EL methods — Mark Thomas / githubweb
  2. Remove the deprecated code used prior to the introduction of the EL spec — Mark Thomas / githubweb
  3. Remove the deprecated BodyTag.EVAL_BODY_TAG constant — Mark Thomas / githubweb
  4. Remove the deprecated JspException.getRootCause — Mark Thomas / githubweb
  5. Remove isThreadSafe — Mark Thomas / githubweb
  6. Remove jsp:plugin — Mark Thomas / githubweb

#70 (Oct 13, 2022, 10:12:10 AM)

  1. Fix 3.1 to 4.0 version updates — Mark Thomas / githubweb

#69 (Jun 28, 2022, 2:57:09 AM)

  1. Fix borowser typo in ServerPages.adoc — Mark Thomas / githubweb

#68 (May 18, 2022, 5:12:07 AM)

  1. Increment version to 4.0 — Mark Thomas / githubweb

#66 (Apr 28, 2022, 6:26:09 PM)

  1. Update README.md — noreply / githubweb

#65 (Apr 21, 2022, 1:41:08 PM)

  1. Fix #226 - Deprecate jsp:plugin, jsp:params and jsp:fallback — Mark Thomas / githubweb
  2. Fix #224 - Update the link to the XML grammar notation — Mark Thomas / githubweb
  3. Fix copyright date — Mark Thomas / githubweb
  4. Update copyright data for Javadoc — Mark Thomas / githubweb

#64 (Jan 24, 2022, 2:41:06 AM)

  1. OSGi bundle version should be consistent with project version — Mark Thomas / githubweb

#63 (Nov 23, 2021, 9:11:07 AM)

  1. Update EL to 5.0.0 and Servlet 6.0.0 — Mark Thomas / githubweb

#62 (Nov 10, 2021, 8:41:09 AM)

  1. Copyright date fixes — Mark Thomas / githubweb

#61 (Nov 9, 2021, 5:56:06 PM)

  1. Fix module dependency for jakarta.servlet — Mark Thomas / githubweb

#60 (Nov 9, 2021, 5:26:06 PM)

  1. Add module-info and remove automatic module name from manifest — Mark Thomas / githubweb

#59 (Nov 8, 2021, 9:11:09 AM)

  1. Update Servlet dependency to 6.0.0-M1 — Mark Thomas / githubweb

#58 (Nov 8, 2021, 8:56:09 AM)

  1. Fix Javadoc typo (missing space) — Mark Thomas / githubweb

#57 (Nov 8, 2021, 6:41:09 AM)

  1. Update copyright checks to include new files that are (c) contributors — Mark Thomas / githubweb
  2. Fix copyright years — Mark Thomas / githubweb
  3. Version updates 3.0 -> 3.1 — Mark Thomas / githubweb
  4. Update required Java version — Mark Thomas / githubweb

#56 (Nov 2, 2021, 12:56:12 PM)

  1. Fix #206 - Deprecate isThreadSafe — Mark Thomas / githubweb

#55 (Oct 6, 2021, 11:41:08 AM)

  1. Update to EL API 5.0.0-M3 — Mark Thomas / githubweb

#54 (Oct 5, 2021, 2:56:06 PM)

  1. Fix #42 - clarify meaning of scope of scripting variables for actions — Mark Thomas / githubweb
  2. Include #42 in change list — Mark Thomas / githubweb

#53 (Oct 1, 2021, 2:24:52 PM)

  1. Update to latest EL milestone — Mark Thomas / githubweb

#52 (Oct 1, 2021, 11:41:08 AM)

  1. Fix mvn javadoc:javadoc with Java 11 — Mark Thomas / githubweb

#51 (Oct 1, 2021, 11:26:10 AM)

  1. Use deprecated method from base class instead of overriding — Mark Thomas / githubweb
  2. Fix copy/paste error in Javadoc — Mark Thomas / githubweb

#50 (Oct 1, 2021, 9:11:09 AM)

  1. Fix #40. Option to trigger an exception for an unknown EL identifier — Mark Thomas / githubweb

#49 (Sep 23, 2021, 6:56:10 AM)

  1. PNG to SVG image's format conversion — Dmitri Cherkas / githubweb
  2. PNG to SVG image's format conversion - references in 'ServerPages.adoc' updated. — Dmitri Cherkas / githubweb
  3. Up right corner's tooltips added to all source blocks of type 'jsp, 'xml' and 'java' — Dmitri Cherkas / githubweb

#48 (Sep 20, 2021, 8:56:10 AM)

  1. Align JSP spec with Import changes added in EL 3.0 (#205) — noreply / githubweb

#47 (Sep 9, 2021, 12:11:09 PM)

  1. Additional version update — Mark Thomas / githubweb

#45 (Sep 9, 2021, 11:26:09 AM)

  1. Align manifest version properties with project (3.1.0) — Mark Thomas / githubweb
  2. Update to El 5.0.0-M1 and Java 11 — Mark Thomas / githubweb
  3. ELResolver.getFeatureDescriptors() is deprecated as of EL 5.0 — Mark Thomas / githubweb
  4. Fix IDE warnings after switch to Java 11 — Mark Thomas / githubweb
  5. Update version to 3.1 — Mark Thomas / githubweb
  6. Update EL references to 5.0 — Mark Thomas / githubweb
  7. Update Servlet references to 6.0 — Mark Thomas / githubweb
  8. Update change log — Mark Thomas / githubweb

#44 (Aug 26, 2021, 9:41:08 AM)

  1. PNG to SVG image's format conversion — Mark Thomas / githubweb
  2. PNG to SVG image's format conversion - references in 'ServerPages.adoc' updated. — Mark Thomas / githubweb

#43 (Dec 23, 2020, 11:26:09 AM)

  1. Remove impl folder after transfer to wasp project — arjan tijms / githubweb

#42 (Dec 7, 2020, 1:41:09 PM)

  1. Version update. Master branch will be targeting 3.1.0 — Mark Thomas / githubweb

#41 (Dec 7, 2020, 11:11:09 AM)

  1. Prepare release org.glassfish.web:jakarta.servlet.jsp:3.0.0 — Mark Thomas / githubweb
  2. Prepare next development cycle for 3.0.1-SNAPSHOT — Mark Thomas / githubweb

#40 (Dec 7, 2020, 10:41:09 AM)

  1. Fix #180 - include ALv2 info in NOTICE — Mark Thomas / githubweb

#39 (Oct 22, 2020, 1:41:08 PM)

  1. Don't cast to URLClassLoader unconditionally - #186 — Thiago Henrique Hüpner / githubweb

#38 (Oct 21, 2020, 2:11:06 PM)

  1. Bump the version of Maven Bundle Plugin to 5.1.1 — Paul Nicolucci / githubweb

#37 (Oct 21, 2020, 8:56:07 AM)

  1. Add sentence to Preface for references of JSP in spec doc. — Paul Nicolucci / githubweb

#36 (Sep 7, 2020, 8:56:06 AM)

  1. Remaining javax-to-jakarta renames — David Blevins / githubweb
  2. Revert changelog reference back to `javax` — David Blevins / githubweb

#35 (Sep 4, 2020, 5:11:08 AM)

  1. Add jakarta prefix and fix a missing javax in spec (#183) — noreply / githubweb

#34 (Aug 26, 2020, 7:41:07 AM)

  1. Replace javax.servlet with jakarta.servlet in HelloServlet — Ivar Grimstad / githubweb

#33 (Aug 25, 2020, 12:56:10 PM)

  1. Clean poms, formatting, versions and automatic module id — arjan tijms / githubweb

#32 (Jul 23, 2020, 10:26:08 AM)

  1. Update staging profile ID — Mark Thomas / githubweb

#30 (Jul 18, 2020, 4:41:07 PM)

  1. Update poms to latest versions — arjan tijms / githubweb

#29 (Jul 17, 2020, 8:26:10 AM)

  1. Align execution IDS with parent to avoid multiple executions — Mark Thomas / githubweb
  2. Fix comment — Mark Thomas / githubweb

#28 (Jul 1, 2020, 11:26:07 AM)

  1. Add JPMS automatic module name — Mark Thomas / githubweb

#27 (Jul 1, 2020, 7:56:06 AM)

  1. Specify staging profile ID — Mark Thomas / githubweb
  2. Implementation has same issue — Mark Thomas / githubweb

#26 (Jun 16, 2020, 4:56:07 PM)

  1. Add "2.2", "2.3" and "3.0" to the allowed values of version in jsp:root — Mark Thomas / githubweb

#25 (Jun 13, 2020, 5:56:08 PM)

  1. Fix groupid for spec — Mark Thomas / githubweb

#24 (Jun 12, 2020, 6:11:08 PM)

  1. Fix Javadoc warnings during build — Mark Thomas / githubweb
  2. Compare/align POMs with Jakarta EL — Mark Thomas / githubweb
  3. Get links into syntax block working in PDF file — Mark Thomas / githubweb

#23 (Jun 9, 2020, 10:41:06 AM)

  1. Fix #16 Add new omit attribute to EBNF — Mark Thomas / githubweb

#22 (Jun 9, 2020, 6:26:07 AM)

  1. Add JDSOL module to build — Mark Thomas / githubweb
  2. Correct schema — Mark Thomas / githubweb
  3. Correct groupid — Mark Thomas / githubweb
  4. Remove unused parent pom — Mark Thomas / githubweb

#21 (Jun 5, 2020, 1:56:10 PM)

  1. Proof reading: Capitalise headers consistently — Mark Thomas / githubweb
  2. Proof-reading; Fix double sided printing — Mark Thomas / githubweb
  3. Final proof-reading — Mark Thomas / githubweb

#20 (Jun 5, 2020, 11:56:09 AM)

  1. Fix #46 HEAD response should not include a body. — Mark Thomas / githubweb
  2. Fix #45 Cannot validate functions without a prefix at translation time — Mark Thomas / githubweb

#19 (May 27, 2020, 6:41:07 AM)

  1. Update to RFC 3986 (rather than 2396) for URL spec — Mark Thomas / githubweb
  2. Fix corrupted image — Mark Thomas / githubweb
  3. Unicode update — Mark Thomas / githubweb
  4. J2SE -> Java SE — Mark Thomas / githubweb
  5. Removed unreferenced images — Mark Thomas / githubweb
  6. First pass reviewing formatting — Mark Thomas / githubweb
  7. Fix numbering of tables and figures — Mark Thomas / githubweb
  8. Second pass, comparing 3.0 doc to 2.3 doc — Mark Thomas / githubweb
  9. Re-import images for better quality. — Mark Thomas / githubweb

#18 (May 22, 2020, 6:11:09 AM)

  1. Fix #71 JspRuntimeLibrary$PrivilegedIntrospectHelper doesn't exist — Hiroki Sawamura / githubweb

#17 (May 17, 2020, 2:41:06 PM)

  1. Align name of license file — Mark Thomas / githubweb
  2. Update Javadoc footer to correct dates — Mark Thomas / githubweb
  3. Align with other POMs (helps when comparing them) — Mark Thomas / githubweb
  4. Add plumbing to make revyear available — Mark Thomas / githubweb
  5. Update text of EFSL as per platform-dev guidance — Mark Thomas / githubweb

#16 (May 5, 2020, 6:56:08 PM)

  1. Update CONTRIBUTING.md — noreply / githubweb

#15 (Apr 11, 2020, 5:56:05 PM)

  1. Cleaning poms 2 — arjan tijms / githubweb

#14 (Apr 10, 2020, 4:56:05 PM)

  1. Cleanup of poms — arjan tijms / githubweb
  2. Processing feedback — arjan tijms / githubweb

#13 (Apr 9, 2020, 12:26:10 PM)

  1. Review "common" files against EL spec for minor updates — Mark Thomas / githubweb
  2. Import (with no changes) ascii doc version of original — Mark Thomas / githubweb
  3. Remove original license — Mark Thomas / githubweb
  4. Remove image that has no apparent purpose — Mark Thomas / githubweb
  5. First pass at correcting format. Links still TODO. — Mark Thomas / githubweb
  6. Drop the original JDSOL files — Mark Thomas / githubweb
  7. Review for formatting issues — Mark Thomas / githubweb
  8. Fix the links — Mark Thomas / githubweb
  9. Final proof reading changes — Mark Thomas / githubweb
  10. Correct authors and links on title page — Mark Thomas / githubweb
  11. Use custom ID to avoid clash with already defined ID 'header' — Mark Thomas / githubweb
  12. Drop literal formatting in header — Mark Thomas / githubweb

#12 (Apr 9, 2020, 10:11:07 AM)

  1. Issue #152 - Renaming javax -> jakarta — Joakim Erdfelt / githubweb
  2. Issue #152 - Renaming javax -> jakarta — Joakim Erdfelt / githubweb

#11 (Mar 24, 2020, 8:11:07 AM)

  1. Spec document cleanup - Links — Paul Nicolucci / githubweb
  2. code review comment, stay consistent with underscores — Paul Nicolucci / githubweb

#10 (Mar 7, 2020, 3:11:09 AM)

  1. Additional Spec Doc Cleanup — Mark Thomas / githubweb

#9 (Mar 6, 2020, 3:56:11 AM)

  1. Minor clean up of the Spec Doc — Mark Thomas / githubweb

#6 (Feb 17, 2020, 5:56:06 AM)

  1. Remove unused properties — Piotr Żygieło / githubweb

#5 (Feb 7, 2020, 6:56:12 AM)

  1. Update parent — Mark Thomas / githubweb

#4 (Feb 7, 2020, 5:26:11 AM)

  1. No need to import from the same package — Mark Thomas / githubweb
  2. No need to use FQN for imported type — Mark Thomas / githubweb

#3 (Feb 6, 2020, 7:56:10 PM)

  1. Bump required JDK — Piotr Żygieło / githubweb

#2 (Feb 6, 2020, 11:27:07 AM)

  1. pages-spec -> server-pages-spec — Mark Thomas / githubweb
  2. Review WebSocket vs EL vs JSP specs and align all three — Mark Thomas / githubweb
  3. Initial import of JSP specification text. — Mark Thomas / githubweb
  4. Update specification build to use newly imported specification text — Mark Thomas / githubweb
  5. Add copyright plug-in — Mark Thomas / githubweb
  6. Fix copy/paste error — Mark Thomas / githubweb
  7. Add copyright check plug-in and fix dates/headers — Mark Thomas / githubweb
  8. Trivial clean-up. Add missing @Deprecated annotations — Mark Thomas / githubweb
  9. Trivial clean-up. Add missing generics — Mark Thomas / githubweb