BetterFSD-Java
BetterFSD-Java copied to clipboard
Java refactoring version of BetterFSD
### 🐛 描述(Description) 客户端连接端口会报错,3个端口报错信息不同 ps:system interface可以连接,输入任意错误命令提示语法错误,但输入pwd password卡住,fsd报错 ### 📄 日志信息(Log Information) 这是system management interface的日志,client interface 和 server interface也会报类似的错误, ps 今天重新下载代码重新编译,client interface 和 server interface好像又不报错了 2023-12-16 10:33:06.322 [main] INFO org.linktechtips.process.network.TcpInterface -...
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 23.0.0 to 24.0.1. Release notes Sourced from annotations's releases. 24.0.1 Added @Documented annotation where it would be useful. 24.0.0 Added new annotation: @CheckReturnValue 23.1.0 Added new annotation:...
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.7.5 to 3.0.4. Release notes Sourced from spring-boot-starter-parent's releases. v3.0.4 :lady_beetle: Bug Fixes Maven plugin uses timezone-local timestamps when outputTimestamp is used #34430 org.springframework.boot.web.embedded.jetty.GracefulShutdown uses the wrong...
Bumps [spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) from 2.7.5 to 3.0.4. Release notes Sourced from spring-boot-maven-plugin's releases. v3.0.4 :lady_beetle: Bug Fixes Maven plugin uses timezone-local timestamps when outputTimestamp is used #34430 org.springframework.boot.web.embedded.jetty.GracefulShutdown uses the wrong...
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.25 to 2.0.6. Commits 5ff6f2c prepare for release 2.0.6 2f4aa75 fix SLF4J-575 363f0a5 remove unused parts 171679b SLF4J-574: Add full OSGi headers, especially "uses" clauses 921b5b3 fix...
Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.2.3 to 1.4.5. Commits 34a6efc preparfe release 1.4.5 0d3ac63 fix LOGBACK-1698, [Nested appenders are not allowed] warning using SiftingApp... a64b8d4 make jakarta.servlet-api as both provided and optional...
### 🐛 描述(Description) The client can connect to the FSD but get's immediately dropped with reason `client from kubernetes.docker.internal removed from client interface:connection closed` This might be because my database...