1. 36230dc Merge pull request #945 from apache/fix/disable-review by Lukasz Lenart · 6 days ago master
  2. 9ee39d0 INFRA-25666 Disables review by code owners by Lukasz Lenart · 6 days ago
  3. 40ccc74 Merge pull request #933 from apache/fix/WW-5415-constructor by Lukasz Lenart · 12 days ago
  4. d147543 Merge pull request #932 from apache/feature/WW-5414-after by Lukasz Lenart · 12 days ago
  5. 49eda37 Merge pull request #931 from apache/fix/WW-5422-trimable by Lukasz Lenart · 13 days ago
  6. 0a57cac WW-5422 Adds dedicate unit test to cover DefaultLocaleProvider by Lukasz Lenart · 2 weeks ago
  7. 195b0e5 Merge pull request #939 from apache/dependabot/github_actions/ossf/scorecard-action-2.3.3 by Lukasz Lenart · 13 days ago
  8. 03126c0 Merge pull request #938 from apache/dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.5.0 by Lukasz Lenart · 13 days ago
  9. 73be382 Merge pull request #936 from apache/dependabot/maven/slf4j.version-2.0.13 by Lukasz Lenart · 13 days ago
  10. f338fda Merge pull request #934 from apache/dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.3.1 by Lukasz Lenart · 13 days ago
  11. 7c523ac WW-5415 Constructor members should be exempted as static members by Kusal Kithul-Godage · 13 days ago
  12. 039c5f8 Bump ossf/scorecard-action from 2.3.1 to 2.3.3 by dependabot[bot] · 13 days ago
  13. 6e12c25 Bump org.apache.maven.plugins:maven-project-info-reports-plugin by dependabot[bot] · 13 days ago
  14. c6b53d4 Bump slf4j.version from 2.0.12 to 2.0.13 by dependabot[bot] · 13 days ago
  15. 942fbd6 Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by dependabot[bot] · 13 days ago
  16. b36e88f WW-5415 Fixes accessing public constructors via expression by Lukasz Lenart · 2 weeks ago
  17. 4dfbe09 WW-5414 Always call afterInvocation even in case of exception by Lukasz Lenart · 2 weeks ago
  18. 649760d Merge pull request #913 from eschulma/master by Lukasz Lenart · 2 weeks ago
  19. 49b8eed Merge pull request #920 from apache/fix/WW-5419-tiles by Lukasz Lenart · 3 weeks ago
  20. c0d1217 Merge pull request #924 from apache/feature/WW-5420-text by Lukasz Lenart · 4 weeks ago
  21. f2e93d0 Merge pull request #905 from apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.2.5 by Lukasz Lenart · 4 weeks ago
  22. 3ed212a Merge pull request #907 from apache/dependabot/maven/asm.version-9.7 by Lukasz Lenart · 4 weeks ago
  23. ed3786c Merge pull request #926 from apache/dependabot/github_actions/actions/upload-artifact-4.3.3 by Lukasz Lenart · 4 weeks ago
  24. 5cd9356 Merge pull request #925 from apache/dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.2.0 by Lukasz Lenart · 4 weeks ago
  25. 2d9af47 Bump actions/upload-artifact from 4.3.2 to 4.3.3 by dependabot[bot] · 4 weeks ago
  26. c1c6a46 Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.2.0 by dependabot[bot] · 4 weeks ago
  27. 36275b9 WW-5420 Upgrades commons-text to ver. 1.12.0 by Lukasz Lenart · 4 weeks ago
  28. a88cb74 WW-5419 Fixes support for loading Tiles definitions by Lukasz Lenart · 5 weeks ago
  29. 3cde668 Merge pull request #922 from apache/dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.16.2 by Lukasz Lenart · 5 weeks ago
  30. eca5b21 Merge pull request #923 from apache/dependabot/github_actions/actions/upload-artifact-4.3.2 by Lukasz Lenart · 5 weeks ago
  31. 856d980 Bump actions/upload-artifact from 4.3.1 to 4.3.2 by dependabot[bot] · 5 weeks ago
  32. b2b35f0 Bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 by dependabot[bot] · 5 weeks ago
  33. efdaf7e Merge pull request #909 from apache/dependabot/maven/org.assertj-assertj-core-3.25.3 by Lukasz Lenart · 5 weeks ago
  34. 3c21e82 Merge pull request #916 from apache/WW-5418-struts-sec by Kusal Kithul-Godage · 5 weeks ago
  35. f5cfb88 Merge pull request #915 from atlassian-forks/issue/WW-5417-bump-ongl-version-to-fix-security-issue by Kusal Kithul-Godage · 5 weeks ago
  36. 63267a8 Merge pull request #914 from atlassian-forks/issue/WW-5409-introduce-final-attribute-to-package-element by Kusal Kithul-Godage · 5 weeks ago
  37. 62b4b65 WW-5417 update ognl.version as 3.3.5 by Jeffery Xie · 5 weeks ago
  38. 4310536 Merge pull request #917 from apache/WW-5406-injection-order by Kusal Kithul-Godage · 5 weeks ago
  39. ad49ea8 WW-5406 Fix injection order issue for excluded patterns by Kusal Kithul-Godage · 5 weeks ago
  40. 7e9f6e8 WW-5418 Exclude Tomcat Jasper classes by Kusal Kithul-Godage · 5 weeks ago
  41. 100f505 WW-5418 Forbid enums by Kusal Kithul-Godage · 5 weeks ago
  42. 0a72097 WW-5417 bump ognl version to fix security issue by Jeffery Xie · 5 weeks ago
  43. 6ac8b04 WW-5400 Added @since Struts 6.5.0 to new properties as requested by Erica S. Kane · 6 weeks ago
  44. 1562e66 Merge pull request #912 from atlassian-forks/issue/WW-5408-add-option-to-not-fallback-to-empty-namespace-when-unresolved by Kusal Kithul-Godage · 6 weeks ago
  45. 85783a0 WW-5409 rename 6.5.0.dtd to 6.5.dtd to follow the naming pattern by Jeffery Xie · 6 weeks ago
  46. 0151bde WW-5400 Better toString formatting by Erica S. Kane · 6 weeks ago
  47. 0aa2f26 Merge pull request #911 from atlassian-forks/issue/WW-5407-extend-SecurityMemberAccess-proxy-detection-to-proxies by Kusal Kithul-Godage · 6 weeks ago
  48. 4088f2e WW-5409 update new dtd from 6.4.0 to 6.5.0 by Jeffery Xie · 6 weeks ago
  49. 1d51d00 WW-5408 add struts.actionConfig.fallbackToEmptyNamespace as true in default.properties by Jeffery Xie · 6 weeks ago
  50. 929a601 Merge pull request #910 from apache/WW-5406-excluded-patterns by Kusal Kithul-Godage · 6 weeks ago
  51. bf5f291 WW-5409 introduce final attribute to package element which make them unextendable by Jeffery Xie · 6 weeks ago
  52. 758174c WW-5400 Extend default configuration options for the CSP interceptor. by Erica S. Kane · 6 weeks ago
  53. f9f6327 /WW-5408 rename struts.disableActionConfigFallbackToEmptyNamespace to struts.actionConfig.fallbackToEmptyNamespace by Jeffery Xie · 7 weeks ago
  54. ed0c728 WW-5406 Revert breaking API change by Kusal Kithul-Godage · 7 weeks ago
  55. 1a6e2fe WW-5406 Add deprecation JavaDocs by Kusal Kithul-Godage · 7 weeks ago
  56. 5f717cd WW-5407 tweak ProxyUtil#isHibernateProxyMember to make it neat by Jeffery Xie · 7 weeks ago
  57. e2ec114 WW-5408 add option to not fallback to empty namespace when unresolved by Jeffery Xie · 7 weeks ago
  58. 0074b70 WW-5407 extend SecurityMemberAccess proxy detection to other proxies by Jeffery Xie · 7 weeks ago
  59. efa2042 WW-5406 Ensure Action excluded patterns are reinjected by Kusal Kithul-Godage · 7 weeks ago
  60. 268ed78 Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by dependabot[bot] · 7 weeks ago
  61. ccd5f5d Bump asm.version from 9.6 to 9.7 by dependabot[bot] · 7 weeks ago
  62. ac409d6 Bump org.apache.maven.plugins:maven-failsafe-plugin by dependabot[bot] · 7 weeks ago
  63. c6d13f1 [maven-release-plugin] prepare for next development iteration by Lukasz Lenart · 7 weeks ago
  64. 9c5c80d [maven-release-plugin] prepare release STRUTS_6_4_0 by Lukasz Lenart · 7 weeks ago STRUTS_6_4_0
  65. a6d6d91 Reverts release and fixes issue with assembly by Lukasz Lenart · 7 weeks ago
  66. 5e8b81b [maven-release-plugin] prepare for next development iteration by Lukasz Lenart · 7 weeks ago
  67. f8381fb [maven-release-plugin] prepare release STRUTS_6_4_0 by Lukasz Lenart · 7 weeks ago
  68. 0f6d5db Merge pull request #903 from apache/fix/WW-5390-assembly by Lukasz Lenart · 7 weeks ago
  69. db72551 WW-5390 Fixes creating assembly and attaching sources when preparing a new release by Lukasz Lenart · 7 weeks ago
  70. ee38cd5 Merge pull request #902 from apache/dependabot/maven/log4j2.version-2.23.1 by Lukasz Lenart · 7 weeks ago
  71. 7a79576 Bump log4j2.version from 2.21.1 to 2.23.1 by dependabot[bot] · 7 weeks ago
  72. 5cf746f Merge pull request #901 from apache/fix/branch-protction by Lukasz Lenart · 8 weeks ago
  73. 689d17d Merge pull request #896 from apache/feature/WW-5402-autoload-classptah by Lukasz Lenart · 8 weeks ago
  74. c7ae614 WW-5402 Auto loads Tiles definitions from classpath by Lukasz Lenart · 9 weeks ago
  75. 273c3a1 Uses proper context name in branch protection rule by Lukasz Lenart · 8 weeks ago
  76. c774e23 Merge pull request #900 from apache/WW-5251-retrofit-compat by Lukasz Lenart · 8 weeks ago
  77. 93c11aa WW-5251 Fix deprecated interface method signature by Kusal Kithul-Godage · 8 weeks ago
  78. 66c1ac4 Merge pull request #899 from apache/feature/codeowners-review by Lukasz Lenart · 8 weeks ago
  79. 7281d7e Merge pull request #898 from apache/WW-5251-retrofit-compat by Lukasz Lenart · 8 weeks ago
  80. 6950fcb Enables required review by codeowners by Lukasz Lenart · 8 weeks ago
  81. dc774c4 WW-5251 Reinstate RequestAware by Kusal Kithul-Godage · 8 weeks ago
  82. 19698e1 WW-5251 Fix ParameterAware by Kusal Kithul-Godage · 8 weeks ago
  83. cda2a2b WW-5251 Reinstate deleted interfaces with transparent compat by Kusal Kithul-Godage · 9 weeks ago
  84. cdc931e Merge pull request #895 from apache/fix/file-uploads by Lukasz Lenart · 9 weeks ago
  85. db0bd43 Converts multiple file uploads example to use Action based upload by Lukasz Lenart · 10 weeks ago
  86. 86aee4b Merge pull request #894 from apache/WW-5364-npe by Kusal Kithul-Godage · 2 months ago
  87. 29422e4 WW-5364 Fix potential NPE in XmlDocConfigurationProvider by Kusal Kithul-Godage · 2 months ago
  88. e08f637 Merge pull request #892 from apache/feature/WW-5401-logging by Lukasz Lenart · 3 months ago
  89. ac6c88a WW-5401 Uses same message approach by Lukasz Lenart · 3 months ago
  90. c320181 WW-5401 Fixes typo by Lukasz Lenart · 3 months ago
  91. f459981 WW-5401 Improves logging around wrapping request and detecting multipart request by Lukasz Lenart · 3 months ago
  92. 6648cbd Merge pull request #886 from apache/dependabot/maven/maven-surefire-plugin.version-3.2.5 by Lukasz Lenart · 3 months ago
  93. ac6095d Bump maven-surefire-plugin.version from 3.0.0-M7 to 3.2.5 by dependabot[bot] · 3 months ago
  94. 154132d Merge pull request #884 from apache/dependabot/maven/org.apache.commons-commons-compress-1.26.0 by Lukasz Lenart · 3 months ago
  95. 43f1197 Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0 by dependabot[bot] · 3 months ago
  96. 0c4e211 Merge pull request #882 from apache/dependabot/maven/commons-validator-commons-validator-1.8.0 by Lukasz Lenart · 3 months ago
  97. 3aa63e8 Merge pull request #883 from apache/dependabot/maven/org.apache.maven.doxia-doxia-module-markdown-1.12.0 by Lukasz Lenart · 3 months ago
  98. 82491ef Merge pull request #880 from apache/dependabot/maven/slf4j.version-2.0.12 by Lukasz Lenart · 3 months ago
  99. d9ed77d Merge pull request #879 from apache/dependabot/maven/org.apache.maven.doxia-doxia-core-1.12.0 by Lukasz Lenart · 3 months ago
  100. 8283ded Bump org.apache.maven.doxia:doxia-module-markdown from 1.9.1 to 1.12.0 by dependabot[bot] · 3 months ago