Re: Axis 1.8.0

2022-05-16 Thread robertlazarski
https://github.com/apache/axis-axis2-java-core/commit/42bfd45924f995ff06807e3b6591b4a77e028d97 For future reference, you can look up any commit in the project by appending the commit hash. On Sat, May 14, 2022 at 3:06 PM Amir Razi wrote: > Thank you Robert! > > How can I look up "commit 42bfd4

Re: Axis 1.8.0

2022-05-13 Thread robertlazarski
StAXOMBuilder was removed from Axis2 in 2016 since it was also removed from Axiom, where it came from. See the commit below. It replaces StAXOMBuilder with CustomBuilderSupport. commit 42bfd45924f995ff06807e3b6591b4a77e028d97 Author: Andreas Veithen Date: Sat Jan 23 11:51:14 2016 + Rem