Skip to content

Commit

Permalink
add ccr, update release dates
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Jan 11, 2023
1 parent caaa82d commit 3e36b28
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/src/main/java/demo/MCTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2022 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2023 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ This project is part of [Eclipse Angus project](https://projects.eclipse.org/pro

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

## December TBD, 2022 - Angus Activation 2.0.0 Final Release
## January 13, 2023 - Angus Activation 2.0.0 Final Release

Changes module name from `com.sun.activation.registries`
to `org.eclipse.angus.activation` and package name from
`com.sun.activation.registries` to `org.eclipse.angus.activation`.

## December TBD, 2022 - Angus Activation 1.1.0 Final Release
## January 11, 2023 - Angus Activation 1.1.0 Final Release

Adds built-in support for GraalVM native-image, support for OSGi Mediator Specification,
clean up supported system properties.
Expand Down
42 changes: 42 additions & 0 deletions docs/src/main/resources/TCK-Results.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,48 @@ As required by the
[Eclipse Foundation Technology Compatibility Kit License](https://www.eclipse.org/legal/tck.php),
following is a summary of the TCK results for releases of Eclispe Angus - Activation.

# 1.1.0 Certification Request

- [x] Organization Name ("Organization") and, if applicable, URL\
[Eclipse Foundation](https://www.eclipse.org/)
- [x] Product Name, Version and download URL (if applicable)\
[Eclipse Angus - Angus Activation 1.1.0](https://eclipse-ee4j.github.io/angus-activation/)
- [x] Specification Name, Version and download URL\
[Jakarta Activation 2.1](https://jakarta.ee/activation/2.1)
- [x] TCK Version, digital SHA-256 fingerprint and download URL\
[Jakarta Activation TCK 2.1.0](https://download.eclipse.org/jakartaee/activation/2.1/jakarta-activation-tck-2.1.0.zip), SHA-256: 6c4aad27e45761dd9f3e0f8506f37edea41f42401465db750689145718b27a0b
- [x] Public URL of TCK Results Summary\
[TCK results summary](https://eclipse-ee4j.github.io/angus-activation/TCK-Results)
- [x] Any Additional Specification Certification Requirements\
None
- [x] Java runtime used to run the implementation\
openjdk version "11.0.2" 2019-01-15
- [x] Summary of the information for the certification environment, operating system, cloud, ...\
Linux
- [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).
- [x] By checking this box I attest that all TCK requirements have been met, including any compatibility rules.

Test results:

```
*** TCK results summary ***
[javatest.batch] Number of Tests Passed = 91
[javatest.batch] Number of Tests Failed = 0
[javatest.batch] Number of Tests with Errors = 0
[javatest.batch] Number of Tests Not Run = 0
[javatest.batch] ---------------------------------------------------------------
run.pluggability:
[javatest.batch] Number of tests completed: 2 (2 pass, 0 fail, 0 errors)
[javatest.batch] ***************************************************************
[javatest.batch] Completed running 2 tests.
[javatest.batch] Number of Tests Passed = 2
[javatest.batch] Number of Tests Failed = 0
[javatest.batch] Number of Tests with Errors = 0
[javatest.batch] Number of Tests Not Run = 0
[javatest.batch] ---------------------------------------------------------------
```

# 1.0.0 Certification Request

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

0 comments on commit 3e36b28

Please sign in to comment.