This is an automated email from the ASF dual-hosted git repository.

gangwu pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git


The following commit(s) were added to refs/heads/production by this push:
     new cfd4205  Add parquet java 1.15.2 (#112)
cfd4205 is described below

commit cfd4205892603f99bc49b9971bf37067ce399f43
Author: Gang Wu <[email protected]>
AuthorDate: Fri May 2 15:05:57 2025 +0800

    Add parquet java 1.15.2 (#112)
---
 content/en/blog/parquet-java/1.15.2.md | 44 ++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/content/en/blog/parquet-java/1.15.2.md 
b/content/en/blog/parquet-java/1.15.2.md
new file mode 100644
index 0000000..341056c
--- /dev/null
+++ b/content/en/blog/parquet-java/1.15.2.md
@@ -0,0 +1,44 @@
+---
+title: "1.15.2"
+date: 2025-05-01
+description: >
+---
+
+The [latest version of parquet-java is 
1.15.2](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.2/apache-parquet-1.15.2.tar.gz).
+
+For the changes, please check out the [Release on 
Github](https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.15.2).
+
+To [check the validity](https://www.apache.org/info/verification.html) of this 
release, use its:
+
+*   [Release manager OpenPGP key](https://downloads.apache.org/iceberg/KEYS)
+*   [OpenPGP 
signature](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.2/apache-parquet-1.15.2.tar.gz.asc)
+*   
[SHA-512](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.2/apache-parquet-1.15.2.tar.gz.sha512)
+
+The [latest version of parquet-java on the previous minor branch is 
1.14.4](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.4/apache-parquet-1.14.4.tar.gz).
+
+To [check the validity](https://www.apache.org/info/verification.html) of this 
release, use its:
+
+*   [Release manager OpenPGP key](https://downloads.apache.org/iceberg/KEYS)
+*   [OpenPGP 
signature](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.4/apache-parquet-1.14.4.tar.gz.asc)
+*   
[SHA-512](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.4/apache-parquet-1.14.4.tar.gz.sha512)
+
+### Downloading from the Maven central repository
+
+The Parquet team publishes its [releases to Maven 
Central](https://search.maven.org/search?q=g:org.apache.parquet).
+
+Add the following dependency section to your pom.xml:
+```
+    <dependencies>
+    ...
+       <dependency>
+          <groupId>org.apache.parquet</groupId>
+          <artifactId>parquet-avro</artifactId>
+          <version>1.15.2</version> <!-- or latest version -->
+       </dependency>
+    ...
+    </dependencies>
+```
+
+### Older Releases
+
+Older releases can be found in the Archives of the Apache Software Foundation: 
[https://archive.apache.org/dist/parquet/](https://archive.apache.org/dist/parquet/)

Reply via email to