-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Streaming support in coming 4.x line #1257
Comments
The problem with Axiom is that they don't have a Jakarta EE 9-compatible version, which is a requirement for 4.0. If they put out a new release, we can reinstate it. I'm not aware of other toolkits offering the same or not. |
I'm working on that. The plan is to remove the dependency on |
I hope they are needed :) Thanks for your replies! |
When I said "those libraries", I meant the libraries that integrate with |
Thank you @veithen for your efforts on this front. |
Hey @veithen. Is there any open Apache issue for the work on the Axis "jakarta" stuff? I'm currently migrating a project to Spring Boot 3 / Jakarta and we're thinking about dropping Axis because of the lack of jakarta namespace support. |
For Axiom, it's https://issues.apache.org/jira/browse/AXIOM-506. For Axis2 it's https://issues.apache.org/jira/browse/AXIS2-6051. I think I've got enough done for AXIOM-506 to try and resurrect the Axiom support in Spring-WS. |
Hello!
I'm just curious -- will there be support for StreamingWebServiceMessage/StreamingPayload in next major release on spring-ws (4).
In commit log for 4.x branch I see that support for Axiom (streaming impl) was completely removed. Will there be support for any streaming implementation in 4.x line?
I have a large object tree and sending it after constructing DOM is very memory cosuming.
The text was updated successfully, but these errors were encountered: