This is an automated email from the ASF dual-hosted git repository. dsmiley pushed a commit to branch branch_9_1 in repository https://gitbox.apache.org/repos/asf/solr.git
commit 41b41f04d304f45241240e48f06b42c1629b5423 Author: Kevin Risden <[email protected]> AuthorDate: Sun Oct 23 04:34:05 2022 -0400 SOLR-16443: Upgrade Jackson bom to 2.13.4.20221013 (#1106) --- solr/CHANGES.txt | 5 + solr/core/build.gradle | 3 + .../biz.aQute.bnd.annotation-6.3.1.jar.sha1 | 1 + .../biz.aQute.bnd.annotation-LICENSE-ASL.txt | 203 +++++++++++++++++++++ solr/licenses/biz.aQute.bnd.annotation-NOTICE.txt | 2 + solr/licenses/jackson-annotations-2.13.3.jar.sha1 | 1 - solr/licenses/jackson-annotations-2.13.4.jar.sha1 | 1 + solr/licenses/jackson-core-2.13.3.jar.sha1 | 1 - solr/licenses/jackson-core-2.13.4.jar.sha1 | 1 + solr/licenses/jackson-databind-2.13.3.jar.sha1 | 1 - solr/licenses/jackson-databind-2.13.4.2.jar.sha1 | 1 + .../jackson-dataformat-cbor-2.13.3.jar.sha1 | 1 - .../jackson-dataformat-cbor-2.13.4.jar.sha1 | 1 + .../jackson-dataformat-smile-2.13.3.jar.sha1 | 1 - .../jackson-dataformat-smile-2.13.4.jar.sha1 | 1 + .../jackson-dataformat-xml-2.13.3.jar.sha1 | 1 - .../jackson-dataformat-xml-2.13.4.jar.sha1 | 1 + .../licenses/jackson-datatype-jdk8-2.13.3.jar.sha1 | 1 - .../licenses/jackson-datatype-jdk8-2.13.4.jar.sha1 | 1 + .../jackson-datatype-jsr310-2.13.3.jar.sha1 | 1 - .../jackson-datatype-jsr310-2.13.4.jar.sha1 | 1 + ...jackson-module-jaxb-annotations-2.13.4.jar.sha1 | 1 + .../licenses/jackson-module-kotlin-2.13.3.jar.sha1 | 1 - .../licenses/jackson-module-kotlin-2.13.4.jar.sha1 | 1 + .../jackson-module-parameter-names-2.13.3.jar.sha1 | 1 - .../jackson-module-parameter-names-2.13.4.jar.sha1 | 1 + solr/licenses/org.osgi.resource-1.0.0.jar.sha1 | 1 + solr/licenses/org.osgi.resource-LICENSE-ASL.txt | 201 ++++++++++++++++++++ solr/licenses/org.osgi.resource-NOTICE.txt | 47 +++++ .../org.osgi.service.serviceloader-1.0.0.jar.sha1 | 1 + .../org.osgi.service.serviceloader-LICENSE-ASL.txt | 201 ++++++++++++++++++++ .../org.osgi.service.serviceloader-NOTICE.txt | 47 +++++ solr/licenses/osgi.annotation-8.1.0.jar.sha1 | 1 + solr/licenses/osgi.annotation-LICENSE-ASL.txt | 201 ++++++++++++++++++++ solr/licenses/osgi.annotation-NOTICE.txt | 47 +++++ solr/licenses/woodstox-core-6.2.8.jar.sha1 | 1 - solr/licenses/woodstox-core-6.3.1.jar.sha1 | 1 + versions.lock | 28 +-- versions.props | 4 +- 39 files changed, 992 insertions(+), 24 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 13f18294b68..0b3b688dc64 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -13,6 +13,11 @@ Bug Fixes * SOLR-16585: Fixed NPE when paginating MatchAllDocs with non-zero start offset, like q=*:*&start=10 (Michael Gibney) +Other Changes +--------------------- + +* SOLR-16443: Upgrade Jackson bom to 2.13.4.20221013 (Kevin Risden) + ================== 9.1.0 ================== New Features diff --git a/solr/core/build.gradle b/solr/core/build.gradle index df7fd21903d..bcaec73d3cb 100644 --- a/solr/core/build.gradle +++ b/solr/core/build.gradle @@ -167,6 +167,9 @@ dependencies { // For faster XML processing than the JDK implementation 'org.codehaus.woodstox:stax2-api' implementation 'com.fasterxml.woodstox:woodstox-core' + // See https://issues.apache.org/jira/browse/LOG4J2-3609 due to needing these annotations + compileOnly 'biz.aQute.bnd:biz.aQute.bnd.annotation' + compileOnly 'org.osgi:osgi.annotation' testRuntimeOnly 'org.slf4j:jcl-over-slf4j' diff --git a/solr/licenses/biz.aQute.bnd.annotation-6.3.1.jar.sha1 b/solr/licenses/biz.aQute.bnd.annotation-6.3.1.jar.sha1 new file mode 100644 index 00000000000..4633746a311 --- /dev/null +++ b/solr/licenses/biz.aQute.bnd.annotation-6.3.1.jar.sha1 @@ -0,0 +1 @@ +4bd2576d30882cbe1135896b9940eccca06c6453 diff --git a/solr/licenses/biz.aQute.bnd.annotation-LICENSE-ASL.txt b/solr/licenses/biz.aQute.bnd.annotation-LICENSE-ASL.txt new file mode 100644 index 00000000000..94ad231b840 --- /dev/null +++ b/solr/licenses/biz.aQute.bnd.annotation-LICENSE-ASL.txt @@ -0,0 +1,203 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + 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/solr/licenses/biz.aQute.bnd.annotation-NOTICE.txt b/solr/licenses/biz.aQute.bnd.annotation-NOTICE.txt new file mode 100644 index 00000000000..7e7ba27afe6 --- /dev/null +++ b/solr/licenses/biz.aQute.bnd.annotation-NOTICE.txt @@ -0,0 +1,2 @@ +This program and the accompanying materials are made available under the +terms of the Apache License, Version 2.0, or the Eclipse Public License 2.0. diff --git a/solr/licenses/jackson-annotations-2.13.3.jar.sha1 b/solr/licenses/jackson-annotations-2.13.3.jar.sha1 deleted file mode 100644 index d18899233f9..00000000000 --- a/solr/licenses/jackson-annotations-2.13.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -7198b3aac15285a49e218e08441c5f70af00fc51 diff --git a/solr/licenses/jackson-annotations-2.13.4.jar.sha1 b/solr/licenses/jackson-annotations-2.13.4.jar.sha1 new file mode 100644 index 00000000000..396e92aed89 --- /dev/null +++ b/solr/licenses/jackson-annotations-2.13.4.jar.sha1 @@ -0,0 +1 @@ +858c6cc78e1f08a885b1613e1d817c829df70a6e diff --git a/solr/licenses/jackson-core-2.13.3.jar.sha1 b/solr/licenses/jackson-core-2.13.3.jar.sha1 deleted file mode 100644 index 5c0aa29679b..00000000000 --- a/solr/licenses/jackson-core-2.13.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a27014716e4421684416e5fa83d896ddb87002da diff --git a/solr/licenses/jackson-core-2.13.4.jar.sha1 b/solr/licenses/jackson-core-2.13.4.jar.sha1 new file mode 100644 index 00000000000..eff93324d03 --- /dev/null +++ b/solr/licenses/jackson-core-2.13.4.jar.sha1 @@ -0,0 +1 @@ +0cf934c681294b97ef6d80082faeefbe1edadf56 diff --git a/solr/licenses/jackson-databind-2.13.3.jar.sha1 b/solr/licenses/jackson-databind-2.13.3.jar.sha1 deleted file mode 100644 index 8dc90257505..00000000000 --- a/solr/licenses/jackson-databind-2.13.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -56deb9ea2c93a7a556b3afbedd616d342963464e diff --git a/solr/licenses/jackson-databind-2.13.4.2.jar.sha1 b/solr/licenses/jackson-databind-2.13.4.2.jar.sha1 new file mode 100644 index 00000000000..5aa5c2d8a8f --- /dev/null +++ b/solr/licenses/jackson-databind-2.13.4.2.jar.sha1 @@ -0,0 +1 @@ +325c06bdfeb628cfb80ebaaf1a26cc1eb558a585 diff --git a/solr/licenses/jackson-dataformat-cbor-2.13.3.jar.sha1 b/solr/licenses/jackson-dataformat-cbor-2.13.3.jar.sha1 deleted file mode 100644 index 98664cdba44..00000000000 --- a/solr/licenses/jackson-dataformat-cbor-2.13.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -bf43eed9de0031521107dfea41d1e5d6bf1b9639 diff --git a/solr/licenses/jackson-dataformat-cbor-2.13.4.jar.sha1 b/solr/licenses/jackson-dataformat-cbor-2.13.4.jar.sha1 new file mode 100644 index 00000000000..1d75293b298 --- /dev/null +++ b/solr/licenses/jackson-dataformat-cbor-2.13.4.jar.sha1 @@ -0,0 +1 @@ +ccaf21e6a02a20cae6591a12d20bf310544cf3ee diff --git a/solr/licenses/jackson-dataformat-smile-2.13.3.jar.sha1 b/solr/licenses/jackson-dataformat-smile-2.13.3.jar.sha1 deleted file mode 100644 index 689d1fb7cfe..00000000000 --- a/solr/licenses/jackson-dataformat-smile-2.13.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b4e03e361e2388e3a8a0b68e3b9988d3a07ee3f3 diff --git a/solr/licenses/jackson-dataformat-smile-2.13.4.jar.sha1 b/solr/licenses/jackson-dataformat-smile-2.13.4.jar.sha1 new file mode 100644 index 00000000000..8230f231d5f --- /dev/null +++ b/solr/licenses/jackson-dataformat-smile-2.13.4.jar.sha1 @@ -0,0 +1 @@ +4161a7c3914a12e7b7940ea53eb3c53e17aea91b diff --git a/solr/licenses/jackson-dataformat-xml-2.13.3.jar.sha1 b/solr/licenses/jackson-dataformat-xml-2.13.3.jar.sha1 deleted file mode 100644 index f33d7cd54f9..00000000000 --- a/solr/licenses/jackson-dataformat-xml-2.13.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ec52dc41977a927a6ff175042576d716cd55c7c5 diff --git a/solr/licenses/jackson-dataformat-xml-2.13.4.jar.sha1 b/solr/licenses/jackson-dataformat-xml-2.13.4.jar.sha1 new file mode 100644 index 00000000000..33baaf3fc5b --- /dev/null +++ b/solr/licenses/jackson-dataformat-xml-2.13.4.jar.sha1 @@ -0,0 +1 @@ +b739978806ffc80967ba0efe43b1296c29c4cfe8 diff --git a/solr/licenses/jackson-datatype-jdk8-2.13.3.jar.sha1 b/solr/licenses/jackson-datatype-jdk8-2.13.3.jar.sha1 deleted file mode 100644 index badd5ac2432..00000000000 --- a/solr/licenses/jackson-datatype-jdk8-2.13.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d4884595d5aab5babdb00ddbd693b8fd36b5ec3c diff --git a/solr/licenses/jackson-datatype-jdk8-2.13.4.jar.sha1 b/solr/licenses/jackson-datatype-jdk8-2.13.4.jar.sha1 new file mode 100644 index 00000000000..f7a8d7df60c --- /dev/null +++ b/solr/licenses/jackson-datatype-jdk8-2.13.4.jar.sha1 @@ -0,0 +1 @@ +557dbba5d8dfc7b7f944c58fe084109afcb5670b diff --git a/solr/licenses/jackson-datatype-jsr310-2.13.3.jar.sha1 b/solr/licenses/jackson-datatype-jsr310-2.13.3.jar.sha1 deleted file mode 100644 index 3f42f66e569..00000000000 --- a/solr/licenses/jackson-datatype-jsr310-2.13.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ad2f4c61aeb9e2a8bb5e4a3ed782cfddec52d972 diff --git a/solr/licenses/jackson-datatype-jsr310-2.13.4.jar.sha1 b/solr/licenses/jackson-datatype-jsr310-2.13.4.jar.sha1 new file mode 100644 index 00000000000..31b29d076f8 --- /dev/null +++ b/solr/licenses/jackson-datatype-jsr310-2.13.4.jar.sha1 @@ -0,0 +1 @@ +0e6d820112871f33cd94a1dcc54eef58874753b5 diff --git a/solr/licenses/jackson-module-jaxb-annotations-2.13.4.jar.sha1 b/solr/licenses/jackson-module-jaxb-annotations-2.13.4.jar.sha1 new file mode 100644 index 00000000000..0c83342b9f9 --- /dev/null +++ b/solr/licenses/jackson-module-jaxb-annotations-2.13.4.jar.sha1 @@ -0,0 +1 @@ +da90f334c1e752342f2dedb59880d5d46b29fe03 diff --git a/solr/licenses/jackson-module-kotlin-2.13.3.jar.sha1 b/solr/licenses/jackson-module-kotlin-2.13.3.jar.sha1 deleted file mode 100644 index f9c5c7828b2..00000000000 --- a/solr/licenses/jackson-module-kotlin-2.13.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -5e1944bc4efe2f5a5dcf286a83976fed61c1c65b diff --git a/solr/licenses/jackson-module-kotlin-2.13.4.jar.sha1 b/solr/licenses/jackson-module-kotlin-2.13.4.jar.sha1 new file mode 100644 index 00000000000..47b23d2e527 --- /dev/null +++ b/solr/licenses/jackson-module-kotlin-2.13.4.jar.sha1 @@ -0,0 +1 @@ +f9cfefe0d853fc5704e6e366d531c82a1f8c3881 diff --git a/solr/licenses/jackson-module-parameter-names-2.13.3.jar.sha1 b/solr/licenses/jackson-module-parameter-names-2.13.3.jar.sha1 deleted file mode 100644 index a54b6185036..00000000000 --- a/solr/licenses/jackson-module-parameter-names-2.13.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f71c4ecc1a403787c963f68bc619b78ce1d2687b diff --git a/solr/licenses/jackson-module-parameter-names-2.13.4.jar.sha1 b/solr/licenses/jackson-module-parameter-names-2.13.4.jar.sha1 new file mode 100644 index 00000000000..50042ca5892 --- /dev/null +++ b/solr/licenses/jackson-module-parameter-names-2.13.4.jar.sha1 @@ -0,0 +1 @@ +858ccf6624b5fac6044813e845063edb6a62cf37 diff --git a/solr/licenses/org.osgi.resource-1.0.0.jar.sha1 b/solr/licenses/org.osgi.resource-1.0.0.jar.sha1 new file mode 100644 index 00000000000..14a6af3c997 --- /dev/null +++ b/solr/licenses/org.osgi.resource-1.0.0.jar.sha1 @@ -0,0 +1 @@ +343c88949132984b3f2d4175a72c40b77dc65619 diff --git a/solr/licenses/org.osgi.resource-LICENSE-ASL.txt b/solr/licenses/org.osgi.resource-LICENSE-ASL.txt new file mode 100644 index 00000000000..8dada3edaf5 --- /dev/null +++ b/solr/licenses/org.osgi.resource-LICENSE-ASL.txt @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + 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/solr/licenses/org.osgi.resource-NOTICE.txt b/solr/licenses/org.osgi.resource-NOTICE.txt new file mode 100644 index 00000000000..93d1bc067f0 --- /dev/null +++ b/solr/licenses/org.osgi.resource-NOTICE.txt @@ -0,0 +1,47 @@ +# Notices for osgi + +This content is produced and maintained by the OSGi Specification Project. + + * Project home: https://projects.eclipse.org/projects/technology.osgi + +## Trademarks + +OSGi and the OSGi Logo are trademarks of the Eclipse Foundation. Eclipse and +the Eclipse Logo are registered trademarks of the Eclipse Foundation. + +## Copyright + +All content is the property of the respective authors or their employers. +For more information regarding authorship of content, please consult the +listed source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Apache License, Version 2.0 which is available at +http://www.apache.org/licenses/LICENSE-2.0 + +SPDX-License-Identifier: Apache-2.0 + +## Source Code + +The project maintains the following source code repositories: + + * https://github.com/osgi/osgi.git + +## Third-party Content + +The Content may include items that have been sourced from third parties as follows:</p> + +JUnit + + * License: CPL-1.0 (JUnit 3), EPL-1.0 (JUnit 4), EPL-2.0 (JUnit 5) + * Project: https://junit.org/ + * Source: https://github.com/junit-team + +Apache Software Foundation + + * License: Apache-2.0 + * Project: https://apache.org/ + * Source: https://github.com/apache/ + diff --git a/solr/licenses/org.osgi.service.serviceloader-1.0.0.jar.sha1 b/solr/licenses/org.osgi.service.serviceloader-1.0.0.jar.sha1 new file mode 100644 index 00000000000..f0cc24bc141 --- /dev/null +++ b/solr/licenses/org.osgi.service.serviceloader-1.0.0.jar.sha1 @@ -0,0 +1 @@ +3728ff37909c6a3c1870b3e851342d9f2bd3cc63 diff --git a/solr/licenses/org.osgi.service.serviceloader-LICENSE-ASL.txt b/solr/licenses/org.osgi.service.serviceloader-LICENSE-ASL.txt new file mode 100644 index 00000000000..8dada3edaf5 --- /dev/null +++ b/solr/licenses/org.osgi.service.serviceloader-LICENSE-ASL.txt @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + 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/solr/licenses/org.osgi.service.serviceloader-NOTICE.txt b/solr/licenses/org.osgi.service.serviceloader-NOTICE.txt new file mode 100644 index 00000000000..93d1bc067f0 --- /dev/null +++ b/solr/licenses/org.osgi.service.serviceloader-NOTICE.txt @@ -0,0 +1,47 @@ +# Notices for osgi + +This content is produced and maintained by the OSGi Specification Project. + + * Project home: https://projects.eclipse.org/projects/technology.osgi + +## Trademarks + +OSGi and the OSGi Logo are trademarks of the Eclipse Foundation. Eclipse and +the Eclipse Logo are registered trademarks of the Eclipse Foundation. + +## Copyright + +All content is the property of the respective authors or their employers. +For more information regarding authorship of content, please consult the +listed source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Apache License, Version 2.0 which is available at +http://www.apache.org/licenses/LICENSE-2.0 + +SPDX-License-Identifier: Apache-2.0 + +## Source Code + +The project maintains the following source code repositories: + + * https://github.com/osgi/osgi.git + +## Third-party Content + +The Content may include items that have been sourced from third parties as follows:</p> + +JUnit + + * License: CPL-1.0 (JUnit 3), EPL-1.0 (JUnit 4), EPL-2.0 (JUnit 5) + * Project: https://junit.org/ + * Source: https://github.com/junit-team + +Apache Software Foundation + + * License: Apache-2.0 + * Project: https://apache.org/ + * Source: https://github.com/apache/ + diff --git a/solr/licenses/osgi.annotation-8.1.0.jar.sha1 b/solr/licenses/osgi.annotation-8.1.0.jar.sha1 new file mode 100644 index 00000000000..ec48cfc8d78 --- /dev/null +++ b/solr/licenses/osgi.annotation-8.1.0.jar.sha1 @@ -0,0 +1 @@ +59d42736bcc0af2144ba5c1a12ff7c08ea4b7e12 diff --git a/solr/licenses/osgi.annotation-LICENSE-ASL.txt b/solr/licenses/osgi.annotation-LICENSE-ASL.txt new file mode 100644 index 00000000000..8dada3edaf5 --- /dev/null +++ b/solr/licenses/osgi.annotation-LICENSE-ASL.txt @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + 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/solr/licenses/osgi.annotation-NOTICE.txt b/solr/licenses/osgi.annotation-NOTICE.txt new file mode 100644 index 00000000000..93d1bc067f0 --- /dev/null +++ b/solr/licenses/osgi.annotation-NOTICE.txt @@ -0,0 +1,47 @@ +# Notices for osgi + +This content is produced and maintained by the OSGi Specification Project. + + * Project home: https://projects.eclipse.org/projects/technology.osgi + +## Trademarks + +OSGi and the OSGi Logo are trademarks of the Eclipse Foundation. Eclipse and +the Eclipse Logo are registered trademarks of the Eclipse Foundation. + +## Copyright + +All content is the property of the respective authors or their employers. +For more information regarding authorship of content, please consult the +listed source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Apache License, Version 2.0 which is available at +http://www.apache.org/licenses/LICENSE-2.0 + +SPDX-License-Identifier: Apache-2.0 + +## Source Code + +The project maintains the following source code repositories: + + * https://github.com/osgi/osgi.git + +## Third-party Content + +The Content may include items that have been sourced from third parties as follows:</p> + +JUnit + + * License: CPL-1.0 (JUnit 3), EPL-1.0 (JUnit 4), EPL-2.0 (JUnit 5) + * Project: https://junit.org/ + * Source: https://github.com/junit-team + +Apache Software Foundation + + * License: Apache-2.0 + * Project: https://apache.org/ + * Source: https://github.com/apache/ + diff --git a/solr/licenses/woodstox-core-6.2.8.jar.sha1 b/solr/licenses/woodstox-core-6.2.8.jar.sha1 deleted file mode 100644 index 95b71877fa3..00000000000 --- a/solr/licenses/woodstox-core-6.2.8.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -670748292899c53b1963730d9eb7f8ab71314e90 diff --git a/solr/licenses/woodstox-core-6.3.1.jar.sha1 b/solr/licenses/woodstox-core-6.3.1.jar.sha1 new file mode 100644 index 00000000000..ff23ca0a9e0 --- /dev/null +++ b/solr/licenses/woodstox-core-6.3.1.jar.sha1 @@ -0,0 +1 @@ +bf29b07ca4dd81ef3c0bc18c8bd5617510a81c5d diff --git a/versions.lock b/versions.lock index dbe0fe9f1bd..919ae7a42a7 100644 --- a/versions.lock +++ b/versions.lock @@ -1,16 +1,17 @@ # Run ./gradlew --write-locks to regenerate this file +biz.aQute.bnd:biz.aQute.bnd.annotation:6.3.1 (1 constraints: 0c051336) com.adobe.xmp:xmpcore:6.1.10 (1 constraints: fd0d5947) com.beust:jcommander:1.82 (2 constraints: 2b123714) com.carrotsearch:hppc:0.9.1 (2 constraints: ad0fc9a6) com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.1 (2 constraints: ce1500e2) com.cybozu.labs:langdetect:1.1-20120112 (1 constraints: 5c066d5e) com.epam:parso:2.0.14 (1 constraints: 8e0c750e) -com.fasterxml.jackson:jackson-bom:2.13.3 (11 constraints: e1de7271) -com.fasterxml.jackson.core:jackson-annotations:2.13.3 (8 constraints: 428fdd42) -com.fasterxml.jackson.core:jackson-core:2.13.3 (12 constraints: c3e84d61) -com.fasterxml.jackson.core:jackson-databind:2.13.3 (16 constraints: c0335d1a) -com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.13.3 (1 constraints: b90ea666) -com.fasterxml.woodstox:woodstox-core:6.2.8 (3 constraints: ba28f6ba) +com.fasterxml.jackson:jackson-bom:2.13.4.20221013 (11 constraints: a5e083d3) +com.fasterxml.jackson.core:jackson-annotations:2.13.4 (8 constraints: 478fc947) +com.fasterxml.jackson.core:jackson-core:2.13.4 (12 constraints: cbe8ec6d) +com.fasterxml.jackson.core:jackson-databind:2.13.4.2 (16 constraints: 28344498) +com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.13.4 (1 constraints: ba0ea766) +com.fasterxml.woodstox:woodstox-core:6.3.1 (3 constraints: b5283aba) com.github.ben-manes.caffeine:caffeine:3.1.1 (1 constraints: 0705fe35) com.github.jai-imageio:jai-imageio-core:1.4.0 (1 constraints: 5c0ced01) com.github.junrar:junrar:7.5.2 (1 constraints: 650c1002) @@ -267,6 +268,9 @@ org.locationtech.proj4j:proj4j:1.1.5 (1 constraints: 5f0daf2c) org.locationtech.spatial4j:spatial4j:0.8 (1 constraints: 59105498) org.opengis:geoapi:3.0.1 (7 constraints: 1361d046) org.openjdk.jmh:jmh-core:1.32 (1 constraints: da04f730) +org.osgi:org.osgi.resource:1.0.0 (1 constraints: e60f2999) +org.osgi:org.osgi.service.serviceloader:1.0.0 (1 constraints: e60f2999) +org.osgi:osgi.annotation:8.1.0 (1 constraints: 0b051636) org.ow2.asm:asm:9.3 (5 constraints: e139bef1) org.ow2.asm:asm-analysis:7.2 (1 constraints: e409d9a5) org.ow2.asm:asm-commons:7.2 (1 constraints: 6b0f7267) @@ -314,12 +318,12 @@ com.amazonaws:aws-java-sdk-core:1.12.15 (2 constraints: 501a5183) com.amazonaws:aws-java-sdk-kms:1.12.15 (1 constraints: d60cb42a) com.amazonaws:aws-java-sdk-s3:1.12.15 (1 constraints: e0125c30) com.amazonaws:jmespath-java:1.12.15 (2 constraints: 501a5183) -com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.3 (2 constraints: 5f1c11f1) -com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.3 (2 constraints: a619c712) -com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.3 (2 constraints: 0824f881) -com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.3 (3 constraints: 763d1e0f) -com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3 (2 constraints: a51d0260) -com.fasterxml.jackson.module:jackson-module-parameter-names:2.13.3 (2 constraints: 0824f881) +com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.4 (2 constraints: 601c12f1) +com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.4 (2 constraints: a719c812) +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.4 (2 constraints: 09243482) +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4 (3 constraints: 773d9f0f) +com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4 (2 constraints: a61d2f60) +com.fasterxml.jackson.module:jackson-module-parameter-names:2.13.4 (2 constraints: 09243482) com.github.stephenc.jcip:jcip-annotations:1.0-1 (2 constraints: c5188bde) com.google.cloud:google-cloud-nio:0.124.14 (1 constraints: c90e1c7b) com.nimbusds:content-type:2.2 (1 constraints: d80b68eb) diff --git a/versions.props b/versions.props index 980d1e1a356..8ea40d89a25 100644 --- a/versions.props +++ b/versions.props @@ -1,8 +1,9 @@ +biz.aQute.bnd:biz.aQute.bnd.annotation=6.3.1 com.adobe.testing:s3mock-junit4=2.1.34 com.carrotsearch.randomizedtesting:*=2.8.1 com.carrotsearch:hppc=0.9.1 com.cybozu.labs:langdetect=1.1-20120112 -com.fasterxml.jackson:jackson-bom=2.13.3 +com.fasterxml.jackson:jackson-bom=2.13.4.20221013 com.fasterxml.woodstox:woodstox-core=6.2.8 com.github.ben-manes.caffeine:caffeine=3.1.1 com.github.spotbugs:*=4.7.2 @@ -62,6 +63,7 @@ org.immutables:value-annotations=2.9.2 org.jctools:jctools-core=3.3.0 org.mockito:mockito-core=3.8.0 org.openjdk.jmh:*=1.32 +org.osgi:osgi.annotation=8.1.0 org.quicktheories:quicktheories=0.26 org.slf4j:*=1.7.36 org.xerial.snappy:snappy-java=1.1.7.6
