[Bug 66663] org.springframework.web.util.NestedServletException handler dispatch failed Could not initialize class sun.awt.X11FontManager

2023-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=3 --- Comment #3 from Shubham patil --- Appreciated, Thanks for the quick response. I have added Djava.awt.headless=true line and rerun my application but facing other issue. .. Now I am getting java.lang.UnsatisfiedLink Error

[Bug 66663] org.springframework.web.util.NestedServletException handler dispatch failed Could not initialize class sun.awt.X11FontManager

2023-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=3 PJ Fanning changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 66663] org.springframework.web.util.NestedServletException handler dispatch failed Could not initialize class sun.awt.X11FontManager

2023-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=3 --- Comment #1 from sfis...@gmail.com --- you might need to pass -Djava.awt.headless=true to the jvm launched inside the docker image -- You are receiving this mail because: You are the assignee for the bug.

[Bug 66663] New: org.springframework.web.util.NestedServletException handler dispatch failed Could not initialize class sun.awt.X11FontManager

2023-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=3 Bug ID: 3 Summary: org.springframework.web.util.NestedServletException handler dispatch failed Could not initialize class sun.awt.X11FontManager Product: POI

[GitHub] [poi] pjfanning opened a new pull request, #478: [DRAFT] try not rewriting cell formulas - causes problems

2023-06-21 Thread via GitHub
pjfanning opened a new pull request, #478: URL: https://github.com/apache/poi/pull/478 (no comment) -- 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. To unsubscribe, e-mail:

[GitHub] [poi] tballison commented on pull request #477: Bug47950 -- make stream/directory name lookup in OLE2 case insensitive

2023-06-21 Thread via GitHub
tballison commented on PR #477: URL: https://github.com/apache/poi/pull/477#issuecomment-1601257966 I look forward to running the regression tests after this change. :smile: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [poi] tballison commented on a diff in pull request #477: Bug47950 -- make stream/directory name lookup in OLE2 case insensitive

2023-06-21 Thread via GitHub
tballison commented on code in PR #477: URL: https://github.com/apache/poi/pull/477#discussion_r1237326799 ## poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java: ## @@ -297,11 +298,15 @@ public static String getWorkbookDirEntryName(DirectoryNode directory) {

[GitHub] [poi] dependabot[bot] commented on pull request #476: Bump bouncyCastleVersion from 1.74 to 1.75

2023-06-21 Thread via GitHub
dependabot[bot] commented on PR #476: URL: https://github.com/apache/poi/pull/476#issuecomment-1601240187 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by

[GitHub] [poi] dependabot[bot] commented on pull request #475: Bump org.mockito:mockito-core from 4.11.0 to 5.4.0

2023-06-21 Thread via GitHub
dependabot[bot] commented on PR #475: URL: https://github.com/apache/poi/pull/475#issuecomment-1601240214 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 #476: Bump bouncyCastleVersion from 1.74 to 1.75

2023-06-21 Thread via GitHub
asfgit closed pull request #476: Bump bouncyCastleVersion from 1.74 to 1.75 URL: https://github.com/apache/poi/pull/476 -- 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. To

[GitHub] [poi] asfgit closed pull request #475: Bump org.mockito:mockito-core from 4.11.0 to 5.4.0

2023-06-21 Thread via GitHub
asfgit closed pull request #475: Bump org.mockito:mockito-core from 4.11.0 to 5.4.0 URL: https://github.com/apache/poi/pull/475 -- 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 #477: Bug47950 -- make stream/directory name lookup in OLE2 case insensitive

2023-06-21 Thread via GitHub
pjfanning commented on code in PR #477: URL: https://github.com/apache/poi/pull/477#discussion_r1237313858 ## poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java: ## @@ -297,11 +298,15 @@ public static String getWorkbookDirEntryName(DirectoryNode directory) {

[GitHub] [poi] pjfanning commented on a diff in pull request #477: Bug47950 -- make stream/directory name lookup in OLE2 case insensitive

2023-06-21 Thread via GitHub
pjfanning commented on code in PR #477: URL: https://github.com/apache/poi/pull/477#discussion_r1237313415 ## poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java: ## @@ -297,11 +298,15 @@ public static String getWorkbookDirEntryName(DirectoryNode directory) {

[Bug 47950] No case insensitivity handling for OLE2 entry names

2023-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=47950 --- Comment #12 from Tim Allison --- Ugh, ugh, ugh. Ross Johnson. Please forgive me. -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 47950] No case insensitivity handling for OLE2 entry names

2023-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=47950 --- Comment #11 from Tim Allison --- I opened: https://github.com/apache/poi/pull/477 The one challenge is that we do rely on case sensitivity for "Book" vs "BOOK". We use the former as an indicator of the old excel format, and the latter

[GitHub] [poi] tballison opened a new pull request, #477: Bug47950 -- make stream/directory name lookup in OLE2 case insensitive

2023-06-21 Thread via GitHub
tballison opened a new pull request, #477: URL: https://github.com/apache/poi/pull/477 This is a first draft at making stream/directory name look up case insensitive for OLE2 containers. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [poi] dependabot[bot] opened a new pull request, #476: Bump bouncyCastleVersion from 1.74 to 1.75

2023-06-21 Thread via GitHub
dependabot[bot] opened a new pull request, #476: URL: https://github.com/apache/poi/pull/476 Bumps `bouncyCastleVersion` from 1.74 to 1.75. Updates `org.bouncycastle:bcpkix-jdk18on` from 1.74 to 1.75 Changelog Sourced from

[GitHub] [poi] arturobernalg closed pull request #369: Extract common If statements to a common parts.

2023-06-21 Thread via GitHub
arturobernalg closed pull request #369: Extract common If statements to a common parts. URL: https://github.com/apache/poi/pull/369 -- 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

[GitHub] [poi] arturobernalg closed pull request #370: Avoid duplicated switch statements code.

2023-06-21 Thread via GitHub
arturobernalg closed pull request #370: Avoid duplicated switch statements code. URL: https://github.com/apache/poi/pull/370 -- 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. To

[GitHub] [poi] arturobernalg closed pull request #368: Remove unnecessarily escaped characters.

2023-06-21 Thread via GitHub
arturobernalg closed pull request #368: Remove unnecessarily escaped characters. URL: https://github.com/apache/poi/pull/368 -- 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. To

[Bug 66661] Issue with table formulas being modified by POI

2023-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=1 --- Comment #2 from PJ Fanning --- Thanks ManiacTwister. We do need to make POI changes. PR 269 has got some problems. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 66661] Issue with table formulas being modified by POI

2023-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=1 --- Comment #1 from ManiacTwister --- Thanks for your effort. I can confirm using the workaround `setCellFormulaValidation(false)` fixes the problem for my testcase as well as for my real use case. Let me know if i can help/test anything to