diff --git a/help/en/releasenotes/current-draft-note.shtml b/help/en/releasenotes/current-draft-note.shtml index 2a9f98425ef..50f3b3088a5 100644 --- a/help/en/releasenotes/current-draft-note.shtml +++ b/help/en/releasenotes/current-draft-note.shtml @@ -484,6 +484,15 @@

Miscellaneous

diff --git a/help/en/releasenotes/current-draft-warnings.shtml b/help/en/releasenotes/current-draft-warnings.shtml index 2c5cb92dd1e..b8371dd3655 100644 --- a/help/en/releasenotes/current-draft-warnings.shtml +++ b/help/en/releasenotes/current-draft-warnings.shtml @@ -19,3 +19,14 @@ to installing JMRI 4.19.1 (or later) and check the JMRI Console to see if there are any instructions there. +
  • + The getBeanByUserName and getBeanBySystemName + calls in the various Manager classes + are no longer needed with Java 8 and have been deprecated for eventual + removal. Their replacements are + getByUserName and getBySystemName + respectively. + If you use getBeanByUserName and getBeanBySystemName + in script or Java code you've written, please + switch to the new names. +