OpenJDK / amber / amber
changeset 44285:8ee772e49cbb
8174728: Mark Java EE modules deprecated and for removal
Reviewed-by: alanb
author | lancea |
---|---|
date | Thu, 16 Mar 2017 16:50:51 -0400 |
parents | 1bcb6cf6b150 |
children | c4ae66686560 c9ea6fe2b3c5 |
files | jaxws/src/java.activation/share/classes/module-info.java jaxws/src/java.xml.bind/share/classes/module-info.java jaxws/src/java.xml.ws.annotation/share/classes/module-info.java jaxws/src/java.xml.ws/share/classes/module-info.java |
diffstat | 4 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/jaxws/src/java.activation/share/classes/module-info.java Thu Mar 16 17:55:17 2017 +0000 +++ b/jaxws/src/java.activation/share/classes/module-info.java Thu Mar 16 16:50:51 2017 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -28,6 +28,7 @@ * * @since 9 */ +@Deprecated(since="9", forRemoval=true) module java.activation { requires transitive java.datatransfer; requires java.logging;
--- a/jaxws/src/java.xml.bind/share/classes/module-info.java Thu Mar 16 17:55:17 2017 +0000 +++ b/jaxws/src/java.xml.bind/share/classes/module-info.java Thu Mar 16 16:50:51 2017 -0400 @@ -28,6 +28,7 @@ * * @since 9 */ +@Deprecated(since="9", forRemoval=true) module java.xml.bind { requires transitive java.activation; requires transitive java.xml;
--- a/jaxws/src/java.xml.ws.annotation/share/classes/module-info.java Thu Mar 16 17:55:17 2017 +0000 +++ b/jaxws/src/java.xml.ws.annotation/share/classes/module-info.java Thu Mar 16 16:50:51 2017 -0400 @@ -29,6 +29,7 @@ * * @since 9 */ +@Deprecated(since="9", forRemoval=true) module java.xml.ws.annotation { exports javax.annotation; }
--- a/jaxws/src/java.xml.ws/share/classes/module-info.java Thu Mar 16 17:55:17 2017 +0000 +++ b/jaxws/src/java.xml.ws/share/classes/module-info.java Thu Mar 16 16:50:51 2017 -0400 @@ -29,6 +29,7 @@ * * @since 9 */ +@Deprecated(since="9", forRemoval=true) module java.xml.ws { requires transitive java.activation; requires transitive java.xml;