Skip to content

Commit

Permalink
💥 修改项目包名,使用组织域名 org.ballcat 作为前缀
Browse files Browse the repository at this point in the history
link gh-172
  • Loading branch information
Hccake committed Jun 7, 2023
1 parent 3c964ad commit 9b6d4c3
Show file tree
Hide file tree
Showing 625 changed files with 1,437 additions and 1,442 deletions.
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.hccake.ballcat.common.core.compose;
package org.ballcat.common.core.compose;

/**
* 上下文组件, 在接入对应的上下文时(如: spring 的 bean) 便于在 开始和结束时执行对应的方法
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.hccake.ballcat.common.core.constant;
package org.ballcat.common.core.constant;

/**
* @author Hccake 2020/6/9 17:17
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.hccake.ballcat.common.core.constant;
package org.ballcat.common.core.constant;

/**
* @author Hccake 2019/10/31 11:55
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.hccake.ballcat.common.core.constant;
package org.ballcat.common.core.constant;

import com.hccake.ballcat.common.core.https.CompatibleSSLFactory;
import com.hccake.ballcat.common.core.https.SSLSocketFactoryInitException;
import org.ballcat.common.core.https.CompatibleSSLFactory;
import org.ballcat.common.core.https.SSLSocketFactoryInitException;
import lombok.experimental.UtilityClass;

import javax.net.ssl.HostnameVerifier;
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.hccake.ballcat.common.core.constant;
package org.ballcat.common.core.constant;

/**
* MDC 相关常量
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.hccake.ballcat.common.core.constant.enums;
package org.ballcat.common.core.constant.enums;

import lombok.AllArgsConstructor;

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.hccake.ballcat.common.core.constant.enums;
package org.ballcat.common.core.constant.enums;

import lombok.AllArgsConstructor;
import lombok.Getter;
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.hccake.ballcat.common.core.exception;
package org.ballcat.common.core.exception;

import cn.hutool.core.text.CharSequenceUtil;
import com.hccake.ballcat.common.model.result.ResultCode;
import org.ballcat.common.model.result.ResultCode;
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.hccake.ballcat.common.core.exception;
package org.ballcat.common.core.exception;

import com.hccake.ballcat.common.model.result.SystemResultCode;
import org.ballcat.common.model.result.SystemResultCode;

/**
* sql防注入校验异常
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.hccake.ballcat.common.core.exception.handler;
package org.ballcat.common.core.exception.handler;

/**
* 异常日志处理类
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.hccake.ballcat.common.core.https;
package org.ballcat.common.core.https;

import com.hccake.ballcat.common.core.constant.HttpsConstants;
import com.hccake.ballcat.common.util.ArrayUtils;
import org.ballcat.common.core.constant.HttpsConstants;
import org.ballcat.common.util.ArrayUtils;

import javax.net.ssl.KeyManager;
import javax.net.ssl.SSLContext;
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.hccake.ballcat.common.core.https;
package org.ballcat.common.core.https;

/**
* @author lingting 2023/2/1 14:29
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.hccake.ballcat.common.core.jackson;
package org.ballcat.common.core.jackson;

import cn.hutool.core.date.DatePattern;
import com.fasterxml.jackson.databind.module.SimpleModule;
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.hccake.ballcat.common.core.jackson;
package org.ballcat.common.core.jackson;

import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.JsonSerializer;
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.hccake.ballcat.common.core.jackson;
package org.ballcat.common.core.jackson;

import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.JsonSerializer;
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.hccake.ballcat.common.core.jackson;
package org.ballcat.common.core.jackson;

import com.fasterxml.jackson.databind.BeanProperty;
import com.fasterxml.jackson.databind.JavaType;
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.hccake.ballcat.common.core.jackson;
package org.ballcat.common.core.jackson;

import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.JsonSerializer;
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.hccake.ballcat.common.core.request.wrapper;
package org.ballcat.common.core.request.wrapper;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRequestWrapper;
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.hccake.ballcat.common.core.request.wrapper;
package org.ballcat.common.core.request.wrapper;

import lombok.extern.slf4j.Slf4j;
import org.springframework.util.ObjectUtils;
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.hccake.ballcat.common.core.spring;
package org.ballcat.common.core.spring;

import org.springframework.beans.BeansException;
import org.springframework.beans.factory.config.BeanPostProcessor;
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.hccake.ballcat.common.core.spring.compose;
package org.ballcat.common.core.spring.compose;

import com.hccake.ballcat.common.core.compose.ContextComponent;
import com.hccake.ballcat.common.core.spring.BallcatBeanPostProcessor;
import org.ballcat.common.core.compose.ContextComponent;
import org.ballcat.common.core.spring.BallcatBeanPostProcessor;
import org.springframework.stereotype.Component;

/**
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.hccake.ballcat.common.core.spring.compose;
package org.ballcat.common.core.spring.compose;

import com.hccake.ballcat.common.core.compose.ContextComponent;
import org.ballcat.common.core.compose.ContextComponent;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.context.ApplicationContext;
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.hccake.ballcat.common.core.thread;
package org.ballcat.common.core.thread;

import lombok.extern.slf4j.Slf4j;

Expand All @@ -38,7 +38,7 @@ public void put(T t) {
queue.put(t);
}
catch (InterruptedException e) {
Thread.currentThread().interrupt();
currentThread().interrupt();
}
catch (Exception e) {
log.error("{} put Object error, param: {}", this.getClass().toString(), t, e);
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.hccake.ballcat.common.core.thread;
package org.ballcat.common.core.thread;

import com.hccake.ballcat.common.lock.JavaReentrantLock;
import org.ballcat.common.lock.JavaReentrantLock;
import lombok.extern.slf4j.Slf4j;

import java.util.Comparator;
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.hccake.ballcat.common.core.thread;
package org.ballcat.common.core.thread;

import com.hccake.ballcat.common.core.compose.ContextComponent;
import org.ballcat.common.core.compose.ContextComponent;
import lombok.extern.slf4j.Slf4j;
import org.springframework.util.CollectionUtils;

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.hccake.ballcat.common.core.thread;
package org.ballcat.common.core.thread;

import com.hccake.ballcat.common.core.compose.ContextComponent;
import org.ballcat.common.core.compose.ContextComponent;
import lombok.extern.slf4j.Slf4j;

/**
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.hccake.ballcat.common.core.thread;
package org.ballcat.common.core.thread;

import com.hccake.ballcat.common.core.compose.ContextComponent;
import org.ballcat.common.core.compose.ContextComponent;
import lombok.extern.slf4j.Slf4j;

import java.util.concurrent.TimeUnit;
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.hccake.ballcat.common.core.util;
package org.ballcat.common.core.util;

import lombok.experimental.UtilityClass;
import lombok.extern.slf4j.Slf4j;
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.hccake.ballcat.common.core.validation;
package org.ballcat.common.core.validation;

import org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator;
import org.hibernate.validator.spi.resourceloading.ResourceBundleLocator;
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.hccake.ballcat.common.core.validation.constraints;
package org.ballcat.common.core.validation.constraints;

import com.hccake.ballcat.common.core.validation.validator.EnumValueValidatorOfClass;
import org.ballcat.common.core.validation.validator.EnumValueValidatorOfClass;

import javax.validation.Constraint;
import javax.validation.Payload;
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.hccake.ballcat.common.core.validation.constraints;
package org.ballcat.common.core.validation.constraints;

import com.hccake.ballcat.common.core.validation.validator.EnumValueValidatorOfInt;
import org.ballcat.common.core.validation.validator.EnumValueValidatorOfInt;

import javax.validation.Constraint;
import javax.validation.Payload;
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.hccake.ballcat.common.core.validation.constraints;
package org.ballcat.common.core.validation.constraints;

import com.hccake.ballcat.common.core.validation.validator.EnumValueValidatorOfString;
import org.ballcat.common.core.validation.validator.EnumValueValidatorOfString;

import javax.validation.Constraint;
import javax.validation.Payload;
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.hccake.ballcat.common.core.validation.constraints;
package org.ballcat.common.core.validation.constraints;

import com.hccake.ballcat.common.core.validation.validator.ValueOfEnumValidator;
import org.ballcat.common.core.validation.validator.ValueOfEnumValidator;

import javax.validation.Constraint;
import javax.validation.Payload;
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.hccake.ballcat.common.core.validation.group;
package org.ballcat.common.core.validation.group;

/**
* Validation Group,新建时校验
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.hccake.ballcat.common.core.validation.group;
package org.ballcat.common.core.validation.group;

/**
* Validation Group,更新时校验
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.hccake.ballcat.common.core.validation.validator;
package org.ballcat.common.core.validation.validator;

import com.hccake.ballcat.common.core.validation.constraints.OneOfClasses;
import org.ballcat.common.core.validation.constraints.OneOfClasses;

import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
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.hccake.ballcat.common.core.validation.validator;
package org.ballcat.common.core.validation.validator;

import com.hccake.ballcat.common.core.validation.constraints.OneOfInts;
import org.ballcat.common.core.validation.constraints.OneOfInts;

import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
Expand Down
Loading

0 comments on commit 9b6d4c3

Please sign in to comment.