seaweedfs-java-client
seaweedfs-java-client copied to clipboard
seaweedfs-java-clinet
the function :fetchSystemTopologyStatus cause nullPointerException at dc.setFree((Integer) rawDc.get("Free")); /dir/status reutnr json changed
Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 4.3.26.RELEASE to 5.2.20.RELEASE. Release notes Sourced from spring-beans's releases. v5.2.20.RELEASE :star: New Features Restrict access to property paths on Class references #28262 Improve diagnostics in SpEL for...
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.3 to 2.12.6.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
http://192.168.0.106:9333/dir/status { "Topology": { "DataCenters": [{ "Id": "dc1", "Racks": [{ "DataNodes": [{ "EcShards": 0, "Max": 20, "PublicUrl": "xxxxx:9222", "Url": "xxxx:9222", "VolumeIds": " 1-7", "Volumes": 7 }], "Id": "rack1" }] }],...
Bumps httpclient from 4.5.10 to 4.5.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps commons-io from 2.6 to 2.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [guava](https://github.com/google/guava) from 28.2-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...
Bumps `jackson.version` from 2.10.3 to 2.12.1. Updates `jackson-databind` from 2.10.3 to 2.12.1 Commits See full diff in compare view Updates `jackson-core` from 2.10.3 to 2.12.1 Commits 67a2970 [maven-release-plugin] prepare release...
Remove duplicate delete in FilerWrapper which caused UrlNotFoundException.