diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 7c3886b87..aab2aca9d 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,4 @@ # These are supported funding model platforms -github: [looly] +github: [Looly] custom: ['https://gitee.com/dromara/hutool', 'https://dromara.gitee.io/donate.html'] diff --git a/bin/check_dependency_updates.sh b/bin/check_dependency_updates.sh index ef15ae518..f2d9f9bb0 100755 --- a/bin/check_dependency_updates.sh +++ b/bin/check_dependency_updates.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2024 Hutool Team and hutool.cn +# Copyright (c) 2013-2025 Hutool Team and hutool.cn # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/cobertura.sh b/bin/cobertura.sh index 43ffa1ad6..ee8d1745b 100755 --- a/bin/cobertura.sh +++ b/bin/cobertura.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2024 Hutool Team and hutool.cn +# Copyright (c) 2013-2025 Hutool Team and hutool.cn # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/commit.sh b/bin/commit.sh index 06730dd1a..493629994 100755 --- a/bin/commit.sh +++ b/bin/commit.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2024 Hutool Team and hutool.cn +# Copyright (c) 2013-2025 Hutool Team and hutool.cn # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/deploy.sh b/bin/deploy.sh index 19060b8b7..09b7ec3a1 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2024 Hutool Team and hutool.cn +# Copyright (c) 2013-2025 Hutool Team and hutool.cn # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/install.sh b/bin/install.sh index 32fba3b65..2cd7d50d6 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2024 Hutool Team and hutool.cn +# Copyright (c) 2013-2025 Hutool Team and hutool.cn # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/javadoc.sh b/bin/javadoc.sh index 9f23321d3..a6cf5032d 100755 --- a/bin/javadoc.sh +++ b/bin/javadoc.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2024 Hutool Team and hutool.cn +# Copyright (c) 2013-2025 Hutool Team and hutool.cn # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,8 +16,13 @@ # limitations under the License. # +bin_home="$(dirname ${BASH_SOURCE[0]})" + # show Hutool logo -"$(dirname ${BASH_SOURCE[0]})"/logo.sh +$bin_home/logo.sh # 多模块聚合文档,生成在target/site/apidocs exec mvn javadoc:aggregate + +# 拷贝自定义的index.html到聚合文档目录 +cp -vf $bin_home/../docs/apidocs/index.html $bin_home/../target/reports/apidocs/ diff --git a/bin/logo.sh b/bin/logo.sh index ed38e86bb..e2e2a2b8a 100755 --- a/bin/logo.sh +++ b/bin/logo.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2024 Hutool Team and hutool.cn +# Copyright (c) 2013-2025 Hutool Team and hutool.cn # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/package.sh b/bin/package.sh index 813d7c67b..96c65fa41 100755 --- a/bin/package.sh +++ b/bin/package.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2024 Hutool Team and hutool.cn +# Copyright (c) 2013-2025 Hutool Team and hutool.cn # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/push_dev.sh b/bin/push_dev.sh index 1de633dc0..7b8fa71b8 100755 --- a/bin/push_dev.sh +++ b/bin/push_dev.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2024 Hutool Team and hutool.cn +# Copyright (c) 2013-2025 Hutool Team and hutool.cn # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/push_master.sh b/bin/push_master.sh index fc9682954..a212acd2d 100755 --- a/bin/push_master.sh +++ b/bin/push_master.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2024 Hutool Team and hutool.cn +# Copyright (c) 2013-2025 Hutool Team and hutool.cn # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/replaceVersion.sh b/bin/replaceVersion.sh index c4e2ae7f4..194873aed 100755 --- a/bin/replaceVersion.sh +++ b/bin/replaceVersion.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2024 Hutool Team and hutool.cn +# Copyright (c) 2013-2025 Hutool Team and hutool.cn # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/simple_install.sh b/bin/simple_install.sh index 0050341f9..11aa23dfe 100755 --- a/bin/simple_install.sh +++ b/bin/simple_install.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2024 Hutool Team and hutool.cn +# Copyright (c) 2013-2025 Hutool Team and hutool.cn # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/sync.sh b/bin/sync.sh index 0df8ae090..05b998887 100644 --- a/bin/sync.sh +++ b/bin/sync.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2024 Hutool Team and hutool.cn +# Copyright (c) 2013-2025 Hutool Team and hutool.cn # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/test.sh b/bin/test.sh index 4cc6150a3..90b36e163 100755 --- a/bin/test.sh +++ b/bin/test.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2024 Hutool Team and hutool.cn +# Copyright (c) 2013-2025 Hutool Team and hutool.cn # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/update_version.sh b/bin/update_version.sh index 785f8f5b1..1f78fb422 100755 --- a/bin/update_version.sh +++ b/bin/update_version.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2024 Hutool Team and hutool.cn +# Copyright (c) 2013-2025 Hutool Team and hutool.cn # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docs/apidocs/index.html b/docs/apidocs/index.html index f5bc1c579..a97f3b4da 100644 --- a/docs/apidocs/index.html +++ b/docs/apidocs/index.html @@ -1,5 +1,5 @@ + diff --git a/hutool-core/src/test/resources/multi_line.properties b/hutool-core/src/test/resources/multi_line.properties index 432d0997a..e06d2e75e 100755 --- a/hutool-core/src/test/resources/multi_line.properties +++ b/hutool-core/src/test/resources/multi_line.properties @@ -1,3 +1,19 @@ +# +# Copyright (c) 2025 Hutool Team and hutool.cn +# +# Licensed 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. +# + test1 test2=a\ bc\ diff --git a/hutool-core/src/test/resources/multi_line_crlf.properties b/hutool-core/src/test/resources/multi_line_crlf.properties index 12b8b1c9a..ae97ac483 100755 --- a/hutool-core/src/test/resources/multi_line_crlf.properties +++ b/hutool-core/src/test/resources/multi_line_crlf.properties @@ -1,3 +1,19 @@ +# +# Copyright (c) 2025 Hutool Team and hutool.cn +# +# Licensed 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. +# + test1 test2=a\ bc\ diff --git a/hutool-core/src/test/resources/test.properties b/hutool-core/src/test/resources/test.properties index a446e547f..29cc0c7f0 100644 --- a/hutool-core/src/test/resources/test.properties +++ b/hutool-core/src/test/resources/test.properties @@ -1,3 +1,19 @@ +# +# Copyright (c) 2025 Hutool Team and hutool.cn +# +# Licensed 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. +# + #-------------------------------------------- # 配置文件测试 #-------------------------------------------- diff --git a/hutool-core/src/test/resources/test.xml b/hutool-core/src/test/resources/test.xml index 7abacf8de..15f27ce8b 100644 --- a/hutool-core/src/test/resources/test.xml +++ b/hutool-core/src/test/resources/test.xml @@ -1,6 +1,6 @@ * } * - * @author looly + * @author Looly * */ package org.dromara.hutool.json; diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/reader/JSONParser.java b/hutool-json/src/main/java/org/dromara/hutool/json/reader/JSONParser.java index e3f3c32a3..f98ececb6 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/reader/JSONParser.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/reader/JSONParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ import java.util.function.Predicate; * 字符串 -------------> JSONPrimitive * } * - * @author looly + * @author Looly * @since 6.0.0 */ public class JSONParser { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/reader/JSONTokener.java b/hutool-json/src/main/java/org/dromara/hutool/json/reader/JSONTokener.java index b91da2ad0..a1ab1ff1f 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/reader/JSONTokener.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/reader/JSONTokener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/reader/package-info.java b/hutool-json/src/main/java/org/dromara/hutool/json/reader/package-info.java index acf025214..fc34b5e72 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/reader/package-info.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/reader/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/JSONContext.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/JSONContext.java index 71b362a27..d4de8618d 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/JSONContext.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/JSONContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ import org.dromara.hutool.json.*; /** * JSON序列化上下文,用于获取当前JSON对象,以便在序列化过程中获取配置信息 * - * @author looly + * @author Looly * @since 6.0.0 */ public interface JSONContext { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/JSONDeserializer.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/JSONDeserializer.java index 4da9d2909..1a5315d9b 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/JSONDeserializer.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/JSONDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/JSONMapper.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/JSONMapper.java index 7291128dc..67a0d9bef 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/JSONMapper.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/JSONMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ import java.util.Optional; * 转换依赖于{@link JSONSerializer}和{@link JSONDeserializer}的实现,通过{@link TypeAdapterManager}统一管理
* 序列化和反序列化定义于两个作用域,首先查找本类中定义的,如果没有,使用{@link TypeAdapterManager#getInstance()} 查找全局定义的。 * - * @author looly + * @author Looly * @since 6.0.0 */ public class JSONMapper implements Serializable { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/JSONSerializer.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/JSONSerializer.java index dd3c33c8a..1449ff655 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/JSONSerializer.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/JSONSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/MatcherJSONDeserializer.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/MatcherJSONDeserializer.java index 539c65b7d..986fab3ce 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/MatcherJSONDeserializer.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/MatcherJSONDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ import java.lang.reflect.Type; * 匹配方法返回true表示匹配,反序列化器将执行反序列化操作 * * @param 反序列化结果类型 - * @author looly + * @author Looly * @since 6.0.0 */ public interface MatcherJSONDeserializer extends JSONDeserializer { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/MatcherJSONSerializer.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/MatcherJSONSerializer.java index f1359f296..2fa4cc2e9 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/MatcherJSONSerializer.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/MatcherJSONSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/SimpleJSONContext.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/SimpleJSONContext.java index 9fd1c47ff..2989ef326 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/SimpleJSONContext.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/SimpleJSONContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ import org.dromara.hutool.json.JSONFactory; /** * 简单的JSON上下文,用于在JSON序列化时提供配置项 * - * @author looly + * @author Looly * @since 6.0.0 */ public class SimpleJSONContext implements JSONContext { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/TypeAdapter.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/TypeAdapter.java index 92ca0aea9..4d7f88dea 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/TypeAdapter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/TypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/TypeAdapterManager.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/TypeAdapterManager.java index b52f1dc26..8ba635ea9 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/TypeAdapterManager.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/TypeAdapterManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -48,7 +48,7 @@ import java.util.Set; *
  • 实例模式: 使用{@link TypeAdapterManager#of()}创建实例,局部可用,不加载默认的转换器。
  • * * - * @author looly + * @author Looly * @since 6.0.0 */ public class TypeAdapterManager { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ArrayTypeAdapter.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ArrayTypeAdapter.java index 4ae701655..172a02d1c 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ArrayTypeAdapter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ArrayTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ import java.util.Map; /** * Map.Entry反序列化器,用于将JSON对象转换为Map.Entry对象。 * - * @author looly + * @author Looly * @since 6.0.0 */ public class ArrayTypeAdapter implements MatcherJSONSerializer, MatcherJSONDeserializer { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/BeanTypeAdapter.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/BeanTypeAdapter.java index 245aabb05..9bccc4c7b 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/BeanTypeAdapter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/BeanTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -38,7 +38,7 @@ import java.lang.reflect.Type; /** * Bean对象适配器,将Bean对象序列化为JSONObject,反序列化为Bean对象 * - * @author looly + * @author Looly * @since 6.0.0 */ public class BeanTypeAdapter implements MatcherJSONSerializer, MatcherJSONDeserializer { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/CalendarTypeAdapter.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/CalendarTypeAdapter.java index b6ddfde9e..43fd94940 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/CalendarTypeAdapter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/CalendarTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ import java.util.Calendar; /** * 日期类型适配器,用于将日期对象转换为给定格式或时间戳 * - * @author looly + * @author Looly * @since 6.0.0 */ public class CalendarTypeAdapter implements MatcherJSONSerializer, MatcherJSONDeserializer { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/CharSequenceTypeAdapter.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/CharSequenceTypeAdapter.java index 017df856e..9936882e3 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/CharSequenceTypeAdapter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/CharSequenceTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ import java.lang.reflect.Type; * * {@link CharSequence}适配器主要解决在JSON的get调用时,如果用户指定为字符串类型转换问题。 * - * @author looly + * @author Looly * @since 6.0.0 */ public class CharSequenceTypeAdapter implements MatcherJSONSerializer, MatcherJSONDeserializer { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ClassTypeAdapter.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ClassTypeAdapter.java index 6b5694af0..c754e3107 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ClassTypeAdapter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ClassTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ import java.lang.reflect.Type; * factory.register(Class.class, ClassTypeAdapter.INSTANCE); * } * - * @author looly + * @author Looly * @since 6.0.0 */ public class ClassTypeAdapter implements JSONSerializer>, JSONDeserializer> { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/DateTypeAdapter.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/DateTypeAdapter.java index a4a176fd3..0ee29b2a2 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/DateTypeAdapter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/DateTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ import java.util.Date; /** * 日期类型适配器,用于将日期对象转换为给定格式或时间戳 * - * @author looly + * @author Looly * @since 6.0.0 */ public class DateTypeAdapter implements MatcherJSONSerializer, MatcherJSONDeserializer { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/DefaultDeserializer.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/DefaultDeserializer.java index bb4f9798b..ec374e5cd 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/DefaultDeserializer.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/DefaultDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ import java.lang.reflect.Type; /** * 默认反序列化器,用于处理未匹配的JSON类型。 * - * @author looly + * @author Looly * @since 6.0.0 */ public class DefaultDeserializer implements JSONDeserializer { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/EntryTypeAdapter.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/EntryTypeAdapter.java index 4d591284d..0504d7d32 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/EntryTypeAdapter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/EntryTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ import java.util.Map; /** * Map.Entry序列化和反序列化器,用于将JSON对象和Map.Entry对象互转。 * - * @author looly + * @author Looly * @since 6.0.0 */ public class EntryTypeAdapter implements MatcherJSONSerializer>, MatcherJSONDeserializer> { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/EnumTypeAdapter.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/EnumTypeAdapter.java index 7b870cef8..669a9b135 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/EnumTypeAdapter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/EnumTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/IterTypeAdapter.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/IterTypeAdapter.java index c12376991..e62561a8e 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/IterTypeAdapter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/IterTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/JSONPrimitiveDeserializer.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/JSONPrimitiveDeserializer.java index 910ab1eef..8e99f75a3 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/JSONPrimitiveDeserializer.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/JSONPrimitiveDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/KBeanDeserializer.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/KBeanDeserializer.java index ca8a42a44..fd2b988d9 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/KBeanDeserializer.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/KBeanDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ import java.lang.reflect.Type; * Kotlin对象反序列化器
    * issue#I5WDP0 对于Kotlin对象,由于参数可能非空限制,导致无法创建一个默认的对象再赋值 * - * @author looly + * @author Looly * @since 6.0.0 */ public class KBeanDeserializer implements MatcherJSONDeserializer { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/MapTypeAdapter.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/MapTypeAdapter.java index bf801dca9..b133825fb 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/MapTypeAdapter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/MapTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ import java.util.Map; /** * Map类型适配器,用于将JSON对象和Map对象互转。 * - * @author looly + * @author Looly * @since 6.0.0 */ public class MapTypeAdapter implements MatcherJSONSerializer>, MatcherJSONDeserializer> { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/PairDeserializer.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/PairDeserializer.java index 73b97d025..ad965dc5b 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/PairDeserializer.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/PairDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/RecordDeserializer.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/RecordDeserializer.java index 8e8068647..77bce4073 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/RecordDeserializer.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/RecordDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ import java.lang.reflect.Type; /** * Record反序列化器,用于将JSON对象转换为Record类型对象。 * - * @author looly + * @author Looly * @since 6.0.0 */ public class RecordDeserializer implements MatcherJSONDeserializer { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ResourceBundleSerializer.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ResourceBundleSerializer.java index 9c2bf4ed4..1f7dea2b5 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ResourceBundleSerializer.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ResourceBundleSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ import java.util.ResourceBundle; /** * {@link ResourceBundle}序列化器 * - * @author looly + * @author Looly * @since 6.0.0 */ public class ResourceBundleSerializer implements MatcherJSONSerializer { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ResourceSerializer.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ResourceSerializer.java index 6d7e4f92b..f2b2c6a1b 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ResourceSerializer.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ResourceSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ import org.dromara.hutool.json.serializer.MatcherJSONSerializer; /** * {@link Resource}序列化器 * - * @author looly + * @author Looly * @since 6.0.0 */ public class ResourceSerializer implements MatcherJSONSerializer { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TemporalTypeAdapter.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TemporalTypeAdapter.java index 9ba22fa6f..fad45dbbe 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TemporalTypeAdapter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TemporalTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ import java.time.temporal.TemporalAccessor; *
  • LocalTime
  • * * - * @author looly + * @author Looly */ public class TemporalTypeAdapter implements MatcherJSONSerializer, MatcherJSONDeserializer { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ThrowableTypeAdapter.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ThrowableTypeAdapter.java index 2350fedbf..c5d009a42 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ThrowableTypeAdapter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/ThrowableTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ import java.lang.reflect.Type; /** * Throwable类型适配器,用于将Throwable对象转换为JSON对象 * - * @author looly + * @author Looly * @since 6.0.0 */ public class ThrowableTypeAdapter implements MatcherJSONSerializer, MatcherJSONDeserializer { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TimeZoneTypeAdapter.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TimeZoneTypeAdapter.java index b2a135e01..91f06aa59 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TimeZoneTypeAdapter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TimeZoneTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ import java.util.TimeZone; /** * 时区类型适配器 * - * @author looly + * @author Looly * @since 6.0.0 */ public class TimeZoneTypeAdapter implements MatcherJSONSerializer, MatcherJSONDeserializer { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TokenerSerializer.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TokenerSerializer.java index 967a2252c..d57ab29ff 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TokenerSerializer.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TokenerSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ import java.io.Reader; /** * JSONTokener及其读取流的JSON序列化器实现 * - * @author looly + * @author Looly * @since 6.0.0 */ public class TokenerSerializer implements MatcherJSONSerializer { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TripleDeserializer.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TripleDeserializer.java index 7a84e159d..3062a501e 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TripleDeserializer.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TripleDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TupleDeserializer.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TupleDeserializer.java index dc626b0fd..a57ece6b1 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TupleDeserializer.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/TupleDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/package-info.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/package-info.java index c41af8da6..18413d78c 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/package-info.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/impl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/package-info.java b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/package-info.java index 667479adc..97855e80f 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/serializer/package-info.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/serializer/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/support/BeanToJSONCopier.java b/hutool-json/src/main/java/org/dromara/hutool/json/support/BeanToJSONCopier.java index b31ed835d..107ce2adf 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/support/BeanToJSONCopier.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/support/BeanToJSONCopier.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ import java.util.function.Predicate; /** * Bean转JSON对象复制器 * - * @author looly + * @author Looly * @since 6.0.0 */ public class BeanToJSONCopier implements Copier { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/support/InternalJSONUtil.java b/hutool-json/src/main/java/org/dromara/hutool/json/support/InternalJSONUtil.java index 17931addf..fefda2470 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/support/InternalJSONUtil.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/support/InternalJSONUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/support/JSONFormatStyle.java b/hutool-json/src/main/java/org/dromara/hutool/json/support/JSONFormatStyle.java index 2e813e0be..d3d7cc3b0 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/support/JSONFormatStyle.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/support/JSONFormatStyle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ import org.dromara.hutool.core.text.StrUtil; /** * JSON格式化风格,用于格式化JSON字符串 * - * @author looly + * @author Looly * @since 6.0.0 */ public class JSONFormatStyle { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/support/JSONNodeBeanFactory.java b/hutool-json/src/main/java/org/dromara/hutool/json/support/JSONNodeBeanFactory.java index 6d51f92c5..be369bc17 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/support/JSONNodeBeanFactory.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/support/JSONNodeBeanFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ import org.dromara.hutool.json.*; /** * JSON节点Bean创建器 * - * @author looly + * @author Looly * @since 6.0.0 */ public class JSONNodeBeanFactory implements NodeBeanFactory { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/support/JSONObjectValueProvider.java b/hutool-json/src/main/java/org/dromara/hutool/json/support/JSONObjectValueProvider.java index f33d8b4e3..2df340c83 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/support/JSONObjectValueProvider.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/support/JSONObjectValueProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/support/JSONStrFormatter.java b/hutool-json/src/main/java/org/dromara/hutool/json/support/JSONStrFormatter.java index 0dd02dfe7..c60215f6d 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/support/JSONStrFormatter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/support/JSONStrFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ import org.dromara.hutool.core.text.StrUtil; * JSON字符串格式化工具,用于简单格式化JSON字符串
    * from http://blog.csdn.net/lovelong8808/article/details/54580278 * - * @author looly + * @author Looly * @since 3.1.2 */ public class JSONStrFormatter { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/support/package-info.java b/hutool-json/src/main/java/org/dromara/hutool/json/support/package-info.java index 2f69d23a9..0f1dc8b4b 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/support/package-info.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/support/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/writer/JSONWriter.java b/hutool-json/src/main/java/org/dromara/hutool/json/writer/JSONWriter.java index 23f223730..2e4b1d8f6 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/writer/JSONWriter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/writer/JSONWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ import java.util.regex.Pattern; * JSON数据写出器
    * 通过简单的append方式将JSON的键值对等信息写出到{@link Writer}中。 * - * @author looly + * @author Looly * @since 5.7.3 */ public class JSONWriter implements Appendable, Flushable, Closeable { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/writer/NumberWriteMode.java b/hutool-json/src/main/java/org/dromara/hutool/json/writer/NumberWriteMode.java index 6d455ee3a..2af52b6a7 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/writer/NumberWriteMode.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/writer/NumberWriteMode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/writer/package-info.java b/hutool-json/src/main/java/org/dromara/hutool/json/writer/package-info.java index 9fee0b355..44e7fd700 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/writer/package-info.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/writer/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/xml/JSONXMLParser.java b/hutool-json/src/main/java/org/dromara/hutool/json/xml/JSONXMLParser.java index 7e01b3197..8c14ac9c2 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/xml/JSONXMLParser.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/xml/JSONXMLParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ import java.util.function.Predicate; /** * XML解析器,将XML解析为JSON对象 * - * @author JSON.org, looly + * @author JSON.org, Looly * @since 5.7.11 */ public class JSONXMLParser { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/xml/JSONXMLSerializer.java b/hutool-json/src/main/java/org/dromara/hutool/json/xml/JSONXMLSerializer.java index e549bb243..c128b52ac 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/xml/JSONXMLSerializer.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/xml/JSONXMLSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ import org.dromara.hutool.json.JSONObject; /** * JSON转XML字符串工具 * - * @author looly + * @author Looly * @since 5.7.11 */ public class JSONXMLSerializer { diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/xml/JSONXMLUtil.java b/hutool-json/src/main/java/org/dromara/hutool/json/xml/JSONXMLUtil.java index bd344f9ce..ea9153ae1 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/xml/JSONXMLUtil.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/xml/JSONXMLUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ import org.dromara.hutool.json.JSONObject; /** * 提供静态方法在XML和JSONObject之间转换 * - * @author JSON.org, looly + * @author JSON.org, Looly * @see JSONXMLParser * @see JSONXMLSerializer */ diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/xml/ParseConfig.java b/hutool-json/src/main/java/org/dromara/hutool/json/xml/ParseConfig.java index a755849f6..bf60a79e8 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/xml/ParseConfig.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/xml/ParseConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/xml/XMLTokener.java b/hutool-json/src/main/java/org/dromara/hutool/json/xml/XMLTokener.java index 82f730900..2c7ba26ed 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/xml/XMLTokener.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/xml/XMLTokener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/xml/package-info.java b/hutool-json/src/main/java/org/dromara/hutool/json/xml/package-info.java index 66f758ef9..7f99875be 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/xml/package-info.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/xml/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,6 +17,6 @@ /** * JSON与XML相互转换封装,基于json.org官方库改造 * - * @author looly + * @author Looly */ package org.dromara.hutool.json.xml; diff --git a/hutool-json/src/main/resources/META-INF/services/org.dromara.hutool.json.engine.JSONEngine b/hutool-json/src/main/resources/META-INF/services/org.dromara.hutool.json.engine.JSONEngine index 9ddedb1dd..22f6e2823 100644 --- a/hutool-json/src/main/resources/META-INF/services/org.dromara.hutool.json.engine.JSONEngine +++ b/hutool-json/src/main/resources/META-INF/services/org.dromara.hutool.json.engine.JSONEngine @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2024 Hutool Team and hutool.cn +# Copyright (c) 2013-2025 Hutool Team and hutool.cn # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONArrayTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONArrayTest.java index f7e498194..b416d57df 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONArrayTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONArrayTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONConvertTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONConvertTest.java index 96d1c8d08..dc02ccf1a 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONConvertTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONConvertTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONDeserializerTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONDeserializerTest.java index 7b7b87bb4..06f20d7f5 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONDeserializerTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONDeserializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONFactoryTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONFactoryTest.java index 471b2418f..77566774b 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONFactoryTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONNullTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONNullTest.java index 166ceb4de..6a6fd8dcf 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONNullTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONNullTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONObjectTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONObjectTest.java index dd29e966f..fd3c217e0 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONObjectTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONObjectTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONPathTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONPathTest.java index 51782b9c4..cbd7b6c56 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONPathTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONPathTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ import org.junit.jupiter.api.Test; /** * JSON路径单元测试 * - * @author looly + * @author Looly * */ public class JSONPathTest { diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONStrFormatterTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONStrFormatterTest.java index 99628b6fe..ca031435e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONStrFormatterTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONStrFormatterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ import org.junit.jupiter.api.Test; /** * JSON字符串格式化单元测试 - * @author looly + * @author Looly * */ public class JSONStrFormatterTest { diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONTokenerTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONTokenerTest.java index 0cfbefadf..050c546f2 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONTokenerTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONTokenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONUtilTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONUtilTest.java index df610cbc1..252bc7b98 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONUtilTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONWriterTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONWriterTest.java index b98e4ef3d..765074366 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONWriterTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONWriterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/ParseBeanWithListTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/ParseBeanWithListTest.java index 9f24309ab..44c09e02e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/ParseBeanWithListTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/ParseBeanWithListTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ import java.util.List; * 测试Bean中嵌套List等对象时是否完整转换
    * 同时测试私有class是否可以有效实例化 * - * @author looly + * @author Looly * */ public class ParseBeanWithListTest { diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/TransientTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/TransientTest.java index d0791eec9..aaab8e06f 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/TransientTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/TransientTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/BeanWithDate.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/BeanWithDate.java index ca70c3f56..00f6bd9f2 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/engine/BeanWithDate.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/BeanWithDate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/BeanWithLocalDate.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/BeanWithLocalDate.java index 367292d4f..432bf5f4e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/engine/BeanWithLocalDate.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/BeanWithLocalDate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/BeanWithLocalDateTime.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/BeanWithLocalDateTime.java index 15812acc8..3d59738d2 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/engine/BeanWithLocalDateTime.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/BeanWithLocalDateTime.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/FastJSONTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/FastJSONTest.java index 0c24d9dda..b1e0c8296 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/engine/FastJSONTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/FastJSONTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/GsonTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/GsonTest.java index e81366ca7..c8c4d7590 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/engine/GsonTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/GsonTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/HutoolJSONTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/HutoolJSONTest.java index 558331377..b3816509e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/engine/HutoolJSONTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/HutoolJSONTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/JSONEngineFactoryTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/JSONEngineFactoryTest.java index 6ce47f1ca..aaa41efd8 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/engine/JSONEngineFactoryTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/JSONEngineFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/JSONEngineTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/JSONEngineTest.java index 35607bb09..c0e7163b9 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/engine/JSONEngineTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/JSONEngineTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/JacksonTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/JacksonTest.java index 41f1b9783..deeac5402 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/engine/JacksonTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/JacksonTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/MoshiTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/MoshiTest.java index 0eed36469..06bd1a553 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/engine/MoshiTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/MoshiTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue1075Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue1075Test.java index 30612d9d2..ecedb592d 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue1075Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue1075Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue1101Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue1101Test.java index 40ecdf82f..e458525f2 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue1101Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue1101Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue1200Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue1200Test.java index fac82c61a..1ace79a55 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue1200Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue1200Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue1399Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue1399Test.java index c1d4e14f8..12a2fbbb1 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue1399Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue1399Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2090Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2090Test.java index 1795740e8..90fed4fa9 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2090Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2090Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2131Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2131Test.java index 2073a8775..a9898a461 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2131Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2131Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2223Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2223Test.java index 283667c81..998988af9 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2223Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2223Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2377Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2377Test.java index 1c4b8f7af..7754111d0 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2377Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2377Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2447Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2447Test.java index c411052cd..a38f2f988 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2447Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2447Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2507Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2507Test.java index 391b6b6d2..08053299c 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2507Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2507Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2555Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2555Test.java index d22304dfe..d9c3ba197 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2555Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2555Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2564Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2564Test.java index fa9973d01..c2a5dcc42 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2564Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2564Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2572Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2572Test.java index 198a8457a..3615667d3 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2572Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2572Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2746Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2746Test.java index b3bdc6a67..f20fc8830 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2746Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2746Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2749Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2749Test.java index 35cead978..eb0b47e86 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2749Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2749Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2801Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2801Test.java index df67e4c67..80deb74a1 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2801Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2801Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2924Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2924Test.java index 0bd5c8128..c52986ee1 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2924Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2924Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2953Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2953Test.java index d89c7e109..2a2dd1e37 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2953Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue2953Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3051Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3051Test.java index 66a0edc85..20da9171f 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3051Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3051Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3058Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3058Test.java index 329460fa0..ee048aba8 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3058Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3058Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3086Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3086Test.java index 243a44941..ee9de53e1 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3086Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3086Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3139Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3139Test.java index 6d26dbc93..0ee5fd256 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3139Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3139Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3193Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3193Test.java index a8c407658..55e341f6a 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3193Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3193Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3274Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3274Test.java index 4c8b20f06..cd3cc8a99 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3274Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3274Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3289Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3289Test.java index 9b33eb95e..490031d6f 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3289Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3289Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3504Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3504Test.java index 35adf1c77..b2655d36e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3504Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3504Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3506Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3506Test.java index 06bbd8bdc..66bd03b47 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3506Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3506Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3588Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3588Test.java index 6b6efc729..b2e594cb3 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3588Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3588Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3619Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3619Test.java index a3bac5d31..c4ec56f32 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3619Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3619Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3649Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3649Test.java index 3b74fb528..d340db8de 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3649Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3649Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3681Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3681Test.java index 1b478d51b..5a9b72467 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3681Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3681Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3795Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3795Test.java index ced0bbd4c..fc67a3e7e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3795Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue3795Test.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2025 Hutool Team and hutool.cn + * + * Licensed 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 org.dromara.hutool.json.issues; import org.dromara.hutool.core.reflect.TypeReference; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue488Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue488Test.java index 0f68cbb59..9c15a96d8 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue488Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue488Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue644Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue644Test.java index 1f5790c94..741e99dad 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue644Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue644Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue677Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue677Test.java index a2083f095..ba8e0b02e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue677Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue677Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue867Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue867Test.java index d8569e16c..2650969a9 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue867Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issue867Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI1AU86Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI1AU86Test.java index 0d94c1fdc..28a333405 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI1AU86Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI1AU86Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI1F8M2Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI1F8M2Test.java index e59ef9722..28cc70698 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI1F8M2Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI1F8M2Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI1H2VNTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI1H2VNTest.java index c4961822c..bc2da1609 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI1H2VNTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI1H2VNTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI3BS4STest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI3BS4STest.java index 77c9fc9e3..7e778bf7c 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI3BS4STest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI3BS4STest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI3EGJPTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI3EGJPTest.java index 3c4911205..79e72982c 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI3EGJPTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI3EGJPTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI49VZBTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI49VZBTest.java index e80211975..ffa14e994 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI49VZBTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI49VZBTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI4RBZ4Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI4RBZ4Test.java index f29cd17ff..7634e1b1d 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI4RBZ4Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI4RBZ4Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI4XFMWTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI4XFMWTest.java index 32b49b63d..c33b456f4 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI4XFMWTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI4XFMWTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI50EGGTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI50EGGTest.java index e110d9491..661323944 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI50EGGTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI50EGGTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI59LW4Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI59LW4Test.java index 02eb5e5fe..9ff386dbc 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI59LW4Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI59LW4Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI5DHK2Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI5DHK2Test.java index 3ad519388..b89543cc1 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI5DHK2Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI5DHK2Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI5OMSCTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI5OMSCTest.java index e7137e459..8a94ff948 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI5OMSCTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI5OMSCTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI676ITTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI676ITTest.java index 6dcb8dbed..b878f2b9b 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI676ITTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI676ITTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI6H0XFTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI6H0XFTest.java index 00b79896f..2316be287 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI6H0XFTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI6H0XFTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI6LBZATest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI6LBZATest.java index f9711edce..f16b8ecda 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI6LBZATest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI6LBZATest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI6SZYBTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI6SZYBTest.java index 5cb111bf5..f31e49fd0 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI6SZYBTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI6SZYBTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI6YN2ATest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI6YN2ATest.java index ccb2841f8..9cd260f41 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI6YN2ATest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI6YN2ATest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI71BE6Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI71BE6Test.java index 5e2d9dfd5..363e3c430 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI71BE6Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI71BE6Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI76CSUTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI76CSUTest.java index a471f5d47..62c86e662 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI76CSUTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI76CSUTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7CW27Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7CW27Test.java index 289bb9f80..61d35fdae 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7CW27Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7CW27Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7FQ29Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7FQ29Test.java index e67bd04da..f5fd57505 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7FQ29Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7FQ29Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7GPGXTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7GPGXTest.java index dc68a26f6..e6654fb3a 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7GPGXTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7GPGXTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7M2GZTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7M2GZTest.java index 06e1832a2..ed2721075 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7M2GZTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7M2GZTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7VM64Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7VM64Test.java index be998612f..78663ea0d 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7VM64Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI7VM64Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI81QZ2Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI81QZ2Test.java index d61c309ef..e0b450353 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI81QZ2Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI81QZ2Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI82AM8Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI82AM8Test.java index 899711e6e..8a3a335a3 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI82AM8Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI82AM8Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI84V6ITest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI84V6ITest.java index 84c2bfcd3..ea6dbc753 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI84V6ITest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI84V6ITest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI8NMP7Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI8NMP7Test.java index ebf0da43a..0b7560d9a 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI8NMP7Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI8NMP7Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI8PC9FTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI8PC9FTest.java index 01604ee1a..4561de96e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI8PC9FTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI8PC9FTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI90ADXTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI90ADXTest.java index fe2edd558..9ec9a647e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI90ADXTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI90ADXTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI9DX5HTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI9DX5HTest.java index 8c511ae21..8058f4f09 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI9DX5HTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI9DX5HTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI9HQQETest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI9HQQETest.java index 9e4d337f0..1c64ba93f 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI9HQQETest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueI9HQQETest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIALQ0NTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIALQ0NTest.java index cf46dbb02..5072c981c 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIALQ0NTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIALQ0NTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIAOPI9Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIAOPI9Test.java index 46ea57b21..f98390143 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIAOPI9Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIAOPI9Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIAP4GMTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIAP4GMTest.java index b146c94ff..33a73ac6c 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIAP4GMTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIAP4GMTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIAW0ITTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIAW0ITTest.java index ba755fdfa..f63b4fe51 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIAW0ITTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIAW0ITTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2025 Hutool Team and hutool.cn + * + * Licensed 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 org.dromara.hutool.json.issues; import org.dromara.hutool.json.JSONArray; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIAWE3HTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIAWE3HTest.java index 9b8fa9d3f..349046425 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIAWE3HTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIAWE3HTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIB9MH0Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIB9MH0Test.java index 9719964a0..6b9075d1d 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIB9MH0Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssueIB9MH0Test.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2025 Hutool Team and hutool.cn + * + * Licensed 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 org.dromara.hutool.json.issues; import org.dromara.hutool.json.JSON; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issues1881Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issues1881Test.java index 7d33f4f9a..2ce6040d8 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issues1881Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Issues1881Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssuesI44E4HTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssuesI44E4HTest.java index 90b14ea63..b319ec06c 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssuesI44E4HTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssuesI44E4HTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssuesI4V14NTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssuesI4V14NTest.java index 4afc4eed1..b39662bd9 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssuesI4V14NTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/IssuesI4V14NTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Pr192Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Pr192Test.java index f7749227e..cb83163e4 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Pr192Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Pr192Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Pr3067Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Pr3067Test.java index e7401b634..0c099a862 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Pr3067Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Pr3067Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Pr3507Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Pr3507Test.java index 25ada634b..6d3ee5ed0 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/Pr3507Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/Pr3507Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueI5WDP0/ERPProduct.kt b/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueI5WDP0/ERPProduct.kt index b30973625..641602545 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueI5WDP0/ERPProduct.kt +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueI5WDP0/ERPProduct.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueI5WDP0/JsonToBeanTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueI5WDP0/JsonToBeanTest.java index 37c1257c2..1f59c03b2 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueI5WDP0/JsonToBeanTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueI5WDP0/JsonToBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueIVMD5/BaseResult.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueIVMD5/BaseResult.java index 81dd2e50a..29dd834c7 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueIVMD5/BaseResult.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueIVMD5/BaseResult.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueIVMD5/IssueIVMD5Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueIVMD5/IssueIVMD5Test.java index bbc1d2d6e..c5bfd61f3 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueIVMD5/IssueIVMD5Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueIVMD5/IssueIVMD5Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueIVMD5/StudentInfo.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueIVMD5/StudentInfo.java index 0d8243696..cc18d739d 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueIVMD5/StudentInfo.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/issueIVMD5/StudentInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issues/package-info.java b/hutool-json/src/test/java/org/dromara/hutool/json/issues/package-info.java index 95d2f160d..fcd16185a 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issues/package-info.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issues/package-info.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2025 Hutool Team and hutool.cn + * + * Licensed 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. + */ + /** * issue解决相关测试 */ diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/Issue3205Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/Issue3205Test.java index c375b9283..c03ca937a 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/Issue3205Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/Issue3205Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ public class Issue3205Test { final JWT jwt = JWT.of() .setPayload("sub", "1234567890") - .setPayload("name", "looly") + .setPayload("name", "Looly") .setPayload("admin", true) .setExpiresAt(DateUtil.tomorrow()) .setSigner(signer); diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/Issue3732Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/Issue3732Test.java index d99e54a1a..91d8a53fd 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/Issue3732Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/Issue3732Test.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2025 Hutool Team and hutool.cn + * + * Licensed 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 org.dromara.hutool.json.jwt; import org.dromara.hutool.json.jwt.signers.JWTSigner; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI5QRUOTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI5QRUOTest.java index 7fb650162..3202b4469 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI5QRUOTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI5QRUOTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI6IS5BTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI6IS5BTest.java index 8f314873d..37f802e38 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI6IS5BTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI6IS5BTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI76TRQTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI76TRQTest.java index 4d92060aa..0375aa990 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI76TRQTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI76TRQTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI7IZIMTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI7IZIMTest.java index 82993c903..bac5849bf 100755 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI7IZIMTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI7IZIMTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTSignerTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTSignerTest.java index 29dd96ba3..2a14f0c19 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTSignerTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTSignerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -225,7 +225,7 @@ public class JWTSignerTest { private static void signAndVerify(final JWTSigner signer){ final JWT jwt = JWT.of() .setPayload("sub", "1234567890") - .setPayload("name", "looly") + .setPayload("name", "Looly") .setPayload("admin", true) .setExpiresAt(DateUtil.tomorrow()) .setSigner(signer); diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTTest.java index ed687fb75..31f53fc64 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ public class JWTTest { final JWT jwt = JWT.of() .setHeader(JWTHeader.TYPE, "JWT") .setPayload("sub", "1234567890") - .setPayload("name", "looly") + .setPayload("name", "Looly") .setPayload("admin", true) .setExpiresAt(DateUtil.parse("2022-01-01")) .setKey(key); @@ -69,7 +69,7 @@ public class JWTTest { //payload Assertions.assertEquals("1234567890", jwt.getPayload("sub")); - Assertions.assertEquals("looly", jwt.getPayload("name")); + Assertions.assertEquals("Looly", jwt.getPayload("name")); Assertions.assertEquals(true, jwt.getPayload("admin")); } @@ -78,7 +78,7 @@ public class JWTTest { final JWT jwt = JWT.of() .setHeader(JWTHeader.TYPE, "JWT") .setPayload("sub", "1234567890") - .setPayload("name", "looly") + .setPayload("name", "Looly") .setPayload("admin", true) .setSigner(JWTSignerUtil.none()); @@ -99,7 +99,7 @@ public class JWTTest { Assertions.assertThrows(JWTException.class, () -> { final JWT jwt = JWT.of() .setPayload("sub", "1234567890") - .setPayload("name", "looly") + .setPayload("name", "Looly") .setPayload("admin", true); jwt.sign(); diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTUtilTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTUtilTest.java index a9d9ea48f..e9ba64953 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTUtilTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -55,7 +55,7 @@ public class JWTUtilTest { //payload Assertions.assertEquals("1234567890", jwt.getPayload("sub")); - Assertions.assertEquals("looly", jwt.getPayload("name")); + Assertions.assertEquals("Looly", jwt.getPayload("name")); Assertions.assertEquals(true, jwt.getPayload("admin")); } diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTValidatorTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTValidatorTest.java index 4ecabe899..246dd1cf0 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTValidatorTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTValidatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/reader/Issue3808Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/reader/Issue3808Test.java index d21a027bb..6bc8b3111 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/reader/Issue3808Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/reader/Issue3808Test.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2025 Hutool Team and hutool.cn + * + * Licensed 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 org.dromara.hutool.json.reader; import org.dromara.hutool.core.io.resource.ResourceUtil; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/reader/JSONParserTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/reader/JSONParserTest.java index 6f2372bc0..5a5139662 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/reader/JSONParserTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/reader/JSONParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/serializer/CustomSerializeTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/serializer/CustomSerializeTest.java index 806d13a5c..718e0ce83 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/serializer/CustomSerializeTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/serializer/CustomSerializeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/serializer/JSONMapperTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/serializer/JSONMapperTest.java index 693cd6352..fc8a186b5 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/serializer/JSONMapperTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/serializer/JSONMapperTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2025 Hutool Team and hutool.cn + * + * Licensed 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 org.dromara.hutool.json.serializer; import org.dromara.hutool.core.date.DateUtil; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ADT.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ADT.java index c37d581cd..2cad1d27c 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ADT.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ADT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Data.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Data.java index b75e7a517..75a01f862 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Data.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Data.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Exam.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Exam.java index 6f7c63217..49f2013a6 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Exam.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Exam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ExamInfoDict.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ExamInfoDict.java index 3849008a6..58e9a89ca 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ExamInfoDict.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ExamInfoDict.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/JSONBean.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/JSONBean.java index 001c0c7f9..b51cf5f25 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/JSONBean.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/JSONBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/JsonNode.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/JsonNode.java index 23eed0a60..e9aad033c 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/JsonNode.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/JsonNode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/KeyBean.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/KeyBean.java index 9e8db0633..cf66fd2d4 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/KeyBean.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/KeyBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/PerfectEvaluationProductResVo.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/PerfectEvaluationProductResVo.java index c820ab212..38c4194ba 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/PerfectEvaluationProductResVo.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/PerfectEvaluationProductResVo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Price.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Price.java index 3ea6a3e34..6c117864e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Price.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Price.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ProductResBase.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ProductResBase.java index 8db09450e..820e9bcf0 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ProductResBase.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ProductResBase.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ResultDto.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ResultDto.java index 91612de35..1602ed395 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ResultDto.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ResultDto.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Seq.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Seq.java index 96ed8c74e..87e2312ef 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Seq.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Seq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthResponse.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthResponse.java index 7e558169d..c7d43fbef 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthResponse.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthWarp.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthWarp.java index 4493ff01d..94fe7263c 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthWarp.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthWarp.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthWarp2.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthWarp2.java index a6d433551..0a917fdf3 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthWarp2.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthWarp2.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UUMap.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UUMap.java index 94b8cfee4..7f46da758 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UUMap.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UUMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserA.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserA.java index a5906f502..3dcd47822 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserA.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserA.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserB.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserB.java index c9ac996a0..2f8ca19ab 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserB.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserB.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserC.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserC.java index 74edc4728..d46eba050 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserC.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserC.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserInfoDict.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserInfoDict.java index 12a665adf..d37c9b12e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserInfoDict.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserInfoDict.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserInfoRedundCount.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserInfoRedundCount.java index 5b60f701a..e86919e47 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserInfoRedundCount.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserInfoRedundCount.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserWithMap.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserWithMap.java index c9248af76..ddb4b8cb0 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserWithMap.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserWithMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/CaseReport.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/CaseReport.java index 399db4d1d..8c63fcae8 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/CaseReport.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/CaseReport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/EnvSettingInfo.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/EnvSettingInfo.java index e0ffe711b..1a068a8e6 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/EnvSettingInfo.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/EnvSettingInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/StepReport.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/StepReport.java index 3992abccc..cb8859b54 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/StepReport.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/StepReport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/SuiteReport.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/SuiteReport.java index 3fd562162..209d16b2e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/SuiteReport.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/SuiteReport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/writer/Issue3541Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/writer/Issue3541Test.java index 2f40d34cb..d61d84a36 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/writer/Issue3541Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/writer/Issue3541Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/xml/Issue2748Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/xml/Issue2748Test.java index 94afcd5a7..efe78db62 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/xml/Issue2748Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/xml/Issue2748Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/xml/Issue3560Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/xml/Issue3560Test.java index 89f654a0b..f68e01382 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/xml/Issue3560Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/xml/Issue3560Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/xml/XMLTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/xml/XMLTest.java index 360c5b0a0..2aa8f8c82 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/xml/XMLTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/xml/XMLTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Hutool Team and hutool.cn + * Copyright (c) 2013-2025 Hutool Team and hutool.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hutool-log/pom.xml b/hutool-log/pom.xml index 3b5e3f029..d8b3663ae 100755 --- a/hutool-log/pom.xml +++ b/hutool-log/pom.xml @@ -1,6 +1,6 @@