1. 04347ba WICKET-7094: Add missing scheme values of CSP (#761) by Johannes Renoth · 4 months ago
  2. c4a77c4 Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (#759) by dependabot[bot] · 4 months ago
  3. 9c827a6 Bump com.google.errorprone:error_prone_annotations from 2.24.0 to 2.24.1 (#760) by dependabot[bot] · 4 months ago
  4. 7652239 WICKET-7090: use manifest from maven-bundle-plugin but use maven-jar-plugin for packaging by Emond Papegaaij · 4 months ago wicket-7090
  5. 83fc5fe WICKET-7090: add outputTimestamp property to enable reproducible builds by Emond Papegaaij · 4 months ago
  6. d034dc7 Bump org.asciidoctor:asciidoctorj-diagram from 2.2.13 to 2.2.14 (#756) by dependabot[bot] · 4 months ago
  7. 3d13a37 Bump org.apache.maven.plugins:maven-compiler-plugin (#757) by dependabot[bot] · 4 months ago
  8. f93c72a Bump slf4j.version from 2.0.9 to 2.0.10 (#755) by dependabot[bot] · 4 months ago
  9. e9461b0 Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 (#750) by dependabot[bot] · 5 months ago
  10. 475ed7d Bump org.openrewrite.recipe:rewrite-recipe-bom from 2.5.3 to 2.5.4 (#751) by dependabot[bot] · 5 months ago
  11. ee114a7 Bump com.google.errorprone:error_prone_annotations from 2.23.0 to 2.24.0 (#753) by dependabot[bot] · 5 months ago
  12. e7bd778 Bump org.apache.maven.plugins:maven-site-plugin (#754) by dependabot[bot] · 5 months ago
  13. 17dc3f8 WICKET-7089: Fix setting SameSite cookie attribute on Servlet 5 (#749) by Vit Rozkovec · 5 months ago
  14. 63ac16c Bump org.aspectj:aspectjrt from 1.9.20.1 to 1.9.21 (#744) by dependabot[bot] · 5 months ago
  15. 4791d04 Bump maven-surefire-plugin.version from 3.2.2 to 3.2.3 (#745) by dependabot[bot] · 5 months ago
  16. 5b365b7 Bump spring.version from 6.1.1 to 6.1.2 (#746) by dependabot[bot] · 5 months ago
  17. e97b2fd Bump jakarta.enterprise:jakarta.enterprise.cdi-api from 3.0.0 to 3.0.1 (#747) by dependabot[bot] · 5 months ago
  18. b91e0a0 Bump org.checkerframework:checker-qual from 3.41.0 to 3.42.0 (#748) by dependabot[bot] · 5 months ago
  19. 8a1eb72 WICKET-7091: FilePageStore throws NPE by Martin Tzvetanov Grigorov · 5 months ago
  20. d5595fa Bump org.apache.maven.plugins:maven-site-plugin (#727) by dependabot[bot] · 5 months ago
  21. c7dc3cf Bump org.apache.maven.plugins:maven-project-info-reports-plugin (#729) by dependabot[bot] · 5 months ago
  22. 868aafd Bump org.apache.maven.archetype:archetype-packaging from 2.4 to 3.2.1 (#731) by dependabot[bot] · 5 months ago
  23. be93695 Bump org.apache.felix:maven-bundle-plugin from 5.1.8 to 5.1.9 (#723) by dependabot[bot] · 5 months ago
  24. dd22deb Bump metrics.version from 4.2.22 to 4.2.23 (#718) by dependabot[bot] · 5 months ago
  25. a26b8a9 Bump commons-io:commons-io from 2.13.0 to 2.15.1 (#719) by dependabot[bot] · 5 months ago
  26. 1993421 Bump org.apache.maven.wagon:wagon-ssh-external from 3.4.3 to 3.5.3 (#724) by dependabot[bot] · 5 months ago
  27. 207a73d Bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.1.0 (#721) by dependabot[bot] · 5 months ago
  28. f780f14 Bump org.openrewrite.recipe:rewrite-recipe-bom from 2.5.1 to 2.5.3 (#725) by dependabot[bot] · 5 months ago
  29. 5a94f87 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.3 (#726) by dependabot[bot] · 5 months ago
  30. 86bcd3c Bump org.checkerframework:checker-qual from 3.40.0 to 3.41.0 (#728) by dependabot[bot] · 5 months ago
  31. 20f1301 Bump org.apache.maven.plugins:maven-remote-resources-plugin (#730) by dependabot[bot] · 5 months ago
  32. a3be25a Bump maven-surefire-plugin.version from 3.0.0 to 3.2.2 (#734) by dependabot[bot] · 5 months ago
  33. 7a78ba0 Bump org.apache.maven.plugins:maven-clean-plugin from 3.1.0 to 3.3.2 (#735) by dependabot[bot] · 5 months ago
  34. 80f73b8 Bump org.apache:apache from 23 to 31 (#736) by dependabot[bot] · 5 months ago
  35. 1358ffe Bump org.apache.maven.plugins:maven-install-plugin from 3.1.0 to 3.1.1 (#739) by dependabot[bot] · 5 months ago
  36. dc181f3 Bump org.apache.maven.plugins:maven-resources-plugin from 3.3.0 to 3.3.1 (#740) by dependabot[bot] · 5 months ago
  37. db3aef3 Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0 (#741) by dependabot[bot] · 5 months ago
  38. c2a6181 Bump org.apache.maven.plugins:maven-war-plugin from 3.3.2 to 3.4.0 (#742) by dependabot[bot] · 5 months ago
  39. 5860ad2 Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.0 to 3.1.1 (#743) by dependabot[bot] · 5 months ago
  40. a68536e WICKET-7089: Set cookie SameSite only if the container supports it by Martin Tzvetanov Grigorov · 5 months ago
  41. 2ab79d7 Improve test reliability (#707) by Hannah Chi · 5 months ago
  42. ef8ebe0 WICKET-7086: Injecting Spring bean may cause ClassCastException (#709) by Martin Grigorov · 5 months ago
  43. bec9ebd WICKET-7087: AjaxLazyLoadPanelTester not available in 10.0.0-M2 (#708) by Martin Grigorov · 5 months ago
  44. 10648bf Bump org.mockito:mockito-core from 5.7.0 to 5.8.0 (#715) by dependabot[bot] · 5 months ago
  45. fc4fba7 Bump com.github.eirslett:frontend-maven-plugin from 1.14.2 to 1.15.0 (#716) by dependabot[bot] · 5 months ago
  46. 6f9e6b5 Bump actions/setup-java from 3 to 4 (#717) by dependabot[bot] · 5 months ago
  47. 16f99bb Bump org.openrewrite.recipe:rewrite-recipe-bom from 2.5.0 to 2.5.1 (#711) by dependabot[bot] · 5 months ago
  48. 8d7a261 Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0 (#714) by dependabot[bot] · 5 months ago
  49. 0ee8aa8 Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10 (#713) by dependabot[bot] · 5 months ago
  50. f43737b Bump spring.version from 6.1.0 to 6.1.1 (#712) by dependabot[bot] · 5 months ago
  51. 60c1b94 Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#704) by dependabot[bot] · 6 months ago
  52. 23d2a2b Bump spring.version from 6.0.13 to 6.1.0 (#703) by dependabot[bot] · 6 months ago
  53. 8f0f018 Bump org.bouncycastle:bcprov-jdk18on from 1.76 to 1.77 (#701) by dependabot[bot] · 6 months ago
  54. 892423e Bump org.primefaces.extensions:resources-optimizer-maven-plugin (#702) by dependabot[bot] · 6 months ago
  55. ff3d6ff Bump org.openrewrite.recipe:rewrite-recipe-bom from 2.4.1 to 2.5.0 (#706) by dependabot[bot] · 6 months ago
  56. b243eca Bump junit.version from 5.10.0 to 5.10.1 (#699) by dependabot[bot] · 6 months ago
  57. 78156bc Bump metrics.version from 4.2.21 to 4.2.22 (#700) by dependabot[bot] · 6 months ago
  58. 13b723d Bump org.openrewrite.recipe:rewrite-recipe-bom from 2.3.0 to 2.4.1 (#696) by dependabot[bot] · 6 months ago
  59. 6f20ed0 Bump org.checkerframework:checker-qual from 3.39.0 to 3.40.0 (#695) by dependabot[bot] · 6 months ago
  60. 564f661 Bump org.mockito:mockito-core from 5.6.0 to 5.7.0 (#697) by dependabot[bot] · 6 months ago
  61. dd82bd3 Bump com.github.siom79.japicmp:japicmp-maven-plugin (#698) by dependabot[bot] · 6 months ago
  62. 436a7b4 [WICKET-7080] 1) make default events delivery machinery pluggable 2) allow to disabled sending events by reiern70 · 7 months ago
  63. d176565 Bump com.github.eirslett:frontend-maven-plugin from 1.14.0 to 1.14.2 (#694) by dependabot[bot] · 6 months ago
  64. 5b54fda Rename poly to as by Andreas Svanberg · 7 months ago
  65. 8a8e85a Easier to work with polymorphic values inside IModel by Andreas Svanberg · 7 months ago
  66. 653d31b Fall back to jQuery event triggering if requestSubmit() is not available by Andreas Svanberg · 7 months ago
  67. 00c5905 Trigger client side validation when using SubmitLinks by Andreas Svanberg · 7 months ago
  68. 2dca294 Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#686) by dependabot[bot] · 7 months ago
  69. ead9a88 Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.3 to 2.2.4 (#692) by dependabot[bot] · 7 months ago
  70. 70d6f98 Bump com.sun.xml.bind:jaxb-impl from 4.0.3 to 4.0.4 (#685) by dependabot[bot] · 7 months ago
  71. 4754b69 Bump com.google.errorprone:error_prone_annotations from 2.22.0 to 2.23.0 (#687) by dependabot[bot] · 7 months ago
  72. da3697a Bump com.sun.xml.bind:jaxb-core from 4.0.3 to 4.0.4 (#690) by dependabot[bot] · 7 months ago
  73. 6d0e4b8 Bump com.github.siom79.japicmp:japicmp-maven-plugin (#691) by dependabot[bot] · 7 months ago
  74. a5d2532 Bump com.fasterxml.jackson.core:jackson-databind from 2.14.2 to 2.14.3 (#693) by dependabot[bot] · 7 months ago
  75. d741252 WICKET-7081 opened packages for wicket-native-websocket-core by Andrea Del Bene · 7 months ago
  76. 64bcd6b opened packages for wicket-auth-roles by Andrea Del Bene · 7 months ago
  77. 5f2d3da WICKET-7081 opened packages for wicket-devutils by Andrea Del Bene · 7 months ago
  78. 429ed45 Added module wicket-core-tests by Andrea Del Bene · 7 months ago
  79. bd69d6b Update README.md by Andrea Del Bene · 7 months ago
  80. 6b639d4 WICKET-7081 separate commit for the new module by Andrea Del Bene · 7 months ago
  81. f913eae WICKET-7081 added packages to open by Andrea Del Bene · 7 months ago
  82. a2074ce Rollback asciidoctor version to check if user guide is generated by Andrea Del Bene · 7 months ago
  83. 06ba6a8 WICKET-7079 Guide updated with wicket-tester informations by Andrea Del Bene · 7 months ago
  84. ced6c19 Bump @babel/traverse in /testing/wicket-js-tests (#681) by dependabot[bot] · 7 months ago
  85. 3498edf Update README.md by Andrea Del Bene · 7 months ago
  86. 8c1a09c Update README.md by Andrea Del Bene · 7 months ago
  87. a151489 removed 9.x changelog by Andrea Del Bene · 7 months ago
  88. 0e0f29e Start next development version by Andrea Del Bene · 7 months ago
  89. dc4d022 Added CHANGELOG for release 10.0.0-M2 by Andrea Del Bene · 7 months ago
  90. 322f3ee Bump metrics.version from 4.2.20 to 4.2.21 (#680) by dependabot[bot] · 7 months ago
  91. 66e4212 Bump spring.version from 6.0.12 to 6.0.13 (#678) by dependabot[bot] · 7 months ago
  92. b3380d8 WICKET-7072 Fix the fully qualified name of TestFilterConfig by Martin Tzvetanov Grigorov · 7 months ago
  93. c3c1232 Test against JDK 21 and 22-ea (#677) by Martin Grigorov · 7 months ago
  94. b0f3da3 WICKET-7072 wicket tester and core tests without test jar (#666) by gluser1357 · 7 months ago
  95. c17cd45 WICKET-7056 try-catch attempts to operate on invalid HTTP session and… (#670) by DavesMan · 7 months ago
  96. b84937b WICKET-7078 CSP: inline JS in Choices and Selection of Palette by rkurucz · 7 months ago
  97. 3d0c2ee Bump org.checkerframework:checker-qual from 3.38.0 to 3.39.0 (#673) by dependabot[bot] · 7 months ago
  98. 0fe9eb3 Bump de.thetaphi:forbiddenapis from 3.5.1 to 3.6 (#674) by dependabot[bot] · 7 months ago
  99. 8b2c4eb Bump org.mockito:mockito-core from 5.5.0 to 5.6.0 (#675) by dependabot[bot] · 7 months ago
  100. 33050da Bump asm.version from 9.5 to 9.6 (#667) by dependabot[bot] · 7 months ago