[Bug 66306] [PATCH] Make XSLFDiagramGroupShape public

2022-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66306

--- Comment #2 from stephan.schwieb...@gmail.com ---
That was quick, thanks! :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 66306] [PATCH] Make XSLFDiagramGroupShape public

2022-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66306

--- Comment #1 from PJ Fanning  ---
added r1904555

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 66306] New: [PATCH] Make XSLFDiagramGroupShape public

2022-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66306

Bug ID: 66306
   Summary: [PATCH] Make XSLFDiagramGroupShape public
   Product: POI
   Version: unspecified
  Hardware: PC
OS: Mac OS X 10.1
Status: NEW
  Severity: normal
  Priority: P2
 Component: XSLF
  Assignee: dev@poi.apache.org
  Reporter: stephan.schwieb...@gmail.com
  Target Milestone: ---

Created attachment 38409
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38409&action=edit
Make XSLFDiagramGroupShape public

POI 5.2.3 added support for SmartArt, which is great. However, the new feature
cannot be fully used unless XSLFDiagramGroupShape is made public, such that it
is possible to call getRelationById().

This patch is proposing to change the visibility from default to public. This
would be in-line with all other classes that extend XSLFShape.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



new contributors welcome

2022-10-12 Thread PJ Fanning
Hi everyone,

POI and XMLBeans are volunteer led projects. For one reason or another, the 
existing contributors are having to spend less time working on the code base. 
It has been quite some time since we had new contributors join.

If anyone feels like they would be interested in getting more involved, please 
feel free to look at the issue trackers for POI and/or XMLBeans. If you are 
having trouble getting up and running, please reach out on the mailing lists.

Regards,
PJ

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[jira] [Commented] (XMLBEANS-629) org.apache.xmlbeans.XmlObject.selectPath(String arg0) API returns wrong values after org.apache.xmlbeans.XmlCursor.moveXml(XmlCursor arg0) API call

2022-10-12 Thread Nick Burch (Jira)


[ 
https://issues.apache.org/jira/browse/XMLBEANS-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17616342#comment-17616342
 ] 

Nick Burch commented on XMLBEANS-629:
-

As was already stated, XmlBeans is in maintenance mode. Your options are:
 * Use a different API
 * Fix the bug and submit a patch
 * Pay your favourite open source support vendor to fix it for you

There is no unpaid volunteer energy to fix this code behaviour that has been in 
place for 10+ years

> org.apache.xmlbeans.XmlObject.selectPath(String arg0) API returns wrong 
> values after org.apache.xmlbeans.XmlCursor.moveXml(XmlCursor arg0) API call
> ---
>
> Key: XMLBEANS-629
> URL: https://issues.apache.org/jira/browse/XMLBEANS-629
> Project: XMLBeans
>  Issue Type: Bug
>  Components: XPath
>Affects Versions:  Version 2.3, Version 3.1.0, Version 5.1.1
> Environment: Windows/Linux
>Reporter: Shinith PP
>Priority: Major
> Attachments: XMLBeanBugTest.zip
>
>
> When I search for an XmlObject within the root xml document using 
> org.apache.xmlbeans.XmlObject.selectPath(String arg0) API with following 
> query expression selectPath() is returning the matching XmlObject.
> selectPath("declare namespace wf='http://www.example.org/SimplifiedSchema' 
> //wf:data[@id='data.85']")
> *{color:#de350b}but calling the same method with same query expression 
> returns no matching XmlObjects after moving one child xml object from one 
> location to another location within using 
> org.apache.xmlbeans.XmlCursor.moveXml(XmlCursor arg0) API{color}.*
> As per my xml schema my xml have the following structure.
> 
>     
>         
>             
>         
>     
> 
> root document is session. Inside session we can have task. Inside task we can 
> have task and data.
> *{color:#de350b}The issue arises when I search for a data using it's id after 
> moving one child task to new location within a parent task.{color}*
> I have attached the schema file and sample code to reproduce the issue for 
> reference.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org