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