You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
My project introduced the angus-maill software, my project is running in the jdk21 environment, and there are some mistakes that happend in project build test.
[2024/08/16 17:41:38.584 GMT+08:00] [ERROR] Errors:
[2024/08/16 17:41:38.584 GMT+08:00] [ERROR] LogManagerPropertiesTest.testCheckAccessPresent:79 » UnsupportedOperation The Security Manager is deprecated and will be removed in a future release
[2024/08/16 17:41:38.584 GMT+08:00] [ERROR] MailHandlerTest.testChildClassLoader:214->testCallingClassLoader:228 » UnsupportedOperation The Security Manager is deprecated and will be removed in a future release
[2024/08/16 17:41:38.584 GMT+08:00] [ERROR] MailHandlerTest.testGaeReportErrorSuper:4841 » UnsupportedOperation The Security Manager is deprecated and will be removed in a future release
[2024/08/16 17:41:38.584 GMT+08:00] [ERROR] MailHandlerTest.testSecurityManager:4987 » UnsupportedOperation The Security Manager is deprecated and will be removed in a future release
[2024/08/16 17:41:38.584 GMT+08:00] [ERROR] MailHandlerTest.testSetMailPropertiesClassLoader:362->testSetMailProperties:376 » UnsupportedOperation The Security Manager is deprecated and will be removed in a future release
[2024/08/16 17:41:38.584 GMT+08:00] [ERROR] MailHandlerTest.testVerifyClassLoader:278->testVerify:321 » UnsupportedOperation The Security Manager is deprecated and will be removed in a future release
[2024/08/16 17:41:38.584 GMT+08:00] [INFO]
[2024/08/16 17:41:38.584 GMT+08:00] [ERROR] Tests run: 938, Failures: 0, Errors: 6, Skipped: 0
Looks like some methods are about to be deprecated on jdk21.But how can an error fail during the Android test? It's a little confusing.
To add, i run this test command: mvn clean package --file pom.xml -Dmaven.wagon.http.ssl.insecure=true
The text was updated successfully, but these errors were encountered:
Describe the bug
My project introduced the angus-maill software, my project is running in the jdk21 environment, and there are some mistakes that happend in project build test.
[2024/08/16 17:41:38.584 GMT+08:00] [ERROR] Errors:
[2024/08/16 17:41:38.584 GMT+08:00] [ERROR] LogManagerPropertiesTest.testCheckAccessPresent:79 » UnsupportedOperation The Security Manager is deprecated and will be removed in a future release
[2024/08/16 17:41:38.584 GMT+08:00] [ERROR] MailHandlerTest.testChildClassLoader:214->testCallingClassLoader:228 » UnsupportedOperation The Security Manager is deprecated and will be removed in a future release
[2024/08/16 17:41:38.584 GMT+08:00] [ERROR] MailHandlerTest.testGaeReportErrorSuper:4841 » UnsupportedOperation The Security Manager is deprecated and will be removed in a future release
[2024/08/16 17:41:38.584 GMT+08:00] [ERROR] MailHandlerTest.testSecurityManager:4987 » UnsupportedOperation The Security Manager is deprecated and will be removed in a future release
[2024/08/16 17:41:38.584 GMT+08:00] [ERROR] MailHandlerTest.testSetMailPropertiesClassLoader:362->testSetMailProperties:376 » UnsupportedOperation The Security Manager is deprecated and will be removed in a future release
[2024/08/16 17:41:38.584 GMT+08:00] [ERROR] MailHandlerTest.testVerifyClassLoader:278->testVerify:321 » UnsupportedOperation The Security Manager is deprecated and will be removed in a future release
[2024/08/16 17:41:38.584 GMT+08:00] [INFO]
[2024/08/16 17:41:38.584 GMT+08:00] [ERROR] Tests run: 938, Failures: 0, Errors: 6, Skipped: 0
Looks like some methods are about to be deprecated on jdk21.But how can an error fail during the Android test? It's a little confusing.
To add, i run this test command: mvn clean package --file pom.xml -Dmaven.wagon.http.ssl.insecure=true
The text was updated successfully, but these errors were encountered: