Skip to content

Commit

Permalink
Update Contributing, Notice and security file
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Oct 16, 2023
1 parent 4a46b2e commit 09eac39
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 32 deletions.
53 changes: 30 additions & 23 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[//]: # " Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved. "
[//]: # " Copyright (c) 2018, 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 All @@ -12,11 +12,18 @@ Thanks for your interest in this project.

## Project description

Jakarta XML Web Services defines a means for implementing XML-Based Web Services
based on Jakarta SOAP with Attachments and Jakarta Web Services Metadata.
The Jakarta XML Web Services™ is a Java programming language API for creating
web services, particularly SOAP services. Jakarta XML Web Services is one of the
Java XML programming APIs. It is part of the Jakarta EE platform.

* https://projects.eclipse.org/projects/ee4j.jaxws

## Terms of Use

This repository is subject to the Terms of Use of the Eclipse Foundation

* https://www.eclipse.org/legal/termsofuse.php

## Developer resources

Information regarding source code management, builds, coding standards, and
Expand All @@ -26,25 +33,9 @@ more.

The project maintains the following source code repositories

* https://github.com/eclipse-ee4j/jws-api
* https://github.com/eclipse-ee4j/jax-ws-api
* https://github.com/eclipse-ee4j/saaj-api

## Eclipse Contributor Agreement

Before your contribution can be accepted by the project team contributors must
electronically sign the Eclipse Contributor Agreement (ECA).

* http://www.eclipse.org/legal/ECA.php

Commits that are provided by non-committers must have a Signed-off-by field in
the footer indicating that the author is aware of the terms by which the
contribution has been provided to the project. The non-committer must
additionally have an Eclipse Foundation account and must have a signed Eclipse
Contributor Agreement (ECA) on file.

For more information, please see the Eclipse Committer Handbook:
https://www.eclipse.org/projects/handbook/#resources-commit
* https://github.com/jakartaee/jws-api
* https://github.com/jakartaee/jax-ws-api
* https://github.com/jakartaee/saaj-api

## Eclipse Development Process

Expand All @@ -61,8 +52,24 @@ Jakarta EE specification projects.
* https://jakarta.ee/about/jesp/
* https://www.eclipse.org/legal/efsp_non_assert.php

## Eclipse Contributor Agreement

In order to be able to contribute to Eclipse Foundation projects you must
electronically sign the Eclipse Contributor Agreement (ECA).

* https://www.eclipse.org/legal/ECA.php

The ECA provides the Eclipse Foundation with a permanent record that you agree
that each of your contributions will comply with the commitments documented in
the Developer Certificate of Origin (DCO). Having an ECA on file associated with
the email address matching the "Author" field of your contribution's Git commits
fulfills the DCO's requirement that you sign-off on your contributions.

For more information, please see the Eclipse Committer Handbook:
https://www.eclipse.org/projects/handbook/#resources-commit

## Contact

Contact the project developers via the project's "dev" list.

* https://accounts.eclipse.org/mailing-list/jaxws-dev
* https://accounts.eclipse.org/mailing-list/jaxws-dev
17 changes: 8 additions & 9 deletions NOTICE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. "
[//]: # " Copyright (c) 2018, 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 All @@ -8,14 +8,13 @@

# Notices for Jakarta XML Web Services

This content is produced and maintained by the Jakarta XML Web Services
project.
This content is produced and maintained by the Jakarta XML Web Services project.

* Project home: https://projects.eclipse.org/projects/ee4j.jaxws

## Trademarks

Jakarta XML Web Services is a trademark of the Eclipse Foundation.
Jakarta XML Web Services is a trademark of the Eclipse Foundation.

## Copyright

Expand All @@ -26,18 +25,18 @@ source code repository logs.
## Declared Project Licenses

This program and the accompanying materials are made available under the terms
of the Eclipse Distribution License v. 1.0 which is available at
http://www.eclipse.org/org/documents/edl-v10.php.
of the Eclipse Distribution License v1.0 which is available at
https://www.eclipse.org/org/documents/edl-v10.php.

SPDX-License-Identifier: BSD-3-Clause

## Source Code

The project maintains the following source code repositories:

* https://github.com/eclipse-ee4j/jws-api
* https://github.com/eclipse-ee4j/jax-ws-api
* https://github.com/eclipse-ee4j/saaj-api
* https://github.com/jakartaee/jws-api
* https://github.com/jakartaee/jax-ws-api
* https://github.com/jakartaee/saaj-api

## Third-party Content

Expand Down
29 changes: 29 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[//]: # " Copyright (c) 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 "
[//]: # " http://www.eclipse.org/org/documents/edl-v10.php. "
[//]: # " "
[//]: # " SPDX-License-Identifier: BSD-3-Clause "

# Security Policy

This project implements the Eclipse Foundation Security Policy

* https://www.eclipse.org/security

## Supported Versions

These versions of Jakarta XML Web Services are currently being supported with
security updates.

| Version | Released | Supported |
| ----------------------------------- | ---------- | ------------------ |
| 4.0 (Jakarta XML Web Services) | 2022-03-31 | :white_check_mark: |
| 3.0 (Jakarta SOAP with Attachments) | 2022-03-30 | :white_check_mark: |
| < 3.0.1 (Jakarta XML Web Services) | 2021-03-26 | :x: |

## Reporting a Vulnerability

Please report vulnerabilities to the Eclipse Foundation Security Team at
[email protected]

0 comments on commit 09eac39

Please sign in to comment.