See
<https://builds.apache.org/job/POI-DSL-SonarQube/646/display/redirect?page=changes>
Changes:
[kiwiwings] forbidden apis check fix
[kiwiwings] github-167 - HSMF enhancements
introduce NameIdChunks.GetPropertyTag:
which enables evaluating property ids from properties identified by name/id in
property sets (simple version of IMAPIProp::GetIDsFromNames)
AttachmentChunks.getAttachData:
use new ByteChunkDeferred instead of ByteChunk which enables delayed reading of
attachments to avoid all attachments are completely read into memory when
parsing which may cause OutOfMemoryErrors on e-mails with big attachments.
POIFSChunkParser:
support reading multi valued chunks (e.g. required when reading the Keywords
("categories") property)
add MAPIProperty.RECEIVED_BY_SMTP_ADDRESS
add unit tests
[kiwiwings] Get UUID from ClassID
[centic] Regenerate with "https" for google-search and event-image
[centic] Work on bug 64038 and other bugs and add test for 62865
[centic] Adjust some more places to use https instead of http, need a
workaround for a bug in Apache Forrest
See comment in build.xml for why this replacement is needed.
[centic] Try to use https for poi.apache.org everywhere
[centic] Bug 58896 and 52834: Cache Sheet.getMergedRegions() as it seems to
sometimes be the culprit for autosize taking a very long time.
[centic] One more file-leak-detector exclude
[centic] Bug 60282: Update JavaDoc and use a common constant for TWIPS_PER_POINT
[centic] Update JavaDoc for logging and marshalling
[centic] Use new URL for downloads of releases
See https://blogs.apache.org/infra/entry/more-secure-and-robust-downloads
------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
[EnvInject] - Preparing an environment for the build.
[EnvInject] - Keeping Jenkins system variables.
[EnvInject] - Keeping Jenkins build variables.
[EnvInject] - Injecting as environment variables the properties content
LANG=en_US.UTF-8
FORREST_HOME=/home/jenkins/tools/forrest/latest
[EnvInject] - Variables injected successfully.
[EnvInject] - Injecting contributions.
Building remotely on H41 (ubuntu) in workspace
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Updating https://svn.apache.org/repos/asf/poi/trunk at revision
'2020-03-09T09:26:13.770 +0000'
U src/testcases/org/apache/poi/hpsf/basic/TestClassID.java
U src/testcases/org/apache/poi/hssf/usermodel/TestUnfixedBugs.java
U src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java
U
src/testcases/org/apache/poi/hssf/usermodel/TestFormulaEvaluatorDocs.java
U src/testcases/org/apache/poi/hssf/usermodel/TestHSSFHyperlink.java
U src/testcases/org/apache/poi/ss/format/TestCellFormat.java
U src/testcases/org/apache/poi/ss/usermodel/BaseTestCell.java
U src/testcases/org/apache/poi/ss/usermodel/BaseTestHyperlink.java
U
src/testcases/org/apache/poi/ss/usermodel/BaseTestSheetShiftColumns.java
U src/testcases/org/apache/poi/ss/usermodel/BaseTestSheetShiftRows.java
U src/testcases/org/apache/poi/util/DummyPOILogger.java
AU
src/scratchpad/src/org/apache/poi/hsmf/datatypes/ByteChunkDeferred.java
U src/scratchpad/src/org/apache/poi/hsmf/datatypes/Chunks.java
U src/scratchpad/src/org/apache/poi/hsmf/datatypes/MAPIProperty.java
U src/scratchpad/src/org/apache/poi/hsmf/datatypes/NameIdChunks.java
U src/scratchpad/src/org/apache/poi/hsmf/parsers/POIFSChunkParser.java
U
src/scratchpad/testcases/org/apache/poi/hsmf/TestFileWithAttachmentsRead.java
AU src/scratchpad/testcases/org/apache/poi/hsmf/TestNameIdChunks.java
U
src/scratchpad/testcases/org/apache/poi/hpbf/extractor/TestPublisherTextExtractor.java
U
src/scratchpad/testcases/org/apache/poi/hpbf/model/TestQuillContents.java
U src/scratchpad/testcases/org/apache/poi/hslf/model/TestHyperlink.java
U src/java/org/apache/poi/hpsf/ClassID.java
U src/java/org/apache/poi/ss/format/CellNumberFormatter.java
U src/java/org/apache/poi/ss/util/SheetUtil.java
U src/java/org/apache/poi/ss/usermodel/Font.java
U src/java/org/apache/poi/hssf/package-info.java
U src/java/org/apache/poi/hssf/usermodel/HSSFFont.java
U src/java/org/apache/poi/poifs/crypt/package-info.java
U src/java/org/apache/poi/util/CommonsLogger.java
U src/java/org/apache/poi/util/NullLogger.java
U src/java/org/apache/poi/util/POILogger.java
U src/java/org/apache/poi/util/SystemOutLogger.java
U src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFParagraph.java
U src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java
U src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFFont.java
U src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
U src/ooxml/java/org/apache/poi/openxml4j/opc/PackagePart.java
U src/ooxml/java/org/apache/poi/openxml4j/opc/ZipPackage.java
U
src/ooxml/java/org/apache/poi/openxml4j/opc/internal/marshallers/DefaultMarshaller.java
U
src/ooxml/java/org/apache/poi/openxml4j/opc/internal/marshallers/ZipPartMarshaller.java
U
src/ooxml/testcases/org/apache/poi/xwpf/usermodel/TestXWPFDocument.java
U src/ooxml/testcases/org/apache/poi/xslf/TestXSLFBugs.java
U
src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFHyperlink.java
U src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFCell.java
U
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFHyperlink.java
U src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java
U src/examples/src/org/apache/poi/hslf/examples/ApacheconEU08.java
U
src/examples/src/org/apache/poi/hssf/usermodel/examples/Hyperlinks.java
U src/examples/src/org/apache/poi/xslf/usermodel/Tutorial6.java
U
src/examples/src/org/apache/poi/xssf/usermodel/examples/BigGridDemo.java
U
src/examples/src/org/apache/poi/xssf/usermodel/examples/HyperlinkExample.java
AU test-data/hsmf/keywords.msg
A test-data/spreadsheet/58896.xlsx
U build.xml
U jenkins/create_jobs.groovy
U maven/ooxml-schemas.pom
U maven/ooxml-security.pom
U maven/poi-examples.pom
U maven/poi-excelant.pom
U maven/poi-ooxml-schemas.pom
U maven/poi-ooxml.pom
U maven/poi-scratchpad.pom
U maven/poi.pom
U osgi/bundle.info
U osgi/pom.xml
U sonar/pom.xml
U file-leak-detector.exclude
<-- Got one external: forrest.properties, svn url:
https://svn.apache.org/repos/asf/poi/site/forrest.properties -->
Fetching 'https://svn.apache.org/repos/asf/poi/site/forrest.properties' at -1
into '<https://builds.apache.org/job/POI-DSL-SonarQube/ws/forrest.properties'>
At revision 1875000
<-- Got one external: documentation, svn url:
https://svn.apache.org/repos/asf/poi/site/src/documentation -->
Fetching 'https://svn.apache.org/repos/asf/poi/site/src/documentation' at -1
into '<https://builds.apache.org/job/POI-DSL-SonarQube/ws/src/documentation'>
U src/documentation/content/xdocs/changes.xml
U src/documentation/content/xdocs/components/index.xml
At revision 1875000
At revision 1875000
No changes for https://svn.apache.org/repos/asf/poi/site/forrest.properties
since the previous build
ERROR: No SonarQube installation assigned for this job. There are 0 available
installations that can be configured.
If you want to reassign jobs to a different SonarQube installation, check the
documentation under https://redirect.sonarsource.com/plugins/jenkins.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]