8372 Commits

Author SHA1 Message Date
Lukasz Lenart 0bc1a4391c Merge pull request #1307 from apache/fix/WW-5366-empty-file
WW-5366 Rejects empty files during upload
2025-08-19 07:25:02 +02:00
Lukasz Lenart 0ecd95a16b WW-5366 Rejects empty files during upload 2025-08-19 07:07:37 +02:00
Lukasz Lenart 014c2bd5dd Merge pull request #1302 from apache/dependabot/maven/byte-buddy.version-1.17.6
Bump byte-buddy.version from 1.17.5 to 1.17.6
2025-08-19 06:52:40 +02:00
Lukasz Lenart 1599d5dab5 Merge pull request #1312 from apache/dependabot/maven/org.apache.commons-commons-text-1.14.0
WW-5561 Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0
2025-08-19 06:51:05 +02:00
Lukasz Lenart 3085ab2894 Merge pull request #1315 from apache/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2025-08-18 16:59:54 +02:00
Lukasz Lenart ed55bfc0be Merge pull request #1314 from apache/dependabot/github_actions/github/codeql-action-3.29.9
Bump github/codeql-action from 3.29.5 to 3.29.9
2025-08-18 16:59:38 +02:00
Lukasz Lenart e912492edb Merge pull request #1313 from apache/dependabot/maven/slf4j.version-2.0.17
Bump slf4j.version from 2.0.16 to 2.0.17
2025-08-18 16:59:24 +02:00
Lukasz Lenart 3507422559 Merge pull request #1311 from apache/dependabot/maven/org.apache.struts-struts-annotations-2.0
WW-5554 Bump org.apache.struts:struts-annotations from 1.0.8 to 2.0
2025-08-18 16:58:08 +02:00
dependabot[bot] ffd699682d Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-18 02:35:23 +00:00
dependabot[bot] e9f98f02ec Bump github/codeql-action from 3.29.5 to 3.29.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.5 to 3.29.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.29.5...v3.29.9)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.29.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-18 02:33:43 +00:00
dependabot[bot] e1e7c41344 Bump slf4j.version from 2.0.16 to 2.0.17
Bumps `slf4j.version` from 2.0.16 to 2.0.17.

Updates `org.slf4j:slf4j-api` from 2.0.16 to 2.0.17

Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.17

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-version: 2.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-simple
  dependency-version: 2.0.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-11 02:36:39 +00:00
dependabot[bot] 3f138e3c0a Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0
Bumps [org.apache.commons:commons-text](https://github.com/apache/commons-text) from 1.13.1 to 1.14.0.
- [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-text/compare/rel/commons-text-1.13.1...rel/commons-text-1.14.0)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-11 02:36:31 +00:00
dependabot[bot] f30cf63d43 Bump org.apache.struts:struts-annotations from 1.0.8 to 2.0
Bumps [org.apache.struts:struts-annotations](https://github.com/apache/struts-annotations) from 1.0.8 to 2.0.
- [Release notes](https://github.com/apache/struts-annotations/releases)
- [Commits](https://github.com/apache/struts-annotations/commits)

---
updated-dependencies:
- dependency-name: org.apache.struts:struts-annotations
  dependency-version: '2.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-11 02:33:13 +00:00
Martin Ashby d721f3fb65 Fixup StrutsConverterFactory
It should delegate back to ObjectFactory#buildBean instead of directly
calling Container#inject, otherwise overrides of buildBean in subclasses
of ObjectFactory e.g. SpringObjectFactory are skipped; meaning that
TypeConverters cannot make use of Spring dependency injection

Fixes: https://issues.apache.org/jira/projects/WW/issues/WW-5524
2025-08-07 22:42:23 +01:00
Lukasz Lenart aaa4984eac Merge pull request #1308 from apache/fix/build-check-6x
Fixes build check for Struts 6.x
2025-08-07 19:29:39 +02:00
Lukasz Lenart fd82d6354f Fixes build check for Struts 6.x 2025-08-07 18:54:21 +02:00
Lukasz Lenart dd68723a47 Merge pull request #1283 from apache/dependabot/maven/org.apache.commons-commons-fileupload2-jakarta-servlet6-2.0.0-M4
Bump org.apache.commons:commons-fileupload2-jakarta-servlet6 from 2.0.0-M2 to 2.0.0-M4
2025-08-06 10:16:27 +02:00
Lukasz Lenart fa78ec43a8 Merge pull request #1305 from apache/dependabot/github_actions/github/codeql-action-3.29.5
Bump github/codeql-action from 3.29.2 to 3.29.5
2025-08-06 09:58:03 +02:00
Lukasz Lenart 1579e62e8a Merge pull request #1304 from apache/dependabot/maven/org.springframework-spring-framework-bom-6.2.9
Bump org.springframework:spring-framework-bom from 6.2.3 to 6.2.9
2025-08-06 09:57:40 +02:00
Lukasz Lenart 5238e9c1cc Merge pull request #1301 from apache/dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.5.1
Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1
2025-08-06 09:57:12 +02:00
Lukasz Lenart f16abd171b Adds missing test cases of temporary files 2025-08-06 09:42:56 +02:00
Lukasz Lenart c8ab33e3ce Uses lambda
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-06 09:00:43 +02:00
Lukasz Lenart 37144a03f7 Adds missing test cases of temporary files 2025-08-06 08:58:14 +02:00
Lukasz Lenart 824e7121b0 Reuses logic to create temporary file 2025-08-06 08:58:14 +02:00
Lukasz Lenart 63f2c8bdec Adds missing JavaDocs 2025-08-06 08:58:14 +02:00
Lukasz Lenart 359b6549ef Fixes readStream method to avoid to memory leaks 2025-08-06 08:58:14 +02:00
Lukasz Lenart 201b9e860e Cleans up temporary files 2025-08-06 08:58:13 +02:00
Lukasz Lenart a1c4cb60a2 Uses a dedicated RequestContext to avoid NPE 2025-08-06 08:58:13 +02:00
dependabot[bot] b796bab432 Bump org.apache.commons:commons-fileupload2-jakarta-servlet6
Bumps org.apache.commons:commons-fileupload2-jakarta-servlet6 from 2.0.0-M2 to 2.0.0-M4.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-fileupload2-jakarta-servlet6
  dependency-version: 2.0.0-M4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-06 08:58:13 +02:00
Lukasz Lenart 7d19767f71 Merge pull request #1295 from apache/festure/claude-code
Defines basic set of files to work with Claude Code
2025-08-06 08:55:51 +02:00
dependabot[bot] 436ce3560b Bump github/codeql-action from 3.29.2 to 3.29.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.2 to 3.29.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.29.2...v3.29.5)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.29.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-04 02:15:09 +00:00
dependabot[bot] 1d6b05b829 Bump org.springframework:spring-framework-bom from 6.2.3 to 6.2.9
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.3 to 6.2.9.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.3...v6.2.9)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-version: 6.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-28 02:08:44 +00:00
dependabot[bot] 2487d583f3 Bump byte-buddy.version from 1.17.5 to 1.17.6
Bumps `byte-buddy.version` from 1.17.5 to 1.17.6.

Updates `net.bytebuddy:byte-buddy` from 1.17.5 to 1.17.6
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.17.5...byte-buddy-1.17.6)

Updates `net.bytebuddy:byte-buddy-agent` from 1.17.5 to 1.17.6
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.17.5...byte-buddy-1.17.6)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-version: 1.17.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-version: 1.17.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-28 02:07:01 +00:00
dependabot[bot] 3c5c7e5b7b Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.5.0...3.5.1)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-28 02:06:37 +00:00
Lukasz Lenart 7fef6c1ee0 Merge pull request #1299 from apache/dependabot/maven/org.jfree-jfreechart-1.5.6
Bump org.jfree:jfreechart from 1.5.5 to 1.5.6
2025-07-22 07:19:28 +02:00
Lukasz Lenart 73e05ef978 Merge pull request #1298 from apache/dependabot/maven/org.htmlunit-htmlunit-4.13.0
Bump org.htmlunit:htmlunit from 4.11.1 to 4.13.0
2025-07-22 07:19:08 +02:00
Lukasz Lenart 3a6ee8aacc Merge pull request #1297 from apache/dependabot/maven/com.github.ben-manes.caffeine-caffeine-3.2.2
Bump com.github.ben-manes.caffeine:caffeine from 3.2.1 to 3.2.2
2025-07-22 07:18:52 +02:00
Lukasz Lenart a654da4db3 Merge pull request #1296 from apache/dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.6.1
Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.1
2025-07-22 07:18:34 +02:00
dependabot[bot] de0b6f13b6 Bump org.jfree:jfreechart from 1.5.5 to 1.5.6
Bumps [org.jfree:jfreechart](https://github.com/jfree/jfreechart) from 1.5.5 to 1.5.6.
- [Release notes](https://github.com/jfree/jfreechart/releases)
- [Commits](https://github.com/jfree/jfreechart/compare/v1.5.5...v1.5.6)

---
updated-dependencies:
- dependency-name: org.jfree:jfreechart
  dependency-version: 1.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-21 02:10:26 +00:00
dependabot[bot] f640012618 Bump org.htmlunit:htmlunit from 4.11.1 to 4.13.0
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) from 4.11.1 to 4.13.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/4.11.1...4.13.0)

---
updated-dependencies:
- dependency-name: org.htmlunit:htmlunit
  dependency-version: 4.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-21 02:09:31 +00:00
dependabot[bot] be3d57a725 Bump com.github.ben-manes.caffeine:caffeine from 3.2.1 to 3.2.2
Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v3.2.1...v3.2.2)

---
updated-dependencies:
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-21 02:09:15 +00:00
dependabot[bot] ae178a0190 Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.1
Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.5.0...enforcer-3.6.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-21 02:08:38 +00:00
Lukasz Lenart d3812548b7 Defines basic set of files to work with Claude Code 2025-07-19 10:50:30 +02:00
Lukasz Lenart 85a4be3402 Merge pull request #1293 from apache/dependabot/maven/org.apache.commons-commons-text-1.13.1
Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1
2025-07-19 10:33:24 +02:00
Lukasz Lenart 5b420899f5 Merge pull request #1292 from apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.3
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.2 to 3.5.3
2025-07-19 10:32:59 +02:00
Lukasz Lenart 0c45954dcd Merge pull request #1291 from apache/dependabot/maven/maven-surefire-plugin.version-3.5.3
Bump maven-surefire-plugin.version from 3.5.2 to 3.5.3
2025-07-19 10:32:42 +02:00
Lukasz Lenart 00c26a7a19 Merge pull request #1290 from apache/dependabot/maven/org.owasp-dependency-check-maven-12.1.3
Bump org.owasp:dependency-check-maven from 12.1.1 to 12.1.3
2025-07-19 10:25:40 +02:00
Lukasz Lenart cc4d05f6bf Merge pull request #1289 from apache/dependabot/maven/parent/org.apache.commons-commons-lang3-3.18.0
WW-5557 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 in /parent
2025-07-19 09:41:37 +02:00
dependabot[bot] bf9d1548ea Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1
Bumps org.apache.commons:commons-text from 1.13.0 to 1.13.1.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
  dependency-version: 1.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-14 02:12:30 +00:00
dependabot[bot] b87ec9804c Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.2 to 3.5.3
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-14 02:10:35 +00:00