diff --git a/.github/workflows/service_test_redis.yml b/.github/workflows/service_test_redis.yml index ccfba3671760..512c624706c8 100644 --- a/.github/workflows/service_test_redis.yml +++ b/.github/workflows/service_test_redis.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/redis/**" + - "bindings/java/**" - ".github/workflows/service_test_redis.yml" - "fixtures/redis/**" @@ -209,7 +210,7 @@ jobs: - name: Test shell: bash working-directory: bindings/java - run: ./mvnw test -Dtest=org.apache.opendal.behavior.RedisTest -Dcargo-build.features=services-redis + run: ./mvnw test -Dtest=org.apache.opendal.test.behavior.RedisTest -Dcargo-build.features=services-redis env: OPENDAL_REDIS_TEST: on OPENDAL_REDIS_ENDPOINT: tcp://127.0.0.1:6379 diff --git a/.github/workflows/service_test_s3.yml b/.github/workflows/service_test_s3.yml index 15507b2bbe65..1cedd93d6eda 100644 --- a/.github/workflows/service_test_s3.yml +++ b/.github/workflows/service_test_s3.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/s3/**" + - "bindings/java/**" - ".github/workflows/service_test_s3.yml" - "fixtures/s3/**" @@ -262,7 +263,7 @@ jobs: - name: Test shell: bash working-directory: bindings/java - run: ./mvnw test -Dtest=org.apache.opendal.behavior.S3Test + run: ./mvnw test -Dtest=org.apache.opendal.test.behavior.S3Test env: OPENDAL_S3_TEST: on OPENDAL_S3_BUCKET: test diff --git a/bindings/java/.mvn/wrapper/maven-wrapper.properties b/bindings/java/.mvn/wrapper/maven-wrapper.properties index 3c6fda8c6e43..ac184013fc0d 100644 --- a/bindings/java/.mvn/wrapper/maven-wrapper.properties +++ b/bindings/java/.mvn/wrapper/maven-wrapper.properties @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.2/apache-maven-3.9.2-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar