chrislu
966b053ed3
fix: use SNAPSHOT version to force Maven to use locally built JARs
...
ROOT CAUSE: Maven was downloading seaweedfs-client:3.80 from Maven Central
instead of using the locally built version in CI!
Changes:
- Changed all versions from 3.80 to 3.80.1-SNAPSHOT
- other/java/client/pom.xml: 3.80 → 3.80.1-SNAPSHOT
- other/java/hdfs2/pom.xml: property 3.80 → 3.80.1-SNAPSHOT
- other/java/hdfs3/pom.xml: property 3.80 → 3.80.1-SNAPSHOT
- test/java/spark/pom.xml: property 3.80 → 3.80.1-SNAPSHOT
Maven behavior:
- Release versions (3.80): Downloaded from remote repos if available
- SNAPSHOT versions: Prefer local builds, can be updated
This ensures the CI uses the locally built JARs with our debug logging!
Also added unique [DEBUG-2024] markers to verify in logs.
2025-11-23 10:17:12 -08:00
chrislu
409a9e4e23
grpc-java 1.75.0 → 1.77.0
2025-11-22 12:22:31 -08:00
dependabot[bot]
8d967c0946
chore(deps): bump io.grpc:grpc-netty-shaded from 1.68.1 to 1.75.0 in /other/java/client ( #7290 )
...
chore(deps): bump io.grpc:grpc-netty-shaded in /other/java/client
Bumps [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java ) from 1.68.1 to 1.75.0.
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.68.1...v1.75.0 )
---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty-shaded
dependency-version: 1.75.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-30 17:14:50 -07:00
chrislu
2caa0e3741
java 3.80
2024-11-18 22:41:59 -08:00
chrislu
915f9f5054
update java client to 3.71, also adjust the groupId
2024-08-12 17:30:21 -07:00
chrislu
83fe2bfc36
java 3.71
2024-08-11 21:04:51 -07:00
dependabot[bot]
ca53094777
Bump io.grpc:grpc-protobuf from 1.23.0 to 1.53.0 in /other/java/client ( #5103 )
...
Bumps [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java ) from 1.23.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.23.0...v1.53.0 )
---
updated-dependencies:
- dependency-name: io.grpc:grpc-protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-13 11:54:35 -08:00
dependabot[bot]
157b36d59d
Bump com.google.guava:guava in /other/java/client
...
Bumps [com.google.guava:guava](https://github.com/google/guava ) from 30.0-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-11 11:14:02 -08:00
chrislu
cd01a2346a
Java 3.59
...
fix https://github.com/seaweedfs/seaweedfs/issues/5001
2023-11-13 08:23:53 -08:00
chrislu
710e88f713
Java: upgrade to 3.55
2023-08-17 08:49:33 -07:00
chrislu
ea2637734a
refactor filer proto chunk variable from mtime to modified_ts_ns
2022-10-28 12:53:19 -07:00
dependabot[bot]
0f522da367
build(deps): bump protobuf-java from 3.16.1 to 3.16.3 in /other/java/client ( #3789 )
2022-10-04 17:54:30 -07:00
chrislu
707abd5b2d
3.30 java
2022-10-02 18:54:39 -07:00
chrislu
d003bb0166
java 3.13
2022-06-26 20:41:51 -07:00
chrislu
19555385f7
2.85
2022-01-09 19:30:23 -08:00
dependabot[bot]
46237ea31a
Bump protobuf-java from 3.9.1 to 3.16.1 in /other/java/client
...
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf ) from 3.9.1 to 3.16.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.9.1...v3.16.1 )
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-07 22:37:10 +00:00
chrislu
5799a20f71
2.84
2022-01-02 17:05:19 -08:00
chrislu
5ea9715721
2.81
...
also sync java client version to SeaweedFS version
2021-12-05 18:05:24 -08:00
Chris Lu
6fb6480a3b
Java: 1.7.0
...
update org.apache.httpcomponents to 4.5.13
update grpc API to use cacheRemoteObjectToLocalCluster
2021-11-03 01:36:26 -07:00
Chris Lu
8cd7a0365b
1.6.9
2021-10-17 18:41:23 -07:00
Chris Lu
20ac710ceb
2.68
2021-09-13 02:16:09 -07:00
Chris Lu
e9128e75d0
Java: 1.6.7 Support Mounted Remote Storage
2021-08-09 22:46:12 -07:00
Chris Lu
2d85ffe7c5
java 1.6.6
2021-05-23 00:51:02 -07:00
Chris Lu
6c1c72b1f4
java client 1.6.5
2021-05-17 23:18:37 -07:00
Chris Lu
a4db1fe32f
patch https://github.com/advisories/GHSA-5mg8-w23w-74h3
...
https://github.com/advisories/GHSA-5mg8-w23w-74h3
2021-03-30 02:30:34 -07:00
dependabot[bot]
9401890f18
Bump guava from 28.0-jre to 29.0-jre in /other/java/client
...
Bumps [guava](https://github.com/google/guava ) from 28.0-jre to 29.0-jre.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-30 07:46:34 +00:00
Chris Lu
be25bc6766
Java client 1.6.4
2021-03-30 00:17:35 -07:00
Chris Lu
5f0e68c21e
revert wrong change
2021-03-22 23:28:40 -07:00
Chris Lu
b5e10bf511
Java client 1.6.3
2021-03-22 23:25:47 -07:00
Chris Lu
c276117fef
Java: 1.6.2
2021-02-25 08:24:30 -08:00
Chris Lu
5b1def9080
Java: 1.6.1 refacoring API
2021-02-08 02:42:01 -08:00
Chris Lu
5138d3954f
Java 1.6.0 fix filerProxy mode
2021-02-06 00:09:12 -08:00
Chris Lu
9c1efdf11b
HCFS: 1.5.9
2021-02-05 11:47:56 -08:00
Chris Lu
6a2a9b67e8
Java: 1.5.8
2021-02-04 22:22:15 -08:00
Chris Lu
87d1bfa862
Hadoop Compatible FS: 1.5.7
2021-01-30 06:18:41 -08:00
Chris Lu
da04bb3d1b
1.5.6
2020-11-18 01:46:38 -08:00
Chris Lu
7d24980840
HCFS: 1.5.4
2020-11-13 11:37:53 -08:00
Chris Lu
4f676aa7d3
2.09
2020-11-08 22:06:06 -08:00
Chris Lu
596d476e3d
HCFS: 1.5.2
2020-10-25 14:44:18 -07:00
Chris Lu
b7c224cf61
HCFS: 1.5.1
2020-10-18 14:30:01 -07:00
Chris Lu
4e31ca9507
upgrade junit to 4.13.1
2020-10-12 11:37:15 -07:00
Chris Lu
253323ce6d
Hadoop 1.5.0
2020-10-12 11:13:38 -07:00
Chris Lu
8e2f3b510e
Hadoop client: 1.4.9
2020-10-10 15:43:04 -07:00
Chris Lu
436ab7d811
HCFS: 1.4.8
2020-09-27 23:20:08 -07:00
Chris Lu
5eee4983f3
1.4.7 hdfs configurable fs.seaweed.buffer.size
2020-09-16 17:18:18 -07:00
Chris Lu
f5d6b8b777
Hadoop HCFS 1.4.6 random access file
2020-08-16 21:17:03 -07:00
Chris Lu
4f195a54ca
1.4.5
...
change the scope for hadoop depencies to provided
2020-08-09 16:34:47 -07:00
Chris Lu
e1f070a9a1
Hadoop: 1.4.4
2020-08-01 12:42:41 -07:00
Chris Lu
6b41c5250b
Hadoop file system: 1.4.3
...
added buffered fs input stream
2020-07-29 21:33:10 -07:00
Chris Lu
6f058b3791
HCFS: 1.4.1
2020-07-22 22:56:53 -07:00