This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch bump-up in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-java-client.git
commit c469d5900e2c9150faa6535f7f95409b059a6c9e Author: Wu Sheng <wu.sh...@foxmail.com> AuthorDate: Tue Aug 26 22:54:01 2025 -0700 * Bump up parent Apache pom to v35. * Bump up maven to 3.6.3. * Add IDEA setup doc to support super large generated file(by protoc). --- .mvn/wrapper/maven-wrapper.properties | 2 +- CHANGES.md | 3 +++ README.md | 14 ++++++++++++++ pom.xml | 4 ++-- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index fa87ad7..15fbe3d 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1,2 +1,2 @@ -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.1/apache-maven-3.6.1-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar diff --git a/CHANGES.md b/CHANGES.md index b646a34..8bfa974 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,9 @@ Release Notes. * Support auth with username and password. * Update gRPC to 1.75.0. * Add histogram metrics to write/insert/update operations of the measure, stream and property. +* Bump up parent Apache pom to v35. +* Bump up maven to 3.6.3. +* Add IDEA setup doc to support super large generated file(by protoc). 0.8.0 ------------------ diff --git a/README.md b/README.md index b8161b9..4ef8c1d 100644 --- a/README.md +++ b/README.md @@ -624,6 +624,20 @@ DeleteResponse deleteResponse = client.deleteProperty("default", "ui_template", # Compiling project > ./mvnw clean package +## IDEA Setup Notice +If you are using IntelliJ IDEA, compiling passed in maven and see errors in source file editor, please add the following +configurations through `Help`->`Edit Custom Properties..`: + +```properties +#--------------------------------------------------------------------- +# Maximum file size (kilobytes) IDE should provide code assistance for. +# The larger file is the slower its editor works and higher overall system memory requirements are +# if code assistance is enabled. Remove this property or set to very large number if you need +# code assistance for any files available regardless their size. +#--------------------------------------------------------------------- +idea.max.intellisense.filesize=5000 +``` + # Code of conduct This project adheres to the Contributor Covenant [code of conduct](https://www.apache.org/foundation/policies/conduct). By participating, you are expected to uphold this code. Please follow the [REPORTING GUIDELINES](https://www.apache.org/foundation/policies/conduct#reporting-guidelines) to report unacceptable behavior. diff --git a/pom.xml b/pom.xml index 646c2f7..172a275 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>21</version> + <version>35</version> <relativePath /> </parent> @@ -91,7 +91,7 @@ <auto-value.version>1.10.4</auto-value.version> <testcontainers.version>1.19.7</testcontainers.version> <awaitility.version>4.2.1</awaitility.version> - <bufbuild.protoc-gen-validate.version>0.6.13</bufbuild.protoc-gen-validate.version> + <bufbuild.protoc-gen-validate.version>1.2.1</bufbuild.protoc-gen-validate.version> <!-- necessary for Java 9+ --> <org.apache.tomcat.annotations-api.version>6.0.53</org.apache.tomcat.annotations-api.version> <slf4j.version>1.7.36</slf4j.version>