Build failed in Jenkins: POI » POI-DSL-Maven #193

2021-02-28 Thread Apache Jenkins Server
See Changes: [Marius Volkhart] Improve performance of HSLFPictureData#write -- [...truncated 804.11 KB...] at org.junit.platform.engine.support.hierarchic

Build failed in Jenkins: POI » POI-DSL-Windows-1.8 #139

2021-02-28 Thread Apache Jenkins Server
See Changes: [Marius Volkhart] Improve performance of HSLFPictureData#write [Marius Volkhart] Deprecate functions that duplicate functionality DrawingGroupRecord#processChildRecords and AbstractEs

Build failed in Jenkins: POI » POI-DSL-API-Check #118

2021-02-28 Thread Apache Jenkins Server
See Changes: [Marius Volkhart] Improve performance of HSLFPictureData#write [Marius Volkhart] Deprecate functions that duplicate functionality DrawingGroupRecord#processChildRecords and AbstractEsch

[GitHub] [poi] MariusVolkhart commented on pull request #209: Improve performance of Bitmap#setData

2021-02-28 Thread GitBox
MariusVolkhart commented on pull request #209: URL: https://github.com/apache/poi/pull/209#issuecomment-787563131 @centic9 No, we have not seen these as hotspots. Just things I come across as I'm becoming more familiar with the internals. Closing this as it was part of https://github.com/a

[GitHub] [poi] MariusVolkhart closed pull request #209: Improve performance of Bitmap#setData

2021-02-28 Thread GitBox
MariusVolkhart closed pull request #209: URL: https://github.com/apache/poi/pull/209 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Build failed in Jenkins: POI » POI-DSL-SonarQube-Gradle #237

2021-02-28 Thread Apache Jenkins Server
See Changes: [Marius Volkhart] Improve performance of HSLFPictureData#write [Marius Volkhart] Deprecate functions that duplicate functionality DrawingGroupRecord#processChildRecords and Abstr

Build failed in Jenkins: POI » POI-DSL-Maven #192

2021-02-28 Thread Apache Jenkins Server
See Changes: [Marius Volkhart] Deprecate functions that duplicate functionality DrawingGroupRecord#processChildRecords and AbstractEscherHolderRecord#convertRawBytesToEscherRecords duplicate the functio

[GitHub] [poi] MariusVolkhart closed pull request #210: Improve performance of HSLFPictureData#write

2021-02-28 Thread GitBox
MariusVolkhart closed pull request #210: URL: https://github.com/apache/poi/pull/210 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Build failed in Jenkins: POI » POI-DSL-SonarQube-Gradle #236

2021-02-28 Thread Apache Jenkins Server
See Changes: [Marius Volkhart] Review EscherContainerRecord#getChildRecords() call sites for unnecessary work This started off as wanting to add the EscherContainerRecord#getChildCount() func

Build failed in Jenkins: POI » POI-DSL-Github-PullRequests #18

2021-02-28 Thread Apache Jenkins Server
5.0.1-SNAPSHOT/src/ooxml/java/org/apache/poi/xssf/usermodel/extensions/XSSFHeaderFooter.java>:76: error: semicolon missing [javadoc] * &T [javadoc]^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-Github-PullRequests/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/s

Build failed in Jenkins: POI » POI-DSL-SonarQube-Gradle #235

2021-02-28 Thread Apache Jenkins Server
See Changes: [Marius Volkhart] Add the ability to edit HSLFPictureData contents Pictures can now be edited by calling HSLFPictureData#setData(byte[]). The byte[] should contain the image data

[GitHub] [poi] asfgit closed pull request #225: Add the ability to edit HSLFPictureData contents

2021-02-28 Thread GitBox
asfgit closed pull request #225: URL: https://github.com/apache/poi/pull/225 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

Build failed in Jenkins: POI » POI-DSL-Windows-1.14 #46

2021-02-28 Thread Apache Jenkins Server
See Changes: [Marius Volkhart] Make picture loading in HWPF PicturesTable easier to understand The recursion is no longer necessary due to the more defined structure of OfficeArtContent. [Marius

Build failed in Jenkins: POI » POI-DSL-SonarQube-Gradle #234

2021-02-28 Thread Apache Jenkins Server
See Changes: [Marius Volkhart] Make picture loading in HWPF PicturesTable easier to understand The recursion is no longer necessary due to the more defined structure of OfficeArtContent. --

Build failed in Jenkins: POI » POI-DSL-SonarQube-Gradle #233

2021-02-28 Thread Apache Jenkins Server
See Changes: [Marius Volkhart] Add documentation to PICFAndOfficeArtData Adjust call sites based on defined behavior. -- [...truncated 23.84 KB...]

Build failed in Jenkins: POI » POI-DSL-Maven #191

2021-02-28 Thread Apache Jenkins Server
See Changes: [PJ Fanning] change gradle build to get unreleased xmlbeans jar from ci-builds (like ant build does) [Marius Volkhart] Simplify OfficeArtContent#getBStoreContainer method Due to the new str

Build failed in Jenkins: POI » POI-DSL-SonarQube-Gradle #232

2021-02-28 Thread Apache Jenkins Server
See Changes: [PJ Fanning] change gradle build to get unreleased xmlbeans jar from ci-builds (like ant build does) [Marius Volkhart] Simplify OfficeArtContent#getBStoreContainer method Due to

Build failed in Jenkins: POI » POI-DSL-SonarQube-Gradle #231

2021-02-28 Thread Apache Jenkins Server
See Changes: [PJ Fanning] change gradle build to get unreleased xmlbeans jar from ci-builds (like ant build does) -- [...truncated 24.30 KB...]

Build failed in Jenkins: POI » POI-DSL-SonarQube-Gradle #230

2021-02-28 Thread Apache Jenkins Server
See Changes: [Marius Volkhart] Rename EscherRecordHolder to OfficeArtContent While the class does indeed hold EscherRecords, due to recent refactoring it is much more structured now than it wa

Build failed in Jenkins: POI » POI-DSL-SonarQube-Gradle #229

2021-02-28 Thread Apache Jenkins Server
See Changes: [Marius Volkhart] Rework EscherRecordHolder parsing Modify the parsing done by EscherRecordHolder to be more deterministic. The format of the OfficeArtContent structure, which the

Build failed in Jenkins: POI » POI-DSL-SonarQube-Gradle #228

2021-02-28 Thread Apache Jenkins Server
See Changes: [Marius Volkhart] Simplify initialization of HWPF EscherRecordHolder -- [...truncated 3.28 KB...] drwxr-xr-x 2 root root 4096 Dec 7 22:56

Build failed in Jenkins: POI » POI-DSL-Maven #190

2021-02-28 Thread Apache Jenkins Server
See Changes: [Marius Volkhart] Add documentation for HWPF FileInformationBlock DggInfo methods This documentation comes from [MS-DOC] - v20191119. -- [...truncat

Build failed in Jenkins: POI » POI-DSL-SonarQube-Gradle #227

2021-02-28 Thread Apache Jenkins Server
See Changes: [Marius Volkhart] Add documentation for HWPF FileInformationBlock DggInfo methods This documentation comes from [MS-DOC] - v20191119. --

Build failed in Jenkins: POI » POI-XMLBeans-DSL-1.15 #5

2021-02-28 Thread Apache Jenkins Server
See Changes: -- Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. [EnvInject] - Preparing an environment for the build. [EnvInje