+
Skip to content

Release timecho 3.2.0 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
151 changes: 103 additions & 48 deletions pom.xml

Large diffs are not rendered by default.

67 changes: 35 additions & 32 deletions ratis-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@
See the License for the specific language governing permissions and
limitations under the License. See accompanying LICENSE file.
-->
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>3.2.0-SNAPSHOT</version>
<groupId>com.timecho.ratis</groupId>
<version>3.2.0</version>
</parent>

<artifactId>ratis-assembly</artifactId>
<name>Apache Ratis Project Assembly</name>
<name>Timecho Ratis based on Apache Project Assembly</name>

<packaging>pom</packaging>

Expand All @@ -39,7 +41,7 @@

<build>
<plugins>
<!-- licensing info from our dependencies -->
<!-- licensing info from our dependencies -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
Expand Down Expand Up @@ -187,116 +189,116 @@
<artifactId>ratis-thirdparty-misc</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
<artifactId>ratis-resource-bundle</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
</dependency>
<dependency>
<artifactId>ratis-docs</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
</dependency>
<dependency>
<artifactId>ratis-proto</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
</dependency>
<dependency>
<artifactId>ratis-common</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
</dependency>
<dependency>
<artifactId>ratis-common</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
<type>test-jar</type>
</dependency>

<dependency>
<artifactId>ratis-client</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
</dependency>
<dependency>
<artifactId>ratis-client</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
<type>test-jar</type>
</dependency>
<dependency>
<artifactId>ratis-server-api</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
</dependency>
<dependency>
<artifactId>ratis-server</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
</dependency>
<dependency>
<artifactId>ratis-server</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
<type>test-jar</type>
</dependency>

<dependency>
<artifactId>ratis-grpc</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
</dependency>
<dependency>
<artifactId>ratis-grpc</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
<type>test-jar</type>
</dependency>

<dependency>
<artifactId>ratis-netty</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
</dependency>
<dependency>
<artifactId>ratis-netty</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
<type>test-jar</type>
</dependency>

<dependency>
<artifactId>ratis-test</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
</dependency>
<dependency>
<artifactId>ratis-test</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
<type>test-jar</type>
</dependency>

<dependency>
<artifactId>ratis-examples</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
</dependency>
<dependency>
<artifactId>ratis-examples</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
<type>test-jar</type>
</dependency>

<dependency>
<artifactId>ratis-replicated-map</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
</dependency>
<dependency>
<artifactId>ratis-replicated-map</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
<artifactId>ratis-metrics-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
<artifactId>ratis-metrics-default</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
<artifactId>ratis-tools</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
<artifactId>ratis-shell</artifactId>
</dependency>
</dependencies>
Expand Down Expand Up @@ -343,7 +345,8 @@
<arguments>
<argument>bash</argument>
<argument>-c</argument>
<argument>cat maven-shared-archive-resources/META-INF/NOTICE `find ${project.build.directory}/dependency -iname NOTICE -or -iname NOTICE.txt`</argument>
<argument>cat maven-shared-archive-resources/META-INF/NOTICE `find
${project.build.directory}/dependency -iname NOTICE -or -iname NOTICE.txt`</argument>
</arguments>
<outputFile>${project.build.directory}/NOTICE.aggregate</outputFile>
<workingDirectory>${project.build.directory}</workingDirectory>
Expand All @@ -355,4 +358,4 @@
</build>
</profile>
</profiles>
</project>
</project>
18 changes: 10 additions & 8 deletions ratis-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@
See the License for the specific language governing permissions and
limitations under the License. See accompanying LICENSE file.
-->
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>3.2.0-SNAPSHOT</version>
<groupId>com.timecho.ratis</groupId>
<version>3.2.0</version>
</parent>

<artifactId>ratis-client</artifactId>
<name>Apache Ratis Client</name>
<name>Timecho Ratis based on Apache Client</name>

<properties>
<!-- no tests in this module so far -->
Expand All @@ -35,17 +37,17 @@
</dependency>
<dependency>
<artifactId>ratis-proto</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
</dependency>

<dependency>
<artifactId>ratis-common</artifactId>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
</project>
</project>
14 changes: 8 additions & 6 deletions ratis-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,26 @@
See the License for the specific language governing permissions and
limitations under the License. See accompanying LICENSE file.
-->
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>3.2.0-SNAPSHOT</version>
<groupId>com.timecho.ratis</groupId>
<version>3.2.0</version>
</parent>

<artifactId>ratis-common</artifactId>
<name>Apache Ratis Common</name>
<name>Timecho Ratis based on Apache Common</name>

<dependencies>
<dependency>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-thirdparty-misc</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ratis</groupId>
<groupId>com.timecho.ratis</groupId>
<artifactId>ratis-proto</artifactId>
</dependency>

Expand Down Expand Up @@ -70,4 +72,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
13 changes: 6 additions & 7 deletions ratis-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,22 @@
limitations under the License. See accompanying LICENSE file.
-->
<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
https://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>3.2.0-SNAPSHOT</version>
<groupId>com.timecho.ratis</groupId>
<version>3.2.0</version>
</parent>

<artifactId>ratis-docs</artifactId>
<name>Apache Ratis Documentation</name>
<name>Timecho Ratis based on Apache Documentation</name>
<packaging>jar</packaging>

<properties>
<!-- no testable code in this module -->
<skipTests>true</skipTests>
</properties>

</project>
</project>
30 changes: 30 additions & 0 deletions ratis-docs/src/main/javadoc/dummy.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/*
* 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.
*/
package javadoc;

/**
* Dummy class for Javadoc generation.
*/
public class dummy{
/**
* Dummy method for Javadoc generation.
*/
public void dummyMethod() {
// This is a dummy method for Javadoc generation.
}
}
Loading
Loading
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载