jakartaee/rest

Jakarta REST 4.0 Epic

Opened this issue · 0 comments

The work for this proposal will be carried out in the main branch.

General

  • Clean pom files, use dependency and plugin management, verify all versions
  • Drop dependency with JAXB Issue 1226
  • Update README, LICENSE and review all other top-level files
  • Review copyrights and licenses in all changed files (especially pom files)

API

  • Convenience method for checking header value lists: PR #1066
  • Add getMatchedResourceTemplate method to UriInfo: Issue #1191
  • Add JSON Merge Patch: Issue #1141

Specification

  • Remove @ManagedBean Issue 1216
  • Drop dependency with JAXB #1226
  • Clarify JavaSE support in Section 2.3 of specification Issue #1127
  • Update Appendix to reflect changes in release. PR 1248

TCKs

  • Port all TCK tests to run with new 4.0 API
  • New TCK tests for Multipart: Issue 962
  • New TCK tests for header value checking convenience feature: Issue 1227
  • New TCK tests for default ExceptionMapper: Issue 1188
  • New TCK tests for UriInfo.getmatchedResourceTemplate(): PR 1236
  • New TCK for JSON Merge Patch: Issue #1141

Compatible Implementation