Skip to content

Commit 6c564f4

Browse files
committed
publish 2.0.1 release on the web
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent 8800861 commit 6c564f4

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

docs/src/main/resources/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ This project is part of [Eclipse Angus project](https://projects.eclipse.org/pro
2020

2121
# <a name="Latest_News"></a>Latest News
2222

23+
## April 28, 2023 - Angus Activation 2.0.1 Final Release
24+
25+
Eclipse Angus Activation 2.0.1 is a bug fix release of 2.0.x
26+
fixing integration with OSGi Mediator Specification and class
27+
file version in `package-info`.
28+
2329
## January 13, 2023 - Angus Activation 2.0.0 Final Release
2430

2531
Changes module name from `com.sun.activation.registries`

docs/src/main/resources/TCK-Results.md

+42
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,48 @@ As required by the
55
[Eclipse Foundation Technology Compatibility Kit License](https://www.eclipse.org/legal/tck.php),
66
following is a summary of the TCK results for releases of Eclispe Angus - Activation.
77

8+
# 2.0.1 Certification Request
9+
10+
- [x] Organization Name ("Organization") and, if applicable, URL\
11+
[Eclipse Foundation](https://www.eclipse.org/)
12+
- [x] Product Name, Version and download URL (if applicable)\
13+
[Eclipse Angus - Angus Activation 2.0.1](https://eclipse-ee4j.github.io/angus-activation/)
14+
- [x] Specification Name, Version and download URL\
15+
[Jakarta Activation 2.1](https://jakarta.ee/activation/2.1)
16+
- [x] TCK Version, digital SHA-256 fingerprint and download URL\
17+
[Jakarta Activation TCK 2.1.1](https://download.eclipse.org/jakartaee/activation/2.1/jakarta-activation-tck-2.1.1.zip), SHA-256: 30918e42fefd00c6ed123e4bd72cc1fe036a0eb64bf9d3c54a8902aa7b88ea54
18+
- [x] Public URL of TCK Results Summary\
19+
[TCK results summary](https://eclipse-ee4j.github.io/angus-activation/TCK-Results)
20+
- [x] Any Additional Specification Certification Requirements\
21+
None
22+
- [x] Java runtime used to run the implementation\
23+
openjdk version "11.0.2" 2019-01-15
24+
- [x] Summary of the information for the certification environment, operating system, cloud, ...\
25+
Linux
26+
- [x] By checking this box I acknowledge that the Organization I represent accepts the terms of the [EFTL](https://www.eclipse.org/legal/tck.php).
27+
- [x] By checking this box I attest that all TCK requirements have been met, including any compatibility rules.
28+
29+
Test results:
30+
31+
```
32+
*** TCK results summary ***
33+
[javatest.batch] Number of Tests Passed = 91
34+
[javatest.batch] Number of Tests Failed = 0
35+
[javatest.batch] Number of Tests with Errors = 0
36+
[javatest.batch] Number of Tests Not Run = 0
37+
[javatest.batch] ---------------------------------------------------------------
38+
39+
run.pluggability:
40+
[javatest.batch] Number of tests completed: 2 (2 pass, 0 fail, 0 errors)
41+
[javatest.batch] ***************************************************************
42+
[javatest.batch] Completed running 2 tests.
43+
[javatest.batch] Number of Tests Passed = 2
44+
[javatest.batch] Number of Tests Failed = 0
45+
[javatest.batch] Number of Tests with Errors = 0
46+
[javatest.batch] Number of Tests Not Run = 0
47+
[javatest.batch] ---------------------------------------------------------------
48+
```
49+
850
# 2.0.0 Certification Request
951

1052
- [x] Organization Name ("Organization") and, if applicable, URL\

0 commit comments

Comments
 (0)