[jira] [Commented] (CXF-8817) Add support for Micrometer Observation

2023-07-19 Thread Marcin Grzejszczak (Jira)


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

Marcin Grzejszczak commented on CXF-8817:
-

Hey, sorry for the massive delay but finally I had time to do this :) This is 
the PR - https://github.com/apache/cxf/pull/1346 . I understand that it's not 
small but in case of any questions don't hesitate to ping me - I'll be more 
than happy to answer any questions, alter the code etc.

> Add support for Micrometer Observation
> --
>
> Key: CXF-8817
> URL: https://issues.apache.org/jira/browse/CXF-8817
> Project: CXF
>  Issue Type: New Feature
>  Components: Core
>Reporter: Marcin Grzejszczak
>Priority: Major
>
> I'm a co-maintainer of Spring Cloud Sleuth and Micrometer projects (together 
> with Tommy Ludwig and Jonatan Ivanov).
> [Micrometer Observation|https://micrometer.io/docs/observation] is coming as 
> part of the Micrometer 1.10 release and [Micrometer 
> Tracing|https://micrometer.io/docs/tracing] is a new project. The idea of 
> Micrometer Observation is that you instrument code once but you get multiple 
> benefits out of it - e.g. you can get tracing, metrics, logging or whatever 
> you see fit).
> Since this project already supports Micrometer I was curious if there's 
> interest in adding Micrometer Observation support so that automatically (when 
> on classpath) except for metrics, spans could be created and tracing context 
> propagation could happen too. In other words metrics and tracing of this 
> project could be created + if there are Micrometer Observation compatible 
> projects, then they will join the whole graph (e.g. whole Spring Framework 6 
> is, Apache Dubbo, Resilience4j etc.).
> If there's interest in adding that feature, I can provide a PR.



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


[jira] [Updated] (CXF-8905) TransportURIResolver doesn't honor the property setting in bus

2023-07-19 Thread Jim Ma (Jira)


 [ 
https://issues.apache.org/jira/browse/CXF-8905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jim Ma updated CXF-8905:

Affects Version/s: 3.6.1

> TransportURIResolver doesn't honor the property setting in bus
> --
>
> Key: CXF-8905
> URL: https://issues.apache.org/jira/browse/CXF-8905
> Project: CXF
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 3.6.1, 4.0.2
>Reporter: Jim Ma
>Priority: Major
> Fix For: 4.0.3
>
>
> When the urlconnection is forced to be true in bus:
> {code:java}
> bus.setProperty("force.urlconnection.http.conduit", true); {code}
> This is expected to work in conduit in URITransportURIResolver's, but it 
> doesn't. 



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


[jira] [Updated] (CXF-8905) TransportURIResolver doesn't honor the property setting in bus

2023-07-19 Thread Jim Ma (Jira)


 [ 
https://issues.apache.org/jira/browse/CXF-8905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jim Ma updated CXF-8905:

Fix Version/s: 3.6.2

> TransportURIResolver doesn't honor the property setting in bus
> --
>
> Key: CXF-8905
> URL: https://issues.apache.org/jira/browse/CXF-8905
> Project: CXF
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 3.6.1, 4.0.2
>Reporter: Jim Ma
>Priority: Major
> Fix For: 3.6.2, 4.0.3
>
>
> When the urlconnection is forced to be true in bus:
> {code:java}
> bus.setProperty("force.urlconnection.http.conduit", true); {code}
> This is expected to work in conduit in URITransportURIResolver's, but it 
> doesn't. 



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


[jira] [Assigned] (CXF-8905) TransportURIResolver doesn't honor the property setting in bus

2023-07-19 Thread Jim Ma (Jira)


 [ 
https://issues.apache.org/jira/browse/CXF-8905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jim Ma reassigned CXF-8905:
---

Assignee: Jim Ma

> TransportURIResolver doesn't honor the property setting in bus
> --
>
> Key: CXF-8905
> URL: https://issues.apache.org/jira/browse/CXF-8905
> Project: CXF
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 3.6.1, 4.0.2
>Reporter: Jim Ma
>Assignee: Jim Ma
>Priority: Major
> Fix For: 3.6.2, 4.0.3
>
>
> When the urlconnection is forced to be true in bus:
> {code:java}
> bus.setProperty("force.urlconnection.http.conduit", true); {code}
> This is expected to work in conduit in URITransportURIResolver's, but it 
> doesn't. 



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