This is an automated email from the ASF dual-hosted git repository.

jianbin pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git


The following commit(s) were added to refs/heads/2.x by this push:
     new e4a87e6fa3 optimize: add jackson notice (#7418)
e4a87e6fa3 is described below

commit e4a87e6fa33a07dd8ea52599f0f30fcc8bc4beba
Author: jsbxyyx <[email protected]>
AuthorDate: Fri Jun 6 17:31:10 2025 +0800

    optimize: add jackson notice (#7418)
---
 changes/en-us/2.x.md |  1 +
 changes/zh-cn/2.x.md |  1 +
 distribution/NOTICE  | 41 ++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 8e62ab2a33..f486a372dc 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -51,6 +51,7 @@ Add changes here for all PR submitted to the 2.x branch.
 - [[#7388](https://github.com/apache/incubator-seata/pull/7388)] optimize 
binary packaging directory structure
 - [[#7412](https://github.com/apache/incubator-seata/pull/7412)] Helm template 
adapted to the new version of seata
 - [[#7414](https://github.com/apache/incubator-seata/pull/7414)] Remove the 
unused defaultEventExecutorGroup from the NettyClientBootstrap
+- [[#7418](https://github.com/apache/incubator-seata/pull/7418)] add jackson 
notice
 
 
 ### security:
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index cc7409fb4e..2d3202b6e1 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -51,6 +51,7 @@
 - [[#7388](https://github.com/apache/incubator-seata/pull/7388)] 优化二进制打包目录结构
 - [[#7412](https://github.com/apache/incubator-seata/pull/7412)] 适配新版本 Seata 的 
Helm 模板
 - [[#7414](https://github.com/apache/incubator-seata/pull/7414)] 移除 
NettyClientBootstrap 中 defaultEventExecutorGroup
+- [[#7418](https://github.com/apache/incubator-seata/pull/7418)] 添加 jackson 
notice
 
 
 ### security:
diff --git a/distribution/NOTICE b/distribution/NOTICE
index 6da4aed3ae..89cae3cd55 100644
--- a/distribution/NOTICE
+++ b/distribution/NOTICE
@@ -1045,4 +1045,43 @@ Copyright 2013-2023 The Apache Software Foundation
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
-========================================================================
\ No newline at end of file
+========================================================================
+
+Jackson NOTICE
+
+========================================================================
+
+# Jackson JSON processor
+
+Jackson is a high-performance, Free/Open Source JSON processing library.
+It was originally written by Tatu Saloranta ([email protected]), and has
+been in development since 2007.
+It is currently developed by a community of developers.
+
+## Copyright
+
+Copyright 2007-, Tatu Saloranta ([email protected])
+
+## Licensing
+
+Jackson 2.x core and extension components are licensed under Apache License 2.0
+To find the details that apply to this artifact see the accompanying LICENSE 
file.
+
+## Credits
+
+A list of contributors may be found from CREDITS(-2.x) file, which is included
+in some artifacts (usually source distributions); but is always available
+from the source code management (SCM) system project uses.
+
+## FastDoubleParser
+
+jackson-core bundles a shaded copy of FastDoubleParser 
<https://github.com/wrandelshofer/FastDoubleParser>.
+That code is available under an MIT license 
<https://github.com/wrandelshofer/FastDoubleParser/blob/main/LICENSE>
+under the following copyright.
+
+Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
+
+See FastDoubleParser-NOTICE for details of other source code included in 
FastDoubleParser
+and the licenses and copyrights that apply to that code.
+
+========================================================================


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to