< prev index next >

src/jdk.rmic/share/classes/sun/rmi/rmic/resources/rmic.properties

Print this page
rev 55120 : 8217412: deprecate rmic for removal
Reviewed-by: XXX

*** 1,8 **** # # ! # Copyright (c) 1996, 2018, 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 # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,8 ---- # # ! # Copyright (c) 1996, 2019, 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 # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 134,143 **** rmic.must.throw.remoteexception=\ {0} is not a valid remote interface: method {1} must throw java.rmi.RemoteException. rmic.must.only.throw.exception=\ Method {0} is not a valid remote method implementation because it throws {1}; implementations of remote methods may only throw java.lang.Exception or its subclasses. rmic.jrmp.stubs.deprecated=\ ! Warning: generation and use of skeletons and static stubs for JRMP\ \nis deprecated. Skeletons are unnecessary, and static stubs have\ ! \nbeen superseded by dynamically generated stubs. Users are\ ! \nencouraged to migrate away from using {0} to generate skeletons and static\ \nstubs. See the documentation for java.rmi.server.UnicastRemoteObject. --- 134,144 ---- rmic.must.throw.remoteexception=\ {0} is not a valid remote interface: method {1} must throw java.rmi.RemoteException. rmic.must.only.throw.exception=\ Method {0} is not a valid remote method implementation because it throws {1}; implementations of remote methods may only throw java.lang.Exception or its subclasses. rmic.jrmp.stubs.deprecated=\ ! Warning: {0} has been deprecated and is subject to removal in a future\ ! \nrelease. Generation and use of skeletons and static stubs for JRMP\ \nis deprecated. Skeletons are unnecessary, and static stubs have\ ! \nbeen superseded by dynamically generated stubs. Users are encouraged\ ! \nto migrate away from using this tool to generate skeletons and static\ \nstubs. See the documentation for java.rmi.server.UnicastRemoteObject.
< prev index next >