Skip to content

Commit

Permalink
update spec change log,
Browse files Browse the repository at this point in the history
fix build time warnings

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Feb 23, 2022
1 parent d34def0 commit 59027e0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
16 changes: 10 additions & 6 deletions spec/src/main/asciidoc/appB-change_log.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
//
// Copyright (c) 2020 Contributors to the Eclipse Foundation
// Copyright (c) 2020, 2022 Contributors to the Eclipse Foundation
//

[appendix]
[[change-log]]
== Change Log

=== 4.0 Changes

* Merged Jakarta Web Services Metadata specification into Jakarta Web Services specification.
* Annotated `jakarta.xml.ws.AsyncHandler` with `@FunctionalInterface`.

=== 3.0 Changes

* Changed specification version and license.
Expand Down Expand Up @@ -328,8 +333,8 @@ names, see <<j2wsdl11docbaremap>>.
=== Changes Since Early Draft 1

* Added chapter <<serviceapis>> Service APIs.
* Added chapter <<wsdl202java>> WSDL 2.0 to Java Mapping.
* Added chapter <<j2wsdl20chap>> Java to WSDL 2.0 Mapping.
* Added chapter for WSDL 2.0 to Java Mapping.
* Added chapter for Java to WSDL 2.0 Mapping.
* Added mapping from Java to `wsdl:service` and `wsdl:port`, see
sections <<j2w11bindif>>, <<j2w11soapbindif>> and <<j2w11svcports>>.
* Fixed <<wsdl11typemapping>> to allow use of JAXB interface based
Expand All @@ -348,7 +353,7 @@ two or more faults refer to the same global element, see section
* Introduced new typographic convention to clearly mark non-normative
notes.
* Removed references to J2EE and JNDI usage from ServiceFactory
description, see <<svcfactusage>>.
description.
* Clarified relationship between TypeMappingRegistry and JAXB.
* Emphasized control nature of context properties, added lifecycle
subsection.
Expand Down Expand Up @@ -387,8 +392,7 @@ description of rules for moving between jaxws context and message
context boundaries.
* Removed requirement for Response.get to throw JAXRPCException, now
throws standard java.util.concurrent.ExecutionException instead.
* Added security API information, see sections <<servicesecurityconfig>>
and <<bindingmsgsec>>.
* Added security API information.
* Clarrified SOAP mustUnderstand processing, see section
<<soapmuprocrules>>. Made it clear that the handler rather than the
HandlerInfo is authoritative wrt which protocol elements (e.g. SOAP
Expand Down
3 changes: 2 additions & 1 deletion spec/src/main/asciidoc/ch01-introduction.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2020 Contributors to the Eclipse Foundation
// Copyright (c) 2020, 2022 Contributors to the Eclipse Foundation
//

[[introduction]]
Expand Down Expand Up @@ -83,6 +83,7 @@ and optional schema validation.
* JAX-WS 2.2 requires JAXB 2.2<<bib12>>.
* JAX-WS 2.3 requires JAXB 2.3<<bib13>>.
* Jakarta XML Web Services 3.0 requires Jakarta XML Binding 3.0<<bib39>>.
* Jakarta XML Web Services 4.0 requires Jakarta XML Binding 4.0<<bib39>>.

SOAP 1.2::
Whilst SOAP 1.1 is still widely deployed, it’s expected that services
Expand Down
6 changes: 3 additions & 3 deletions spec/src/main/asciidoc/ch08-annotations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ local name (a `NCName`).
|`name` |The local name of the port |””
|==================================

[[example-5]]
[[example-81]]
==== Example

The following shows a WSDL extract and the resulting generated service
Expand Down Expand Up @@ -391,7 +391,7 @@ When resolving the URI specified as the `wsdlLocation` element or any
document it may transitively reference, a Jakarta XML Web Services implementation MUST use
the catalog facility defined in <<catalogfacility>>.

[[example-6]]
[[example-82]]
==== Example

The following shows both uses of the `WebServiceRef` annotation.
Expand Down Expand Up @@ -480,7 +480,7 @@ instances of this annotation. If an instance needs to be configured with
the web service features, use @WebServiceRef to inject the resource
along with its features.

[[example-7]]
[[example-83]]
==== Example

The following shows how to use the `WebServiceRefs` annotation to
Expand Down
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/license-efsl.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif::[]
Release: {revdate}
....

Copyright (c) 2019, 2020 Eclipse Foundation.
Copyright (c) 2019, 2022 Eclipse Foundation.

=== Eclipse Foundation Specification License

Expand Down

0 comments on commit 59027e0

Please sign in to comment.