This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch 
dependabot/maven/org.apache.commons-commons-fileupload2-jakarta-servlet6-2.0.0-M4
in repository https://gitbox.apache.org/repos/asf/struts.git


 discard 4dde5d191 Adds missing test cases of temporary files
 discard 556345338 Reuses logic to create temporary file
 discard 55e5c6136 Adds missing JavaDocs
 discard b12219b28 Fixes readStream method to avoid to memory leaks
 discard 92225297b Cleans up temporary files
 discard f9748f416 Uses a dedicated RequestContext to avoid NPE
 discard f996c8962 Bump org.apache.commons:commons-fileupload2-jakarta-servlet6
     add 6466bb120 Bump com.github.ben-manes.caffeine:caffeine from 3.2.0 to 
3.2.1 (#1282)
     add b70f2aed1 Bump github/codeql-action from 3.29.0 to 3.29.2
     add 6b80a1cf5 Merge pull request #1288 from 
apache/dependabot/github_actions/github/codeql-action-3.29.2
     add e043d4145 Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.1
     add 033b55c13 Merge pull request #1281 from 
apache/dependabot/maven/com.fasterxml.jackson-jackson-bom-2.19.1
     add 281aa0004 Bump weld.version from 6.0.2.Final to 6.0.3.Final
     add 607401c2d Merge pull request #1284 from 
apache/dependabot/maven/weld.version-6.0.3.Final
     add 2bfa4b633 Bump org.easymock:easymock from 5.4.0 to 5.6.0
     add 12814e7a7 Merge pull request #1287 from 
apache/dependabot/maven/org.easymock-easymock-5.6.0
     add e8e8e6658 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 
in /parent
     add cc4d05f6b Merge pull request #1289 from 
apache/dependabot/maven/parent/org.apache.commons-commons-lang3-3.18.0
     add 6b9e6998b Bump org.owasp:dependency-check-maven from 12.1.1 to 12.1.3
     add 00c26a7a1 Merge pull request #1290 from 
apache/dependabot/maven/org.owasp-dependency-check-maven-12.1.3
     add 530f3157f Bump maven-surefire-plugin.version from 3.5.2 to 3.5.3
     add 0c45954dc Merge pull request #1291 from 
apache/dependabot/maven/maven-surefire-plugin.version-3.5.3
     add b87ec9804 Bump org.apache.maven.plugins:maven-failsafe-plugin from 
3.5.2 to 3.5.3
     add 5b420899f Merge pull request #1292 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.3
     add bf9d1548e Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1
     add 85a4be340 Merge pull request #1293 from 
apache/dependabot/maven/org.apache.commons-commons-text-1.13.1
     add ae178a019 Bump org.apache.maven.plugins:maven-enforcer-plugin from 
3.5.0 to 3.6.1
     add a654da4db Merge pull request #1296 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.6.1
     add be3d57a72 Bump com.github.ben-manes.caffeine:caffeine from 3.2.1 to 
3.2.2
     add 3a6ee8aac Merge pull request #1297 from 
apache/dependabot/maven/com.github.ben-manes.caffeine-caffeine-3.2.2
     add f64001261 Bump org.htmlunit:htmlunit from 4.11.1 to 4.13.0
     add 73e05ef97 Merge pull request #1298 from 
apache/dependabot/maven/org.htmlunit-htmlunit-4.13.0
     add de0b6f13b Bump org.jfree:jfreechart from 1.5.5 to 1.5.6
     add 7fef6c1ee Merge pull request #1299 from 
apache/dependabot/maven/org.jfree-jfreechart-1.5.6
     add d3812548b Defines basic set of files to work with Claude Code
     add 7d19767f7 Merge pull request #1295 from apache/festure/claude-code
     add b796bab43 Bump org.apache.commons:commons-fileupload2-jakarta-servlet6
     add a1c4cb60a Uses a dedicated RequestContext to avoid NPE
     add 201b9e860 Cleans up temporary files
     add 359b6549e Fixes readStream method to avoid to memory leaks
     add 63f2c8bde Adds missing JavaDocs
     add 824e7121b Reuses logic to create temporary file
     add 37144a03f Adds missing test cases of temporary files

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4dde5d191)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.commons-commons-fileupload2-jakarta-servlet6-2.0.0-M4
 (37144a03f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .claude/settings.local.json                |  11 ++
 .github/workflows/codeql.yml               |   6 +-
 .github/workflows/scorecards-analysis.yaml |   2 +-
 CLAUDE.md                                  | 210 +++++++++++++++++++++++++++++
 apps/showcase/pom.xml                      |   2 +-
 parent/pom.xml                             |  10 +-
 plugins/jfreechart/pom.xml                 |   2 +-
 pom.xml                                    |  10 +-
 8 files changed, 237 insertions(+), 16 deletions(-)
 create mode 100644 .claude/settings.local.json
 create mode 100644 CLAUDE.md

Reply via email to