This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit f29c48c5955bd01ddc9e0b414ded6b6a26d66fcb Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jan 4 12:20:53 2021 +0000 Alphabetical order --- java/org/apache/tomcat/util/compat/LocalStrings.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/org/apache/tomcat/util/compat/LocalStrings.properties b/java/org/apache/tomcat/util/compat/LocalStrings.properties index 8b55643..79427da 100644 --- a/java/org/apache/tomcat/util/compat/LocalStrings.properties +++ b/java/org/apache/tomcat/util/compat/LocalStrings.properties @@ -13,13 +13,13 @@ # See the License for the specific language governing permissions and # limitations under the License. +jre16Compat.javaPre16=Class not found so assuming code is running on a pre-Java 16 JVM +jre16Compat.unexpected=Failed to create references to Java 16 classes and methods + jre9Compat.invalidModuleUri=The module URI provided [{0}] could not be converted to a URL for the JarScanner to process jre9Compat.javaPre9=Class not found so assuming code is running on a pre-Java 9 JVM jre9Compat.unexpected=Failed to create references to Java 9 classes and methods -jre16Compat.javaPre16=Class not found so assuming code is running on a pre-Java 16 JVM -jre16Compat.unexpected=Failed to create references to Java 16 classes and methods - jreCompat.noApplicationProtocol=Java Runtime does not support SSLEngine.getApplicationProtocol(). You must use Java 9 to use this feature. jreCompat.noApplicationProtocols=Java Runtime does not support SSLParameters.setApplicationProtocols(). You must use Java 9 to use this feature. jreCompat.noUnixDomainSocket=Java Runtime does not support Unix domain sockets. You must use Java 16 to use this feature. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org