pax_global_header00006660000000000000000000000064140660722400014513gustar00rootroot0000000000000052 comment=aa952a1b9d5b4e9cc0af853e2c140c2455b397be apiguardian-r1.1.2/000077500000000000000000000000001406607224000141625ustar00rootroot00000000000000apiguardian-r1.1.2/.github/000077500000000000000000000000001406607224000155225ustar00rootroot00000000000000apiguardian-r1.1.2/.github/workflows/000077500000000000000000000000001406607224000175575ustar00rootroot00000000000000apiguardian-r1.1.2/.github/workflows/main.yml000066400000000000000000000031131406607224000212240ustar00rootroot00000000000000name: CI on: push: branches: - main - 'releases/*' pull_request: branches: - '*' jobs: gradle: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1 - uses: actions/setup-java@v1 with: java-version: 11 - uses: eskatos/gradle-command-action@v1 with: arguments: --stacktrace build publish_artifacts: name: Publish Snapshot Artifacts needs: gradle runs-on: ubuntu-latest if: github.event_name == 'push' && github.repository == 'apiguardian-team/apiguardian' && (startsWith(github.ref, 'refs/heads/releases/') || github.ref == 'refs/heads/main') steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v1 with: java-version: 11 - name: 'Publish' env: ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }} ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }} run: ./gradlew publish -x check update_documentation: name: Update Snapshot Documentation needs: gradle runs-on: ubuntu-latest if: github.event_name == 'push' && github.repository == 'apiguardian-team/apiguardian' && github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v1 with: java-version: 11 - name: 'Upload Documentation' env: GRGIT_USER: ${{ secrets.GH_TOKEN }} run: ./gradlew gitPublishPush -x check apiguardian-r1.1.2/.gitignore000066400000000000000000000002571406607224000161560ustar00rootroot00000000000000# Gradle .gradle build/ # Ignore Gradle GUI config gradle-app.setting # Eclipse .classpath .settings/ .project bin/ # IntelliJ *.iml *.ipr *.iws *.uml .idea/ # Misc *.log apiguardian-r1.1.2/LICENSE000066400000000000000000000261351406607224000151760ustar00rootroot00000000000000 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. apiguardian-r1.1.2/README.md000066400000000000000000000015461406607224000154470ustar00rootroot00000000000000# @API Guardian [![CI Status](https://github.com/apiguardian-team/apiguardian/workflows/CI/badge.svg)](https://github.com/apiguardian-team/apiguardian/actions) Library that provides the `@API` annotation that is used to annotate public types, methods, constructors, and fields within a framework or application in order to publish their status and level of stability and to indicate how they are intended to be used by consumers of the API. ## How to use it The @API Guardian library is deployed to Maven Central. You can simply add it as a dependency: ### Apache Maven ```xml org.apiguardian apiguardian-api 1.1.2 ``` ### Gradle ```gradle repositories { mavenCentral() } dependencies { compileOnlyApi("org.apiguardian:apiguardian-api:1.1.2") } ``` apiguardian-r1.1.2/build.gradle.kts000066400000000000000000000133451406607224000172470ustar00rootroot00000000000000import java.time.OffsetDateTime import java.time.format.DateTimeFormatter plugins { id("java") id("eclipse") id("idea") id("maven-publish") id("signing") id("biz.aQute.bnd.builder") version "5.3.0" id("net.nemerosa.versioning") version "2.14.0" id("org.ajoberstar.git-publish") version "3.0.0" id("io.github.gradle-nexus.publish-plugin") version "1.1.0" } val buildTimeAndDate = OffsetDateTime.now() val buildDate = DateTimeFormatter.ISO_LOCAL_DATE.format(buildTimeAndDate) val buildTime = DateTimeFormatter.ofPattern("HH:mm:ss.SSSZ").format(buildTimeAndDate) val builtByValue = project.findProperty("builtBy") ?: project.property("defaultBuiltBy") val isSnapshot = project.version.toString().contains("SNAPSHOT") val docsVersion = if (isSnapshot) "snapshot" else project.version val docsDir = File(buildDir, "ghpages-docs") val replaceCurrentDocs = project.hasProperty("replaceCurrentDocs") description = "@API Guardian" val moduleName = "org.apiguardian.api" repositories { mavenCentral() } java { withJavadocJar() withSourcesJar() } val moduleSourceDir = file("src/module/java") tasks { compileJava { options.release.set(6) } val compileModule by registering(JavaCompile::class) { source(moduleSourceDir) destinationDir = file("$buildDir/classes/java/modules") classpath = files(compileJava.map { it.classpath }) inputs.property("moduleName", moduleName) inputs.property("moduleVersion", project.version) options.release.set(9) options.compilerArgs = listOf( "--module-version", project.version as String, "--module-source-path", moduleSourceDir.toString(), "--patch-module", "$moduleName=${sourceSets.main.get().allJava.srcDirs.joinToString(":")}", "--module", moduleName ) } jar { fun normalizeVersion(versionLiteral: String): String { val regex = Regex("(\\d+\\.\\d+\\.\\d+).*") val match = regex.matchEntire(versionLiteral) require(match != null) { "Version '$versionLiteral' does not match version pattern, e.g. 1.0.0-QUALIFIER" } return match.groupValues[1] } manifest { attributes( "Created-By" to "${System.getProperty("java.version")} (${System.getProperty("java.vendor")} ${System.getProperty("java.vm.version")})", "Built-By" to builtByValue, "Build-Date" to buildDate, "Build-Time" to buildTime, "Build-Revision" to versioning.info.commit, "Specification-Title" to project.name, "Specification-Version" to normalizeVersion(project.version.toString()), "Specification-Vendor" to "apiguardian.org", "Implementation-Title" to project.name, "Implementation-Version" to project.version, "Implementation-Vendor" to "apiguardian.org", "Bundle-Name" to project.name, "Bundle-Description" to project.description, "Bundle-DocURL" to "https://github.com/apiguardian-team/apiguardian", "Bundle-Vendor" to "apiguardian.org", "-exportcontents" to "org.apiguardian.api", "Bundle-SymbolicName" to moduleName ) } from(files(compileModule.map { "${it.destinationDir}/${moduleName}" })) { include("module-info.class") } } javadoc { (options as StandardJavadocDocletOptions).apply { memberLevel = JavadocMemberLevel.PROTECTED isAuthor = true header = "@API Guardian" addStringOption("Xdoclint:html,syntax,reference", "-quiet") links("https://docs.oracle.com/en/java/javase/11/docs/api/") } } named("sourcesJar") { from("${moduleSourceDir}/${moduleName}") { include("module-info.java") } } named("javadocJar") { from(javadoc.map { File(it.destinationDir, "element-list") }) { // For compatibility with older tools, e.g. NetBeans 11 rename { "package-list" } } } withType().configureEach { from(rootDir) { include("LICENSE") into("META-INF") } } val prepareDocsForUploadToGhPages by registering(Copy::class) { dependsOn(javadoc) outputs.dir(docsDir) from("$buildDir/docs") { include("javadoc/**") } from("$buildDir/docs/javadoc") { // For compatibility with pre JDK 10 versions of the Javadoc tool include("element-list") rename { "api/package-list" } } into("${docsDir}/${docsVersion}") filesMatching("javadoc/**") { path = path.replace("javadoc/", "api/") } includeEmptyDirs = false } val createCurrentDocsFolder by registering(Copy::class) { dependsOn(prepareDocsForUploadToGhPages) enabled = replaceCurrentDocs outputs.dir("${docsDir}/current") from("${docsDir}/${docsVersion}") into("${docsDir}/current") } gitPublishCommit { dependsOn(prepareDocsForUploadToGhPages, createCurrentDocsFolder) } } if (!isSnapshot) { signing { sign(publishing.publications) } } nexusPublishing { packageGroup.set(group.toString()) repositories { sonatype() } } publishing { publications { create("maven") { from(components["java"]) pom { name.set("${project.group}:${project.name}") description.set("@API Guardian") url.set("https://github.com/apiguardian-team/apiguardian") scm { connection.set("scm:git:git://github.com/apiguardian-team/apiguardian.git") developerConnection.set("scm:git:git://github.com/apiguardian-team/apiguardian.git") url.set("https://github.com/apiguardian-team/apiguardian") } licenses { license { name.set("The Apache License, Version 2.0") url.set("http://www.apache.org/licenses/LICENSE-2.0.txt") } } developers { developer { id.set("apiguardian") name.set("@API Guardian Team") email.set("team@apiguardian.org") } } } } } } gitPublish { repoUri.set("https://github.com/apiguardian-team/apiguardian.git") branch.set("gh-pages") contents { from(docsDir) into("docs") } preserve { include("**/*") exclude("docs/$docsVersion/**") if (replaceCurrentDocs) { exclude("docs/current/**") } } } apiguardian-r1.1.2/gradle.properties000066400000000000000000000001651406607224000175400ustar00rootroot00000000000000group = org.apiguardian version = 1.1.2 defaultBuiltBy = @API Guardian Team releaseBranch = master apiguardian-r1.1.2/gradle/000077500000000000000000000000001406607224000154205ustar00rootroot00000000000000apiguardian-r1.1.2/gradle/wrapper/000077500000000000000000000000001406607224000171005ustar00rootroot00000000000000apiguardian-r1.1.2/gradle/wrapper/gradle-wrapper.jar000066400000000000000000001642201406607224000225170ustar00rootroot00000000000000PK A META-INF/PK Am>=@?META-INF/MANIFEST.MFMLK-. K-*ϳR03-IM+I, dZ)%*%rrPK Aorg/PK A org/gradle/PK Aorg/gradle/wrapper/PK A%Ӧ/org/gradle/wrapper/BootstrapMainStarter$1.classRn@=Ӹu1Ey@_Iik6U@.,RuL!G 6 (ı ]t1ssչ_x󸳈ᾏM|4isZ}.kތ=ed/cΥei0c =<Ob+7.PmB%M -wźl6i<Z293#ұwںl hx8FEv~ė9P%pw8.R3S ѵAc+jgQEoN SzBzj\: zQ^oPK Ai,$ -org/gradle/wrapper/BootstrapMainStarter.classVSWsٰ,1*BI/VV(-m.!nvfjﭽ< %2ӗv;IIbٳ]7>1IF2^ C0%cA0#aVF d\{2Ǽd\UqBNPp]R2"!c7%|؉^|$A aQʋ .aI~ ee41rtSwN3+ U U䳕"E(ak{wuT-.Z黶9rhu48C, -펖64:n=n/whviX iFZ$K]hO&VoFWc-MDqhƛ:UTT;#RNvRzH$['tk=e&śoh86lsܕP=֣ ed,X: ׶`Զl"zϼNE/wۼ-j=𒶨y1/ [\f UevS/7,xBY|͙ZI,¶Cw\o4 Hn"#RGw Nb(Utm{ۣ*z*ch #9_xWchyG}ը/CCASs/A݇~8# ER7q%B# ܤ@-8q;Dv{K0*GcM%8NMUK;I1D %ĞↄDvNަDgy|px#UcU]@}iP8T(j@ 1*B qg)ԗ_:#Bu}ә#zqF=~t 8ɹ7s'+Do4ҌH5ɜm9f W.&a@[&x;rac" i.4pC*3t<̪ϗ)(g,Q`81ou<^{_TW^Ŋժ{_nv< o!<ꕉksvŕ҂gC+-ĝY}1,U1qל` Vޥqժs:h庯V]nEZS|g\dMRe!!Z\J[ d'̭2cJ&r]qRruJ+8 SXmٚMxor`{.h-gT^*wS٢ߡdl2gPZU m8l) AXF yk50'=ұAZu357ĶS"xn\7!CTDM-%:ho-%+ԱBfuNIQ{EqM%帨v>E[[NMLݠʧ77PPbd15/Nnj3RZl1eShK|^dS:83m1tȦ1$0p1@:X M :)4G!LxG/6pIͩ7x#B_`8w0=mudCC-`Iˡd)V`._ 7R;!aإ3mKH)v##oHվVZNIr.n{7!=IbN7`h a.yD}2^@#Ge! YYcJ"##KxY&-/D154%%VkTD%| @ۥlܧgh Ј|/7/]>(B_PK Aۡ~4org/gradle/wrapper/Download$ProxyAuthenticator.classUsSEMMn74JX1I$EE`aۛxsc?3:8> 8:>W۴;9s9~p%G1ᴁ>3Qqu3U(>༚/t"&t\zp@+o踪CnUyseOlD"ܤخ(XyTGdz!\pKh9rĚM+k {Ixaz͉.2z H`jU&^wYdz=uNŻksDbwg[%)}rwMfŪc0 W2\_ Gz{y528`̻5ϔW,tlg+2x 9_IE) sXбȱ:np,&C_{j] Vn+[q!np8+(!59N"ɐptL2R8uӜ&dYQj9$ق$_phvn2é%Q8WhPYgVe{wm~KTaZMAke~F!r3{h4U)U"άݕⰱDna]x'6aJW RH/a>zYZ޳JDI8^I `+XvBxm%$,%{X ,t9@- {lt鴝)3̾vh'YI|}{s_s/*Q)x?O,R,ЛռB45 ת\\"񯂠7zuP^Ee+CW*ŗ/ͥ*7CHjV2iR4D*6+ܮmfU*wx(A7INAfuܣfܫpHTWyB'y@BQxתKTU-tU6TRyX#*QyXUxTŌd[TOӹ!=5Ǣq=9NTg$e`dtິ9bȠnA,ݳ{Pl{}zcT 7d$6TL=fnգihgo޻+AQ51sUo{(cЮ; v vvCYLu20aqppRGI=0r*wF2Zi/&bfDܲUڌDJCnP˦v:2ܗEbz[m!TČn#٧A=UOF&:͑vL}BhIWzry4SA|ۭB% >O"O|Uq0 cLd\L~Szv1ᔲ:)M+ u݁7g+ U x4%j|؀_$b▧}k¯jmD7E S@P46 uS7qcnnV 0-Zq7P+bT`oT 7t"6h`v>+4дMU!q]VmN4쳫fjPn G')J<`)zd]֍KSKSꥩfE^W;HWE2Ip}yLIr%e(-ei>#v:rMto<9,Ǟ: 7^Ss '8 _E7aŠ SI53PU{pV:|l]9&ܕ ]7jN;;z|I)Eo?{\cXXaYun~W&N"i<)ôo;b!'A@[{=7I*.3.1>)>`̂5Og6>.Xn˳k8WzHz8G{߼<sb3 GWV1(Y9U(lߢyNQ;@R8N@>{cbF!۵?F4Ai3 #F]xJ<*ItJLhhj n)+d$قvAuOg0-nGx/0l|e5;ɗ2=`Hl_|/wic;, zД,vBˠEm3Nb5'GusVEn b<[Q }m0Ɵ O?g >TE'^{ŃS~vݒпK 79-Trc|F2߇փ/E4VX=(ZT.g ȞPx؁Xy\cɐrTTK?IZ,3x%zęc锚VZRZJ&jnjZRZF_-ku|UoH<"%\5w\9M>* B[#T" ,*pXKY>xBzI08 > TYS|5~q]w'9uc48UmpC|H%j RnZGs(i崞j]#綺$NJdt :eO%ͣw(.,S&kϊg}Orti@ N9%7ES*mmVQE^PMlC, F*0 `Kp-98 ҳXy\nƴLv3XQmwst8-KhYߝMΚZsM *ryEoߙ&We5=6btOZo2˯fhҒi ZqZ=x֜-=VoYUZ;ZzCashkZЪ'R7WsK3ttALU3tuT+Cן &El8NW"lZ3&η׎^61TSyq!/? ,>ަS|}g˯x% \i1D@殣U#w׃0m4P"4_n(fNgIY >5{Hf sd #MnEtG72:5t+7mV`>`c)9M' \Kρh=K !h"ze8:nGHb=Y, r@׺^A@@w;SCz]7zSd ;L\,.JQ> `)V芰BoO Uca{E*~wig`gǩc%$h6g~DMO-1 @\mn;E?~~$+︉uK< RdK ?믅Ni2 ! |Wgg1SS?FۭA:̀ P(V@w9dm%\j?@J#ƅ0֯ s5ޥ[(6̶#CtvfZ. t]:n1tb4v9OĪ.r%J[M DŽ,]8kߟ_PU:]3aG\^&at"-EeY˛8\3K tЎBNk؁PK A!9| 3org/gradle/wrapper/ExclusiveFileAccessManager.classWsWYګu|iVMNZ*;JlBNKƎ[t-vjSB[(P`x 3L$x0 }0+9%L=sݿOt]o3;6lKqoF3VB>%lW !8$` Dղ3"x D]AمEU WxcLQV$Cn.O#&A7zx N5@T3(zY4} ] ҳ4?Evqݏ<̏ LNp8>K.1Dg[A|4nkhLpSESv\c~]+蘭vvR5dw=#r<\KT8lo7`.ՐS WĮT U4]~T76v7BZ H ҫ@'c Klϓ31cDQDDwp>Pzp}@8B gmγ*& _$W +kr}FA?~(AZ8:ưq8 ӛ"؅Qc? z5)qjsDPh hF9҈u>c~iMȈvz5HM $?b)nIP$)SݳhѠǧB<q0.Ҷxd(WWw@M߉߭5S< a-sc-gONQM} (1#j R`뛿̀imP/QWM:;"+) Qg4+{ >ek"TRrxy*J$WpB?^$ /Vԏs~LUTI*B.Rūp^UqɯQZN[*я7foQVuxZ];T,;ǻTnrxU|0R*F1"R0#*6ᒊ;pُ+rGxX#cr*>OSHGH?*/+*vswki nwkW==])1LJm+jjѤ!,noȩNlPP 6l#P~_9@mH؝3XԐFztnE D*mpnrg2ⵡ$ MSNkbvIp|NA[-2E卭ZxǴ0͜-N7J3sD^}Q.oVBӊJT*&Nu]66G> &O0V>ۘR#3PSX6pmafxV+ThNa='[}{ [G+" \jEGrSh#nv"Jm"в R5h!Rq+md n8Y5wf k:˯L8woTNJUM;dP(KaݘX,';RfSXtj1ADWiQC7fSZM8vRzUDĕ <PK A"org/gradle/wrapper/IDownload.classE 0  ^b* A{(l|JTf $_uX! ai'$|T:/ ?&NJ@XaXQГ7&zDVʙ&6X`-6L͉veLCz~@F@Y%H')9~<~WxL߰"Ni avyܲ'; WQ?/D\V+mĪM˩NjJjǢN4 55e-$| ¤iuMGOhSBWt%+i/ƌFKL\гva:Pљ^hw4*\kQ^\)6jkdQ|5\$5gʧ@yЊp6`&ƚewRr,oIښRe~멶\sngBs`2ҎKu1j4ZIWU|WP1PjYmlj 949U[:ycc)GܧvN45gjּyΚ !BRgyq)P1.(e%OWUNqMm;֚guhwX pg/0aŧM[˦mi9lHvX(65c ()X,J|{vg>BT᫪DTvjt7s1`t.Uz{̈́ze%ؒK)y9X튢u,5N V>]E#+K%TӗN >+*)P%ӃM,r{z77~;|n Q]]D]  Qfj-VI@wĚAO#=[`=eYDYBG7S2_ ӻV}\6T/z&pyg"D]թXB~i'>H6?e]G1< ˧LhYQbWfI+" & kX|!]ۗx+Z 3N`yte%XtLϚpp}';Ƞ.zG?lnyjOඖ@,d+/;m.PǶ-">G=dk-&ⱶϝ:uvzXV`SY!%M:NBE&NMn]ns=GEeZM VQǟ85a2m:Tq 㗄8-cH5}Oæ :ɮ +X%`k@h6$h{dP ojgʤWoze;lUBL04a`mѱɰ8#7qK ooGn0L6 Q z"HK4KK;4&('wJ&4OYJub\aSFs3Xa&laC>eQ'X~Z~/mLJBcsH Rl^!3 ӘL™f#'yN Z.Df&C,c?cc y1;9ʼna^rH| d gqo8:~{;\&N*b{2q90v>YPK A^,C- org/gradle/wrapper/Install.classY |T?'"! #Jؗ@I Z%yIFfE[Ҋ]lMEZnv}n_[Z?L&C/޽{9;OcD\$YLXhJ& tgxH 2NoA*A&7i_qsVa; nEg,}KH4)o R=I+H?MA/ FXc#HFnptJRc3H۹K pDKSFi7OpT4+DABN-*|"PAq7~4]Afi-k| %{eUAG&)hأ^5R)3Z׸n{5nT}[斋mT|qQ55wfߐ~q{MMtwӌ]mQ2IӪiVXLƣ iaӺ̼4:k 9n `t#NE.3Gf]GJm2→ƍCIM$2]X:z&|!i2Ml͖tݴ$:Ê{fkD๙;;4ls]$e3r`á]eؑD|uHFl"ȟg*?mVШ[oLqӮپ $$=e[1QQ}]ޤay0SZyUYEP:j]Öe)[0ّ¼y)ɥ-z tW`w=xR$)#mEM@'.mlt s6œi;FL7l ^I"n=™ݡ^fZ| nM$ Fi=ViWdp:7?7A|03SV$$?5ezC"M0lЄG-\3R쵫5aXL*Reec;l-8 N0:UP)L%Vbٗ4;lS&jO- {$FObHwܰ6_x ^cLسŀ[L+I$Aܸ*sit:4ew&vj +fض"F'َDg-VBr}:u8q鬱2c͹]ZǖV: 瓌wԐŌ8OQDI#81)+CWiFMI}@xx t@'_ί/KSÝ 3'0\ۈFd.ه<^_dX`XC?W`R!RCepmiˀs;)nW1.3F,)C7b,(O +{ 0?XhG@:y4,eS8ږX.%aÂh<t2]V"V:%p*X8* JلT/;2e ؄T8fBfEښۑ+^$辊Rb8Y/)XE<}HL#L P:진'@YlO#t~{9r99 oIJE#=%ʾ%Y=!/}?Y26dLPѐHG;U6F fpr:w%ڰic"q/O5~YuzR_u ukӫ;/IW%QWyi|5$㴭J:ߌFV3(GULSJQ zYSnsJA m#TV>.e(ۉ)eSٝ3;zC1EVQ9oe\ V;m+Hs@S 0kϮipCNAAA.rs(?ŝ(|/ktӰ€9_G4ˆ3޲r<2K;qvbQqY+{eO|?(kKm:vn;CcI.u"/1v}orI^XOXna_H# XmXx`{F:h`dUpYE~KQH+s~8NvkO%i۔x$?^>'Mzj2 8FHj]=N S_6bI'M4S\nYT4"n^#bab3/%W/'d2Wc2mV_kcn$En^9l8TbIDǂ3Z.=@υNzM!W/d?阓d xy,'焖E.~ʛXYsiݐ#u hm: e]^,[#o&M l10.nٙ% r=xhYc.juqv2zqtr"QMx+P9H. TQt@{=v8xϭŠ! LO~WT!+ЄjN~s2LS\0fS) pxF"$2z ԓiR4k+h&4Z* x\ y'Y~hJ[EUUVRM}J%g9t*ZM3h$_얓s-DD>ZE1׃t3}̀OjͤOOb+?5w0iG)iUҌrI@[p+ͬhroS'Ty䬃'~Q=@^뗇:;DA:Y/nD[_4V it4.䛴p dtU~>x9n=r" yTz2*FAt.!XgJaE7PZvRS?%~z.&B &-L>K8!S&|h-cV\?a/ҝJ}t-t> .^쾖Du)i'֯^J4WX^5:/MƻFa>N4jxƏp fy<}"!ϡ\l)q_߇yHc!N%"rJfף0*Y; 9 U䕣y]Aҥ"Q,Sl2bgϑfeZLE`)~9/)/+r~XAR~Ɠ?4A_@~/ʔDҍC#AG%h0y2ps&~JD*yI@J"KHVۈAJ rI.=H igf_kiwn|ΐO!\y # Nv|5r-LD$[\,p1h=O׀`ރ/NmSw砲+PK A:o4org/gradle/wrapper/Logger.classko`Unc@&s*]711$KH`wʓ_OFg ?xR5Krw.??hG b1TP4w+ͶU].;`XxfX!R9Ӳ!1,j<8>?4dckqǐ{0#bvtUwxQ; 6m!W\5]1,)@F\s ˵w/'.Hqϰ3:NWfu-Ce"!lU#;m"x*@obw=Cj[$B# %qcI![3̔JgX&ovHIFi QV(Iؔ)r /,*ꊧP*qw(P&n_ݖ7ۛPK A`8org/gradle/wrapper/PathAssembler$LocalDistribution.classQJ@=x+PAA(*(mۥMRP?J*/3sf̜}{y,R6.]0UJ.da7p]1_ 1*BՂrCT_qiXOLZ|- Fd SM>W|+<*>~0Tuh Y&㙉Bb5y]KaOuF~%w-; VZG0T\ue/~֓"n04ψxVs!<~^@?f'"^ e6_ ^ uCěnri\5-Cٖk)XI6M兹əlfe*Z15G⨀1]3-Y咭8?;snblhȅ`*Ƥ^f7TK e%oq]@𔪩ic۽φER5e.c^Ε˹.ʆsoonS.5CT#u^Vϐe4WgQKkaIBEېwts|,X(i ( MeZfC mL4 jEL%lRm&es,е6Ai\TբbZ]'Sۆj]Oe&@Ņr1-@n:W*>AӁ 9K_(: _U&,E3@ЫW/MR ]$`yR7)x@[7M5?1mm#"F񶄯> 'qJH 񈄇1-aѷ5] 2rvRIj~>/I_l~w1N=Ŵ_v?J,/a]@îL1Si,gQiC&e :kkZVR!Vt6jۊu3±?ɸnI']cMngo!6XI5p2J%Uͨ]k: 39nۖŸ+~BĆv/\wit) gU71Kp޿-Т Qs9zM4'9KLDS^Q UsCi~KckC qWp{?6]-hW EiN:XЂ7izH".g2 ;C (sdɓ(&X8¾*pt#KA7LO.=Ћa*c1Qw;z-GxHzxt6п'Rj8uzvKtVG>q"!א]>.J}6$38Om$1K{=y':,8Bȉce%םYA U19:e Qun|Ac W 1{IX6Gst?'דKU 5QƠDvQNʡqZuxF{Ds9\Z!];<:ST"Bo!-p}[S)2BeTjs/#(ct`\:S8tS ')hPK A| 0org/gradle/wrapper/SystemPropertiesHandler.classVSU]!,- -3TR%A(.a,ݸٔW~L}Ǚ2cWڱ& $9s~sޛ?" Q P0Oc(xSNޒڔi3 fh@ԏ99-żT,H;XR=.r~{x_&cr|!:}mn~v":BԚvC 53;a&# 㖙u4Y9]aΘ'Գ(Vi=g:ƆVK9#]Q۶͔nv-mνv^g-*6`Ja#Y" GAN l-|,g+[ *DŧL縥 |+||+Xyvy)'1MnBʶ6w{/(X,(~> Wٹ## I=(DWF$v t$0;/~*xBDV` -n|/#)yeǤ2FIi&^ʫ,=A5ٶTmMfRص/}6-ƷbU $egRevX|3%_ ๡~cg5hOW -a.5T cO_ {LP; e3y؆:J{3Pw@y42ESp~Gw"03V;LM`q=4/Z>u`iN]xG7Y κcA=#7? I4lv14$ ĨnqR!9KM-z9BԯrW)5" ,9z|~_=/!~L08WIH-_{M F1WU> =SpL<`ݖ_bqWPK A=?-org/gradle/wrapper/WrapperConfiguration.classmOAgJK|i " HULCߐ-H&~*M$&3w e&33_:a`@EG xL<2O<%xN8mPk35 QOM5)!Bw~+ 1sM(/;0/w^9sܰ nZd,8t|ZkZMlONlڍiv,.smns =NN8u ѽq$&L*A=HL)BCO*A4dF r_ s )%Ƞ 2)AeE, $!X yw y%^}93 2y~Oȸ`;)H^V0YW^а;98147243Ot KNj-;ޞ-#;[N3}Ht e]rbbAqy1ypȖmGCN$*= 8%g9ݲ =/az629uȐ Nl=qԤ1.aCi[Z:k?̝`iafRݘizoX4֔r!vSF`N3M-1z_arTQ5c!2xݮ\)&* ԉ^-ޫcd {Zn! ]$E锞s=' r|˝4g9yJ YE n ts@fJBU(E2DK2t!cj'-BFY&v\vwdLmz^B6i5~g#M ;{,5;UkUD u=*$$)-^QI?dIe ͞P#1F/Q0'i?e6!#(莄1eL%|%y,dKܢ"|j¡SRqm5U;^GQ˚h&}#Y܎I7w<}EA'LQQWMUόD2 }ʉx>1COG)7raWTN{Rӓ|88aAXTYoe݂zfuytR{:v:Z|`G_8檫x8󨊣~̕7:+x@-I :bqJ޻q(Kq6۷bj &};dm?JpE)@a ڦŕfhr%Q2&xglL->lDM6uFgºߏ C!̣Bh^GЮ hϳ_F~;=U7Ӿ˳_0kZcz8Ivzv0ixUñp,sϢfa\s oе(C BbjJ%%@,,V.ZX@3#8ꚑRM`:BBNcX@ xe,^F88isO[`IQfQ?b^ Ϣa ItV9gw"3X6;kcs9['_@cp qvC,bW/\ťl 9OC(.H']T !ٞ ތīS]hDLyW!p 5 kN=NRnp؜ch⟐ϔ4=c/-ePK A׃X ;org/gradle/cli/AbstractPropertiesCommandLineConverter.classV[WUN20 HԄKKIQJ;L0fOZZ_tA}N.i2Y9};vO6Q0e|`|`w,'? H` = V>Bx&c.cC i?]cЗ1-ci8"qB[׊kcrƔmeBhЋfb~MVd8i ޞf'$ F]p䙶0fv}-QԬB"9U ёѻE#0ff[-PvT4V5%\X3LXQgIWW]p0?:ĒVJFOMA`i ҮqA1\W@ \A܊A)5"ɓ48,FhJ+g ^zKŽa@7e2ZfYTRQxuWx8R E10ogm74Ӂr_q9\WOw/jhz"#z,Zi.ZFkP*؏$}iB+ c na]bᶂ1|( 2>R1>aʠSz5 xA$>UDP~.*8 %>Ä;g+ZEkߌM' g6-0 : NVϟ=!!{LX`e2zFI3U\%Ne5CC]Z]AၺmѸYCYbZ.+&%b `)s4 "(({j^<Q*>\{#%N׃\&9I~r)C09ymjV!:|k"%*5&@TZ[AkI )Zb=Nʆr2j s噜(B`4JY:TCaecU*b2vTzCɘgKEԷNR9r,m:BM}V{"O.6u1᳠~-g~hWKt/Ovs }+ =]hY,l$ ֊7 4O? gԻ h;_!ѸwiPCEӞEVh`ll ,[m'GT&p DAnE!i/8<~[$"V8zb3%+>g*h/V!r'em3=:Irn wN0!؊u2aIPK AD&3org/gradle/cli/CommandLineParser$AfterOptions.classmOA{-r- >W+p"D!$MFxag9.D%2^rҒcffwn׷fqۀQiu4h IStLaTzj6Pɓ5&yյXOlե}G8]x2Crɫ< +M[>.YN w\:JIi0dmxBBr卆Mu0r$fu~^F+[.5k՗-o0$z<AekͨS bVgcg>v@]7|- ƪ-+CG@ϔ0 jE7 7ckމW7xؒ1f00yd835?UѶ= q~ :5hhkmq_2wC^2 \ G@I]TGi4gL,~AbT 4"A;`ȑm:C٤3qhboPK AMu <org/gradle/cli/CommandLineParser$BeforeFirstSubCommand.classVrT串:I I|skiK^rը,Ӿ[2xHnbN0Ϲٳ=_~02Nc K2ȑ!aYFø ǪP&Cu!%6>1u(68 woz|a,oٕLVzF5VSawU9^6Lùps_u Wݢd֬ml4jeݾ$-Mn!M$2 -[au(7m2(MSתjڢ/xWCiX;PBNg, YtT)}3%l1T3,zoKf=H9 T_1$wbW5t?fk5s$]%4C Y Gp|@EYx.~H@]*[qrj;;kG柮G&İSEQɪz|q|ypj( mja8 ˔Ww[E^lq6v(=WN##rNYS.8~rWßK*b; Q"QiD@r0M[Ҭ$?!HvCIqf.Ɇ1JᮨoZ }4{JEFG?3x/J#'Gtr)Ipg{(EOJT).>Gd/-GWZo=sP#`K3Q[F]F]pՅڇbYh@~R (!ijJ3n8B# gHWܱa6:Nx*9g\.{b ׹ڸi^E` N$,SDgqc)/hRPK A*ZMForg/gradle/cli/CommandLineParser$CaseInsensitiveStringComparator.classS]OA=wPRˇ"UhAx1MLԏvn/`|EkC9{Ng?&6 Q)`,95=K&lfc*!|m2]Bt%a||ߓzGy)vV&+"M?~"u$ۑV~Q Nnx" %6m܏#nԍ֛uB_Є"[f)ְm*ȧHjfp\p ߩLbs E"Ld'h@Kӟ0}1/d MXEnqsYX'>9|r9\=wP5oy$L̑iftcye}ly:E1k-LYn3q2\uM&:c#2Oȭ㿈(&J`R؁p6k0,X\*wM/PK A|R&=org/gradle/cli/CommandLineParser$KnownOptionParserState.classXwU6ͤK*EqDt;VkEE+. ɐ3uf҂HQpCqP![>u\|I\@-V< gZY͓5ͨ-4Τjת 窬m͵l Znpi S5꿗$뻦 b^)Std%fsTCP`g^ t H@'؄Nr"#^hNoGQ7AUߑt$ YFRk|yaC@gpPn'I<:\(=Ěp,᝛aұV6dhd F^wމ& aࠑW~qpN߽̾2BI 7!?PK A$ľ<org/gradle/cli/CommandLineParser$MissingOptionArgState.classmOPw*LD ! ·'`0W̚o;oB~?ܶK˒s~퟿~Œr:'I*(uZG 7ٌqeМ-rD_K.]Sz3Bjs5]#ņu,nV4\k0#%rw[cU:3 WZ S69^RzxZsu-˲V;TJ?nI/GQw|m.UORn!eCw&à# ֻ @~+:0r`#:L:՞ͭ1𦯉)[PR2q\U%7ǖڒ#63Vt201,K`=org/gradle/cli/CommandLineParser$OptionAwareParserState.classUn@=q$6\%)MK@)p)E E*oĮO x$ J|Mݒ*A./ޝgf퟿PĽ8ȩ0*wTzc\ *L+(cVAQu4ܮ,dȖQ/5̂Ѱ OpC{i\e˶; ` CdթQIh5xƫ 7*\X.Cɶg9Zŵu6jI,s]SMj%} P녲',4!E]&8c$${]pG짍oRNK%ti!ӘЏSnbX[XPa sLf +~a[f:~Z)9hOS csmqr |FdUԩ0L-=ƽ_qkޥvrl0.ϥF|x!JӚ'vt!}rOYY,T6$a|iZ ̋dKTTȇC(Z7D!eSZ2B#oo+5UcCݢ{ B*^v#8GNi$y6+1E83$r]oPK A%̻7org/gradle/cli/CommandLineParser$OptionComparator.classTmOP~Q: 2@.,Ydďe4kI?/~#ƨ_ N6).]}s=~ E%d0#0+bNUJ"E,IHs;'"V8|USk"z6L7eA(;íi;- Vn)L!{䛎]vG Wlp˖y!P~`j2U6uyN_z`QWkH-T T|%|4y`P?UKjwMkwuz-֤$/0L[3xѪM7-O7 IRiu;?ڑ~Sb@ZaBhΟ\ia+6eYgљ{"!c /&q va[hǂZ00 }m j]{a=eўB$>P}4s2|=ѧQ*te躣K.@ >rd d$S3gH|$%!zp'a!xD"2{9 O蹀Sp HswnL8trI"!y3Ⱥ2GYv>i<2<l4!M{nV  #fdY"5>{}FCNS#ZOqϣHINQ2(R8˦Sqv[lB|'9乎OE;McBһ-!%."{N'MzzY%B65[m~kETBZƓq5<]/h}LѾ>McGMHx)PK A`M~U2org/gradle/cli/CommandLineParser$ParserState.classSoPN) s97ս&MLf.а.vF'_|(- AGmdQC-6xbaB{I/zI4\jϓdbs ?4iF^H(*tU?'tUav/Pcgw9`2r;$uTyP/#}@3I8c)O;B / Z &Wti2qfYC!zPڕh&ߗP2egvnӁ$$T@|*>A%W|):T Џ3_qI_q3!Źt^= xc @C!:Z_ eYq>8YMHEFw@@9\"!vCz1v񫮥x&҃k$}ˌf!uTsj]p99+1:*4*4fE!./1Y ?PK A=l)&org/gradle/cli/CommandLineParser.classYi`\őJ7zzeٲ=`l1S>K6XzFψ8B``d MͲaك= !l~ޛPwOwUuUuO{YT:jW5ױh/>)s3 O >ס yRa#||1ׄW%GģcxS5E]%_fFeu֤Pt|e&cuq8&&䞬JO|7#P"tM$(L8?=cq3֔&LMssOA0eAQC(j]Z-um 3f5if ≦mkG0JKͶh̚dcu;13cM0[1׬_ݸa5u֭X( ^N1U&VQQ[٥=IҨ]k G-\FګmWEc`kجn V"E9:Gw6v1|yqe41P<-l҉H(H[Rs,Jؽc[-`,~;DG|Kglloi5M% 9.bI+v"[FURo;R`FN3#mL= 4P%$lu * cLate+r"nuUCiظ̀J]B\ kX5Pj:)Bp(^Hi%n Zkn ݒ_>N &3A32g R4d Z8?lyOm'ˆf@hՌ%sƞUu63iʭ ŕ%p77DL^aE9͚V\EW p vX8)4iFf(Ma}.l?F,N@6 7w3§E5Fp J-fn1R^:t[BYԙd3R÷M΄A-Vvmϼ.(SYnZQ_;S[Zx|ڜ3KFR^9fpUg sPY1O/ }MX k#IRr ܊[ ܀ ܬFD- ;&-i{OP<1Mڹt\͐׍ku;5nHXv!]r1% 0Ґt *1T]Bحt-씸!ǐK2C.+%ª2C!W*or\MxղZmU3Wq\lE,rRz[UV3[r!7(G(Wr|ېjCn*%*Ų!wYX2u]4yӇY <'kP͝%w't3luY9LُC'dR{23$* 0d\/!{^C/hr7ܟŞkCPɈ: \lȃnяEb`*ƹc&{>Vi%=f ٽwbeic^Rĉ^Éww` OF3<,dn>g?_y2|% zX>"Nd1VfY72pLbh1s}6=JqŴ*9DuXUǻ?}e[ւeN(q%B=:FsWz~-)u+Z v{p,|{`8E< r_n۷Cc^{[܉բzv 46<[]kt6SNo;:ԃCqֻ[c`|ݽ(~zvV7\e"z>LP_kp6#+Lh1I`E4c/]AinعnV0=tziH_r3 %?~u'\vB A 7o}mh~ ǡWs _&%@,yő<ހ M3y⼃N wnW})m^YAhO YL+,l"G˱7<7hb>xi!_ph 9Q}( a`F˜Zoeۋ局v}r8i7N"eK{1\NIAU[k|6e)=LgitE:Rt=("4RA~?(N{,$)>ȡ)Y>gGK;Ȯ,J͡%TZX֋rE\ދ O܍€?i.UMj[W\V *Rv"uGYxm;>,.ӇK֑lwlfe/NoE'QbWb#`cm3< ؊_"K *#`x)hbtH):Ll&evH'҅.M^Q~;9˸T7C\)5?z9sr*hp?ۻ0=Q֜F {twtc1~DkUa!t0F!SE/wXS'Md_ø8缁羑gM'9K (=SX-,3,-N=uS9Pi Qc"%p;°s`qx<6V~,z*-wFG|:%f)XJXBV4[J^ ϑ^lT{ pg9܅*+/#ߒZJNxy*uìR6+|*,&VUV} 5^ƇbiҕbYЇ5y\$h:4"i4hpm7H8T ^Rx 0K%kAg鵓r7s~!o_ǜ9`9_K_$,+ J;~);܆%!Myxw#){9%qG2wR0 /r5{,5qBH\ d^pKPΓ7xY+b܋7X:yxY絲F园ɯS-18gO{zSe yNva`aZx 5mCd"QLtLq:ɛ ec%,3w]}sS}~e?2<_p媲>lJ0ݩjA^i uoQEpê8~?oSw/-Oijwg޶K/UGy^}B,ZJ,;;ɢxbf9rKa2J|ߋs=ijS8TPqhQnsʃYQU@O~lm.I=oA`2/-'a*o}CӑMswōiV*,K:&U@cHb{V5kyE=!#&P== kOц?r]?1>gAy{8u ca*^H*R!Vg-yh.#fN>_{EV43$ffN8Ѭ;ldO sN]wai ;{g>.a.=dzA#_;q eV)^?PK A>&org/gradle/cli/ParsedCommandLine.classWiwg~Fċ%vTMc[R8S)-LT(.Ph١li7 `rX;Ɵ}g$Kָ1G}.3ǽ?.v*`!*΢ .bufT,.+*WBM0#h'".T=^a}:|Fkt 0^7/㋸$__V0AVMa q[ ͼ1s#+3ɥ/E; f2n-C#2iҖ U0RҒKMfr)y(Q0r*T>c4yZq%sH˶YhM-C#\U08a~.k *)CxK )LAt\гkWYp#A͙ FA|Wݳw/뀽)xV5KԶx:ԕ|)#wOPccI(V^yU6KbѴ\j3TpUG(|VQH1M 7S8 RΊ|{Y#۶nQ/5^kKouO;=Fm,Rhq35$bwcLOFܙm Ln"9mG7Mhz*gJwrv詔DճEc YeyK?a{?՜qZ:fyȌYcm5 ^Xdkޏဂ6Y"|P[x[w= 1s=>4?RcfUDO38*$c/GW*S.5“~Un |ɘ_=0a 4 WU\0~pWLHZϖ:zypy*rK}jc븪֒[v.2}Ric9SVUPPIΝir+9gS QZyۇOBMkI'ƠG> =7rW=¶~̜gD1[f(O :6yP=𸟳J8Je2msQP0-^^Ц5[y?AC2?TjH܆mo"@1H1tXG1r}kL%װCРh&4o! ;]LHҰe(=Z[];7d?k'Wo A؅속=x5:ICab!Zcx(Dp1')1a8!N**&T=thT_P;='X/ FΙbX@u #Bwvp\}b9ûx?}dT}HH.o!syVOCI/a$qaxA1cx)R_J@{& (+}?Av3xG f97CTEB"]tF.'ޜ軅؜t<õ2i 1i_3%6 ;Aؓq6A-V4RgZlG orN$gdyE:+N:$̕ųxU '\5B%ǻ6 Z3]^ᜐk>lJ ;k>e'*6zEGe)A<],;[S;\Or=l8>Y ߀^9ي NLvczͭ&@S܇Қg\HVvWc .97{XŘ㰗Go )ȑ,I8sQHI 0$Abs9{`_i*^QUt  9%<' tEB^Krvs?`A^EAEXP QP dȹPK AytE,org/gradle/cli/ParsedCommandLineOption.classS]O@=ݯGePaeQ"hHV1YawRlIgN[`Y$ә{=?“4(H#b 冊$4-L%q[器+r⾊ [lpWAɶ(Ha1p#-g,C/{9*I Kxs UEJ%a:w^u"]a*s!"k~E쳟}V_*bTG;-%bXo"p(=@&_2w%^*$APPS =1D:!䉩If%ޱn05W(vbRD $"xj2Dϧxr7k> !V.p].GӱD\8"y RPK A\vB| :org/gradle/cli/ProjectPropertiesCommandLineConverter.classKO@D|?Pâu#Q+$C;1m  JW&.(1D,9vo/[@yl汕G)v }FHWkwLS!]nY7ZK:̿cJDZRysV;H+-)nkS#cruLXgh|BjFYDΏ%L%񎅎*_?ֈ:("<ڄbJՍ ؊tf^*K ߵ XUVi01k p8wZ8T0g?PaΛm=C Ss | 1\Zq-}C_JEˉjE+ w'PK A 8=|9org/gradle/cli/SystemPropertiesCommandLineConverter.classJ@ثmjE5BPąR/P~ӑ$&BJW 'iAY3͜l "lYlE <& d@HgL{:rRs:C*X4NĬQ ۴;hZ3a ѽG!]Gv7S"5eb o}ɸGtFMz9y~X{()spL`7e.KV, TXxɢfDTEGPWJmh~49AjxѰ sh gԙn85].FԒs9Q΢*s/@Ug J*ce+s+1 $p6/t-,;h-.Z >kZPK A AMETA-INF/PK Am>=@?)META-INF/MANIFEST.MFPK AAorg/PK A Aorg/gradle/PK AAorg/gradle/wrapper/PK A%Ӧ/org/gradle/wrapper/BootstrapMainStarter$1.classPK Ai,$ -#org/gradle/wrapper/BootstrapMainStarter.classPK AhQ}#org/gradle/wrapper/Download$1.classPK Ay[4Ap org/gradle/wrapper/Download$DefaultDownloadProgressListener.classPK Aۡ~4org/gradle/wrapper/Download$ProxyAuthenticator.classPK ApO)&!org/gradle/wrapper/Download.classPK AyL1^$org/gradle/wrapper/DownloadProgressListener.classPK A!9| 3N%org/gradle/wrapper/ExclusiveFileAccessManager.classPK A,y-U,org/gradle/wrapper/GradleUserHomeLookup.classPK APr -*/org/gradle/wrapper/GradleWrapperMain.classPK A" 9org/gradle/wrapper/IDownload.classPK A9lV"9org/gradle/wrapper/Install$1.classPK Agh|-Borg/gradle/wrapper/Install$InstallCheck.classPK A^,C- SEorg/gradle/wrapper/Install.classPK A:o42Zorg/gradle/wrapper/Logger.classPK A`8\org/gradle/wrapper/PathAssembler$LocalDistribution.classPK A;+&^org/gradle/wrapper/PathAssembler.classPK A| 0 forg/gradle/wrapper/SystemPropertiesHandler.classPK A=?-korg/gradle/wrapper/WrapperConfiguration.classPK AG (norg/gradle/wrapper/WrapperExecutor.classPK Ae #pwgradle-wrapper-classpath.propertiesPK A)wgradle-wrapper-parameter-names.propertiesPK AAxorg/gradle/cli/PK A?<S1Hxorg/gradle/cli/AbstractCommandLineConverter.classPK A׃X ;zorg/gradle/cli/AbstractPropertiesCommandLineConverter.classPK A}yGK1org/gradle/cli/CommandLineArgumentException.classPK Ag)org/gradle/cli/CommandLineConverter.classPK ASf g&zorg/gradle/cli/CommandLineOption.classPK A튯(org/gradle/cli/CommandLineParser$1.classPK A$f{K ;org/gradle/cli/CommandLineParser$AfterFirstSubCommand.classPK AD&3Oorg/gradle/cli/CommandLineParser$AfterOptions.classPK AMu <Borg/gradle/cli/CommandLineParser$BeforeFirstSubCommand.classPK A*ZMForg/gradle/cli/CommandLineParser$CaseInsensitiveStringComparator.classPK A|R&=Iorg/gradle/cli/CommandLineParser$KnownOptionParserState.classPK A$ľ<torg/gradle/cli/CommandLineParser$MissingOptionArgState.classPK ATK>=sorg/gradle/cli/CommandLineParser$OptionAwareParserState.classPK A%̻7xorg/gradle/cli/CommandLineParser$OptionComparator.classPK AfC8org/gradle/cli/CommandLineParser$OptionParserState.classPK AE3org/gradle/cli/CommandLineParser$OptionString.classPK AgAqx=org/gradle/cli/CommandLineParser$OptionStringComparator.classPK A`M~U2porg/gradle/cli/CommandLineParser$ParserState.classPK ApX k?ıorg/gradle/cli/CommandLineParser$UnknownOptionParserState.classPK A=l)&org/gradle/cli/CommandLineParser.classPK A>&Xorg/gradle/cli/ParsedCommandLine.classPK AytE,eorg/gradle/cli/ParsedCommandLineOption.classPK A\vB| :org/gradle/cli/ProjectPropertiesCommandLineConverter.classPK A 8=|9]org/gradle/cli/SystemPropertiesCommandLineConverter.classPK44J0apiguardian-r1.1.2/gradle/wrapper/gradle-wrapper.properties000066400000000000000000000004371406607224000241360ustar00rootroot00000000000000distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionSha256Sum=2debee19271e1b82c6e41137d78e44e6e841035230a1a169ca47fd3fb09ed87b distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists apiguardian-r1.1.2/gradlew000077500000000000000000000132161406607224000155400ustar00rootroot00000000000000#!/usr/bin/env sh # # Copyright 2015 the original author or authors. # # 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 # # https://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. # ############################################################################## ## ## Gradle start up script for UN*X ## ############################################################################## # Attempt to set APP_HOME # Resolve links: $0 may be a link PRG="$0" # Need this for relative symlinks. while [ -h "$PRG" ] ; do ls=`ls -ld "$PRG"` link=`expr "$ls" : '.*-> \(.*\)$'` if expr "$link" : '/.*' > /dev/null; then PRG="$link" else PRG=`dirname "$PRG"`"/$link" fi done SAVED="`pwd`" cd "`dirname \"$PRG\"`/" >/dev/null APP_HOME="`pwd -P`" cd "$SAVED" >/dev/null APP_NAME="Gradle" APP_BASE_NAME=`basename "$0"` # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD="maximum" warn () { echo "$*" } die () { echo echo "$*" echo exit 1 } # OS specific support (must be 'true' or 'false'). cygwin=false msys=false darwin=false nonstop=false case "`uname`" in CYGWIN* ) cygwin=true ;; Darwin* ) darwin=true ;; MSYS* | MINGW* ) msys=true ;; NONSTOP* ) nonstop=true ;; esac CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar # Determine the Java command to use to start the JVM. if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then # IBM's JDK on AIX uses strange locations for the executables JAVACMD="$JAVA_HOME/jre/sh/java" else JAVACMD="$JAVA_HOME/bin/java" fi if [ ! -x "$JAVACMD" ] ; then die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME Please set the JAVA_HOME variable in your environment to match the location of your Java installation." fi else JAVACMD="java" which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." fi # Increase the maximum file descriptors if we can. if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then MAX_FD_LIMIT=`ulimit -H -n` if [ $? -eq 0 ] ; then if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then MAX_FD="$MAX_FD_LIMIT" fi ulimit -n $MAX_FD if [ $? -ne 0 ] ; then warn "Could not set maximum file descriptor limit: $MAX_FD" fi else warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" fi fi # For Darwin, add options to specify how the application appears in the dock if $darwin; then GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" fi # For Cygwin or MSYS, switch paths to Windows format before running java if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then APP_HOME=`cygpath --path --mixed "$APP_HOME"` CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` JAVACMD=`cygpath --unix "$JAVACMD"` # We build the pattern for arguments to be converted via cygpath ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` SEP="" for dir in $ROOTDIRSRAW ; do ROOTDIRS="$ROOTDIRS$SEP$dir" SEP="|" done OURCYGPATTERN="(^($ROOTDIRS))" # Add a user-defined pattern to the cygpath arguments if [ "$GRADLE_CYGPATTERN" != "" ] ; then OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" fi # Now convert the arguments - kludge to limit ourselves to /bin/sh i=0 for arg in "$@" ; do CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` else eval `echo args$i`="\"$arg\"" fi i=`expr $i + 1` done case $i in 0) set -- ;; 1) set -- "$args0" ;; 2) set -- "$args0" "$args1" ;; 3) set -- "$args0" "$args1" "$args2" ;; 4) set -- "$args0" "$args1" "$args2" "$args3" ;; 5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; 6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; 7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; 8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; 9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; esac fi # Escape application args save () { for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done echo " " } APP_ARGS=`save "$@"` # Collect all arguments for the java command, following the shell quoting and substitution rules eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" exec "$JAVACMD" "$@" apiguardian-r1.1.2/gradlew.bat000066400000000000000000000053131406607224000163010ustar00rootroot00000000000000@rem @rem Copyright 2015 the original author or authors. @rem @rem Licensed under the Apache License, Version 2.0 (the "License"); @rem you may not use this file except in compliance with the License. @rem You may obtain a copy of the License at @rem @rem https://www.apache.org/licenses/LICENSE-2.0 @rem @rem Unless required by applicable law or agreed to in writing, software @rem distributed under the License is distributed on an "AS IS" BASIS, @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem @if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" setlocal set DIRNAME=%~dp0 if "%DIRNAME%" == "" set DIRNAME=. set APP_BASE_NAME=%~n0 set APP_HOME=%DIRNAME% @rem Resolve any "." and ".." in APP_HOME to make it shorter. for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" @rem Find java.exe if defined JAVA_HOME goto findJavaFromJavaHome set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 if "%ERRORLEVEL%" == "0" goto execute echo. echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. echo. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation. goto fail :findJavaFromJavaHome set JAVA_HOME=%JAVA_HOME:"=% set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto execute echo. echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% echo. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation. goto fail :execute @rem Setup the command line set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar @rem Execute Gradle "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* :end @rem End local scope for the variables with windows NT shell if "%ERRORLEVEL%"=="0" goto mainEnd :fail rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of rem the _cmd.exe /c_ return code! if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 exit /b 1 :mainEnd if "%OS%"=="Windows_NT" endlocal :omega apiguardian-r1.1.2/settings.gradle.kts000066400000000000000000000002721406607224000200030ustar00rootroot00000000000000rootProject.name = "apiguardian-api" require(JavaVersion.current().isJava11) { "The @API Guardian build requires Java 11. Currently executing with Java ${JavaVersion.current()}." } apiguardian-r1.1.2/src/000077500000000000000000000000001406607224000147515ustar00rootroot00000000000000apiguardian-r1.1.2/src/main/000077500000000000000000000000001406607224000156755ustar00rootroot00000000000000apiguardian-r1.1.2/src/main/java/000077500000000000000000000000001406607224000166165ustar00rootroot00000000000000apiguardian-r1.1.2/src/main/java/org/000077500000000000000000000000001406607224000174055ustar00rootroot00000000000000apiguardian-r1.1.2/src/main/java/org/apiguardian/000077500000000000000000000000001406607224000216715ustar00rootroot00000000000000apiguardian-r1.1.2/src/main/java/org/apiguardian/api/000077500000000000000000000000001406607224000224425ustar00rootroot00000000000000apiguardian-r1.1.2/src/main/java/org/apiguardian/api/API.java000066400000000000000000000101161406607224000237150ustar00rootroot00000000000000/* * Copyright 2002-2017 the original author or authors. * * 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. */ package org.apiguardian.api; import static java.lang.annotation.ElementType.CONSTRUCTOR; import static java.lang.annotation.ElementType.FIELD; import static java.lang.annotation.ElementType.METHOD; import static java.lang.annotation.ElementType.PACKAGE; import static java.lang.annotation.ElementType.TYPE; import static java.lang.annotation.RetentionPolicy.RUNTIME; import java.lang.annotation.Documented; import java.lang.annotation.Retention; import java.lang.annotation.Target; /** * {@code @API} is used to annotate public types, methods, constructors, and * fields within a framework or application in order to publish their * {@link #status} and level of stability and to indicate how they are intended * to be used by {@link #consumers} of the API. * *

If {@code @API} is present on a type, it is considered to hold for all * public members of the type as well. However, a member of such an annotated * type is allowed to declare a {@link Status} of lower stability. For example, * a class annotated with {@code @API(status = STABLE)} may declare a constructor * for internal usage that is annotated with {@code @API(status = INTERNAL)}. * *

If {@code @API} is present on a package, it is considered to hold for all * public types in its package. The same rules for lowered stability apply as * if they were specified on a type. * * @since 1.0 */ @Target({ TYPE, METHOD, CONSTRUCTOR, FIELD, PACKAGE }) @Retention(RUNTIME) @Documented public @interface API { /** * The current {@linkplain Status status} of the API. */ Status status(); /** * The version of the API when the {@link #status} was last changed. * *

Defaults to an empty string, signifying that the since * version is unknown. */ String since() default ""; /** * List of packages belonging to intended consumers. * *

The supplied packages can be fully qualified package names or * patterns containing asterisks that will be used as wildcards. * *

Defaults to {@code "*"}, signifying that the API is intended to be * consumed by any package. */ String[] consumers() default "*"; /** * Indicates the status of an API element and therefore its level of * stability as well. */ enum Status { /** * Must not be used by any external code. Might be removed without prior * notice. */ INTERNAL, /** * Should no longer be used. Might disappear in the next minor release. * *

This status is usually used in combination with the standard annotation * {@link Deprecated @Deprecated} because that annotation is recognized by * IDEs and the compiler. However, there are also cases where this status * can be used on its own, for example when transitioning a {@link #MAINTAINED} * feature to an {@link #INTERNAL} one. */ DEPRECATED, /** * Intended for new, experimental features where the publisher of the * API is looking for feedback. * *

Use with caution. Might be promoted to {@link #MAINTAINED} or * {@link #STABLE} in the future, but might also be removed without * prior notice. */ EXPERIMENTAL, /** * Intended for features that will not be changed in a backwards-incompatible * way for at least the next minor release of the current major version. * If scheduled for removal, such a feature will be demoted to * {@link #DEPRECATED} first. */ MAINTAINED, /** * Intended for features that will not be changed in a backwards-incompatible * way in the current major version. */ STABLE; } } apiguardian-r1.1.2/src/module/000077500000000000000000000000001406607224000162365ustar00rootroot00000000000000apiguardian-r1.1.2/src/module/java/000077500000000000000000000000001406607224000171575ustar00rootroot00000000000000apiguardian-r1.1.2/src/module/java/org.apiguardian.api/000077500000000000000000000000001406607224000230015ustar00rootroot00000000000000apiguardian-r1.1.2/src/module/java/org.apiguardian.api/module-info.java000066400000000000000000000000761406607224000260650ustar00rootroot00000000000000module org.apiguardian.api { exports org.apiguardian.api; }