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

centic pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git


    from fe3359bd79 refactor recurse check (#979)
     new 2dd124eb42 Fix some Gradle deprecation warnings
     new 338882ac88 Convert some files to unix newlines
     new 97a97bd75c JavaDoc: Don't link to classes from "poi-ooxml" in module 
"poi"
     new fd66689944 Improve message if test fails

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle                                       |   4 +-
 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 ++--
 .../org/apache/poi/xslf/usermodel/notesMaster.xml  |   2 +-
 .../poi/xssf/usermodel/presetTableStyles.xml       |   2 +-
 .../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 ++++----
 test-data/spreadsheet/54686_fraction_formats.txt   | 748 ++++++++---------
 test-data/spreadsheet/SampleSS.xml                 | 284 +++----
 test-data/spreadsheet/vmlDrawing1.vml              |  82 +-
 37 files changed, 2618 insertions(+), 2614 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to