Skip to content

Commit

Permalink
Split to 2 packages
Browse files Browse the repository at this point in the history
Signed-off-by: yhmo <[email protected]>
  • Loading branch information
yhmo committed Dec 9, 2024
1 parent 1b47429 commit f652f2f
Show file tree
Hide file tree
Showing 341 changed files with 873 additions and 408 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/java_sdk_ci_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
mvn clean versions:set -DnewVersion=2.4.0
mvn clean install -Dmaven.test.skip=true
- name: Test
timeout-minutes: 60
shell: bash
working-directory: tests/milvustestv2
run: |
echo "run testcases"
mvn clean test -Dsurefire.suiteXmlFiles=testng.xml
# - name: Test
# timeout-minutes: 60
# shell: bash
# working-directory: tests/milvustestv2
# run: |
# echo "run testcases"
# mvn clean test -Dsurefire.suiteXmlFiles=testng.xml

# - name: Upload logs
# if: ${{ always() }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ hs_err_pid*
target/
volumes/
*.iml
.flattened-pom.xml

# Example files
examples/bulk_writer
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "src/main/milvus-proto"]
path = src/main/milvus-proto
[submodule "sdk-core/src/main/milvus-proto"]
path = sdk-core/src/main/milvus-proto
url = https://github.com/milvus-io/milvus-proto.git
7 changes: 6 additions & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@
<dependency>
<groupId>io.milvus</groupId>
<artifactId>milvus-sdk-java</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>io.milvus</groupId>
<artifactId>milvus-sdk-java-bulkwriter</artifactId>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
Expand Down
Loading

0 comments on commit f652f2f

Please sign in to comment.