This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
from e8334bd46 Remove the examples since they depend on removed JNI API new 7cfcb51ad Remove tests that depend on removed API new 25a99b684 Ignore local build configuration The 2 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: .gitignore | 2 + test/org/apache/tomcat/jni/AbstractJniTest.java | 46 ---- test/org/apache/tomcat/jni/TestFile.java | 67 ------ test/org/apache/tomcat/jni/TestSocketServer.java | 233 --------------------- .../jni/TestSocketServerAnyLocalAddress.java | 207 ------------------ 5 files changed, 2 insertions(+), 553 deletions(-) delete mode 100644 test/org/apache/tomcat/jni/AbstractJniTest.java delete mode 100644 test/org/apache/tomcat/jni/TestFile.java delete mode 100644 test/org/apache/tomcat/jni/TestSocketServer.java delete mode 100644 test/org/apache/tomcat/jni/TestSocketServerAnyLocalAddress.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org