This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push:
new 38e4fe9 Bump actions/cache from 2.1.7 to 3 #140
38e4fe9 is described below
commit 38e4fe978fa82ea285e03a02ce0b4da09fc6f679
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 27 08:57:44 2022 -0700
Bump actions/cache from 2.1.7 to 3 #140
---
.checkstyle | 15 +++++++++++++++
src/changes/changes.xml | 2 +-
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/.checkstyle b/.checkstyle
new file mode 100644
index 0000000..dc557a6
--- /dev/null
+++ b/.checkstyle
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<fileset-config file-format-version="1.2.0" simple-config="false"
sync-formatter="false">
+ <local-check-config name="maven-checkstyle-plugin validate-main"
location="file:/C:/d3vsrc/git/apache/commons-fileupload/src/checkstyle/fileupload_checks.xml"
type="remote" description="maven-checkstyle-plugin configuration
validate-main">
+ <property name="checkstyle.header.file"
value="C:\Users\ggregory\ew-apache-commons\.metadata\.plugins\org.eclipse.core.resources\.projects\commons-fileupload2\com.basistech.m2e.code.quality.checkstyleConfigurator\checkstyle-header-validate-main.txt"/>
+ <property name="checkstyle.cache.file"
value="${project_loc}/target/checkstyle-cachefile"/>
+ <property name="checkstyle.suppressions.file"
value="C:\Users\ggregory\ew-apache-commons\.metadata\.plugins\org.eclipse.core.resources\.projects\commons-fileupload2\com.basistech.m2e.code.quality.checkstyleConfigurator\checkstyle-suppressions-validate-main.xml"/>
+ </local-check-config>
+ <fileset name="java-sources-validate-main" enabled="true"
check-config-name="maven-checkstyle-plugin validate-main" local="true">
+ <file-match-pattern match-pattern="^src/main/java/.*\.java"
include-pattern="true"/>
+ <file-match-pattern match-pattern="^src/main/resources.*\.properties"
include-pattern="true"/>
+ <file-match-pattern match-pattern="^.*\.properties"
include-pattern="true"/>
+ <file-match-pattern match-pattern="^src/test/resources.*\.properties"
include-pattern="true"/>
+ </fileset>
+</fileset-config>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c28da9c..12b6916 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="jochen" type="update"
due-to="Dependabot">Update Spotbugs from 4.2.3 to 4.4.0, ignore EI_EXPOSE_REP,
and EI_EXPOSE_REP2.</action>
<action issue="FILEUPLOAD-341" dev="jochen" type="update" due-to="Martin
Grigorov">Move Exception classes out of the impl package.</action>
<action dev="ggregory" type="update"
due-to="Dependabot">Bump actions/checkout from 2.3.4 to 2.4.0 #125.</action>
- <action dev="ggregory" type="update"
due-to="Dependabot">Bump actions/cache from 2.1.6 to 2.1.7 #128.</action>
+ <action dev="ggregory" type="update"
due-to="Dependabot">Bump actions/cache from 2.1.6 to 3 #128, #140.</action>
<action dev="ggregory" type="update"
due-to="Dependabot">Bump biz.aQute.bndlib from 6.0.0 to 6.1.0 #129.</action>
</release>
<release version="1.4" date="2018-12-23" description="1.4 Release">