Skip to content

Commit

Permalink
Merge branch 'apache:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
sadadw1 authored Sep 13, 2024
2 parents 8f61d3f + e264094 commit c3e8b90
Show file tree
Hide file tree
Showing 289 changed files with 742 additions and 741 deletions.
7 changes: 4 additions & 3 deletions ozhera-app/app-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
<groupId>run.mone</groupId>
<groupId>org.apache.ozhera</groupId>
<artifactId>ozhera-app</artifactId>
<version>1.4-jdk21-4</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>app-api</artifactId>
<version>${hera-app.release.version}</version>

<dependencies>
<dependency>
<groupId>run.mone</groupId>
<groupId>org.apache.ozhera</groupId>
<artifactId>app-common</artifactId>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.message;
package org.apache.ozhera.app.api.message;

import com.google.gson.JsonObject;
import com.xiaomi.mone.app.api.model.HeraAppBaseInfoModel;
import org.apache.ozhera.app.api.model.HeraAppBaseInfoModel;
import lombok.Data;
import lombok.ToString;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.message;
package org.apache.ozhera.app.api.message;

import java.io.Serializable;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.model;
package org.apache.ozhera.app.api.model;

import lombok.Data;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.model;
package org.apache.ozhera.app.api.model;

import lombok.Data;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.model;
package org.apache.ozhera.app.api.model;

import lombok.Data;
import lombok.ToString;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.model;
package org.apache.ozhera.app.api.model;

import lombok.AllArgsConstructor;
import lombok.Builder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.model;
package org.apache.ozhera.app.api.model;

import com.xiaomi.mone.app.enums.OperateEnum;
import org.apache.ozhera.app.enums.OperateEnum;
import lombok.Data;

import java.io.Serializable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.model;
package org.apache.ozhera.app.api.model;

import lombok.Data;
import lombok.ToString;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.model;
package org.apache.ozhera.app.api.model;

import lombok.AllArgsConstructor;
import lombok.Builder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.model.project.group;
package org.apache.ozhera.app.api.model.project.group;

import lombok.Data;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.model.project.group;
package org.apache.ozhera.app.api.model.project.group;

import lombok.Data;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.model.project.group;
package org.apache.ozhera.app.api.model.project.group;

import lombok.Data;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.model.project.group;
package org.apache.ozhera.app.api.model.project.group;

import lombok.Data;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.model.project.group;
package org.apache.ozhera.app.api.model.project.group;

import lombok.Data;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.response;
package org.apache.ozhera.app.api.response;

import lombok.Data;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.response;
package org.apache.ozhera.app.api.response;

import lombok.Data;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.service;
package org.apache.ozhera.app.api.service;

import com.xiaomi.mone.app.api.model.HeraAppEnvData;
import com.xiaomi.mone.app.api.model.HeraSimpleEnv;
import org.apache.ozhera.app.api.model.HeraAppEnvData;
import org.apache.ozhera.app.api.model.HeraSimpleEnv;

import java.util.List;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.service;
package org.apache.ozhera.app.api.service;

import com.xiaomi.mone.app.api.model.HeraAppBaseInfoModel;
import com.xiaomi.mone.app.api.model.HeraAppBaseInfoParticipant;
import com.xiaomi.mone.app.api.model.HeraAppBaseQuery;
import com.xiaomi.mone.app.api.model.HeraAppRoleModel;
import com.xiaomi.mone.app.api.response.AppBaseInfo;
import org.apache.ozhera.app.api.model.HeraAppBaseInfoModel;
import org.apache.ozhera.app.api.model.HeraAppBaseInfoParticipant;
import org.apache.ozhera.app.api.model.HeraAppBaseQuery;
import org.apache.ozhera.app.api.model.HeraAppRoleModel;
import org.apache.ozhera.app.api.response.AppBaseInfo;

import java.util.List;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.service;
package org.apache.ozhera.app.api.service;

import com.xiaomi.mone.app.common.Result;
import org.apache.ozhera.app.common.Result;

/**
* @author gaoxihui
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.api.service;
package org.apache.ozhera.app.api.service;

import com.xiaomi.mone.app.api.model.HeraAppBaseInfoModel;
import com.xiaomi.mone.app.api.model.project.group.HeraProjectGroupDataRequest;
import com.xiaomi.mone.app.api.model.project.group.HeraProjectGroupModel;
import com.xiaomi.mone.app.api.model.project.group.ProjectGroupTreeNode;
import com.xiaomi.mone.app.common.Result;
import org.apache.ozhera.app.api.model.HeraAppBaseInfoModel;
import org.apache.ozhera.app.api.model.project.group.HeraProjectGroupDataRequest;
import org.apache.ozhera.app.api.model.project.group.HeraProjectGroupModel;
import org.apache.ozhera.app.api.model.project.group.ProjectGroupTreeNode;
import org.apache.ozhera.app.common.Result;

import java.util.List;

Expand Down
5 changes: 3 additions & 2 deletions ozhera-app/app-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
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">
<parent>
<groupId>run.mone</groupId>
<groupId>org.apache.ozhera</groupId>
<artifactId>ozhera-app</artifactId>
<version>1.4-jdk21-4</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>app-common</artifactId>
<version>${hera-app.release.version}</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.common;
package org.apache.ozhera.app.common;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.common;
package org.apache.ozhera.app.common;

import com.xiaomi.mone.app.enums.CommonError;
import com.xiaomi.mone.app.exception.AppException;
import org.apache.ozhera.app.enums.CommonError;
import org.apache.ozhera.app.exception.AppException;
import lombok.Data;

import java.io.Serializable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.enums;
package org.apache.ozhera.app.enums;

import lombok.Getter;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.enums;
package org.apache.ozhera.app.enums;

/**
* @author wtt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.enums;
package org.apache.ozhera.app.enums;

/**
* @author wtt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.enums;
package org.apache.ozhera.app.enums;

import lombok.Getter;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.enums;
package org.apache.ozhera.app.enums;

/**
* @author wtt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.enums;
package org.apache.ozhera.app.enums;

/**
* @author wtt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.enums;
package org.apache.ozhera.app.enums;

import lombok.Getter;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.enums;
package org.apache.ozhera.app.enums;

import lombok.Getter;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.exception;
package org.apache.ozhera.app.exception;

import com.xiaomi.mone.app.enums.CommonError;
import org.apache.ozhera.app.enums.CommonError;

/**
* @author wtt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.model;
package org.apache.ozhera.app.model;

import lombok.Data;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.model.vo;
package org.apache.ozhera.app.model.vo;

import com.xiaomi.mone.app.model.BaseCommon;
import org.apache.ozhera.app.model.BaseCommon;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xiaomi.mone.app.model.vo;
package org.apache.ozhera.app.model.vo;

import com.xiaomi.mone.app.valid.AddGroup;
import com.xiaomi.mone.app.valid.UpdateGroup;
import org.apache.ozhera.app.valid.AddGroup;
import org.apache.ozhera.app.valid.UpdateGroup;
import lombok.Data;

import javax.validation.constraints.NotEmpty;
Expand Down
Loading

0 comments on commit c3e8b90

Please sign in to comment.