[GitHub] [cxf] reta commented on a change in pull request #826: Delete temporary queue when it is used

2021-08-25 Thread GitBox
reta commented on a change in pull request #826: URL: https://github.com/apache/cxf/pull/826#discussion_r696040338 ## File path: rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/JMSConduit.java ## @@ -282,6 +283,9 @@ private void sendAndReceiveMessage(final

Re: [DISCUSS] CXF 3.5.x and beyond

2021-08-25 Thread Romain Manni-Bucau
Le mer. 25 août 2021 à 13:39, Jim Ma a écrit : > > > On Fri, Aug 20, 2021 at 2:10 PM Romain Manni-Bucau > wrote: > >> >> >> Le jeu. 19 août 2021 à 22:45, Andriy Redko a écrit : >> >>> Hi Romain, >>> >>> Sorry for the delayed response. I have been thinking about your (and >>> Jim) suggestions

[GitHub] [cxf] octachoron commented on a change in pull request #836: [CXF-8578] Bind bridge methods to operations

2021-08-25 Thread GitBox
octachoron commented on a change in pull request #836: URL: https://github.com/apache/cxf/pull/836#discussion_r695716578 ## File path: distribution/src/main/appended-resources/META-INF/NOTICE ## @@ -58,3 +58,5 @@ This product includes code from the Nimbus JOSE + JWT project,

[GitHub] [cxf] ffang commented on a change in pull request #836: [CXF-8578] Bind bridge methods to operations

2021-08-25 Thread GitBox
ffang commented on a change in pull request #836: URL: https://github.com/apache/cxf/pull/836#discussion_r695707350 ## File path: distribution/src/main/appended-resources/META-INF/NOTICE ## @@ -58,3 +58,5 @@ This product includes code from the Nimbus JOSE + JWT project, under

[GitHub] [cxf] ffang commented on a change in pull request #836: [CXF-8578] Bind bridge methods to operations

2021-08-25 Thread GitBox
ffang commented on a change in pull request #836: URL: https://github.com/apache/cxf/pull/836#discussion_r695706055 ## File path: distribution/src/main/appended-resources/META-INF/NOTICE ## @@ -58,3 +58,5 @@ This product includes code from the Nimbus JOSE + JWT project, under

Re: [DISCUSS] CXF 3.5.x and beyond

2021-08-25 Thread Jim Ma
On Fri, Aug 20, 2021 at 2:10 PM Romain Manni-Bucau wrote: > > > Le jeu. 19 août 2021 à 22:45, Andriy Redko a écrit : > >> Hi Romain, >> >> Sorry for the delayed response. I have been thinking about your (and Jim) >> suggestions >> and came to surprising conclusion: do we actually need to

[GitHub] [cxf] octachoron opened a new pull request #836: [CXF-8578] Bind bridge methods to operations

2021-08-25 Thread GitBox
octachoron opened a new pull request #836: URL: https://github.com/apache/cxf/pull/836 For each real method bound to an operation, add the corresponding bridge methods of the class as secondary bindings. This gives them a method-to-operation mapping each, enabling them to be used in