This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 15b4a1a Another javax -> jakarta update. Clarify position on stability. 15b4a1a is described below commit 15b4a1a6180e4fb140346e22f7438ae47a1d1769 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Mar 30 15:16:56 2020 +0100 Another javax -> jakarta update. Clarify position on stability. --- RELEASE-NOTES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ae7072f..640401f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -45,9 +45,12 @@ Tomcat @VERSION_MAJOR_MINOR@ is designed to run on Java @MIN_JAVA_VERSION@ and l API Stability: ============== +The following notes on API stability only applies once Tomcat 10.0.x has had its +first stable release. + The public interfaces for the following classes are fixed and will not be changed at all during the remaining lifetime of the @VERSION_MAJOR@.x series: -- All classes in the javax namespace +- All classes in the jakarta namespace The public interfaces for the following classes may be added to in order to resolve bugs and/or add new features. No existing interface method will be --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org