[jira] [Created] (GERONIMO-6690) OpenAPI StringIndexOutOfBoundsException when @Path parent has only "/"

2019-01-23 Thread Roberto Cortez (JIRA)
Roberto Cortez created GERONIMO-6690: Summary: OpenAPI StringIndexOutOfBoundsException when @Path parent has only "/" Key: GERONIMO-6690 URL: https://issues.apache.org/jira/browse/GERONIMO-6690

[jira] [Assigned] (GERONIMO-6690) OpenAPI StringIndexOutOfBoundsException when @Path parent has only "/"

2019-01-23 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-6690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau reassigned GERONIMO-6690: Assignee: Romain Manni-Bucau > OpenAPI StringIndexOutOfBoundsException

[jira] [Commented] (GERONIMO-6690) OpenAPI StringIndexOutOfBoundsException when @Path parent has only "/"

2019-01-23 Thread Roberto Cortez (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-6690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16750110#comment-16750110 ] Roberto Cortez commented on GERONIMO-6690: -- Sent a possible PR fix with Testcase here:

[GitHub] rmannibucau commented on issue #10: GERONIMO-6690 - OpenAPI StringIndexOutOfBoundsException when @Path parent has only "/".

2019-01-23 Thread GitBox
rmannibucau commented on issue #10: GERONIMO-6690 - OpenAPI StringIndexOutOfBoundsException when @Path parent has only "/". URL: https://github.com/apache/geronimo-openapi/pull/10#issuecomment-456842102 @radcortez oops, just pushed almost the same fix since you didnt affect yourself in

[jira] [Resolved] (GERONIMO-6690) OpenAPI StringIndexOutOfBoundsException when @Path parent has only "/"

2019-01-23 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-6690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved GERONIMO-6690. -- Resolution: Fixed > OpenAPI StringIndexOutOfBoundsException when @Path

[GitHub] radcortez commented on issue #10: GERONIMO-6690 - OpenAPI StringIndexOutOfBoundsException when @Path parent has only "/".

2019-01-23 Thread GitBox
radcortez commented on issue #10: GERONIMO-6690 - OpenAPI StringIndexOutOfBoundsException when @Path parent has only "/". URL: https://github.com/apache/geronimo-openapi/pull/10#issuecomment-456843737 @rmannibucau No worries. Unfortunately, I don't seem to have permissions to assign

[GitHub] radcortez closed pull request #10: GERONIMO-6690 - OpenAPI StringIndexOutOfBoundsException when @Path parent has only "/".

2019-01-23 Thread GitBox
radcortez closed pull request #10: GERONIMO-6690 - OpenAPI StringIndexOutOfBoundsException when @Path parent has only "/". URL: https://github.com/apache/geronimo-openapi/pull/10 This is an automated message from the Apache

[GitHub] deki opened a new pull request #9: update apache parent to 21

2019-01-23 Thread GitBox
deki opened a new pull request #9: update apache parent to 21 URL: https://github.com/apache/geronimo-openapi/pull/9 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

Re: OpenTracing - nullpointer OpenTracingFilter

2019-01-23 Thread Ivan Junckes Filho
Good news, this is not happening in the master. I will close the ticket and wait for the release. On Wed, Jan 23, 2019 at 11:16 AM Ivan Junckes Filho wrote: > This is the ticket: > https://issues.apache.org/jira/browse/TOMEE-2457 > > This looks like a release blocker in my opinion. I will check

Re: OpenTracing - nullpointer OpenTracingFilter

2019-01-23 Thread Ivan Junckes Filho
This is the ticket: https://issues.apache.org/jira/browse/TOMEE-2457 This looks like a release blocker in my opinion. I will check the master and see how it behaves. On Tue, Jan 22, 2019 at 3:53 PM Roberto Cortez wrote: > Hi Ivan, > > Can you please provide a test case that reproduces the