You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "jiridanek (via GitHub)" <gi...@apache.org> on 2023/04/19 14:54:09 UTC

[GitHub] [qpid-proton] jiridanek opened a new pull request, #396: PROTON-xxxx: suppress deprecation warnings when using Jaeger in traci…

jiridanek opened a new pull request, #396:
URL: https://github.com/apache/qpid-proton/pull/396

   …ng example
   
   ```
   /home/jenkins/workspace/rh-qpid-proton-dist-el9-main/build/BUILD/qpid-proton-0.39.0/cpp/examples/tracing_client.cpp:157:50:
   error: ‘JaegerExporter’ is deprecated
   [-Werror=deprecated-declarations]
     157 |             new opentelemetry::exporter::jaeger::JaegerExporter(opts));
         |                                                  ^~~~~~~~~~~~~~
   In file included from
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-proton] jiridanek closed pull request #396: PROTON-xxxx: suppress deprecation warnings when using Jaeger in traci…

Posted by "jiridanek (via GitHub)" <gi...@apache.org>.
jiridanek closed pull request #396: PROTON-xxxx: suppress deprecation warnings when using Jaeger in traci…
URL: https://github.com/apache/qpid-proton/pull/396


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-proton] jiridanek commented on pull request #396: PROTON-xxxx: suppress deprecation warnings when using Jaeger in traci…

Posted by "jiridanek (via GitHub)" <gi...@apache.org>.
jiridanek commented on PR #396:
URL: https://github.com/apache/qpid-proton/pull/396#issuecomment-1516382876

   @astitcher Ok, I'm not against somebody else (@DreamPearl or anyone) making a better fix. If this stopgap is ever needed, the PR can be reopened.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-proton] astitcher commented on pull request #396: PROTON-xxxx: suppress deprecation warnings when using Jaeger in traci…

Posted by "astitcher (via GitHub)" <gi...@apache.org>.
astitcher commented on PR #396:
URL: https://github.com/apache/qpid-proton/pull/396#issuecomment-1516345524

   I think we should fix the example to use a non deprecated exporter rather than suppress the warning - the deprecation is going to happen pretty soon after the release (July 2023) so using the oltp exported instead makes more sense.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org