Skip to content

Commit

Permalink
Update 2022-09-22-websphere-liberty-jaxrs-file-upload.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbreaux committed Feb 28, 2024
1 parent 5b20c72 commit 4012a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2022-09-22-websphere-liberty-jaxrs-file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Documenting the steps to accept `multipart/form-data` submission of a file over

Note, first, that this is again using a Liberty-specific implementation and class. However,
1. It's not dependent on the internal, third party library Liberty uses for JAX-RS (previously Apache Wink, now Apache CXF)
1. It's using an approach that hopefully will be somewhat similar to what is now in [Jakarata Rest 3.1](https://jakarta.ee/specifications/restful-ws/3.1/) (March, 2022), not yet [available in Liberty](https://www.ibm.com/docs/en/was-liberty/base?topic=management-liberty-features), but maybe imminently?
1. It's using an approach that hopefully will be somewhat similar to what is now in [Jakarta Rest 3.1](https://jakarta.ee/specifications/restful-ws/3.1/) (March, 2022), not yet [available in Liberty](https://www.ibm.com/docs/en/was-liberty/base?topic=management-liberty-features), but maybe imminently?

### Maven dependency

Expand Down

0 comments on commit 4012a26

Please sign in to comment.