# HG changeset patch # User lancea # Date 1489697789 14400 # Node ID ec5e5a38ef89eeb629dfbd5f6fbfedaa19fade28 # Parent 46f8d5c5a6e50d0a68973aac4fbc39c2170efb39 8174728: Mark Java EE modules deprecated and for removal Reviewed-by: alanb diff -r 46f8d5c5a6e5 -r ec5e5a38ef89 jdk/src/java.transaction/share/classes/module-info.java --- a/jdk/src/java.transaction/share/classes/module-info.java Thu Mar 16 13:10:43 2017 -0700 +++ b/jdk/src/java.transaction/share/classes/module-info.java Thu Mar 16 16:56:29 2017 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 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 @@ -31,6 +31,7 @@ * * @since 9 */ +@Deprecated(since="9", forRemoval=true) module java.transaction { requires transitive java.rmi; exports javax.transaction;