1. 1c637a0 Merge pull request #1331 from jamezp/prepare-for-next-version by James R. Perkins · 3 months ago main
  2. 3298431 Re-enable all TCK tests. by James R. Perkins · 3 months ago
  3. 3a7f742 Component upgrades. by James R. Perkins · 3 months ago
  4. 1ce1633 Require a minimum of Java 21 for compiling and compile to Java 21. by James R. Perkins · 3 months ago
  5. 29d1674 Migrate to the new parent POM for the new Maven Central release configuration. Minor updates to the POM for the email addresses and remove the old SNAPSHOT repo. by James R. Perkins · 3 months ago
  6. 15b5f22 Bump the version to 5.0.0-SNAPSHOT. by James R. Perkins · 3 months ago
  7. f624768 Merge pull request #1330 from jamezp/sync-main by James R. Perkins · 3 months ago
  8. 25b4135 Undone change of 3.2.0 signature test file by Markus KARG · 1 year, 1 month ago
  9. 6984bfc Remove support for Security Manager by Markus KARG · 1 year, 1 month ago
  10. 36de360 Can specify separation character for getHeaderString by Markus KARG · 3 years, 4 months ago
  11. fa95e4d New method MediaType.getCharsetParameter() returns charset instance or null by Markus KARG · 12 months ago
  12. 392cb2c Replace "it's" with "its" by Piotrek Zygielo · 10 months ago
  13. 9dd5719 Modernization: Using NIO2 instead of IO by Markus KARG · 1 year, 1 month ago
  14. ebced83 Replacing custom loop by ServiceLoader.findFirst() by Markus KARG · 1 year, 1 month ago
  15. e50c16d feat: application/yaml MediaType by Pavel Bodiachevskii · 1 year, 7 months ago
  16. 97d52dc Performance: String+ operation is faster than explicit StringBuilder.append() method by Markus KARG · 1 year, 1 month ago
  17. fae66b6 Code Style: StringBuilder has fluent API by Markus KARG · 1 year, 1 month ago
  18. c052f40 Performance: StringBuilder is faster than StringWriter by Markus KARG · 1 year, 1 month ago
  19. 3e8d957 Performance: Using ReentrantLock instead of synchronized by Markus KARG · 1 year, 1 month ago
  20. 49b0765 fix copyright in Form class by David Walters · 1 year, 4 months ago
  21. 14e4427 address code review feedback: by David Walters · 1 year, 4 months ago
  22. dd0e0e7 fix unit test by David Walters · 1 year, 4 months ago
  23. 1a21a63 closes #1266, implement Form equals method and add unit tests by David Walters · 1 year, 4 months ago
  24. 5297478 Avoid using old synchronized java.util.Stack Use modern ArrayDeque instead by Andrey Turbanov · 1 year, 7 months ago
  25. 362043c Merge pull request #1284 from Emily-Jiang/add-tck-challenge-template by Arjan Tijms · 1 year, 4 months ago
  26. 30bbedd Closes #1285, fix Developer Resources link in CONTRIBUTING.md by David Walters · 1 year, 4 months ago
  27. 0ffb88f Add a tck challenge template by Emily Jiang · 1 year, 4 months ago
  28. 5c71081 Merge pull request #1280 from jim-krueger/1278-Fix-Header-Case-Test-Failure-On-Main by Jim Krueger · 1 year, 4 months ago
  29. 89f4841 Fix TCK failure in getHeaders test by jim-krueger · 1 year, 5 months ago
  30. c0a63aa Updated Maven Wrapper to current v3.9.6 by Markus KARG · 1 year, 8 months ago
  31. 895716b Override the license directory path in the API to ensure the license … (#1251) by James R. Perkins · 1 year, 10 months ago
  32. ec8a7bd fast-track: TCK documentation and dependency update for 4.0 (#1249) by Alwin Joseph · 1 year, 10 months ago
  33. dc87ce9 Merge pull request #1248 from jim-krueger/Changes-since-3.1 by Jim Krueger · 1 year, 10 months ago
  34. 787cf44 Review comments by jim-krueger · 1 year, 10 months ago
  35. ad1a13a Fix space added before EOL in merged PR 1238 by jim-krueger · 1 year, 10 months ago
  36. 4be7f17 Add 4.0 content to Specification appendix by jim-krueger · 1 year, 10 months ago
  37. 6f3fa90 Update the signature test file with the remaining missing entries for Jakarta REST 4.0. (#1247) by James R. Perkins · 1 year, 10 months ago
  38. 273a477 Merge pull request #1238 from jim-krueger/1227-TCK-containsHeaderString by Jim Krueger · 1 year, 10 months ago
  39. 8820386 Merge pull request #1231 from jim-krueger/1127-Clarify-JAVASE-support by Jim Krueger · 1 year, 10 months ago
  40. 0cc7896 Add a TCK test to verify that the default ExceptionMapper can be overridden. (#1235) by Adam Anderson · 1 year, 10 months ago
  41. 7c34889 Added UriInfo#getMatchedResourceTemplate method (#1236) by jansupol · 1 year, 10 months ago
  42. d0c5fea New JSON types. Originally contributed by ribandcoder. (#1246) by Santiago Pericas-Geertsen · 1 year, 10 months ago
  43. 467bcdd Add spec appendix change by jim-krueger · 1 year, 10 months ago
  44. 930a90f Review comments by jim-krueger · 1 year, 10 months ago
  45. 11074ae Clarify the JavaSE support in Jakarta Rest Specification by jim-krueger · 1 year, 10 months ago
  46. bdd1abb API/Javadoc Assertions for Jaxrs 4.0 (#1242) by Alwin Joseph · 1 year, 10 months ago
  47. c356569 Update the signature test file for the removal of Jakarta XML Binding types. (#1244) by James R. Perkins · 1 year, 10 months ago
  48. ac9837b Fix copyright dates by jim-krueger · 1 year, 10 months ago
  49. 78208ee Add container*Context tests by jim-krueger · 1 year, 10 months ago
  50. 90cd0e8 Review comments. by jim-krueger · 1 year, 10 months ago
  51. 8b025a5 Add HttpHeaders.containsHeaderString() test by jim-krueger · 1 year, 10 months ago
  52. 709626f Review comments by jim-krueger · 1 year, 10 months ago
  53. 8d986ae Added additional testing including regular expression and made small change to clarify javadoc from code review. by jim-krueger · 1 year, 10 months ago
  54. 7d3251f simplify tests and added clientresponsecontext test by jim-krueger · 1 year, 10 months ago
  55. 356f4f0 Add tests for containsHeaderString by jim-krueger · 1 year, 10 months ago
  56. 7ad97a8 [1239] Use the correct Variant constructor for the header content language TCK test. (#1240) by James R. Perkins · 1 year, 10 months ago
  57. b5a39db Removes JaxbLink and related classes and tests (#1232) by Santiago Pericas-Geertsen · 1 year, 10 months ago
  58. c97bac8 Merge pull request #1241 from jamezp/fix-tck-resources by Jim Krueger · 1 year, 10 months ago
  59. b71d955 Fix the including of resources in the TCK. by James R. Perkins · 1 year, 10 months ago
  60. 4a3ca8c fast-track: Add multipart EntityPart tests (#1230) by Jim Krueger · 1 year, 10 months ago
  61. 5676ac8 Update the TCK generation , remove old shell script (tckbundle.sh) (#1224) by Alwin Joseph · 1 year, 10 months ago
  62. dbc5802 Merge pull request #1228 from jamezp/main-ports by James R. Perkins · 1 year, 11 months ago
  63. ce560cd Upgrade Maven plugin dependencies, JUnit and mockito to the latest version. Use version properties for all plugins. by James R. Perkins · 1 year, 11 months ago
  64. 52d24b3 Upgrade the asciidoctor documentation dependencies. by James R. Perkins · 1 year, 11 months ago
  65. ee8b18d Fix GitHub links that were accidentally reverted. by James R. Perkins · 1 year, 11 months ago
  66. a725e56 Merge pull request #1225 from jamezp/update-master by Jim Krueger · 1 year, 11 months ago
  67. d4e9ca4 Merge pull request #1187 from jim-krueger/1186-Fix_multipart_example by Jim Krueger · 1 year, 11 months ago
  68. 954c314 Add missing 2024 copyright year to changed files. by James R. Perkins · 1 year, 11 months ago
  69. 3ab4d70 Update the signature test generation plugin and the signature test file to match the current signatures. by James R. Perkins · 1 year, 11 months ago
  70. 80a43af Fix exclude list by jim-krueger · 1 year, 11 months ago
  71. d5f43a4 pull in changes from 4.0 for PR's 1172 and 1182 by jim-krueger · 1 year, 11 months ago
  72. 4397943 Add 4.0 change from PR 1164 by jim-krueger · 1 year, 11 months ago
  73. 4f825df Pull in 4.0 changes from PR 1146 by jim-krueger · 1 year, 11 months ago
  74. 9505cd9 Remove excludes from issue 1199 by jim-krueger · 1 year, 11 months ago
  75. ca1af99 Missed change from PR 1173 by jim-krueger · 2 years ago
  76. 2678855 Add changes from release-3.1.x TCK to release-3.2 by jim-krueger · 2 years ago
  77. da38d72 Remove @ManagedBean annotation by jim-krueger · 2 years ago
  78. dbe3fa0 Fix CI job. Remove the unknown branch 4.0.0-SNAPSHOT and update the by James R. Perkins · 1 year, 11 months ago
  79. 2f837b7 Cleanup of pom files to use dependency management and dependency plugins to avoid repetition. by James R. Perkins · 2 years ago
  80. 4cf558b Bump version to 4.0.0-SNAPSHOT by James R. Perkins · 2 years ago
  81. 95d7290 TCK Challenge: ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT#setStatusInfoTest and #setStatusTest #1199 (#1201) by Jorge Bescos Gascon · 2 years, 1 month ago
  82. 6169df2 Fix multipart example with addition of GenericEntity by jim-krueger · 2 years, 3 months ago
  83. 77e78fc Replaced GitHub URL from eclipse-ee4j to jakartaee namespace by Markus KARG · 2 years, 5 months ago
  84. 57216fe [#859]:Allow SseEventSink.close() to throw IOException (#863) by jimma · 3 years, 3 months ago
  85. 6f453f8 moved deprecation into the correct line by Markus KARG · 3 years, 4 months ago
  86. d8691dc Deprecating "APPLICATION/SVG+XML" for Removal by Markus KARG · 3 years, 4 months ago
  87. 97e8499 fixed javadoc by Markus KARG · 3 years, 4 months ago
  88. e19f185 Default method using explicitly comma by Markus KARG · 3 years, 4 months ago
  89. da46420 fixed javadoc by Markus KARG · 3 years, 4 months ago
  90. 688f283 null will not split, so no default by Markus KARG · 3 years, 4 months ago
  91. 200a0ec Introducing `valueSeparatorRegex`, defaults to `\s,\s` (single comma, optional whitespace) by Markus KARG · 3 years, 4 months ago
  92. a027d08 clarified: convert only non-string header values to string by Markus KARG · 3 years, 4 months ago
  93. e95dc6c example in JavaDocs by Markus KARG · 3 years, 4 months ago
  94. c69ded9 improved JavaDoc wording by Markus KARG · 3 years, 4 months ago
  95. e348eb1 predicate instead of boolean by Markus KARG · 3 years, 5 months ago
  96. 3faad51 @since 4.0 by Markus KARG · 3 years, 5 months ago
  97. a46b950 containsHeaderString makes sense in HttpHeaders by Markus KARG · 3 years, 5 months ago
  98. a746fd7 containsHeaderString makes sense in all four filter context types by Markus KARG · 3 years, 5 months ago
  99. a53f28e renamed from header value to header string, to align with getHeaderString by Markus KARG · 3 years, 5 months ago
  100. 91c4a89 optionally ignore case by Markus KARG · 3 years, 5 months ago