Releases: jakartaee/saaj-api
Releases · jakartaee/saaj-api
Jakarta SOAP with Attachments API 3.0.2
What's Changed
- Fixes javadoc typos and formatting
- Integrates Jakarta Activation API 2.1.3
Full Changelog: 3.0.1...3.0.2
Jakarta SOAP with Attachments API 3.0.1
What's Changed
- Supports OSGi extender spec
- Integrates Jakarta Activation API 2.1.2
Full Changelog: 3.0.0...3.0.1
Jakarta SOAP with Attachments API 3.0.0
This release contains following changes:
- adds
SOAPEnvelope.createName(String, String): Name
method - does not allow null arguments in
SOAPFault.createFault(String, String)
- extends
SOAPConnection
to implementjava.io.Autocloseable
- adds API to allow setting timeouts for set timeout for
SOAPConnection.call
- drops all references to JAXM
- drops the search through Java SE installation in the implementation lookup
- removes deprecated
SOAPElementFactory
Project Board: https://github.com/eclipse-ee4j/saaj-api/projects/1
Full Changelog: 2.0.0...3.0.0
Jakarta SOAP with Attachments API 2.0.1
What's Changed
- fix cp year, final spec name by @lukasj in #85
- fix acronyms by @lukasj in #86
- merge 2.0.0 release info to master by @lukasj in #90
- Integrate activation 2.0.1, by @lukasj in #93
- move execution to correct place by @lukasj in #94
- Avoid returning null too early in OSGi case by @lukasj in #95
Full Changelog: 2.0.0...2.0.1
Jakarta SOAP with Attachments API 2.0.0
The 2.0.0 release is the first release under the jakarta.xml.soap.*
namespace.