+1.
Sanjiva.
Glen Daniels wrote:
OK, here's what I'm planning to do as a compromise position here. Let
me know what you think.
For now, I'm going to make the Module changes, and put the deprecated
setters in for both Transports and Modules, but COMMENTED OUT. This
will essentially force u
Hi Deepal!
Deepal Jayasinghe wrote:
OK, here's what I'm planning to do as a compromise position here. Let
me know what you think.
For now, I'm going to make the Module changes, and put the deprecated
setters in for both Transports and Modules, but COMMENTED OUT.
I think we do not need to mar
Hi Glen;
> OK, here's what I'm planning to do as a compromise position here. Let
> me know what you think.
>
> For now, I'm going to make the Module changes, and put the deprecated
> setters in for both Transports and Modules, but COMMENTED OUT.
I think we do not need to mark the method as depre
OK, here's what I'm planning to do as a compromise position here. Let
me know what you think.
For now, I'm going to make the Module changes, and put the deprecated
setters in for both Transports and Modules, but COMMENTED OUT. This
will essentially force us within the Apache WS community to
+1.
Thanks
Deepal
Sanjiva Weerawarana wrote:
> Given the inability to deprecate smoothly I suggest we take the hit
> and put tags around this change in the release notes.
>
> Maybe we should put a section titled "Backwards Incompatible Changes"
> (and make sure we explain why they are backwards
I'm +1 on this. Do the deprecated setters and most importantly the
deprecated engageModule(QName).
Paul
On 3/21/07, Glen Daniels <[EMAIL PROTECTED]> wrote:
Hi Asankha:
We can certainly add deprecated methods for the setters and the
constructors, but not for getName() (since it would only diffe
Given the inability to deprecate smoothly I suggest we take the hit and
put tags around this change in the release notes.
Maybe we should put a section titled "Backwards Incompatible Changes" (and
make sure we explain why they are backwards incompatible).
Big +1 for making both the changes p
Hi Asankha:
We can certainly add deprecated methods for the setters and the
constructors, but not for getName() (since it would only differ by
return type). That being the case, I figured just take the hit now
rather than only having the set half of the API continue to work.
Let me know if
Glen
I agree its good overall, but I am a bit concerned about a public API
change if its without deprecation of the previous methods. Synapse can
upgrade our code - but there may be other projects/code outside that may
get broken. Just a concern..
asankha
How about
public void engageModul
Hi all!
Please note/review this change:
http://svn.apache.org/viewvc?view=rev&rev=520956
In it I refactored the name of transports (both in and out) to be a
String instead of a QName, for simplicity and speed. Let me know if
there are any issues with this. I know I still need to change the
Hi Paul!
Yay!
:)
How about
public void engageModule(String modName) {
engageModule(new QName(modName));
}
Funny you should ask... How about I just do the same thing with Module
names (Stringify them) right now and be done with it?
--Glen
Yay!
How about
public void engageModule(String modName) {
engageModule(new QName(modName));
}
Paul
On 3/21/07, Glen Daniels <[EMAIL PROTECTED]> wrote:
Hi all!
Please note/review this change:
http://svn.apache.org/viewvc?view=rev&rev=520956
In it I refactored the name of transports (both
12 matches
Mail list logo