This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/gradle/org.cyclonedx.bom-3.1.0
in repository https://gitbox.apache.org/repos/asf/poi.git
discard ee8d2a4e6d Bump org.cyclonedx.bom from 2.4.1 to 3.1.0
add 4fb34ebeae Fix rules for table style application in XSLFTables. (#969)
add 08e9bb00d4 Bump org.sonarqube from 7.2.0.6526 to 7.2.1.6560 (#976)
add 3a69605f4c [bz-69905] check cell before recursing (#978)
add 037a001719 Update XSSFCell.java
add 6762b5a9fb Revert "Update XSSFCell.java"
add fe3359bd79 refactor recurse check (#979)
add 2dd124eb42 Fix some Gradle deprecation warnings
add 338882ac88 Convert some files to unix newlines
add 97a97bd75c JavaDoc: Don't link to classes from "poi-ooxml" in module
"poi"
add fd66689944 Improve message if test fails
add 6331e1c342 Bump org.cyclonedx.bom from 2.4.1 to 3.1.0
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 (ee8d2a4e6d)
\
N -- N -- N refs/heads/dependabot/gradle/org.cyclonedx.bom-3.1.0
(6331e1c342)
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:
build.gradle | 6 +-
gradlew.bat | 188 ++---
.../poi/examples/xslf/AddVideoToPptx.java.txt | 502 +++++------
.../apache/poi/examples/xslf/bar-chart-data.txt | 24 +-
.../apache/poi/examples/xslf/pie-chart-data.txt | 6 +-
.../poi/examples/xwpf/usermodel/bar-chart-data.txt | 24 +-
poi-integration/build.gradle | 8 +-
.../poi/poifs/crypt/encryptionCertificate.xsd | 78 +-
.../poifs/crypt/encryptionCertificate.xsdconfig | 46 +-
.../org/apache/poi/poifs/crypt/encryptionInfo.xsd | 518 ++++++------
.../poi/poifs/crypt/encryptionInfo.xsdconfig | 48 +-
.../apache/poi/poifs/crypt/encryptionPassword.xsd | 132 +--
.../poi/poifs/crypt/encryptionPassword.xsdconfig | 46 +-
.../org/apache/poi/poifs/crypt/signatureInfo.xsd | 204 ++---
.../xmlschema/org/apache/poi/schemas/XAdES.xsd | 932 ++++++++++-----------
.../xmlschema/org/apache/poi/schemas/XAdESv141.xsd | 30 +-
.../org/apache/poi/schemas/ooxmlSchemas.xsdconfig | 98 +--
.../apache/poi/ooxml/HyperlinkRelationship.java | 88 +-
.../apache/poi/ooxml/ReferenceRelationship.java | 158 ++--
.../apache/poi/xslf/usermodel/XSLFTableCell.java | 40 +-
.../org/apache/poi/xssf/usermodel/XSSFCell.java | 4 +-
.../org/apache/poi/xslf/usermodel/notesMaster.xml | 2 +-
.../poi/xssf/usermodel/presetTableStyles.xml | 2 +-
.../apache/poi/xslf/usermodel/TestXSLFTable.java | 74 +-
.../poi/xssf/streaming/TestOutOfOrderColumns.java | 244 +++---
.../java/org/apache/poi/hmef/TestHMEFMessage.java | 3 +-
poi/src/main/java/org/apache/poi/POIDocument.java | 1 +
.../org/apache/poi/extractor/ExtractorFactory.java | 6 +-
.../org/apache/poi/sl/usermodel/SlideShow.java | 2 +-
.../ss/formula/eval/forked/ForkedEvaluator.java | 2 +-
.../org/apache/poi/ss/usermodel/ExtendedColor.java | 2 +-
.../poi/ss/usermodel/helpers/RowShifter.java | 14 +-
.../UserNameAwareTempFileCreationStrategy.java | 100 +--
.../poi/sl/draw/geom/presetShapeDefinitions.xml | 2 +-
.../UserNameAwareTempFileCreationStrategyTest.java | 84 +-
.../content/xdocs/devel/references/3rdparty.xml | 172 ++--
src/resources/devtools/forbidden-signatures.txt | 348 ++++----
.../table-with-different-font-colors.pptx | Bin 0 -> 36562 bytes
test-data/spreadsheet/54686_fraction_formats.txt | 748 ++++++++---------
test-data/spreadsheet/SampleSS.xml | 284 +++----
test-data/spreadsheet/vmlDrawing1.vml | 82 +-
41 files changed, 2724 insertions(+), 2628 deletions(-)
create mode 100644 test-data/slideshow/table-with-different-font-colors.pptx
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]