seaweedfs-java-client icon indicating copy to clipboard operation
seaweedfs-java-client copied to clipboard

seaweedfs-java-clinet

Results 16 seaweedfs-java-client issues
Sort by recently updated
recently updated
newest added

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...

dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.3 to 2.12.6.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.10.3&new-version=2.12.6.1)](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...

dependencies

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...

dependencies

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. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.5.10&new-version=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...

dependencies

Bumps commons-io from 2.6 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.6&new-version=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...

dependencies

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...

dependencies

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...

dependencies

Remove duplicate delete in FilerWrapper which caused UrlNotFoundException.