Skip to content

Jakarta 5

Latest
Compare
Choose a tag to compare
@GlenKPeterson GlenKPeterson released this 18 Mar 22:56

2.0.3 2022-03-18 "Removed slf4j"

  • Also removed debugging println statements.

2.0.2 2022-03-18 "Bumped dependencies"

  • Upgraded Jetty-http to 11.0.8

2.0.1 2022-01-05 "jakarta.servlet-api:5.0.0"

ACTION REQUIRED: Audit anywhere you use fileItem.getName() (or .name in Kotlin)!
That was the uploaded file name in apache-commons.fileupload,
but it's the HTML Form Input Field Name in the new servlet spec.
Find one usage, click on it, and invoke "Find all usages" in your editor.
Then replace it with .getSubmittedFileName()

  • Updated from javax.servlet api 4 to jakarta 5.
  • Now includes jetty-http in build because the file-upload processing was way too complicated to duplicate here.
    Also cut and pasted two classes and a few methods from jetty-server.
  • No longer includes Junit in build. Throws AssertionErrors instead of calling JUnit.assertEqual().
  • Internally uses Junit 5.

1.0.6 2021-12-27 "Bumped versions"

  • Updated dependencies

1.0.5 2021-09-20 "Bumped versions"

  • Updated dependencies

1.0.4 2021-09-17 "Fix CVE-2020-15250"

  • Added dependency to junit 4.13.2 because the one packaged with kotlin-test is currently vulnerable to CVE-2020-15250

1.0.3 2021-09-14 "bump"

  • Bumped dependency versions.