This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 92b8bdf60b Branch name update new 2da103a135 Refactor to avoid issues if JVM optimises conversion to ASCII new 547a99bd1a Disable test for Java 16 onwards since performance is comparable new 94b2b6dfc5 Add a Jre16 check - required by unit tests The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../util/compat/Jre16Compat.java} | 34 ++++++--- .../org/apache/tomcat/util/compat/Jre19Compat.java | 2 +- java/org/apache/tomcat/util/compat/JreCompat.java | 44 +++++++---- .../apache/tomcat/util/buf/TestMessageBytes.java | 86 ++++++++++++++-------- 4 files changed, 110 insertions(+), 56 deletions(-) copy java/org/apache/{coyote/ajp/AjpProtocol.java => tomcat/util/compat/Jre16Compat.java} (56%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org