Skip to content

Commit

Permalink
Add 1.4.2 doc for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Junkai committed Nov 18, 2024
1 parent 1e89ea6 commit 02da025
Show file tree
Hide file tree
Showing 76 changed files with 7,616 additions and 9 deletions.
61 changes: 61 additions & 0 deletions website/1.4.2/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.helix</groupId>
<artifactId>website</artifactId>
<version>1.4.2-SNAPSHOT</version>
</parent>

<artifactId>1.4.2-docs</artifactId>
<packaging>bundle</packaging>
<name>Apache Helix :: Website :: 1.4.2</name>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org</url>
</organization>

<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.7.0</version>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
</plugins>
</pluginManagement>
<plugins>
</plugins>
</build>
</project>
52 changes: 52 additions & 0 deletions website/1.4.2/src/site/apt/privacy-policy.apt
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
----
Privacy Policy
-----
Olivier Lamy
-----
2013-02-04
-----

~~ Licensed to the Apache Software Foundation (ASF) under one
~~ or more contributor license agreements. See the NOTICE file
~~ distributed with this work for additional information
~~ regarding copyright ownership. The ASF licenses this file
~~ to you under the Apache License, Version 2.0 (the
~~ "License"); you may not use this file except in compliance
~~ with the License. You may obtain a copy of the License at
~~
~~ http://www.apache.org/licenses/LICENSE-2.0
~~
~~ Unless required by applicable law or agreed to in writing,
~~ software distributed under the License is distributed on an
~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~~ KIND, either express or implied. See the License for the
~~ specific language governing permissions and limitations
~~ under the License.

Privacy Policy

Information about your use of this website is collected using server access logs and a tracking cookie. The
collected information consists of the following:

[[1]] The IP address from which you access the website;

[[2]] The type of browser and operating system you use to access our site;

[[3]] The date and time you access our site;

[[4]] The pages you visit; and

[[5]] The addresses of pages from where you followed a link to our site.

[]

Part of this information is gathered using a tracking cookie set by the
{{{http://www.google.com/analytics/}Google Analytics}} service and handled by Google as described in their
{{{http://www.google.com/privacy.html}privacy policy}}. See your browser documentation for instructions on how to
disable the cookie if you prefer not to share this data with Google.

We use the gathered information to help us make our site more useful to visitors and to better understand how and
when our site is used. We do not track or collect personally identifiable information or associate gathered data
with any personally identifying information from other sources.

By using this website, you consent to the collection of this data in the manner and for the purpose described above.
68 changes: 68 additions & 0 deletions website/1.4.2/src/site/apt/releasenotes/release-1.4.2.apt
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
-----
Release Notes for Apache Helix 1.4.2
-----

~~ Licensed to the Apache Software Foundation (ASF) under one
~~ or more contributor license agreements. See the NOTICE file
~~ distributed with this work for additional information
~~ regarding copyright ownership. The ASF licenses this file
~~ to you under the Apache License, Version 2.0 (the
~~ "License"); you may not use this file except in compliance
~~ with the License. You may obtain a copy of the License at
~~
~~ http://www.apache.org/licenses/LICENSE-2.0
~~
~~ Unless required by applicable law or agreed to in writing,
~~ software distributed under the License is distributed on an
~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~~ KIND, either express or implied. See the License for the
~~ specific language governing permissions and limitations
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/guides/mini/guide-apt-format.html

Release Notes for Apache Helix 1.4.2

The Apache Helix team would like to announce the release of Apache Helix 1.4.2.

This is the thirty first release under the Apache umbrella, and the twenty seventh as a top-level project.

Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes.

[]

* Major Feature

** Meta Client Support: Introduces support for a generic client required for Helix access, maintaining backward compatibility with the existing Zookeeper client. This enhancement includes additional features such as:

* Generic CRUD APIs: Define a set of generic CRUD APIs, allowing for different implementations based on the storage layer.

* LeaderElection: Simple leader election client to acquire leadership for clients.

* Persistent Watcher: Support persistent watcher for client subscription, avoid event lost.


* Detailed Changes

** Feature

* Support aggregated endpoint for customized stoppable check (#2919)

** Bug Fixes

* Fix helix-rest memory leak (#2960)

* Fix BestPossibleExternalViewVerifier for WAGED resource (#2939)

* Fix new resource causing pipeline NPE when rebalance overwrites required (#2914)

** Improvements

* Pin netty_codec to higher version to address vulnerability. (#2924)

[]

Cheers,
--
The Apache Helix Team
42 changes: 42 additions & 0 deletions website/1.4.2/src/site/markdown/Building.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!---
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

Build Instructions
------------------

### From Source

Requirements: JDK 1.8+, Maven 3.5.0+

```
git clone https://git-wip-us.apache.org/repos/asf/helix.git
cd helix
git checkout tags/helix-1.4.2
mvn install package -DskipTests
```

### Maven Dependency

```
<dependency>
<groupId>org.apache.helix</groupId>
<artifactId>helix-core</artifactId>
<version>1.4.2</version>
</dependency>
```
Loading

0 comments on commit 02da025

Please sign in to comment.