This is an automated email from the ASF dual-hosted git repository.
delei pushed a change to branch
dependabot/maven/main/ch.qos.logback-logback-classic-1.5.32
in repository https://gitbox.apache.org/repos/asf/fesod.git
from c2fde3b0 build: bump ch.qos.logback:logback-classic from 1.5.29 to
1.5.32
add 9866d261 feat(skill): add migration skill for transitioning from
FastExcel to Fesod (#858)
add c35b92b3 docs: add new committer GOODBOY008 with avatar (#860)
add cb155747 ci: bump DavidAnson/markdownlint-cli2-action from 21.0.0 to
22.0.0 (#863)
add 136048a2 chore: update parent version to 2.1.0-incubating in pom.xml
(#868)
add 9db05539 fix: support immutable lists in dynamic header (#668)
add d10f4291 fix: Image type recognition failure in FileTypeUtils (#812)
add b4567db6 Merge branch 'main' into
dependabot/maven/main/ch.qos.logback-logback-classic-1.5.32
No new revisions were added by this update.
Summary of changes:
.github/skills/fastexcel-to-fesod/SKILL.md | 430 +++++++++++++++++++++
.github/workflows/ci-docs.yml | 2 +-
fesod-bom/pom.xml | 2 +-
fesod-common/pom.xml | 2 +-
fesod-examples/fesod-sheet-examples/pom.xml | 2 +-
fesod-examples/pom.xml | 2 +-
fesod-shaded/pom.xml | 2 +-
fesod-sheet/pom.xml | 2 +-
.../sheet/metadata/AbstractParameterBuilder.java | 20 +-
.../org/apache/fesod/sheet/util/FileTypeUtils.java | 25 +-
...ner.java => ImmutableListHeadDataListener.java} | 24 +-
...ataTest.java => ImmutableListHeadDataTest.java} | 40 +-
.../ImmutableListHeadDataWriteHandler.java} | 29 +-
.../apache/fesod/sheet/util/FileTypeUtilsTest.java | 150 +++++++
.../src/test/resources/images/fesod-logo-jpeg.jpeg | Bin 0 -> 22682 bytes
.../src/test/resources/images/fesod-logo-png.png | Bin
.../src/test/resources/images/fesod-logo-svg.svg | 0
pom.xml | 2 +-
website/blog/authors.json | 8 +
website/src/pages/team/data/github-avatar.json | 4 +
website/src/pages/team/data/team.json | 9 +-
21 files changed, 692 insertions(+), 63 deletions(-)
create mode 100644 .github/skills/fastexcel-to-fesod/SKILL.md
copy
fesod-sheet/src/test/java/org/apache/fesod/sheet/head/{ListHeadDataListener.java
=> ImmutableListHeadDataListener.java} (75%)
copy
fesod-sheet/src/test/java/org/apache/fesod/sheet/head/{ListHeadDataTest.java =>
ImmutableListHeadDataTest.java} (74%)
copy
fesod-sheet/src/test/java/org/apache/fesod/sheet/{exception/ExceptionThrowDataListener.java
=> head/ImmutableListHeadDataWriteHandler.java} (59%)
create mode 100644
fesod-sheet/src/test/java/org/apache/fesod/sheet/util/FileTypeUtilsTest.java
create mode 100644 fesod-sheet/src/test/resources/images/fesod-logo-jpeg.jpeg
copy website/static/img/logo/fesod-logo-icon.png =>
fesod-sheet/src/test/resources/images/fesod-logo-png.png (100%)
copy .idea/icon.svg =>
fesod-sheet/src/test/resources/images/fesod-logo-svg.svg (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]