Skip to content

Commit 54f89b6

Browse files
committed
update release info on the web
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
1 parent afe0c48 commit 54f89b6

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

docs/src/main/resources/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,34 @@ This project is part of [Eclipse Metro](https://projects.eclipse.org/projects/ee
1717

1818
# <a name="Latest_News"></a>Latest News
1919

20+
21+
### March 30, 2023 - Eclipse Implementation of Jakarta SOAP with Attachments 3.0.1 Final Release ###
22+
23+
The 3.0.1 release is a bugfix release of the Implementation in 3.0.x release stream fixing
24+
the regression in `MessageImpl.saveChanges()`.
25+
26+
### September 22, 2022 - Eclipse Implementation of Jakarta SOAP with Attachments 3.0.0 Final Release ###
27+
28+
Jakarta SOAP with Attachments Specification 3.0 is a major update of the specification containing
29+
following changes:
30+
31+
* addition of `SOAPEnvelope.createName(String, String): Name` method
32+
* not allowing null arguments in `SOAPFault.createFault(String, String)`
33+
* extension of `SOAPConnection` to implement `java.io.Autocloseable`
34+
* addition of an API allowing setting timeouts for set timeout for `SOAPConnection.call`
35+
* drop of all references to JAXM
36+
* drops of the search through Java SE installation in the implementation lookup
37+
* removal of deprecated `SOAPElementFactory`
38+
39+
See [the specification](https://jakarta.ee/specifications/soap-attachments/3.0/) for details.
40+
41+
The version 3.0.0 of the Implementation of the specification adopts these changes.
42+
43+
### April 10, 2021 - Eclipse Implementation of Jakarta SOAP with Attachments 2.0.1 Final Release ###
44+
45+
The 2.0.1 release is a bugfix release integrating fixes in Jakarta EE
46+
APIs the implementation depends on.
47+
2048
### November 4, 2020 - Eclipse Implementation of Jakarta SOAP with Attachments 2.0.0 Final Release ###
2149

2250
First release of Eclipse Implementation of Jakarta SOAP with Attachments fully moved

0 commit comments

Comments
 (0)