Skip to content

Commit 95de5bd

Browse files
authored
release: release for 2.6.0 (#7949)
1 parent ee24d16 commit 95de5bd

20 files changed

+972
-84
lines changed

build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
<properties>
7373
<!-- seata version -->
74-
<revision>2.6.0-SNAPSHOT</revision>
74+
<revision>2.6.0</revision>
7575

7676
<!-- Compiler settings properties -->
7777
<java.version>1.8</java.version>

distribution/LICENSE-namingserver

Lines changed: 132 additions & 83 deletions
Large diffs are not rendered by default.

distribution/LICENSE-server

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,13 +365,21 @@ Apache-2.0 licenses
365365
org.apache.tomcat:tomcat-annotations-api 9.0.83 Apache-2.0
366366
org.apache.zookeeper:zookeeper 3.7.2 Apache-2.0
367367
org.apache.zookeeper:zookeeper-jute 3.7.2 Apache-2.0
368+
org.apache.fory:fory-core 0.12.3 Apache-2.0
369+
org.jetbrains:annotations 13.0 Apache-2.0
370+
org.apache.commons:commons-lang3 3.12.0 Apache-2.0
371+
com.squareup.okhttp3:okhttp 4.9.3 Apache-2.0
372+
com.squareup.okio:okio 2.8.0 Apache-2.0
373+
org.jetbrains.kotlin:kotlin-stdlib 1.6.21 Apache-2.0
374+
org.jetbrains.kotlin:kotlin-stdlib-common 1.6.21 Apache-2.0
368375

369376
========================================================================
370377
BSD-2-Clause licenses
371378
========================================================================
372379

373380
org.postgresql:postgresql 42.3.8 BSD-2-Clause see:licenses/postgresql-BSD-2-Clause
374381
com.github.luben:zstd-jni 1.5.0-4 BSD-2-Clause see:licenses/zstd-jni-BSD-2-Clause
382+
at.yawk.lz4:lz4-java 1.8.0 BSD-2-Clause see:licenses/lz4-BSD-2-Clause
375383

376384
========================================================================
377385
BSD-3-Clause licenses

distribution/NOTICE-namingserver

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,3 +479,148 @@ Spring-security NOTICE
479479
ben.alex@springsource.com.
480480

481481
========================================================================
482+
483+
Micrometer NOTICE
484+
485+
========================================================================
486+
Copyright (c) 2017-Present VMware, Inc. All Rights Reserved.
487+
488+
Licensed under the Apache License, Version 2.0 (the "License");
489+
you may not use this file except in compliance with the License.
490+
You may obtain a copy of the License at
491+
492+
https://www.apache.org/licenses/LICENSE-2.0
493+
494+
Unless required by applicable law or agreed to in writing, software
495+
distributed under the License is distributed on an "AS IS" BASIS,
496+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
497+
See the License for the specific language governing permissions and
498+
limitations under the License.
499+
500+
-------------------------------------------------------------------------------
501+
502+
This product contains a modified portion of 'io.netty.util.internal.logging',
503+
in the Netty/Common library distributed by The Netty Project:
504+
505+
* Copyright 2013 The Netty Project
506+
* License: Apache License v2.0
507+
* Homepage: https://netty.io
508+
509+
This product contains a modified portion of 'StringUtils.isBlank()',
510+
in the Commons Lang library distributed by The Apache Software Foundation:
511+
512+
* Copyright 2001-2019 The Apache Software Foundation
513+
* License: Apache License v2.0
514+
* Homepage: https://commons.apache.org/proper/commons-lang/
515+
516+
This product contains a modified portion of 'JsonUtf8Writer',
517+
in the Moshi library distributed by Square, Inc:
518+
519+
* Copyright 2010 Google Inc.
520+
* License: Apache License v2.0
521+
* Homepage: https://github.com/square/moshi
522+
523+
This product contains a modified portion of the 'org.springframework.lang'
524+
package in the Spring Framework library, distributed by VMware, Inc:
525+
526+
* Copyright 2002-2019 the original author or authors.
527+
* License: Apache License v2.0
528+
* Homepage: https://spring.io/projects/spring-framework
529+
530+
========================================================================
531+
532+
swagger core NOTICE
533+
534+
========================================================================
535+
536+
Copyright (c) 2015. SmartBear Software Inc.
537+
Swagger Core - ${pom.name} is licensed under Apache 2.0 license.
538+
Copy of the Apache 2.0 license can be found in `LICENSE` file.
539+
540+
========================================================================
541+
542+
Apache HttpComponents Client NOTICE
543+
544+
========================================================================
545+
546+
Copyright 1999-2025 The Apache Software Foundation
547+
548+
This product includes software developed at
549+
The Apache Software Foundation (http://www.apache.org/).
550+
551+
This product includes a copy of in https://publicsuffix.org/list/effective_tld_names.dat
552+
in httpclient5/src/test/resources/org/publicsuffix/list/effective_tld_names.dat
553+
This Source Code Form is subject to the terms of the Mozilla Public
554+
License, v. 2.0. If a copy of the MPL was not distributed with this
555+
file, You can obtain one at https://mozilla.org/MPL/2.0/.
556+
557+
========================================================================
558+
559+
JSON Schema Validator NOTICE
560+
561+
========================================================================
562+
563+
Copyright (c) 2016 and onwards Network New Technologies Inc.
564+
565+
// ------------------------------------------------------------------
566+
// NOTICE file corresponding to the section 4d of The Apache License,
567+
// Version 2.0, in this case for
568+
// ------------------------------------------------------------------
569+
570+
Apache Commons Validator
571+
Copyright 2001-2023 The Apache Software Foundation
572+
573+
This product includes software developed at
574+
The Apache Software Foundation (http://www.apache.org/).
575+
576+
========================================================================
577+
578+
Micrometer Context Propagation NOTICE
579+
580+
========================================================================
581+
582+
Copyright (c) 2017-Present VMware, Inc. All Rights Reserved.
583+
584+
Licensed under the Apache License, Version 2.0 (the "License");
585+
you may not use this file except in compliance with the License.
586+
You may obtain a copy of the License at
587+
588+
https://www.apache.org/licenses/LICENSE-2.0
589+
590+
Unless required by applicable law or agreed to in writing, software
591+
distributed under the License is distributed on an "AS IS" BASIS,
592+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
593+
See the License for the specific language governing permissions and
594+
limitations under the License.
595+
596+
-------------------------------------------------------------------------------
597+
598+
This product contains a modified portion of 'io.netty.util.internal.logging',
599+
in the Netty/Common library distributed by The Netty Project:
600+
601+
* Copyright 2013 The Netty Project
602+
* License: Apache License v2.0
603+
* Homepage: https://netty.io
604+
605+
This product contains a modified portion of 'StringUtils.isBlank()',
606+
in the Commons Lang library distributed by The Apache Software Foundation:
607+
608+
* Copyright 2001-2019 The Apache Software Foundation
609+
* License: Apache License v2.0
610+
* Homepage: https://commons.apache.org/proper/commons-lang/
611+
612+
This product contains a modified portion of 'JsonUtf8Writer',
613+
in the Moshi library distributed by Square, Inc:
614+
615+
* Copyright 2010 Google Inc.
616+
* License: Apache License v2.0
617+
* Homepage: https://github.com/square/moshi
618+
619+
This product contains a modified portion of the 'org.springframework.lang'
620+
package in the Spring Framework library, distributed by VMware, Inc:
621+
622+
* Copyright 2002-2019 the original author or authors.
623+
* License: Apache License v2.0
624+
* Homepage: https://spring.io/projects/spring-framework
625+
626+
========================================================================
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
The code in this repository code was Written by Gil Tene, Michael Barker,
2+
and Matt Warren, and released to the public domain, as explained at
3+
http://creativecommons.org/publicdomain/zero/1.0/
4+
5+
For users of this code who wish to consume it under the "BSD" license
6+
rather than under the public domain or CC0 contribution text mentioned
7+
above, the code found under this directory is *also* provided under the
8+
following license (commonly referred to as the BSD 2-Clause License). This
9+
license does not detract from the above stated release of the code into
10+
the public domain, and simply represents an additional license granted by
11+
the Author.
12+
13+
-----------------------------------------------------------------------------
14+
** Beginning of "BSD 2-Clause License" text. **
15+
16+
Copyright (c) 2012, 2013, 2014, 2015, 2016 Gil Tene
17+
Copyright (c) 2014 Michael Barker
18+
Copyright (c) 2014 Matt Warren
19+
All rights reserved.
20+
21+
Redistribution and use in source and binary forms, with or without
22+
modification, are permitted provided that the following conditions are met:
23+
24+
1. Redistributions of source code must retain the above copyright notice,
25+
this list of conditions and the following disclaimer.
26+
27+
2. Redistributions in binary form must reproduce the above copyright notice,
28+
this list of conditions and the following disclaimer in the documentation
29+
and/or other materials provided with the distribution.
30+
31+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
32+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
33+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
34+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
35+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
36+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
37+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
38+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
39+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
40+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
41+
THE POSSIBILITY OF SUCH DAMAGE.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
* This code was Written by Gil Tene of Azul Systems, and released to the
2+
* public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/
3+
4+
For users of this code who wish to consume it under the "BSD" license
5+
rather than under the public domain or CC0 contribution text mentioned
6+
above, the code found under this directory is *also* provided under the
7+
following license (commonly referred to as the BSD 2-Clause License). This
8+
license does not detract from the above stated release of the code into
9+
the public domain, and simply represents an additional license granted by
10+
the Author.
11+
12+
-----------------------------------------------------------------------------
13+
** Beginning of "BSD 2-Clause License" text. **
14+
15+
Copyright (c) 2012, 2013, 2014 Gil Tene
16+
All rights reserved.
17+
18+
Redistribution and use in source and binary forms, with or without
19+
modification, are permitted provided that the following conditions are met:
20+
21+
1. Redistributions of source code must retain the above copyright notice,
22+
this list of conditions and the following disclaimer.
23+
24+
2. Redistributions in binary form must reproduce the above copyright notice,
25+
this list of conditions and the following disclaimer in the documentation
26+
and/or other materials provided with the distribution.
27+
28+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
29+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
31+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
32+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
33+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
34+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
35+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
36+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
37+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
38+
THE POSSIBILITY OF SUCH DAMAGE.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[The "BSD license"]
2+
Copyright (c) 2011 Terence Parr
3+
All rights reserved.
4+
5+
Redistribution and use in source and binary forms, with or without
6+
modification, are permitted provided that the following conditions
7+
are met:
8+
1. Redistributions of source code must retain the above copyright
9+
notice, this list of conditions and the following disclaimer.
10+
2. Redistributions in binary form must reproduce the above copyright
11+
notice, this list of conditions and the following disclaimer in the
12+
documentation and/or other materials provided with the distribution.
13+
3. The name of the author may not be used to endorse or promote products
14+
derived from this software without specific prior written permission.
15+
16+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19+
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[The "BSD license"]
2+
Copyright (c) 2005-2009 Terence Parr
3+
All rights reserved.
4+
5+
Redistribution and use in source and binary forms, with or without
6+
modification, are permitted provided that the following conditions
7+
are met:
8+
1. Redistributions of source code must retain the above copyright
9+
notice, this list of conditions and the following disclaimer.
10+
2. Redistributions in binary form must reproduce the above copyright
11+
notice, this list of conditions and the following disclaimer in the
12+
documentation and/or other materials provided with the distribution.
13+
3. The name of the author may not be used to endorse or promote products
14+
derived from this software without specific prior written permission.
15+
16+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19+
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Copyright (c) 2012-2022 The ANTLR Project. All rights reserved.
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions
5+
are met:
6+
7+
1. Redistributions of source code must retain the above copyright
8+
notice, this list of conditions and the following disclaimer.
9+
10+
2. Redistributions in binary form must reproduce the above copyright
11+
notice, this list of conditions and the following disclaimer in the
12+
documentation and/or other materials provided with the distribution.
13+
14+
3. Neither name of copyright holders nor the names of its contributors
15+
may be used to endorse or promote products derived from this software
16+
without specific prior written permission.
17+
18+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19+
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
22+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
25+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
26+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
27+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

distribution/licenses/js-yaml-MIT

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
(The MIT License)
2+
3+
Copyright (C) 2011-2015 by Vitaly Puzrin
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

0 commit comments

Comments
 (0)