1. dc87ce9 Merge pull request #1248 from jim-krueger/Changes-since-3.1 by Jim Krueger · 1 year, 1 month ago
  2. 787cf44 Review comments by jim-krueger · 1 year, 1 month ago
  3. ad1a13a Fix space added before EOL in merged PR 1238 by jim-krueger · 1 year, 1 month ago
  4. 4be7f17 Add 4.0 content to Specification appendix by jim-krueger · 1 year, 1 month ago
  5. 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
  6. 273a477 Merge pull request #1238 from jim-krueger/1227-TCK-containsHeaderString by Jim Krueger · 1 year, 1 month ago
  7. 8820386 Merge pull request #1231 from jim-krueger/1127-Clarify-JAVASE-support by Jim Krueger · 1 year, 1 month ago
  8. 0cc7896 Add a TCK test to verify that the default ExceptionMapper can be overridden. (#1235) by Adam Anderson · 1 year, 1 month ago
  9. 7c34889 Added UriInfo#getMatchedResourceTemplate method (#1236) by jansupol · 1 year, 1 month ago
  10. d0c5fea New JSON types. Originally contributed by ribandcoder. (#1246) by Santiago Pericas-Geertsen · 1 year, 1 month ago
  11. 467bcdd Add spec appendix change by jim-krueger · 1 year, 1 month ago
  12. 930a90f Review comments by jim-krueger · 1 year, 2 months ago
  13. 11074ae Clarify the JavaSE support in Jakarta Rest Specification by jim-krueger · 1 year, 2 months ago
  14. bdd1abb API/Javadoc Assertions for Jaxrs 4.0 (#1242) by Alwin Joseph · 1 year, 1 month ago
  15. c356569 Update the signature test file for the removal of Jakarta XML Binding types. (#1244) by James R. Perkins · 1 year, 1 month ago
  16. ac9837b Fix copyright dates by jim-krueger · 1 year, 1 month ago
  17. 78208ee Add container*Context tests by jim-krueger · 1 year, 1 month ago
  18. 90cd0e8 Review comments. by jim-krueger · 1 year, 1 month ago
  19. 8b025a5 Add HttpHeaders.containsHeaderString() test by jim-krueger · 1 year, 1 month ago
  20. 709626f Review comments by jim-krueger · 1 year, 1 month ago
  21. 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
  22. 7d3251f simplify tests and added clientresponsecontext test by jim-krueger · 1 year, 1 month ago
  23. 356f4f0 Add tests for containsHeaderString by jim-krueger · 1 year, 1 month ago
  24. 7ad97a8 [1239] Use the correct Variant constructor for the header content language TCK test. (#1240) by James R. Perkins · 1 year, 1 month ago
  25. b5a39db Removes JaxbLink and related classes and tests (#1232) by Santiago Pericas-Geertsen · 1 year, 1 month ago
  26. c97bac8 Merge pull request #1241 from jamezp/fix-tck-resources by Jim Krueger · 1 year, 1 month ago
  27. b71d955 Fix the including of resources in the TCK. by James R. Perkins · 1 year, 1 month ago
  28. 4a3ca8c fast-track: Add multipart EntityPart tests (#1230) by Jim Krueger · 1 year, 1 month ago
  29. 5676ac8 Update the TCK generation , remove old shell script (tckbundle.sh) (#1224) by Alwin Joseph · 1 year, 1 month ago
  30. dbc5802 Merge pull request #1228 from jamezp/main-ports by James R. Perkins · 1 year, 2 months ago
  31. ce560cd Upgrade Maven plugin dependencies, JUnit and mockito to the latest version. Use version properties for all plugins. by James R. Perkins · 1 year, 2 months ago
  32. 52d24b3 Upgrade the asciidoctor documentation dependencies. by James R. Perkins · 1 year, 2 months ago
  33. ee8b18d Fix GitHub links that were accidentally reverted. by James R. Perkins · 1 year, 2 months ago
  34. a725e56 Merge pull request #1225 from jamezp/update-master by Jim Krueger · 1 year, 2 months ago
  35. d4e9ca4 Merge pull request #1187 from jim-krueger/1186-Fix_multipart_example by Jim Krueger · 1 year, 2 months ago
  36. 954c314 Add missing 2024 copyright year to changed files. by James R. Perkins · 1 year, 2 months ago
  37. 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
  38. 80a43af Fix exclude list by jim-krueger · 1 year, 2 months ago
  39. d5f43a4 pull in changes from 4.0 for PR's 1172 and 1182 by jim-krueger · 1 year, 2 months ago
  40. 4397943 Add 4.0 change from PR 1164 by jim-krueger · 1 year, 2 months ago
  41. 4f825df Pull in 4.0 changes from PR 1146 by jim-krueger · 1 year, 2 months ago
  42. 9505cd9 Remove excludes from issue 1199 by jim-krueger · 1 year, 3 months ago
  43. ca1af99 Missed change from PR 1173 by jim-krueger · 1 year, 3 months ago
  44. 2678855 Add changes from release-3.1.x TCK to release-3.2 by jim-krueger · 1 year, 3 months ago
  45. da38d72 Remove @ManagedBean annotation by jim-krueger · 1 year, 3 months ago
  46. dbe3fa0 Fix CI job. Remove the unknown branch 4.0.0-SNAPSHOT and update the by James R. Perkins · 1 year, 2 months ago
  47. 2f837b7 Cleanup of pom files to use dependency management and dependency plugins to avoid repetition. by James R. Perkins · 1 year, 3 months ago
  48. 4cf558b Bump version to 4.0.0-SNAPSHOT by James R. Perkins · 1 year, 3 months ago
  49. 95d7290 TCK Challenge: ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT#setStatusInfoTest and #setStatusTest #1199 (#1201) by Jorge Bescos Gascon · 1 year, 5 months ago
  50. 6169df2 Fix multipart example with addition of GenericEntity by jim-krueger · 1 year, 7 months ago
  51. 77e78fc Replaced GitHub URL from eclipse-ee4j to jakartaee namespace by Markus KARG · 1 year, 8 months ago
  52. 57216fe [#859]:Allow SseEventSink.close() to throw IOException (#863) by jimma · 2 years, 6 months ago
  53. 6f453f8 moved deprecation into the correct line by Markus KARG · 2 years, 8 months ago
  54. d8691dc Deprecating "APPLICATION/SVG+XML" for Removal by Markus KARG · 2 years, 8 months ago
  55. 97e8499 fixed javadoc by Markus KARG · 2 years, 8 months ago
  56. e19f185 Default method using explicitly comma by Markus KARG · 2 years, 8 months ago
  57. da46420 fixed javadoc by Markus KARG · 2 years, 8 months ago
  58. 688f283 null will not split, so no default by Markus KARG · 2 years, 8 months ago
  59. 200a0ec Introducing `valueSeparatorRegex`, defaults to `\s,\s` (single comma, optional whitespace) by Markus KARG · 2 years, 8 months ago
  60. a027d08 clarified: convert only non-string header values to string by Markus KARG · 2 years, 8 months ago
  61. e95dc6c example in JavaDocs by Markus KARG · 2 years, 8 months ago
  62. c69ded9 improved JavaDoc wording by Markus KARG · 2 years, 8 months ago
  63. e348eb1 predicate instead of boolean by Markus KARG · 2 years, 8 months ago
  64. 3faad51 @since 4.0 by Markus KARG · 2 years, 8 months ago
  65. a46b950 containsHeaderString makes sense in HttpHeaders by Markus KARG · 2 years, 8 months ago
  66. a746fd7 containsHeaderString makes sense in all four filter context types by Markus KARG · 2 years, 8 months ago
  67. a53f28e renamed from header value to header string, to align with getHeaderString by Markus KARG · 2 years, 8 months ago
  68. 91c4a89 optionally ignore case by Markus KARG · 2 years, 8 months ago
  69. cd5ea64 Convenience method for checking header value lists by Markus KARG · 3 years, 5 months ago
  70. dd0a8d2 tck version changes to 3.1.2 (#1132) by Alwin Joseph · 2 years, 7 months ago tck-3.1.2
  71. 6414375 tagging SEbootstrap tests - issue 1128 (#1131) by Alwin Joseph · 2 years, 7 months ago
  72. 3e26eb6 Merge pull request #1130 from jim-krueger/1126-RemoveFinalsFromBDAClasses by Jim Krueger · 2 years, 8 months ago
  73. 93df01a Remove final from Jakarta Rest Application subclasses containing Bean Defining Annotations. CDI rejects final classes. by jim-krueger · 2 years, 8 months ago
  74. 36b1f80 Exclude/Disable tests in TCK Challenge issue 1123 (#1125) by Alwin Joseph · 2 years, 8 months ago
  75. ba7b9cd Merge pull request #1116 from jansupol/add.jaxb.4 by Arjan Tijms · 2 years, 10 months ago tck-3.1.1
  76. 61d1032 Merge pull request #1124 from alwin-joseph/testgroup-security-update by Arjan Tijms · 2 years, 10 months ago
  77. 3cf6728 add more tests to test group "security" by Alwin Joseph · 2 years, 10 months ago
  78. b81f0d8 Merge pull request #1122 from alwin-joseph/exclude-servlet-security by Arjan Tijms · 2 years, 10 months ago
  79. fc7c2a3 tck doc correction by Alwin Joseph · 2 years, 10 months ago
  80. 8b10f0e test typo fix and tck documentation changes by Alwin Joseph · 2 years, 10 months ago
  81. f3bab26 Inc exclude lists - security and servlet by Alwin Joseph · 2 years, 10 months ago
  82. 49d0ba7 version changes for tck service release 3.1.1 (#1119) by Alwin Joseph · 2 years, 10 months ago
  83. 3a00ea3 exclude additional Jakarta XML Binding tests that were previously excluded in the Jakarta EE Platform TCK (#1117) by Adam Anderson · 2 years, 10 months ago
  84. cbe1b09 Updated dependencies for EE10. by jansupol · 2 years, 11 months ago
  85. 14123a5 Support for Maven Wrapper by Markus KARG · 3 years ago
  86. 7796838 disable test replaceQueryTest4 : issue1106 (#1107) by Alwin Joseph · 3 years, 1 month ago 3.1.0
  87. cdbc48b add dependencies to run tck independently (#1102) by Alwin Joseph · 3 years, 2 months ago
  88. fdcd30c Removed unnecessary workarond for ephemerial port (#1103) by Markus KARG · 3 years, 2 months ago
  89. 61bb959 Merge pull request #1097 from jamezp/tck-fixes by Arjan Tijms · 3 years, 2 months ago
  90. 0057e64 Split executions of server tests & se tests (#1100) by jansupol · 3 years, 2 months ago
  91. 0ec6697 Applications are required to have a public no-arg constructor. The EchoApplication must be public. by James R. Perkins · 3 years, 2 months ago
  92. 38f6c4b Moved IsThrowingMatcherTest into ee.jakarta.tck namespace by Markus KARG · 3 years, 2 months ago
  93. 266b613 TCK test for spec clarification (#1089): Client MUST throw *most specific* subclass of WebApplicationException by jelemux · 3 years, 3 months ago
  94. bea3c62 Spec Clarification: Client MUST throw *most specific* subclass of WebApplicationException by Markus KARG · 3 years, 3 months ago
  95. b2337e8 Maven profile jaxrs.jerseytck.build by Markus KARG · 3 years, 2 months ago
  96. 654f299 fixed wrong package by Markus KARG · 3 years, 3 months ago
  97. e473950 move new tests to renamed package, fix epl tck bundle generation (#1093) by Alwin Joseph · 3 years, 3 months ago
  98. d2f06eb [1082] Rename TCK packages from jakarta.ws.rs.tck to ee.jakarta.tck.ws.rs. (#1082) by Markus KARG · 3 years, 3 months ago
  99. 1a46ad7 Moved contextprovider package into spec package of TCK by Markus KARG · 3 years, 3 months ago
  100. cb474e4 [742] Modify JSON-B ContextProvider TCK test to use Arquillian by Jeremias Weber · 3 years, 5 months ago