Build failed in Jenkins: POI » POI-DSL-1.17 #519

2023-05-26 Thread Apache Jenkins Server
See Changes: [PJ Fanning] update sonarqube plugin -- [...truncated 1.67 MB...] M V EI: org.apache.poi.hpbf.HPBFDocument.getQuillContents() may expose internal

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

2023-05-26 Thread Apache Jenkins Server
See Changes: [PJ Fanning] update sonarqube plugin -- Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables.

Build failed in Jenkins: POI » POI-DSL-1.8 #893

2023-05-26 Thread Apache Jenkins Server
See Changes: [PJ Fanning] update sonarqube plugin -- [...truncated 479 B...] CI_BUILD=TRUE [EnvInject] - Variables injected successfully. [EnvInject] - Injecting

Build failed in Jenkins: POI » POI-DSL-OpenJDK #767

2023-05-26 Thread Apache Jenkins Server
See Changes: [PJ Fanning] update sonarqube plugin -- [...truncated 510 B...] [EnvInject] - Variables injected successfully. [EnvInject] - Injecting

[GitHub] [poi] clayburn commented on pull request #466: Capture build scans on ge.apache.org to benefit from deep build insights

2023-05-26 Thread via GitHub
clayburn commented on PR #466: URL: https://github.com/apache/poi/pull/466#issuecomment-1564796026 Understood, and thanks for the quick response. The value of this tool is more about diagnostics and troubleshooting of things that happen in your Gradle build compared to tools like Sonar.

[GitHub] [poi] clayburn closed pull request #466: Capture build scans on ge.apache.org to benefit from deep build insights

2023-05-26 Thread via GitHub
clayburn closed pull request #466: Capture build scans on ge.apache.org to benefit from deep build insights URL: https://github.com/apache/poi/pull/466 -- 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

[GitHub] [poi] dependabot[bot] commented on pull request #465: Bump org.sonarqube from 4.0.0.2929 to 4.1.0.3113

2023-05-26 Thread via GitHub
dependabot[bot] commented on PR #465: URL: https://github.com/apache/poi/pull/465#issuecomment-1564763879 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me

[GitHub] [poi] asfgit closed pull request #465: Bump org.sonarqube from 4.0.0.2929 to 4.1.0.3113

2023-05-26 Thread via GitHub
asfgit closed pull request #465: Bump org.sonarqube from 4.0.0.2929 to 4.1.0.3113 URL: https://github.com/apache/poi/pull/465 -- 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 specific comment.

[GitHub] [poi] pjfanning commented on a diff in pull request #466: Capture build scans on ge.apache.org to benefit from deep build insights

2023-05-26 Thread via GitHub
pjfanning commented on code in PR #466: URL: https://github.com/apache/poi/pull/466#discussion_r1207176096 ## .github/workflows/test-gradle.yml: ## @@ -16,6 +16,9 @@ jobs: runs-on: ubuntu-latest +env: + GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN

[GitHub] [poi] pjfanning commented on pull request #466: Capture build scans on ge.apache.org to benefit from deep build insights

2023-05-26 Thread via GitHub
pjfanning commented on PR #466: URL: https://github.com/apache/poi/pull/466#issuecomment-1564758921 We have Sonar and other build tooling. I'm not sure that I want to add more into the mix. All the tools come with maintenance overhead for us and potential broken builds when we try to test

[GitHub] [poi] clayburn opened a new pull request, #466: Capture build scans on ge.apache.org to benefit from deep build insights

2023-05-26 Thread via GitHub
clayburn opened a new pull request, #466: URL: https://github.com/apache/poi/pull/466 This PR publishes a build scan for every CI build and for every local build from an authenticated Apache committer. The build will not fail if publishing fails. The build scans of the Apache POI

[GitHub] [poi] dependabot[bot] opened a new pull request, #465: Bump org.sonarqube from 4.0.0.2929 to 4.1.0.3113

2023-05-26 Thread via GitHub
dependabot[bot] opened a new pull request, #465: URL: https://github.com/apache/poi/pull/465 Bumps org.sonarqube from 4.0.0.2929 to 4.1.0.3113. [![Dependabot compatibility

[Bug 66590] Number of blocks used by the property table missing from the file header

2023-05-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66590 --- Comment #4 from Emmanuel Bourg --- The fix is incomplete, according to the CFB specification the number of directory sectors must be set to zero for files using the format version 3 (with 512 byte sectors). I'll update the patch. -- You