This is an automated email from the ASF dual-hosted git repository. yufei pushed a commit to branch release/1.0.x in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/release/1.0.x by this push: new ad021e1be Fix binary distributions LICENSE and NOTICE (#1940) ad021e1be is described below commit ad021e1be2ace573ba61b2af7912de987985f4f0 Author: JB Onofré <jbono...@apache.org> AuthorDate: Wed Jun 25 18:32:52 2025 +0200 Fix binary distributions LICENSE and NOTICE (#1940) --- runtime/admin/distribution/LICENSE | 10 +++---- runtime/admin/distribution/NOTICE | 6 ++--- runtime/distribution/LICENSE | 52 ++++++++++++++++++++++++++++++++----- runtime/distribution/NOTICE | 8 +++--- runtime/server/distribution/LICENSE | 52 ++++++++++++++++++++++++++++++++----- runtime/server/distribution/NOTICE | 8 +++--- 6 files changed, 108 insertions(+), 28 deletions(-) diff --git a/runtime/admin/distribution/LICENSE b/runtime/admin/distribution/LICENSE index 0241f120d..ba27a56ec 100644 --- a/runtime/admin/distribution/LICENSE +++ b/runtime/admin/distribution/LICENSE @@ -339,7 +339,7 @@ License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt -------------------------------------------------------------------------------- -Group: com.github.ben-manes.caffeine Name: caffeine Version: 3.2.1 +Group: com.github.ben-manes.caffeine Name: caffeine Version: 3.2.0 Project URL: https://github.com/ben-manes/caffeine License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt @@ -749,9 +749,9 @@ License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt -------------------------------------------------------------------------------- -Group: io.micrometer Name: micrometer-commons Version: 1.15.1 -Group: io.micrometer Name: micrometer-core Version: 1.15.1 -Group: io.micrometer Name: micrometer-observation Version: 1.15.1 +Group: io.micrometer Name: micrometer-commons Version: 1.14.6 +Group: io.micrometer Name: micrometer-core Version: 1.14.6 +Group: io.micrometer Name: micrometer-observation Version: 1.14.6 Project URL: https://github.com/micrometer-metrics/micrometer License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt @@ -829,7 +829,7 @@ License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt -------------------------------------------------------------------------------- -Group: io.projectreactor Name: reactor-core Version: 3.7.6 +Group: io.projectreactor Name: reactor-core Version: 3.7.7 Project URL: https://github.com/reactor/reactor-core License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/runtime/admin/distribution/NOTICE b/runtime/admin/distribution/NOTICE index 6f22faad2..735f516e6 100644 --- a/runtime/admin/distribution/NOTICE +++ b/runtime/admin/distribution/NOTICE @@ -107,9 +107,9 @@ NOTICE: -------------------------------------------------------------------------------- -Group: io.micrometer Name: micrometer-commons Version: 1.15.1 -Group: io.micrometer Name: micrometer-core Version: 1.15.1 -Group: io.micrometer Name: micrometer-observation Version: 1.15.1 +Group: io.micrometer Name: micrometer-commons Version: 1.14.6 +Group: io.micrometer Name: micrometer-core Version: 1.14.6 +Group: io.micrometer Name: micrometer-observation Version: 1.14.6 NOTICE: | Micrometer diff --git a/runtime/distribution/LICENSE b/runtime/distribution/LICENSE index 1e270f461..069061124 100644 --- a/runtime/distribution/LICENSE +++ b/runtime/distribution/LICENSE @@ -447,7 +447,7 @@ License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt -------------------------------------------------------------------------------- -Group: com.github.ben-manes.caffeine Name: caffeine Version: 3.2.1 +Group: com.github.ben-manes.caffeine Name: caffeine Version: 3.2.0 Project URL: https://github.com/ben-manes/caffeine License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt @@ -956,10 +956,10 @@ License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt -------------------------------------------------------------------------------- -Group: io.micrometer Name: micrometer-commons Version: 1.15.1 -Group: io.micrometer Name: micrometer-core Version: 1.15.1 -Group: io.micrometer Name: micrometer-observation Version: 1.15.1 -Group: io.micrometer Name: micrometer-registry-prometheus-simpleclient Version: 1.15.1 +Group: io.micrometer Name: micrometer-commons Version: 1.14.6 +Group: io.micrometer Name: micrometer-core Version: 1.14.6 +Group: io.micrometer Name: micrometer-observation Version: 1.14.6 +Group: io.micrometer Name: micrometer-registry-prometheus-simpleclient Version: 1.14.6 Project URL: https://github.com/micrometer-metrics/micrometer License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt @@ -1054,7 +1054,7 @@ License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt -------------------------------------------------------------------------------- -Group: io.projectreactor Name: reactor-core Version: 3.7.6 +Group: io.projectreactor Name: reactor-core Version: 3.7.7 Project URL: https://github.com/reactor/reactor-core License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt @@ -1817,3 +1817,43 @@ Project URL: https://github.com/awslabs/aws-eventstream-java License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt -------------------------------------------------------------------------------- + +Group: org.hamcrest Name: hamcrest Version: 2.2 +Project URL: https://github.com/hamcrest/JavaHamcrest +License: BSD 3-Clause +| BSD 3-Clause License +| +| Copyright (c) 2000-2024, www.hamcrest.org +| +| Redistribution and use in source and binary forms, with or without +| modification, are permitted provided that the following conditions are met: +| +| 1. Redistributions of source code must retain the above copyright notice, this +| list of conditions and the following disclaimer. +| +| 2. Redistributions in binary form must reproduce the above copyright notice, +| this list of conditions and the following disclaimer in the documentation +| and/or other materials provided with the distribution. +| +| 3. Neither the name of the copyright holder nor the names of its +| contributors may be used to endorse or promote products derived from +| this software without specific prior written permission. +| +| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +| AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +| IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +| DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +| FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +| DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +| SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +| CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +| OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +| OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- + +Group: org.awaitility Name: awaitility Version: 4.3.0 +Project URL: https://github.com/awaitility/awaitility +License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt + +-------------------------------------------------------------------------------- \ No newline at end of file diff --git a/runtime/distribution/NOTICE b/runtime/distribution/NOTICE index 270970510..636de1d56 100644 --- a/runtime/distribution/NOTICE +++ b/runtime/distribution/NOTICE @@ -150,10 +150,10 @@ NOTICE: -------------------------------------------------------------------------------- -Group: io.micrometer Name: micrometer-commons Version: 1.15.1 -Group: io.micrometer Name: micrometer-core Version: 1.15.1 -Group: io.micrometer Name: micrometer-observation Version: 1.15.1 -Group: io.micrometer Name: micrometer-registry-prometheus-simpleclient Version: 1.15.1 +Group: io.micrometer Name: micrometer-commons Version: 1.14.6 +Group: io.micrometer Name: micrometer-core Version: 1.14.6 +Group: io.micrometer Name: micrometer-observation Version: 1.14.6 +Group: io.micrometer Name: micrometer-registry-prometheus-simpleclient Version: 1.14.6 NOTICE: | Micrometer diff --git a/runtime/server/distribution/LICENSE b/runtime/server/distribution/LICENSE index a1a8d043c..3b422be8e 100644 --- a/runtime/server/distribution/LICENSE +++ b/runtime/server/distribution/LICENSE @@ -458,7 +458,7 @@ License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt -------------------------------------------------------------------------------- -Group: com.github.ben-manes.caffeine Name: caffeine Version: 3.2.1 +Group: com.github.ben-manes.caffeine Name: caffeine Version: 3.2.0 Project URL: https://github.com/ben-manes/caffeine License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt @@ -961,10 +961,10 @@ License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt -------------------------------------------------------------------------------- -Group: io.micrometer Name: micrometer-commons Version: 1.15.1 -Group: io.micrometer Name: micrometer-core Version: 1.15.1 -Group: io.micrometer Name: micrometer-observation Version: 1.15.1 -Group: io.micrometer Name: micrometer-registry-prometheus-simpleclient Version: 1.15.1 +Group: io.micrometer Name: micrometer-commons Version: 1.14.6 +Group: io.micrometer Name: micrometer-core Version: 1.14.6 +Group: io.micrometer Name: micrometer-observation Version: 1.14.6 +Group: io.micrometer Name: micrometer-registry-prometheus-simpleclient Version: 1.14.6 Project URL: https://github.com/micrometer-metrics/micrometer License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt @@ -1060,7 +1060,7 @@ License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt -------------------------------------------------------------------------------- -Group: io.projectreactor Name: reactor-core Version: 3.7.6 +Group: io.projectreactor Name: reactor-core Version: 3.7.7 Project URL: https://github.com/reactor/reactor-core License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt @@ -1806,3 +1806,43 @@ Project URL: https://github.com/awslabs/aws-eventstream-java License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt -------------------------------------------------------------------------------- + +Group: org.hamcrest Name: hamcrest Version: 2.2 +Project URL: https://github.com/hamcrest/JavaHamcrest +License: BSD 3-Clause +| BSD 3-Clause License +| +| Copyright (c) 2000-2024, www.hamcrest.org +| +| Redistribution and use in source and binary forms, with or without +| modification, are permitted provided that the following conditions are met: +| +| 1. Redistributions of source code must retain the above copyright notice, this +| list of conditions and the following disclaimer. +| +| 2. Redistributions in binary form must reproduce the above copyright notice, +| this list of conditions and the following disclaimer in the documentation +| and/or other materials provided with the distribution. +| +| 3. Neither the name of the copyright holder nor the names of its +| contributors may be used to endorse or promote products derived from +| this software without specific prior written permission. +| +| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +| AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +| IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +| DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +| FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +| DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +| SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +| CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +| OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +| OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- + +Group: org.awaitility Name: awaitility Version: 4.3.0 +Project URL: https://github.com/awaitility/awaitility +License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt + +-------------------------------------------------------------------------------- \ No newline at end of file diff --git a/runtime/server/distribution/NOTICE b/runtime/server/distribution/NOTICE index 0e036e56f..2c3e7afbf 100644 --- a/runtime/server/distribution/NOTICE +++ b/runtime/server/distribution/NOTICE @@ -141,10 +141,10 @@ NOTICE: -------------------------------------------------------------------------------- -Group: io.micrometer Name: micrometer-commons Version: 1.15.1 -Group: io.micrometer Name: micrometer-core Version: 1.15.1 -Group: io.micrometer Name: micrometer-observation Version: 1.15.1 -Group: io.micrometer Name: micrometer-registry-prometheus-simpleclient Version: 1.15.1 +Group: io.micrometer Name: micrometer-commons Version: 1.14.6 +Group: io.micrometer Name: micrometer-core Version: 1.14.6 +Group: io.micrometer Name: micrometer-observation Version: 1.14.6 +Group: io.micrometer Name: micrometer-registry-prometheus-simpleclient Version: 1.14.6 NOTICE: | Micrometer