From cd7380a9320510ef56700d0002f5c23a021b59eb Mon Sep 17 00:00:00 2001 From: lbw Date: Wed, 17 Jan 2024 08:18:33 +0000 Subject: [PATCH 1/2] bug fix error oss file set Signed-off-by: lbw --- .../com/pig4cloud/pig/common/file/local/LocalFileTemplate.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pig-common/pig-common-oss/src/main/java/com/pig4cloud/pig/common/file/local/LocalFileTemplate.java b/pig-common/pig-common-oss/src/main/java/com/pig4cloud/pig/common/file/local/LocalFileTemplate.java index 295186df1..6f44591cf 100644 --- a/pig-common/pig-common-oss/src/main/java/com/pig4cloud/pig/common/file/local/LocalFileTemplate.java +++ b/pig-common/pig-common-oss/src/main/java/com/pig4cloud/pig/common/file/local/LocalFileTemplate.java @@ -132,7 +132,7 @@ public List getAllObjectsByPrefix(String bucketName, String pre return Arrays.stream(FileUtil.ls(dir)).filter(file -> file.getName().startsWith(prefix)).map(file -> { S3ObjectSummary summary = new S3ObjectSummary(); summary.setKey(file.getName()); - return new S3ObjectSummary(); + return summary; }).collect(Collectors.toList()); } From bba5844d0900d1eff2d4118370a2167cf0e3f1bf Mon Sep 17 00:00:00 2001 From: lbw Date: Sat, 20 Jan 2024 06:24:55 +0000 Subject: [PATCH 2/2] up springboot 3.2.2 Signed-off-by: lbw --- README.md | 4 ++-- pig-common/pig-common-bom/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91d1ee860..111ab8bf5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Build Status Coverage Status - Downloads + Downloads Downloads

@@ -42,7 +42,7 @@ | 依赖 | 版本 | |-----------------------------|------------| -| Spring Boot | 3.2.1 | +| Spring Boot | 3.2.2 | | Spring Cloud | 2023.0.0 | | Spring Cloud Alibaba | 2022.0.0.0 | | Spring Authorization Server | 1.2.1 | diff --git a/pig-common/pig-common-bom/pom.xml b/pig-common/pig-common-bom/pom.xml index f3e52d19e..277f405f7 100644 --- a/pig-common/pig-common-bom/pom.xml +++ b/pig-common/pig-common-bom/pom.xml @@ -15,7 +15,7 @@ ${project.version} - 3.2.1 + 3.2.2 UTF-8 17 17 diff --git a/pom.xml b/pom.xml index b8abb4046..caa0a5aa0 100755 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ https://www.pig4cloud.com - 3.2.1 + 3.2.2 2023.0.0 2022.0.0.0 UTF-8