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

2021-08-31 Thread Apache Jenkins Server
See Changes: -- [...truncated 439.82 KB...] ^

[jira] [Commented] (XMLBEANS-495) StackOverflowError when parsing a large number of characters in an XML element

2021-08-31 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17407689#comment-17407689 ] PJ Fanning commented on XMLBEANS-495: - I'm looking at the possibility of copying the xerces code -

[jira] [Assigned] (XMLBEANS-495) StackOverflowError when parsing a large number of characters in an XML element

2021-08-31 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] PJ Fanning reassigned XMLBEANS-495: --- Assignee: PJ Fanning > StackOverflowError when parsing a large number of characters in an

[jira] [Commented] (XMLBEANS-566) Configuration property "quiet" in the maven plugin is spelled wrong

2021-08-31 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17407653#comment-17407653 ] PJ Fanning commented on XMLBEANS-566: - I tried to keep the 'quite' param while also supporting

[jira] [Updated] (XMLBEANS-566) Configuration property "quiet" in the maven plugin is spelled wrong

2021-08-31 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] PJ Fanning updated XMLBEANS-566: Fix Version/s: Version 5.0.2 > Configuration property "quiet" in the maven plugin is spelled

[jira] [Assigned] (XMLBEANS-566) Configuration property "quiet" in the maven plugin is spelled wrong

2021-08-31 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] PJ Fanning reassigned XMLBEANS-566: --- Assignee: PJ Fanning > Configuration property "quiet" in the maven plugin is spelled

Re: Next release of POI

2021-08-31 Thread Dominik Stadler
Similar for me, a) good time roll the next release b) whatever is easier right now, we can also use Ant once again if Gradle needs a bit more work c) I'd also opt for 5.1.0, it does not feel like big enough changes for a major release Dominik. On Tue, Aug 31, 2021 at 5:08 PM Alain FAGOT

[jira] [Commented] (XMLBEANS-562) java.lang.ClassCastException: org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl cannot be cast to org.apache.xmlbeans.SchemaTypeLoader

2021-08-31 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17407633#comment-17407633 ] PJ Fanning commented on XMLBEANS-562: - This appears to be specific to how weblogic works - I think

[jira] [Commented] (XMLBEANS-561) XPath support for namespace prefix to URI mappings

2021-08-31 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17407617#comment-17407617 ] PJ Fanning commented on XMLBEANS-561: - Could you provide a test case for the xpath namespace

Re: Next release of POI

2021-08-31 Thread Alain FAGOT BÉAREZ
Hi, a) many changes deserve to be released b) up to you to estimate the benefits or the burden c) I don't think we introduced API breaking changes, so 5.1.0 would encompass the logging changes Best regards, Alain FAGOT BÉAREZ ⁣Obter o BlueMail para Android ​ Em 29 de ago de 2021 21:11, em

[Bug 65530] Adding an opaque URI hyperlink (e.g., 'mailto', 'tel') to an image triggers a NullPointerException.

2021-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65530 --- Comment #5 from PJ Fanning --- LinkVideoToPptx in poi-examples may also be useful for ideas -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 65530] Adding an opaque URI hyperlink (e.g., 'mailto', 'tel') to an image triggers a NullPointerException.

2021-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65530 --- Comment #4 from PJ Fanning --- there is an answer on https://stackoverflow.com/questions/48141061/apache-poi-putting-hyperlink-in-images that shows how this might be done using POI for Excel but you might be able to gain some insights that

[Bug 65530] Adding an opaque URI hyperlink (e.g., 'mailto', 'tel') to an image triggers a NullPointerException.

2021-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65530 --- Comment #3 from PJ Fanning --- var rel = slide.getPackagePart() .addRelationship(uri, TargetMode.EXTERNAL, XSLFRelation.HYPERLINK.getRelation()); the uri in this call is not for adding mailto addresses - this is for accessing files

[Bug 65530] Adding an opaque URI hyperlink (e.g., 'mailto', 'tel') to an image triggers a NullPointerException.

2021-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65530 --- Comment #2 from Henry Iguaro --- Hi Nick, thank you for looking into this! I'm afraid we won't be able to provide such a file as we are trying to generate the presentation dynamically from code, and because of the exception, the file is

[Bug 65530] Adding an opaque URI hyperlink (e.g., 'mailto', 'tel') to an image triggers a NullPointerException.

2021-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65530 Nick Burch changed: What|Removed |Added OS||All Status|NEW

[Bug 65530] New: Adding an opaque URI hyperlink (e.g., 'mailto', 'tel') to an image triggers a NullPointerException.

2021-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65530 Bug ID: 65530 Summary: Adding an opaque URI hyperlink (e.g., 'mailto', 'tel') to an image triggers a NullPointerException. Product: POI Version: unspecified Hardware:

[jira] [Created] (XMLBEANS-568) threadsafe

2021-08-31 Thread Delany (Jira)
Delany created XMLBEANS-568: --- Summary: threadsafe Key: XMLBEANS-568 URL: https://issues.apache.org/jira/browse/XMLBEANS-568 Project: XMLBeans Issue Type: Improvement Components: Tools