From 0968c5c6af35abbf2c466d89f4d6d91f62f455b2 Mon Sep 17 00:00:00 2001 From: LamGC Date: Fri, 1 Jan 2021 18:26:20 +0800 Subject: [PATCH] =?UTF-8?q?[Update][Fix]=20ALL=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E7=89=88=E6=9D=83=E4=BF=A1=E6=81=AF,=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=B9=B4=E4=BB=BD;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Update] * 更新年份; [Fix] * 由 AGPLv3-Later 更新为 AGPLv3-Only; 2021, 新年快乐! (新的一年继续努力吧! :D) --- ContentGrabbingJi-CacheStore-api/pom.xml | 4 ++-- .../java/net/lamgc/cgj/bot/cache/CacheKey.java | 4 ++-- .../net/lamgc/cgj/bot/cache/CacheStore.java | 4 ++-- .../lamgc/cgj/bot/cache/CacheStoreFactory.java | 4 ++-- .../lamgc/cgj/bot/cache/CacheStoreSource.java | 4 ++-- .../cgj/bot/cache/CollectionCacheStore.java | 4 ++-- .../java/net/lamgc/cgj/bot/cache/Factory.java | 4 ++-- .../lamgc/cgj/bot/cache/FactoryPriority.java | 4 ++-- .../net/lamgc/cgj/bot/cache/ListCacheStore.java | 4 ++-- .../net/lamgc/cgj/bot/cache/MapCacheStore.java | 4 ++-- .../net/lamgc/cgj/bot/cache/SetCacheStore.java | 4 ++-- .../lamgc/cgj/bot/cache/SingleCacheStore.java | 4 ++-- .../lamgc/cgj/bot/cache/convert/Converter.java | 4 ++-- .../cgj/bot/cache/convert/StringConverter.java | 4 ++-- .../cache/convert/StringToStringConverter.java | 4 ++-- .../cache/exception/GetCacheStoreException.java | 4 ++-- .../net/lamgc/cgj/bot/cache/CacheKeyTest.java | 4 ++-- .../convert/StringToStringConverterTest.java | 4 ++-- .../exception/GetCacheStoreExceptionTest.java | 2 +- ContentGrabbingJi-CacheStore-local/pom.xml | 4 ++-- .../cgj/bot/cache/local/AutoCleanTimer.java | 17 +++++++++++++++++ .../lamgc/cgj/bot/cache/local/Cleanable.java | 17 +++++++++++++++++ .../local/CopyOnWriteArrayListCacheStore.java | 4 ++-- .../cgj/bot/cache/local/HashCacheStore.java | 4 ++-- .../cgj/bot/cache/local/HashMapCacheStore.java | 4 ++-- .../cgj/bot/cache/local/HashSetCacheStore.java | 4 ++-- .../bot/cache/local/HashSingleCacheStore.java | 4 ++-- .../bot/cache/local/LocalCacheStoreFactory.java | 4 ++-- .../cache/local/LocalCollectionCacheStore.java | 4 ++-- .../net.lamgc.cgj.bot.cache.CacheStoreFactory | 17 +++++++++++++++++ .../cgj/bot/cache/local/AutoCleanTimerTest.java | 4 ++-- .../CopyOnWriteArrayListCacheStoreTest.java | 4 ++-- .../bot/cache/local/HashMapCacheStoreTest.java | 4 ++-- .../bot/cache/local/HashSetCacheStoreTest.java | 2 +- .../cache/local/HashSingleCacheStoreTest.java | 4 ++-- .../cache/local/LocalCacheStoreFactoryTest.java | 2 +- ContentGrabbingJi-CacheStore-redis/pom.xml | 4 ++-- .../cgj/bot/cache/redis/RedisCacheStore.java | 4 ++-- .../bot/cache/redis/RedisCacheStoreFactory.java | 4 ++-- .../bot/cache/redis/RedisConnectionPool.java | 4 ++-- .../cgj/bot/cache/redis/RedisMapCacheStore.java | 4 ++-- .../bot/cache/redis/RedisSingleCacheStore.java | 4 ++-- .../lamgc/cgj/bot/cache/redis/RedisUtils.java | 4 ++-- .../net.lamgc.cgj.bot.cache.CacheStoreFactory | 17 +++++++++++++++++ .../bot/cache/redis/RedisMapCacheStoreTest.java | 4 ++-- .../cache/redis/RedisSingleCacheStoreTest.java | 4 ++-- ContentGrabbingJi-Command-api/pom.xml | 4 ++-- ContentGrabbingJi-Command-pixiv/pom.xml | 4 ++-- ContentGrabbingJi-Event/pom.xml | 4 ++-- .../cgj/bot/event/AbstractEventObject.java | 4 ++-- .../net/lamgc/cgj/bot/event/Cancelable.java | 4 ++-- .../net/lamgc/cgj/bot/event/EventExecutor.java | 4 ++-- .../net/lamgc/cgj/bot/event/EventHandler.java | 4 ++-- .../net/lamgc/cgj/bot/event/EventObject.java | 4 ++-- .../net/lamgc/cgj/bot/event/EventUtils.java | 4 ++-- .../lamgc/cgj/bot/event/HandlerRegistry.java | 4 ++-- .../lamgc/cgj/bot/event/SupportedCancel.java | 4 ++-- .../net/lamgc/cgj/bot/event/EventUtilsTest.java | 4 ++-- .../cgj/bot/event/handler/IllegalHandler.java | 4 ++-- .../cgj/bot/event/handler/StandardHandler.java | 4 ++-- .../lamgc/cgj/bot/event/object/TestEvent.java | 4 ++-- ContentGrabbingJi-Template/pom.xml | 4 ++-- ContentGrabbingJi-common/pom.xml | 4 ++-- .../lamgc/cgj/bot/cache/CacheStoreBuilder.java | 4 ++-- .../net/lamgc/cgj/bot/cache/FactoryInfo.java | 8 +++----- .../cgj/bot/cache/NoSuchFactoryException.java | 4 ++-- .../cgj/bot/cache/CacheStoreBuilderTest.java | 4 ++-- .../lamgc/cgj/bot/cache/FactoryInfoTest.java | 4 ++-- .../AvailabilityCheckExceptionThrowFactory.java | 4 ++-- .../factory/CacheStoreSourceNoEqualFactory.java | 4 ++-- .../cache/factory/DuplicateNameFactoryA.java | 4 ++-- .../cache/factory/DuplicateNameFactoryB.java | 4 ++-- .../cache/factory/FactoryInfoTestFactory.java | 4 ++-- .../factory/GetCacheStoreExceptionFactory.java | 4 ++-- .../cache/factory/InitialFailureFactory.java | 4 ++-- .../cgj/bot/cache/factory/LocalFactory.java | 4 ++-- .../cgj/bot/cache/factory/MemoryFactory.java | 4 ++-- .../bot/cache/factory/NameNoEqualFactoryA.java | 4 ++-- .../bot/cache/factory/NameNoEqualFactoryB.java | 4 ++-- .../bot/cache/factory/NoAnnotationFactory.java | 4 ++-- .../bot/cache/factory/RemoteCacheFactory.java | 4 ++-- .../bot/cache/factory/ReturnNullFactory.java | 4 ++-- .../bot/cache/factory/SetCacheStoreFactory.java | 4 ++-- .../cache/factory/TooHighPriorityFactory.java | 4 ++-- .../cache/factory/TooLowPriorityFactory.java | 4 ++-- .../cgj/bot/cache/factory/UnnamedFactory.java | 4 ++-- .../net.lamgc.cgj.bot.cache.CacheStoreFactory | 17 +++++++++++++++++ .../src/test/resources/log4j2-test.xml | 17 +++++++++++++++++ ContentGrabbingJi-core/pom.xml | 4 ++-- .../cache/converter/GsonJsonArrayConverter.java | 4 ++-- .../converter/GsonJsonObjectConverter.java | 4 ++-- .../cgj/bot/event/DefaultHandlerRegistry.java | 4 ++-- .../cgj/bot/event/MessageEventHandler.java | 4 ++-- .../cgj/bot/event/ThreadPoolEventExecutor.java | 4 ++-- .../framework/CloneableFrameworkContext.java | 4 ++-- .../bot/framework/DefaultFrameworkContext.java | 4 ++-- .../framework/DefaultFrameworkDescriptor.java | 4 ++-- .../cgj/bot/framework/FrameworkFactory.java | 4 ++-- .../cgj/bot/framework/FrameworkManager.java | 4 ++-- .../cgj/bot/framework/JarFrameworkLoader.java | 4 ++-- .../JsonFrameworkDescriptorFinder.java | 4 ++-- .../cgj/bot/framework/base/BasicBotCode.java | 4 ++-- .../framework/util/AuthorJsonSerializer.java | 4 ++-- .../util/BotCodeDescriptorJsonSerializer.java | 4 ++-- .../framework/util/PlatformJsonSerializer.java | 4 ++-- .../util/PluginDependencyJsonSerializer.java | 4 ++-- .../bot/framework/JarFrameworkLoaderTest.java | 4 ++-- .../JsonFrameworkDescriptorSerializerTest.java | 4 ++-- .../bot/framework/base/BasicBotCodeTest.java | 4 ++-- .../src/test/resources/log4j2-test.xml | 17 +++++++++++++++++ ContentGrabbingJi-exec/pom.xml | 4 ++-- .../java/net/lamgc/cgj/ApplicationMain.java | 4 ++-- .../src/main/resources/log4j2.xml | 17 +++++++++++++++++ ContentGrabbingJi-framework-api/pom.xml | 4 ++-- .../net/lamgc/cgj/bot/framework/Author.java | 4 ++-- .../net/lamgc/cgj/bot/framework/Framework.java | 4 ++-- .../cgj/bot/framework/FrameworkContext.java | 4 ++-- .../cgj/bot/framework/FrameworkDescriptor.java | 4 ++-- .../net/lamgc/cgj/bot/framework/Platform.java | 4 ++-- .../bot/framework/ResourceBundleFactory.java | 4 ++-- .../bot/framework/message/AbstractBotCode.java | 4 ++-- .../framework/message/AbstractMessageEvent.java | 4 ++-- .../cgj/bot/framework/message/BotCode.java | 4 ++-- .../bot/framework/message/BotCodeConverter.java | 4 ++-- .../framework/message/BotCodeDescriptor.java | 4 ++-- .../bot/framework/message/BotCodeFunction.java | 4 ++-- .../framework/message/CharSequenceMessage.java | 4 ++-- .../message/CustomBotCodeFunction.java | 17 +++++++++++++++++ .../cgj/bot/framework/message/Message.java | 4 ++-- .../cgj/bot/framework/message/MessageChain.java | 4 ++-- .../bot/framework/message/MessageSender.java | 4 ++-- .../framework/message/MessageSenderFactory.java | 4 ++-- .../bot/framework/message/MessageSource.java | 4 ++-- .../message/StandardBotCodeFunction.java | 4 ++-- .../exception/BuildBotCodeException.java | 6 ++---- .../exception/InvalidBotCodeException.java | 4 ++-- .../exception/NoSuchSenderException.java | 4 ++-- .../exception/UnsupportedBotCodeException.java | 4 ++-- .../message/exception/UploadImageException.java | 4 ++-- .../cgj/bot/framework/util/CollectionUtils.java | 4 ++-- .../framework/message/AbstractBotCodeTest.java | 4 ++-- .../message/CharSequenceMessageTest.java | 4 ++-- .../bot/framework/message/MessageChainTest.java | 4 ++-- .../cgj/bot/framework/message/MessageTest.java | 4 ++-- .../bot/framework/util/CollectionUtilsTest.java | 4 ++-- ContentGrabbingJi-framework-mirai/pom.xml | 4 ++-- .../pom.xml | 4 ++-- ContentGrabbingJi-pixiv/pom.xml | 4 ++-- .../java/net/lamgc/pixiv/BasicPixivSession.java | 4 ++-- .../main/java/net/lamgc/pixiv/PixivLogin.java | 17 +++++++++++++++++ .../net/lamgc/pixiv/PixivLoginException.java | 17 +++++++++++++++++ .../main/java/net/lamgc/pixiv/PixivSession.java | 17 +++++++++++++++++ .../pixiv/login/ObjectInputStreamLogin.java | 4 ++-- pom.xml | 4 ++-- 154 files changed, 486 insertions(+), 286 deletions(-) diff --git a/ContentGrabbingJi-CacheStore-api/pom.xml b/ContentGrabbingJi-CacheStore-api/pom.xml index 5bde1dd..a630022 100644 --- a/ContentGrabbingJi-CacheStore-api/pom.xml +++ b/ContentGrabbingJi-CacheStore-api/pom.xml @@ -1,11 +1,11 @@ + ./logs diff --git a/ContentGrabbingJi-core/pom.xml b/ContentGrabbingJi-core/pom.xml index f05c094..8965959 100644 --- a/ContentGrabbingJi-core/pom.xml +++ b/ContentGrabbingJi-core/pom.xml @@ -1,11 +1,11 @@ + ./logs diff --git a/ContentGrabbingJi-exec/pom.xml b/ContentGrabbingJi-exec/pom.xml index 8c6bd41..5672136 100644 --- a/ContentGrabbingJi-exec/pom.xml +++ b/ContentGrabbingJi-exec/pom.xml @@ -1,11 +1,11 @@ +