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

2023-08-14 Thread Andriy Redko (Jira)


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

Andriy Redko updated CXF-8817:
--
Fix Version/s: (was: 3.5.7)
   (was: 3.6.2)

> 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
> Fix For: 4.0.3
>
>
> 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] [Commented] (CXF-8817) Add support for Micrometer Observation

2023-08-14 Thread Andriy Redko (Jira)


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

Andriy Redko commented on CXF-8817:
---

Micrometer Observations are only available since Micrometer 1.10.0 (see 
https://micrometer.io/docs/tracing#_purpose)

> 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
> Fix For: 4.0.3
>
>
> 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] [Created] (CXF-8913) Avoid 3rd party maven repository for OpenSAML

2023-08-14 Thread Claus Ibsen (Jira)
Claus Ibsen created CXF-8913:


 Summary: Avoid 3rd party maven repository for OpenSAML
 Key: CXF-8913
 URL: https://issues.apache.org/jira/browse/CXF-8913
 Project: CXF
  Issue Type: Improvement
  Components: WS-* Components
Affects Versions: 4.0.2
Reporter: Claus Ibsen


Apache CXF depends on OpenSAML from Apache WSSJ project

However this commit causes wss4j to download JARs from NOT maven central but 
from
https://build.shibboleth.net/nexus/content/groups/public

https://github.com/apache/ws-wss4j/commit/e4a33efcb2b474a1da2b2c08f815b2718e111823

Is there a way for Apache CXF to only use JARs from maven central. There is a 
trust issue when JARs are NOT downloaded from central.

At Apache Camel we only download from maven central - except for camel-jira 
which sadly had to download from Atlassian. We are considering deprecating and 
removing this component for that reason.





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


[jira] [Created] (CXF-8914) No content-length header after upgrade CXF from 3.5.6 to 3.6.1

2023-08-14 Thread Jira
Stephan Näcker created CXF-8914:
---

 Summary: No content-length header after upgrade CXF from 3.5.6 to 
3.6.1
 Key: CXF-8914
 URL: https://issues.apache.org/jira/browse/CXF-8914
 Project: CXF
  Issue Type: Bug
Affects Versions: 3.6.1
 Environment: SpringBoot 2.7.13
Reporter: Stephan Näcker


After updating the CXF dependency in our application from 3.5.6 to 3.6.1 it 
does not add a content-length header anymore, when doing a multipart request 
for a file upload.

I didn't find any information, how to let CXF set the header. Is it just 
dependent of chunking?

Actually the application sets "allow chunking" to false. But I'm not sure, how 
I can test, if this really works.

Thanks in advance for your help.



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