1. 850ea5e Remove dead code by Andreas Veithen-Knowles · 6 hours ago master
  2. 9e91915 Modernize W3CDOMTestSuiteBuilder by Andreas Veithen-Knowles · 6 hours ago
  3. 4007902 Bump biz.aQute.bnd:biz.aQute.bndlib from 7.2.1 to 7.2.3 by dependabot[bot] · 3 days ago
  4. 5d9ff63 Migrate OMTestSuiteBuilder to the new matrix test framework by Andreas Veithen-Knowles · 2 days ago
  5. c500dd4 Remove dead addTestParameter() calls from SOAP test classes by Andreas Veithen-Knowles · 5 days ago
  6. 0f3126e Implement a better way to deal with null values in SOAPTestSuite by Andreas Veithen-Knowles · 5 days ago
  7. ec5a64f Replace exclude() call with if statement for large.xml in TestGetXMLStreamReader by Andreas Veithen-Knowles · 5 days ago
  8. 41d5190 Bump org.apache.rat:apache-rat-plugin from 0.17 to 0.18 by dependabot[bot] · 6 days ago
  9. 2791b4a Use for loops in OMTestSuiteBuilder to avoid duplicate test instantiations by Andreas Veithen-Knowles · 6 days ago
  10. c1ec8b2 Replace old-style for loops by modern alternatives in OMTestSuiteBuilder by Andreas Veithen-Knowles · 6 days ago
  11. f0b3e9e Introduce Params record for element TestSerialization test parameters by Andreas Veithen-Knowles · 6 days ago
  12. a3987d8 Introduce Params record for document TestDigest test parameters by Andreas Veithen-Knowles · 6 days ago
  13. 7da8439 Add Binding.singleton() helper and use it across the codebase by Andreas Veithen-Knowles · 6 days ago
  14. fbb50f9 Migrate SOAPTestSuiteBuilder to matrix test framework by Andreas Veithen-Knowles · 6 days ago
  15. e7fb77d Change ParameterBinding.addTestParameters to take injector, value, and params in that order by Andreas Veithen-Knowles · 6 days ago
  16. db8efcf Generalize FanOutNode to derive values from the parent injector by Andreas Veithen-Knowles · 7 days ago
  17. 3a689d3 Migrate SOAPDOMTestSuiteBuilder to MatrixTestNode framework by Andreas Veithen-Knowles · 7 days ago
  18. 19a1b0d Document constructor injection as alternative in migration guide by Andreas Veithen-Knowles · 7 days ago
  19. f81768c Refactor TestSetNamespace: extract Params lists to static fields by Andreas Veithen-Knowles · 7 days ago
  20. c259c58 Refactor SetNamespace tests to use records for test parameters by Andreas Veithen-Knowles · 7 days ago
  21. be273eb Add tips on primitive type injection with @Named to migration guide by Andreas Veithen-Knowles · 8 days ago
  22. adff74f Migrate dom-testsuite to matrix test suite framework by Andreas Veithen-Knowles · 8 days ago
  23. bc74d46 Replace old-style for loops with enhanced for loops in DOMTestSuiteBuilder by Andreas Veithen-Knowles · 8 days ago
  24. 06812f6 Bump jaxws-rt.version from 4.0.3 to 4.0.4 by dependabot[bot] · 9 days ago
  25. 00cabee Migrate WritableBlobTestSuiteBuilder to MatrixTestNode framework by Andreas Veithen-Knowles · 9 days ago
  26. 8f4956a Add ConditionalNode to conditionally include subtrees based on injector state by Andreas Veithen-Knowles · 9 days ago
  27. 9920686 Update matrix-testsuite docs to match actual FanOutNode API by Andreas Veithen-Knowles · 9 days ago
  28. 4cc69b8 Remove empty statements by Andreas Veithen-Knowles · 9 days ago
  29. 3abaefc Add ADR for Guava usage policy by Andreas Veithen-Knowles · 10 days ago
  30. dbf0203 Bump springws.version from 5.0.0 to 5.0.1 by dependabot[bot] · 11 days ago
  31. a3900ba Add release note for #771 by Andreas Veithen-Knowles · 11 days ago
  32. cb69a67 AXIOM-529: Update source repository in DOAP file by Andreas Veithen-Knowles · 11 days ago
  33. 9cf9b4c Migrate DialectTestSuite to the new matrix test suite framework by Andreas Veithen-Knowles · 11 days ago
  34. ec5aac4 Bump spring.version from 7.0.5 to 7.0.6 by dependabot[bot] · 13 days ago
  35. 8b6cf14 Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.20.0 by dependabot[bot] · 13 days ago
  36. 161c904 Bump org.jboss.arquillian.junit:arquillian-junit-container by dependabot[bot] · 13 days ago
  37. f2df190 Unify DimensionFanOutNode and ParameterFanOutNode by Andreas Veithen-Knowles · 13 days ago
  38. 369194c Remove unnecessary binding annotations by Andreas Veithen-Knowles · 13 days ago
  39. 61427f7 Remove unnecessary type argument by Andreas Veithen-Knowles · 13 days ago
  40. 5053e6f Make the bindings used by DimensionFanOutNode and ParameterFanOutNode configurable by Andreas Veithen-Knowles · 13 days ago
  41. 81ae1fe Fix build failure by Andreas Veithen-Knowles · 13 days ago
  42. c89b289 Make AbstractFanOutNode more flexible by Andreas Veithen-Knowles · 13 days ago
  43. 9cc7622 Simplify Guice module creation by Andreas Veithen-Knowles · 13 days ago
  44. 6c6f30f Fix old style for loops by Andreas Veithen-Knowles · 13 days ago
  45. 5ca1e96 Replace try/fail/catch pattern with AssertJ assertThatThrownBy in axiom-testsuite by Andreas Veithen-Knowles · 2 weeks ago
  46. 19cead0 Replace assertConsumed with AssertJ assertion on getFirstOMChild by Andreas Veithen-Knowles · 2 weeks ago
  47. b0271b3 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 by dependabot[bot] · 2 weeks ago
  48. 4965809 Add SelectorNode and use it to simplify SpringWSTestSuite by Andreas Veithen-Knowles · 2 weeks ago
  49. 18594e4 Use StringUtils.countMatches and AssertJ in TestDeclareDefaultNamespace1/2 by Andreas Veithen-Knowles · 2 weeks ago
  50. 5599b76 Replace getChildrenCount helper with plain AssertJ assertions by Andreas Veithen-Knowles · 2 weeks ago
  51. 3929750 Migrate axiom-testsuite from Google Truth to AssertJ by Andreas Veithen-Knowles · 2 weeks ago
  52. 9f2bff7 Fix namespace prefix bug in _setAttributeValue() (#771) by ckaaber · 2 weeks ago
  53. 85fbf19 Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 by dependabot[bot] · 2 weeks ago
  54. 9ecd501 Bump maven.version from 3.9.13 to 3.9.14 by dependabot[bot] · 2 weeks ago
  55. a115bdc Migrate spring-ws-tests to JUnit 5 and AssertJ by Andreas Veithen-Knowles · 2 weeks ago
  56. 589126a Migrate spring-ws-testsuite from MatrixTestSuiteBuilder to MatrixTestNode by Andreas Veithen-Knowles · 2 weeks ago
  57. 266f7c0 Refactor MatrixTestNode hierarchy: single-child fan-out/injector nodes, concrete ParentNode by Andreas Veithen-Knowles · 2 weeks ago
  58. 4065199 Refactor SpringWSTestSuiteBuilder to build ScenarioConfig list and inline addScenarioTests by Andreas Veithen-Knowles · 2 weeks ago
  59. 0a8a6ca Refactor SpringWSTestSuiteBuilder to use a loop over SOAPSpec instances by Andreas Veithen-Knowles · 2 weeks ago
  60. 06a96b5 Refactor ScenarioConfig to implement Dimension interface by Andreas Veithen-Knowles · 2 weeks ago
  61. 27595ae Migrate CompareTest to the new matrix test suite framework by Andreas Veithen-Knowles · 2 weeks ago
  62. 4ba0dac Bump maven.version from 3.9.12 to 3.9.13 by dependabot[bot] · 3 weeks ago
  63. 3e48b5b Bump commons-logging:commons-logging from 1.3.5 to 1.3.6 by dependabot[bot] · 3 weeks ago
  64. 86c1a64 Bump org.eclipse.platform:org.eclipse.osgi from 3.24.0 to 3.24.100 by dependabot[bot] · 3 weeks ago
  65. 396e51c Migrate StreamSourceToOMResultTest to the new matrix test framework by Andreas Veithen-Knowles · 3 weeks ago
  66. 1bad1bd Migrate OMDOMTestSuiteBuilder to new matrix test framework by Andreas Veithen-Knowles · 3 weeks ago
  67. a41c7c2 Migrate XMLReaderTestSuiteBuilder to MatrixTestNode framework by Andreas Veithen-Knowles · 3 weeks ago
  68. afe297c Migrate core-streams tests from JUnit 4 to JUnit 5 and from Google Truth to AssertJ by Andreas Veithen-Knowles · 3 weeks ago
  69. 380f8f6 Migrate StAXPivotTransformerTest to MatrixTestNode (JUnit 5) by Andreas Veithen-Knowles · 3 weeks ago
  70. d148a78 Migrate SerializerConformanceTest to MatrixTestNode framework by Andreas Veithen-Knowles · 3 weeks ago
  71. f55207d Fix self-contained test migration guide: non-static @TestFactory, two-class split, *TestSuite naming by Andreas Veithen-Knowles · 3 weeks ago
  72. b63ff47 Rename @TestFactory methods to tests() by convention by Andreas Veithen-Knowles · 3 weeks ago
  73. 25df5a0 Migrate components/blob from Truth to AssertJ by Andreas Veithen-Knowles · 3 weeks ago
  74. 6accf74 Upgrade wss4j-tests to WSS4J 4.0.1 by Andreas Veithen-Knowles · 3 weeks ago
  75. fa21c80 Migrate wss4j-tests from JUnit 4/Truth to JUnit 5/AssertJ by Andreas Veithen-Knowles · 3 weeks ago
  76. bc85f7d Enable test case that is now passing by Andreas Veithen-Knowles · 3 weeks ago
  77. bd00384 Migrate CrossOMTestSuiteBuilder to MatrixTestNode framework by Andreas Veithen-Knowles · 3 weeks ago
  78. be43ad3 Use @Named binding in ParameterFanOutNode by Andreas Veithen-Knowles · 3 weeks ago
  79. 4eda38b Make CrossOMTestCase extend MatrixTestCase directly by Andreas Veithen-Knowles · 3 weeks ago
  80. 6eab0a0 Migrate jaxws-tests from JUnit 4/Truth to JUnit 5/AssertJ by Andreas Veithen-Knowles · 3 weeks ago
  81. 46174c3 Add junit-vintage-engine dependency to all modules with JUnit 3/4 tests by Andreas Veithen-Knowles · 3 weeks ago
  82. 9279b90 Fix broken test by Andreas Veithen-Knowles · 3 weeks ago
  83. b0493fa Update migration guide to cover self-contained test suites by Andreas Veithen-Knowles · 3 weeks ago
  84. b522f06 Add convenience constructors for the single-child case by Andreas Veithen-Knowles · 3 weeks ago
  85. c5b0ea4 Refactor ParentNode into an immutable class using ImmutableList by Andreas Veithen-Knowles · 3 weeks ago
  86. 8584162 Bump jetty.version from 12.1.6 to 12.1.7 by dependabot[bot] · 3 weeks ago
  87. d56956c Bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0 by dependabot[bot] · 3 weeks ago
  88. e622d5a Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2 by dependabot[bot] · 3 weeks ago
  89. 69544f0 Bump com.google.googlejavaformat:google-java-format by dependabot[bot] · 4 weeks ago
  90. 40753ab Use ImmutableList in AbstractFanOutNode and subclasses by Andreas Veithen-Knowles · 4 weeks ago
  91. 471f41e Refactor Multiton to use Guava's ImmutableList by Andreas Veithen-Knowles · 4 weeks ago
  92. cbf108b Factor out ParentNode base class from InjectorNode and AbstractFanOutNode by Andreas Veithen-Knowles · 4 weeks ago
  93. aef287b Refactor InjectorNode to take ImmutableList<Module> with single-module convenience constructor by Andreas Veithen-Knowles · 4 weeks ago
  94. 48fcfc5 Bump org.mockito:mockito-core from 5.21.0 to 5.22.0 by dependabot[bot] · 4 weeks ago
  95. fded7e3 Refactor matrix-testsuite to use Map/HashMap instead of Dictionary/Hashtable by Andreas Veithen-Knowles · 4 weeks ago
  96. c0a46bc Refactor MatrixTestFilters to use Guava's ImmutableList by Andreas Veithen-Knowles · 4 weeks ago
  97. 4a2bd59 Bump org.apache.felix:maven-bundle-plugin from 6.0.0 to 6.0.2 by dependabot[bot] · 4 weeks ago
  98. a092142 Bump com.google.errorprone:error_prone_annotations from 2.47.0 to 2.48.0 by dependabot[bot] · 4 weeks ago
  99. 0475970 Refactor @test(expected=...) to AssertJ assertThatThrownBy per ADR 0004 by Andreas Veithen-Knowles · 4 weeks ago
  100. 0b6ff63 Replace assertThrows with AssertJ's assertThatThrownBy by Andreas Veithen-Knowles · 4 weeks ago