Added: release/sling/org.apache.sling.scripting.spi-2.0.0.jar.asc ============================================================================== --- release/sling/org.apache.sling.scripting.spi-2.0.0.jar.asc (added) +++ release/sling/org.apache.sling.scripting.spi-2.0.0.jar.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhbnx4ACgkQP89Sn/Ly +egZG3g//YBoozZcm1vZVUmvk2j7qar0v7L5lsB7hgA70MIisGg6cTUfco66UsuW7 +Vh/U54n4sG22cI3TRZ3JUYNwcZrjHFGJ+1d0nfMq9PH9Md7knFdvF2KQ6AgjbvAZ +IaJF6NipDeAGSd3fIAbjq4sgaeS2Ozwl6DJrJvEeVSRu324bO95jirQSD4dcuj9V +PNsn4fTbkR9kS+KVfL8LZkciTHkfQPD6qlnQ6BylTkUFF0D8sE0oOdtXzGzXMG5K +7TwFcAWynGGK8yivYuUs6pQmW8U7hTaoM85qiHlxtgGDe4GQ796Se+a6bV9gaNDP +UBav98nzC7jkTwYO1LU5cenBaYdHSbEjThDYzBFgoSpVR9u68DoNfYGnx3pqfLx7 +raSIyHzdkRfmEQqECtFwbNBw5tdbFYy6Q7QJb9sn8mxvi0SaaJhyPqD5jya6DHMt +rHWejfbC4ftOY+GG5zFPTvHyrMvz2HB3Bynz8e8LCj93MI6wMPRlqKpsoQydhJCc +Ij0qDJiU51171puzFfBM6cbNI4g6up0VD24nFEz9hHW2PVBGS2gkKJMFq3J9TLeN +qjThceUytMvCQnJjYJwW161WaDW/KvKTDJLkFIeFgHpKB0putI8tmqtd7YjMmPvD +wIRRHVL9ObXMY91F3N7zTqaxjDEkJbg72CRO6uvVrtVC626sPEc= +=xqTt +-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.scripting.spi-2.0.0.jar.sha1 ============================================================================== --- release/sling/org.apache.sling.scripting.spi-2.0.0.jar.sha1 (added) +++ release/sling/org.apache.sling.scripting.spi-2.0.0.jar.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +94a197bdf43e8c8682418ec63a97b507643a29ec \ No newline at end of file Added: release/sling/org.apache.sling.scripting.spi-2.0.0.jar.sha512 ============================================================================== --- release/sling/org.apache.sling.scripting.spi-2.0.0.jar.sha512 (added) +++ release/sling/org.apache.sling.scripting.spi-2.0.0.jar.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +1674b4bd0ce86ae4eeb3dcfe0159578cbae81db989a50f7ea1bb1bb3a9c68f388fb0541599f13af39385bf3215df4f1bc94da0e75f10b16f46526534d29876f4 org.apache.sling.scripting.spi-2.0.0.jar Added: release/sling/org.apache.sling.scripting.spi-2.0.0.pom ============================================================================== --- release/sling/org.apache.sling.scripting.spi-2.0.0.pom (added) +++ release/sling/org.apache.sling.scripting.spi-2.0.0.pom Sat Jun 28 12:30:34 2025 @@ -0,0 +1,158 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.sling</groupId> + <artifactId>sling-bundle-parent</artifactId> + <version>62</version> + <relativePath /> + </parent> + + <artifactId>org.apache.sling.scripting.spi</artifactId> + <version>2.0.0</version> + + <name>Apache Sling Scripting SPI</name> + <description>This bundle defines the Apache Sling Scripting SPI</description> + + <scm> + <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-spi.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-spi.git</developerConnection> + <tag>org.apache.sling.scripting.spi-2.0.0</tag> + <url>https://github.com/apache/sling-org-apache-sling-scripting-spi.git</url> + </scm> + + <properties> + <project.build.outputTimestamp>2025-06-25T07:02:17Z</project.build.outputTimestamp> + <sling.java.version>17</sling.java.version> + </properties> + + <dependencies> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.api</artifactId> + <version>3.0.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.http.wrappers</artifactId> + <version>6.1.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.jetbrains</groupId> + <artifactId>annotations</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.annotation.versioning</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.framework</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>jakarta.servlet</groupId> + <artifactId>jakarta.servlet-api</artifactId> + <version>6.0.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + </dependencies> + + <build> + <pluginManagement> + <plugins> + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId>com.github.spotbugs</groupId> + <artifactId>spotbugs-maven-plugin</artifactId> + <versionRange>[3.1.11,)</versionRange> + <goals> + <goal>check</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore /> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> + </pluginManagement> + <plugins> + <plugin> + <groupId>biz.aQute.bnd</groupId> + <artifactId>bnd-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>biz.aQute.bnd</groupId> + <artifactId>bnd-baseline-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + <plugin> + <groupId>com.github.spotbugs</groupId> + <artifactId>spotbugs-maven-plugin</artifactId> + <version>4.9.3.0</version> + <configuration> + <effort>Max</effort> + <xmlOutput>true</xmlOutput> + </configuration> + <executions> + <execution> + <id>find-bugs</id> + <goals> + <goal>check</goal> + </goals> + <phase>process-classes</phase> + </execution> + </executions> + </plugin> + </plugins> + </build> + +</project> Added: release/sling/org.apache.sling.scripting.spi-2.0.0.pom.asc ============================================================================== --- release/sling/org.apache.sling.scripting.spi-2.0.0.pom.asc (added) +++ release/sling/org.apache.sling.scripting.spi-2.0.0.pom.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhbnx4ACgkQP89Sn/Ly +egad9RAAsZ0xplq6Cp/N8hpQUfwClJS3u3QeWJu5TPxBr5emhHwZisl7Z4rJ5M8I +dSjariHRbUz3MYSNuFwnARvVsxB/MMv40BjtUMOvVcuLl7aZq0vSjZ+TZiiqEpKB +jRrg2DsQYazKvwc2n59YyB+zH0m6s6mhz+OzpIhSr35padguOZH03FJXwg63vyA9 +A9EsXlo7al9+b2l+yEbLgb+icYtIMHuLqMQBML2pJam/8HNPOK1DuigiJuqVsmRr +FAYt1VEUGS64CTG+p5JZGJxWAKcFNviihbp78T2+W9g5/mPjkdcyxjzWUVLNR3Si +PnmQjTnFhnqRT25hAckzN+CgRmxJEsOGKhaz/SkBPPPWa1CAPA0W/y7sVQ00Am42 +kIXXUcE3tswMZtw2Zt0LiRndjGdsCP9eQaASWLF4AwZ1aZ9Wfp6Xbb6VwHSV6RZi +BGSWvMVhQlJfS0abMIV0w6zvpqLVgd9KbekvYikbBMm8rMTm+AfvNFKWOgNd2IRp +aASx1uMf9s4Uhw5CMbWafAG+71dM4Es/k0rhjmchPODwLnd9anP1ilhvZsrk/Kej +WQW3cweGpPrzqeZJpa9FK49X38/lQlwYGcQeRqyVJ3nfXCe2JYoHz6Xi9cpUR0/r +4C0kyC/BINV45a1F8tGZdG9CDcmkTzOz3yolQ4vhjZqCxYp7BKg= +=mO0V +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.scripting.spi-2.0.0.pom.sha1 ============================================================================== --- release/sling/org.apache.sling.scripting.spi-2.0.0.pom.sha1 (added) +++ release/sling/org.apache.sling.scripting.spi-2.0.0.pom.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +ccff1a2c0be7ac985f86f28b47e278d400d4fb68 \ No newline at end of file Added: release/sling/org.apache.sling.scripting.spi-2.0.0.pom.sha512 ============================================================================== --- release/sling/org.apache.sling.scripting.spi-2.0.0.pom.sha512 (added) +++ release/sling/org.apache.sling.scripting.spi-2.0.0.pom.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +72a1ee7e13533eec9a7b7a3295398f4413258fc9c14f4082da318885262f9b7167c6d2123bd1a671d4c5d74797ccd5843e143e246ca307b631945ed8940b7d9d org.apache.sling.scripting.spi-2.0.0.pom Added: release/sling/org.apache.sling.servlets.get-3.0.0-javadoc.jar ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.servlets.get-3.0.0-javadoc.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/sling/org.apache.sling.servlets.get-3.0.0-javadoc.jar.asc ============================================================================== --- release/sling/org.apache.sling.servlets.get-3.0.0-javadoc.jar.asc (added) +++ release/sling/org.apache.sling.servlets.get-3.0.0-javadoc.jar.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhboNMACgkQP89Sn/Ly +egYkvA//YpGYvEM5bzU93E0bV3eR+UeFo1f3skMW0Qqs7y1gOR+wW2C/EMiKc69g +jc3Tj44QT8i/FrI8GuviQdq67rcob+G2gfLD4E2HLrzgzjwwBfRq5LzeywcR9xX8 +Nsesy4LqmpGE5XsmgUJMr0fx3Y6D1Np934robBCQJKje+4Xiz0rF0RS7mOJSy26v +rfCQWOe83V9iYUITFgPMaYWdw6uCMJYCIsUf9Wx9mYIGkT7RM7dh1zTEkihXk8kM +UIXxLnPNoZZ8QevVLRVayM5NT3qMbUP7M488Cy+3ppsYIh/LYd99k8ulHqk2L1N2 +/2jDEd6ws8+zZYR+jJ0ZPnb1SrqffdB3JKky/3np5Q8dMB5QSTPqEK44pOnqGLcm +77oKDLycU/INdF8AojKbNeJZGsJ/E4tc9Us1eQVEcE47hKPwiFtcIZmy66RH8h4J +PdNMw9ci/u5upeHbQiDaT2xx1TMNZ6eL0zez4Tu47hYt0ZqWY14ziidjiiLN48rP +f6dFjpOJOuQrO5I0wUytChVVBVlKT6gJE9dRVUIVs7kfh5pRjqb8rQhfJ3ABYnrq +nuHSVPGAymwdXDqX1CEAJroxNrmO+jdUSma6VRXuLJPWcjDPNN2wVerLG0Ws49Ex +arOWR9CVZH0FhSsqqwWaldvQufrnKUAFzLEIKOvksxpOUlidaZQ= +=kzkj +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.servlets.get-3.0.0-javadoc.jar.sha1 ============================================================================== --- release/sling/org.apache.sling.servlets.get-3.0.0-javadoc.jar.sha1 (added) +++ release/sling/org.apache.sling.servlets.get-3.0.0-javadoc.jar.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +4a2e3ff0c6138edda59015618b4f0d44df9d8816 \ No newline at end of file Added: release/sling/org.apache.sling.servlets.get-3.0.0-javadoc.jar.sha512 ============================================================================== --- release/sling/org.apache.sling.servlets.get-3.0.0-javadoc.jar.sha512 (added) +++ release/sling/org.apache.sling.servlets.get-3.0.0-javadoc.jar.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +abf6aef2a048c8798a19f1206c65ed5277294e87589dc589ae71faddec9a9942e8104fad6e9d5018bb8c7e4f0d8699d36e6234e294e04bd52fc1a1330714fac0 org.apache.sling.servlets.get-3.0.0-javadoc.jar Added: release/sling/org.apache.sling.servlets.get-3.0.0-source-release.zip ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.servlets.get-3.0.0-source-release.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/sling/org.apache.sling.servlets.get-3.0.0-source-release.zip.asc ============================================================================== --- release/sling/org.apache.sling.servlets.get-3.0.0-source-release.zip.asc (added) +++ release/sling/org.apache.sling.servlets.get-3.0.0-source-release.zip.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhboNIACgkQP89Sn/Ly +egburw//ZMaMXLc9LT4nyeLp7Fl0uPSG4fxBCBLUvz4LYzSMNKaNQjQoTLUuPRJ6 +fdmzhpX5tZ/GfI/PttNFGN8tNjMeCV9Vrjdc52KTRnTpC18bA4puhezFwaduvpAl +iUyO4v6hUHIyKzwailyFDqCP4vg07FrOeF/xF5kRbpx7kWl07RJGANpmg97HrYeH +bOQXkrZn89KMVgReZLOrKGT00nYnqByXTKxZJNsWm1bqd4pjQc+8P78ij2e4Dq6r +hBQQtt8Eq4laOkdhwXbOxNlzmR1p8FwStczcCvARcyMzDx+XVzOCcYNIh1gefIgG +swxQEoodt/NjJHLyrmhOc/NstwTLcE6YycphRlzVTjfOOk+29G1P+vWEiqrfVySx +0N1SiruzoYEc4XrDWaZAjcHs7NfNw8ngx5odJmvAugbeMl3n60IkAKkd6mlndcko +vl9EO8IQ7l9Gpm6NydC9H1Sb53eHKUzaW9NAFI3pIuuQZTDxxUUg3wyqinDgR4LE +sq6vMr6fq1NWvGls3mZ5Ulhaui/7e7EIkdj+01INzvRl716FW+p5FLG/RNA5bj3J +aAJZkiINiJRv9E7PaUMtTUqNyqQHBgSxFwbB/RvTGruv/wVI32aM42Zq9qgyJtsR +UhuEquIORE1pRwMNcba9TYc5wSSIofycd7RF8UmQckdYIMHhMrE= +=lhlK +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.servlets.get-3.0.0-source-release.zip.sha1 ============================================================================== --- release/sling/org.apache.sling.servlets.get-3.0.0-source-release.zip.sha1 (added) +++ release/sling/org.apache.sling.servlets.get-3.0.0-source-release.zip.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +91674f77960b2f3454a616831ecb60389f16d4fd \ No newline at end of file Added: release/sling/org.apache.sling.servlets.get-3.0.0-source-release.zip.sha512 ============================================================================== --- release/sling/org.apache.sling.servlets.get-3.0.0-source-release.zip.sha512 (added) +++ release/sling/org.apache.sling.servlets.get-3.0.0-source-release.zip.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +0a1ac493423b9908fb1de24e72ffc475920c0e5507d5e8e393aa0caa8c7e208b69d9dec986881055e9057f67114b75124334443d4ffbf76cac2d4325e250a4dc \ No newline at end of file Added: release/sling/org.apache.sling.servlets.get-3.0.0-sources.jar ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.servlets.get-3.0.0-sources.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/sling/org.apache.sling.servlets.get-3.0.0-sources.jar.asc ============================================================================== --- release/sling/org.apache.sling.servlets.get-3.0.0-sources.jar.asc (added) +++ release/sling/org.apache.sling.servlets.get-3.0.0-sources.jar.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhboNIACgkQP89Sn/Ly +egZ4/A/8Dkt9jnTb7h8WqSW6piSC009jrbjut9IP6IPXdv14qac5j66c62Quq+TC +9xHJYEP18XmtnbK0W5rCMV7DBBLKjY1ghe/FYQBzM2PJHUwK8GPczc0zZyru5OLc +ut4jH/j0+dkBt/49Gh+UfLpoey4fkAuWixDcvSvPuZeV5nOdCBbuE9j9ONXWUzi1 +tWMNYtynjLcNZ5PjT7Ktyyg8pxLUCFbsxrxKNmNLenoM6GGBJrwdJNoVJKTWNHOy +4UqvBfNxPxqG79DdU4HHQ2WmxH5cVIMd4nVxW0p92kUpi4C60FcN7LRFMNQC7cwJ +klEiQpRm40fd7YGSSjlhB5RkL+ObBVvSkIYTVt5P8I0lB5+x0eDer/sUBvdpYkhH +TcjLOPpp4s4XMSabTznzR3sWjirrn2Ddw3gI5El7ASIgLKVv8MYXgijNeqWSrXH2 +SVPrXeB7gqgjTD+e9hMC5HAXzdbd5616F1F2HQ3VLTtBi91KkD8j3HCLwqbG5jX4 +nP75SlbBqQ2aVoifAe3y3BiBnCH3imAPfTv6yxrQKTELVIL2aU59tADSEK06CN2f +qGu26M40Lxz9OYevXB0HWjqdulRlARwCgm2nxM1yHoalW9TSakY5mZDuu0RKMUcZ +gMfGWA2KPmUZIBwoDteFETKDX8GOeb8r5a59DTLMgj/wyuz++a8= +=V3z2 +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.servlets.get-3.0.0-sources.jar.sha1 ============================================================================== --- release/sling/org.apache.sling.servlets.get-3.0.0-sources.jar.sha1 (added) +++ release/sling/org.apache.sling.servlets.get-3.0.0-sources.jar.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +4cc90333193889ded19e886d7be3c842f0ecf61a \ No newline at end of file Added: release/sling/org.apache.sling.servlets.get-3.0.0-sources.jar.sha512 ============================================================================== --- release/sling/org.apache.sling.servlets.get-3.0.0-sources.jar.sha512 (added) +++ release/sling/org.apache.sling.servlets.get-3.0.0-sources.jar.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +1f598b1383ec5b6b3965481b83833d547eb1a2ff6a458c56c1072cd8d1e9d3a3c5289218e74bd7ab71019cc32844301f11a76a4c3194bdb484a3b27976a5b7f6 org.apache.sling.servlets.get-3.0.0-sources.jar Added: release/sling/org.apache.sling.servlets.get-3.0.0.jar ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.servlets.get-3.0.0.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/sling/org.apache.sling.servlets.get-3.0.0.jar.asc ============================================================================== --- release/sling/org.apache.sling.servlets.get-3.0.0.jar.asc (added) +++ release/sling/org.apache.sling.servlets.get-3.0.0.jar.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhboNIACgkQP89Sn/Ly +egaoKhAArXB8vvd8YmWJs2YSE4DR7Ig0wtZ2tR9VNkH4bz9wJNoGokswNWLm8BGJ +ZEWdYWYoMVgUZJELs/UMybM35W2UD/Zq9QrLr4TIHj0CLFJxvvg13wcuK9WzvDUG +E9cZZUmiM7ZAAv0KjITgc+19aXFWP6turpIm/PQWPabrteLoyKaWU0CR0Ql1TK/C +oU9i/gUiFZuz/nwdASmAZTmtvHjuyzYszf3ecOkI6SIkT9P++vEdx46lC40NCATq +oVhpDwlcwpzK+JEtGpm1t7Ts3ech2OvRnC4yJVJtWQDWAexHkOkbrbQU+k3Axqv9 +Y8NxS0h3H3GSmRkFpy43eSmFeZKFTPRKfz9h8mIhdkCEVY5HPjqaY0n7EfVIlO6B +BiUXuczzG6Jxx0OssA3knTz1p4txxg1NOpBpk4xyvYjonJWAvN64NRtQw6J2Mxzc +9lhbzylVOWQxbPvMUoteyhq7mxLk0oLWkKPjZoxlxhFHElTzdbs2r0NT9XmpoXZx +XAAJp7V3AM2/0wUqw0+/tCohpubZ6fNH9Rmr4w/KQkqH7EqcELRrG03mbR0GJifE +V2CVgJQhFAWNg1V+05xb6OR27DHrjIO4l/44a/DmhGqd6M2dAo/GnRzItIyqqLPU +JaNsTzjHRtJWcpYKOOHCMRHikmi0+YZS/moFr8Y1XKOEUQzk3oQ= +=ZBGE +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.servlets.get-3.0.0.jar.sha1 ============================================================================== --- release/sling/org.apache.sling.servlets.get-3.0.0.jar.sha1 (added) +++ release/sling/org.apache.sling.servlets.get-3.0.0.jar.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +6dd11953755334d70f229f76a794db57eea51ed2 \ No newline at end of file Added: release/sling/org.apache.sling.servlets.get-3.0.0.jar.sha512 ============================================================================== --- release/sling/org.apache.sling.servlets.get-3.0.0.jar.sha512 (added) +++ release/sling/org.apache.sling.servlets.get-3.0.0.jar.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +b474fe9d540d3059724496f371ce9ad21185139651f291dfe4de37931620f8933c57e499fdef666519d70185d0c6e2fef3254ff31d73d01a5ad3a32390421520 org.apache.sling.servlets.get-3.0.0.jar Added: release/sling/org.apache.sling.servlets.get-3.0.0.pom ============================================================================== --- release/sling/org.apache.sling.servlets.get-3.0.0.pom (added) +++ release/sling/org.apache.sling.servlets.get-3.0.0.pom Sat Jun 28 12:30:34 2025 @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.sling</groupId> + <artifactId>sling-bundle-parent</artifactId> + <version>62</version> + <relativePath /> + </parent> + + <artifactId>org.apache.sling.servlets.get</artifactId> + <version>3.0.0</version> + + <name>Apache Sling Default GET Servlets</name> + <description>Provides default GET servlets for HTML, Text and JSON rendering + and streaming resources.</description> + + <scm> + <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-get.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-get.git</developerConnection> + <tag>org.apache.sling.servlets.get-3.0.0</tag> + <url>https://github.com/apache/sling-org-apache-sling-servlets-get.git</url> + </scm> + + <properties> + <site.jira.version.id>12314473</site.jira.version.id> + <sling.java.version>17</sling.java.version> + </properties> + <dependencies> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.service.component.annotations</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.service.metatype.annotations</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>jakarta.servlet</groupId> + <artifactId>jakarta.servlet-api</artifactId> + <version>6.0.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>jakarta.json</groupId> + <artifactId>jakarta.json-api</artifactId> + <version>2.0.2</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.jcr</groupId> + <artifactId>jcr</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.owasp.encoder</groupId> + <artifactId>encoder</artifactId> + <version>1.2.3</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.api</artifactId> + <version>3.0.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>2.0.17</version> + <scope>provided</scope> + </dependency> + <!-- Testing --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit-addons</groupId> + <artifactId>junit-addons</artifactId> + <version>1.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>3.9.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.4</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.commons.johnzon</artifactId> + <version>1.2.4</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.testing.sling-mock-oak</artifactId> + <version>3.1.10-1.44.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId> + <version>3.0.2</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>jackrabbit-api</artifactId> + <version>2.18.6</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>jackrabbit-jcr-commons</artifactId> + <version>2.21.5</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.jcr.api</artifactId> + <version>2.4.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.14.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.servlet-helpers</artifactId> + <version>1.4.2</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.glassfish</groupId> + <artifactId>jakarta.json</artifactId> + <version>2.0.1</version> + <scope>test</scope> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>biz.aQute.bnd</groupId> + <artifactId>bnd-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <excludePackageNames>org.apache.sling.servlets.get.impl</excludePackageNames> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <version>3.6.0</version> + <executions> + <execution> + <goals> + <goal>shade</goal> + </goals> + <phase>package</phase> + <configuration> + <createSourcesJar>true</createSourcesJar> + <shadeSourcesContent>true</shadeSourcesContent> + <relocations> + <relocation> + <pattern>org.apache.jackrabbit.util</pattern> + <shadedPattern>org.apache.sling.servlets.get.impl.jackrabbit</shadedPattern> + </relocation> + </relocations> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> Added: release/sling/org.apache.sling.servlets.get-3.0.0.pom.asc ============================================================================== --- release/sling/org.apache.sling.servlets.get-3.0.0.pom.asc (added) +++ release/sling/org.apache.sling.servlets.get-3.0.0.pom.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhboNIACgkQP89Sn/Ly +egZxsA/+JJXEMkKpxS0pM9xOykCDX9TZqmZIcRftPHScd7VcELRbsgqyTJ3sxhTn +VMooEOOg6dP4XlcvdHBXMv48l7Gb39IWewMq2IvPgOQ89aTzoD9xaGlxANVbtuPu +TgnIl4XWqQIDrX0r5lHULwVtjcGY8JtV852VlaSIfLi3PuqMgQA1DckrXcuFLXle +9Bj01RI08Drgyu3rpCMIwTQmzx2dVibJhWb3GrxSVuzbMkSHICcffIMmM8SX3gvp +9QBhvFEziT6uNTbbgOkJ0U2Ny6easCGaHuGx8hMaIVWquDMhPSlKUk1ROEXoRm4s +sSkP25mwaLSTdmPYeXedPfF/uSl9PewMqbQ6TGkqvxQgIAo+h2umaZEaw59prsAx +u3r5cxH7Cmj+wwOjWWLEymNpYrqILiR7CXroRf2f+Tp9ZXbRjuAwgx56FrODentd +RRkgQy1X6uSZHKy0Ybhg4ftWHctDqH5QIKBw1sEX70kW1ZWn6AY3jB4NqgsAFBY/ +jMiGcbQRU+lbR2ymwU/H2yQu1nZev3Sa/Q6fScYsGv3xnI9+CCOEcEhxhDSdFiBK +bnxfRSyP8amKHwsDAI4Ogd2YaOVPmus+i3WXYy1bf5/MwEPpEgI4qkVVzBDukQi0 +1teM0jGfNjKk6sjXwBhRGuo7nO50zKohju2xADw0ib3f5s+k6GQ= +=+Mmd +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.servlets.get-3.0.0.pom.sha1 ============================================================================== --- release/sling/org.apache.sling.servlets.get-3.0.0.pom.sha1 (added) +++ release/sling/org.apache.sling.servlets.get-3.0.0.pom.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +95e6cd265c94ddb2dc7c45f38ce674476b8fdfb2 \ No newline at end of file Added: release/sling/org.apache.sling.servlets.get-3.0.0.pom.sha512 ============================================================================== --- release/sling/org.apache.sling.servlets.get-3.0.0.pom.sha512 (added) +++ release/sling/org.apache.sling.servlets.get-3.0.0.pom.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +9e827531cca110e94712002cd8b01f618db18244654c8788e0e854f59de6280c277c3486f18c5fbb23f1fe352e5dac9289e19d5de348a83144f02d5d6378c3c0 org.apache.sling.servlets.get-3.0.0.pom Added: release/sling/org.apache.sling.servlets.post-3.0.0-javadoc.jar ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.servlets.post-3.0.0-javadoc.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/sling/org.apache.sling.servlets.post-3.0.0-javadoc.jar.asc ============================================================================== --- release/sling/org.apache.sling.servlets.post-3.0.0-javadoc.jar.asc (added) +++ release/sling/org.apache.sling.servlets.post-3.0.0-javadoc.jar.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhboQgACgkQP89Sn/Ly +egZruw//VWx3fgIqgzomzVOoSNaO/GIQTLE2bE3NvbdQKmqNyLERv2VU5jE247FJ +x2linJBsAYPvEvXTqiyzKBlCAIwELCbLdjeB+SrPq3Zebx/rohrPB5Zu3+S4cbO6 +0gsGMH743mB51zq2AfG5wxU1NdqUAzkjoNppPFNMp+b+sdAwcM9evIOCCRizTESp +YiUQI3obzZCIkBRRLzIGpa1lTc0j/UpSE9xKHCANKPpVkvrMojONajCwR+srxkkt +iYkIkQxBB0SbKXK7YJHeo8weGSYPlwA32bv55A62CanCxpI0Wp+EjybzLG5QicgU +sQSR8/JWWmC3SRoC3rhGuMfP95x1CejIS/UKy3w07CQtVTxNF0nRiJLePy515xum +g3XEfY0QKVypgReJdX+FPoyL5+WJQEcujRoh9aBn4Ket6Ld4UOEw/sjqde/mrPDT +V1sWSZ7vK2CIErYG2SdQWPAaRXJfUfQVmPbGmFCPnSpI6ysWrYSdHsSUzpr6RoLV +ql1qjmUK8IunfXTl3hVl1zKNjjxcGKT/zSqsbTMcvxwPoWT6Q8x4gXrgq+xMs4je +EzS8CqAhzlc1oW8qtDd6wwL1HJpQvD1Zt+WbsEMsCPfQLAC363UG1qn7CCnD1vvO +QnhKgxbn0CLEri4VHlEClgHIcSekSohDY+ACx2cG2XgubKz261c= +=AbZU +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.servlets.post-3.0.0-javadoc.jar.sha1 ============================================================================== --- release/sling/org.apache.sling.servlets.post-3.0.0-javadoc.jar.sha1 (added) +++ release/sling/org.apache.sling.servlets.post-3.0.0-javadoc.jar.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +7ec15d7c8026abc91ee7b24ecc6d634b00068880 \ No newline at end of file Added: release/sling/org.apache.sling.servlets.post-3.0.0-javadoc.jar.sha512 ============================================================================== --- release/sling/org.apache.sling.servlets.post-3.0.0-javadoc.jar.sha512 (added) +++ release/sling/org.apache.sling.servlets.post-3.0.0-javadoc.jar.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +228bd35e3b463d9eb5cc7122382eea3a3a6a926bc73baeaf89cb86c19ab0091cba9ff967cd1d1cbd9c3302e786dd63463ff8f1a8b2ed288c28f70dc2180550d1 org.apache.sling.servlets.post-3.0.0-javadoc.jar Added: release/sling/org.apache.sling.servlets.post-3.0.0-source-release.zip ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.servlets.post-3.0.0-source-release.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/sling/org.apache.sling.servlets.post-3.0.0-source-release.zip.asc ============================================================================== --- release/sling/org.apache.sling.servlets.post-3.0.0-source-release.zip.asc (added) +++ release/sling/org.apache.sling.servlets.post-3.0.0-source-release.zip.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhboQgACgkQP89Sn/Ly +egaMeQ/9G6ilQWl1sfYtti63MrJ1P7uWeiVHhFdORqImVuLL7nLNy4lxgien5ctq +PHIgP1OeI1/4FXdfjnzuDxwgzJuOEeBOW3tx2/iNBkFiq+njKn8qr9AvQyQ1v5mG +91fRwM3RJl5bFOY3ng7QmISbYP+zjumMiKRwaZYN8ISZ2ZJWSp7gZsQ1S7GHtAYR +TE3mjGqEdy9UE/c7H9Fu3TRRxG3/J3AtLdd29qRkUcypNYRw/XazloAKnkV8g+GV +b0q8HpGjoPm3iKpQzm9/5nZ8AferTqIb6W/oO6yiOorTfgiSw9HMtQiWNq3iNiV1 +n+A5GHGbTFwXwgMmX+KyYtWzBPQbXpykH1tI40YDKoFB+y5hOHM9ZkiKxcDvbWdy +cjOZ9xY8+gsr4IjHG1elvFj7vi55LW8T2bJ9DhhbLjgFhwqK4uPHsaOnPi1yUeta +QAg4BPXwPNdVZnr1gOOzITa6R3+yCjj9MPL0NG+NWHSeAG2qiA04A4Rz296NovGc +r8sUAZ5UlGilgDyClXPyd6XInKqA+b7sb8dL/2X417hHtsR5unjA9OW4hmSI/D6t +gnBnG5j1tuGXV7l8hMxWTGwRxr9J14Kgh/yjXfRZ3KGJOL2lAIjKb10kpKtQPelh +bhFTIf/AOa4lZX+yOUkJnVHwreTXsl/EOUfmKtC9MiePqqeb4bY= +=6Euz +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.servlets.post-3.0.0-source-release.zip.sha1 ============================================================================== --- release/sling/org.apache.sling.servlets.post-3.0.0-source-release.zip.sha1 (added) +++ release/sling/org.apache.sling.servlets.post-3.0.0-source-release.zip.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +fbafb4d5ac0faddc316a8ce9afbd9fbad7299a76 \ No newline at end of file Added: release/sling/org.apache.sling.servlets.post-3.0.0-source-release.zip.sha512 ============================================================================== --- release/sling/org.apache.sling.servlets.post-3.0.0-source-release.zip.sha512 (added) +++ release/sling/org.apache.sling.servlets.post-3.0.0-source-release.zip.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +c109fecb6c9d68c5491554deb15e868adf22fedf564ea462df2ae74d17edb2b34eaf2151d3dfe8e16e932bb4c854b03578395004b494bbc9d2b84e8b48468df7 \ No newline at end of file Added: release/sling/org.apache.sling.servlets.post-3.0.0-sources.jar ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.servlets.post-3.0.0-sources.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/sling/org.apache.sling.servlets.post-3.0.0-sources.jar.asc ============================================================================== --- release/sling/org.apache.sling.servlets.post-3.0.0-sources.jar.asc (added) +++ release/sling/org.apache.sling.servlets.post-3.0.0-sources.jar.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhboQgACgkQP89Sn/Ly +ega+PQ/9H3WrA1qjFHuHBJ7BM35XXAHYWWCJ/1xHVeQSyFix5bD9wJLIM/0+W0xM +Q4tCtzW2rAv5BfmfuK3/dwXqbGoxJ0Mwhodvsydt9ZZx9sy6NFyeQDxiOPJLYSOS +7Z+LCwcRrXdoM/rtkXUQYHSblca1om566ptjTXf+jy2IHcG2Mv1Jara7f/x2UhDU +6Ce9Xe5YDwH2A3YA7nEXhLgco16igTbwSRgUEAEEyN83ulD2iUb0IfYiedhcLlJa +FNhb8C0xaM+ufoSqzHRurEBqEnuXRLevepALPJnNtjfpgk2XiONQZkHrN0m1ANbX +0j1Oc5yMWwe5+2iwKIkaVqq/pF4VvVSHQxEDtOcMP/hVzUu1yxStTF2Z4HWaYGQt +5MS5UoEtJG41rZHKp23P/WTIooFv4H7Ljpkk8zQ6N1h0kuYrruyOCX503v8tmLEf +x/Q3GbTfYlx3uablA50lQoR4rHB536hM06jZzUDs9slww6xYRvxppRsxtpc4nnK3 +8u5BsPyPUF3l8ykXEUhs5p3wlFxK2zrIaTPx1gnsvpCJxEm+JVa0H1PYTqLEUku2 +K3YbM8pMVbz7izB2a0iSK8DV2wddZCVsJF1HACQdsciw/msrdWj2Eqs1ra49Ql/H +DKSJikzvDQxOuLXKcvDCEKXow+ia0q6KDMNHXn6efENWPJhEYu4= +=0G6f +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.servlets.post-3.0.0-sources.jar.sha1 ============================================================================== --- release/sling/org.apache.sling.servlets.post-3.0.0-sources.jar.sha1 (added) +++ release/sling/org.apache.sling.servlets.post-3.0.0-sources.jar.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +d8d5ad27658d2958967e793b17f0051f0bb46aca \ No newline at end of file Added: release/sling/org.apache.sling.servlets.post-3.0.0-sources.jar.sha512 ============================================================================== --- release/sling/org.apache.sling.servlets.post-3.0.0-sources.jar.sha512 (added) +++ release/sling/org.apache.sling.servlets.post-3.0.0-sources.jar.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +7a7f5ff72ae7f3e492c2e1355ee01f1507fed1cf34b0ce48975572ef9c88077b31ef0c2bb160c6b3d72a3d20e106c482730f1af112347340c778a9372073f5f6 org.apache.sling.servlets.post-3.0.0-sources.jar Added: release/sling/org.apache.sling.servlets.post-3.0.0.jar ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.servlets.post-3.0.0.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/sling/org.apache.sling.servlets.post-3.0.0.jar.asc ============================================================================== --- release/sling/org.apache.sling.servlets.post-3.0.0.jar.asc (added) +++ release/sling/org.apache.sling.servlets.post-3.0.0.jar.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhboQgACgkQP89Sn/Ly +egYorg//d9MCFIrTq+Cq1Iihisj4i0ZifryByRTJoYcFS/zj45uMajsCNerc+hPx +2kjG6T8PvrAC9CM8wNSF1QvbaudUNm3+09kDOYlbk/Ylb29fHarsC/dwEfDHlMXn +bnalg096w7B2JaJUOUjaLy5r6oo5t/Sy+eARRvC+CxxlWl7pd7FcC4Ch1L4LxQPE +6TXhYl51k2ePHOnuG76G6S/J9nC5I8MlBHLxLztiLZJ08EnlSxYF1Fr9xjozxf+i +ZxsswR4zIb0hcoPFc3G+54AfTKuSGyCqIdQ2Xku9HCmn2RxHYIz9JcwK6CUGlOg9 +MWsNCpxcHBVyEgv4QasGbYo3S/OOPbWnvrqAS+cZ2gyyExvH83Ki9XNj72/JfXKM +fi6ZS9zy6mR00G9TR3nRF/LKHZnfxzDGui/Xm2jdpMaKcEZcbkYUJeYB2uMn1ewD +d34ffAetonxTxLZ3W4KpeYO7lroONDx1QXJ3VIh1gYjE+5rd7Bm6q+QjvKV1QgJx +5R5tUXt6+qdWD0mLfZYzL6Ua7MQtJbP4di1jtj6dROptK2iyqkb7wAw0kJ0CAWYX +yGTsydTaS3qiCQjEbZgMVkyB+JGODP+qF6ryT2aMXa6eivxONTrhT6ml9mkFlqrC +cYIzEkn260OQvtYV5rrHLZmIUESgJdrA2oamCa/wATAnvTc/u88= +=bZcm +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.servlets.post-3.0.0.jar.sha1 ============================================================================== --- release/sling/org.apache.sling.servlets.post-3.0.0.jar.sha1 (added) +++ release/sling/org.apache.sling.servlets.post-3.0.0.jar.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +545d4ef2e2a38e7e5c133f25e4393e5ba0eb8eee \ No newline at end of file Added: release/sling/org.apache.sling.servlets.post-3.0.0.jar.sha512 ============================================================================== --- release/sling/org.apache.sling.servlets.post-3.0.0.jar.sha512 (added) +++ release/sling/org.apache.sling.servlets.post-3.0.0.jar.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +98ba3043d0e574fc07644805da6b66121fe6576949e32c76aca895be2cb74346796057f462a22a99fa505074f5b4f8c44bd0933225be79dff8124ad1163186d2 org.apache.sling.servlets.post-3.0.0.jar Added: release/sling/org.apache.sling.servlets.post-3.0.0.pom ============================================================================== --- release/sling/org.apache.sling.servlets.post-3.0.0.pom (added) +++ release/sling/org.apache.sling.servlets.post-3.0.0.pom Sat Jun 28 12:30:34 2025 @@ -0,0 +1,230 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.sling</groupId> + <artifactId>sling-bundle-parent</artifactId> + <version>62</version> + <relativePath /> + </parent> + + <artifactId>org.apache.sling.servlets.post</artifactId> + <version>3.0.0</version> + <packaging>jar</packaging> + + <name>Apache Sling Servlets POST</name> + <description>Provides default POST servlets.</description> + + <scm> + <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-post.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-post.git</developerConnection> + <tag>org.apache.sling.servlets.post-3.0.0</tag> + <url>https://github.com/apache/sling-org-apache-sling-servlets-post.git</url> + </scm> + + <properties> + <site.jira.version.id>12314180</site.jira.version.id> + <project.build.outputTimestamp>2025-06-25T07:10:27Z</project.build.outputTimestamp> + <sling.java.version>17</sling.java.version> + </properties> + <dependencies> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.framework</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.annotation.versioning</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.service.component.annotations</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.service.metatype.annotations</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>jakarta.servlet</groupId> + <artifactId>jakarta.servlet-api</artifactId> + <version>6.0.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.http.wrappers</artifactId> + <version>1.1.8</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>jakarta.json</groupId> + <artifactId>jakarta.json-api</artifactId> + <version>2.0.2</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.jcr</groupId> + <artifactId>jcr</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>2.0.17</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.api</artifactId> + <version>3.0.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.14.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.jcr.contentloader</artifactId> + <version>2.1.10</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>jackrabbit-jcr-commons</artifactId> + <version>1.6.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-json_1.0_spec</artifactId> + <version>1.0-alpha-1</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.jcr.contentparser</artifactId> + <version>1.2.4</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.commons.johnzon</artifactId> + <version>1.0.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.commons.testing</artifactId> + <version>2.1.2</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit-addons</groupId> + <artifactId>junit-addons</artifactId> + <version>1.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>5.3.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.glassfish</groupId> + <artifactId>jakarta.json</artifactId> + <version>2.0.1</version> + <scope>test</scope> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>biz.aQute.bnd</groupId> + <artifactId>bnd-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>biz.aQute.bnd</groupId> + <artifactId>bnd-baseline-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <version>3.6.0</version> + <executions> + <execution> + <goals> + <goal>shade</goal> + </goals> + <phase>package</phase> + <configuration> + <createSourcesJar>true</createSourcesJar> + <shadeSourcesContent>true</shadeSourcesContent> + <relocations> + <relocation> + <pattern>org.apache.jackrabbit.util</pattern> + <shadedPattern>org.apache.sling.servlets.post.impl.jackrabbit</shadedPattern> + </relocation> + <relocation> + <pattern>org.apache.sling.jcr.contentparser</pattern> + <shadedPattern>org.apache.sling.servlets.post.impl.contentparser</shadedPattern> + </relocation> + </relocations> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <exclude>src/main/resources/org/apache/sling/servlets/post/HtmlResponse.html</exclude> + <exclude>src/main/resources/org/apache/sling/servlets/post/HtmlNoGoBackResponse.html</exclude> + <exclude>developer-tests/README.md</exclude> + <exclude>Protocols.md</exclude> + </excludes> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <excludePackageNames>org.apache.sling.servlets.post.impl</excludePackageNames> + </configuration> + </plugin> + </plugins> + </build> + +</project> Added: release/sling/org.apache.sling.servlets.post-3.0.0.pom.asc ============================================================================== --- release/sling/org.apache.sling.servlets.post-3.0.0.pom.asc (added) +++ release/sling/org.apache.sling.servlets.post-3.0.0.pom.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhboQgACgkQP89Sn/Ly +egZ7xhAAsSJK63RnrokvaRTYZAMon6pTrLsU2sBR7obyxmyjPFrsesxOqeoicR+x +MG3jDJDXBjS3gFCzJJsrvdv4x++Ow8PJVSwrdi8Zg2GVfVViKfVThXBpKnOBw+NQ +WHv/5fxI9VOPcdSO6iCfMUsBJ0rd7i00qd17IEdfWS25U3ZOzXtgFBHwRvbaFv2L +ajUEoo2mh7kbJZWM2KGiospvtVSGHFA1X+ubzgGGHQWkQnrRgs5//BBKqXzBF17E +0pRrYy0uChzd0Ov7ZqrQEvrJxFVg6vOR3CaoMJWIKUtP6kwl40mgkoANBxzrO/cF +L2ew1dFscmRmDndI5y+Ga1Q2csGWk+0pJNKk5Y4QZYX/JSDGOPz1ehDygLVbsQMS +T0/ET++1KLSqyIvjiM9WyPq7XF6ID+Bln7jZrs/V8VENuQV8AdyE9KBfIvQGNo/O +IEA2LJ3iHQsJ6tCNGGvKBBBBg1x8pvMKAWVByDPnNIrBm1FnGB0nknocnDpQpM3a +Z1K0fxbPLqwiNyCOoDrU9TwzGKN2Nw/Eob7uvllIYb6DA/VLEHp0swehXygoxFYW +aN30nJl3qxjs0KXFlG8knvOZIsIR/3vGe8AOC2X3hVPtnHQNexPnoOGyaBAK3ym2 +mXHIFmWHBwtx9/79pL5zpk+3bi0jRESCl7uRdyMAEJH4wdRDfhY= +=CzjY +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.servlets.post-3.0.0.pom.sha1 ============================================================================== --- release/sling/org.apache.sling.servlets.post-3.0.0.pom.sha1 (added) +++ release/sling/org.apache.sling.servlets.post-3.0.0.pom.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +b62473f824eca73be09ded15a86c7b1eabd6f05a \ No newline at end of file Added: release/sling/org.apache.sling.servlets.post-3.0.0.pom.sha512 ============================================================================== --- release/sling/org.apache.sling.servlets.post-3.0.0.pom.sha512 (added) +++ release/sling/org.apache.sling.servlets.post-3.0.0.pom.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +e8876137c3264d482713d8edcd5b1f3916949d6f419f71f2d15d6ea9962e88425bc46cef9241dc77b3d765be382a38beafb6e4c9fe6551aefb6acc324c87fae0 org.apache.sling.servlets.post-3.0.0.pom Added: release/sling/org.apache.sling.servlets.resolver-3.0.0-javadoc.jar ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.servlets.resolver-3.0.0-javadoc.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/sling/org.apache.sling.servlets.resolver-3.0.0-javadoc.jar.asc ============================================================================== --- release/sling/org.apache.sling.servlets.resolver-3.0.0-javadoc.jar.asc (added) +++ release/sling/org.apache.sling.servlets.resolver-3.0.0-javadoc.jar.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhboHQACgkQP89Sn/Ly +egbovRAArOHJxHALXUkzX41WAC/lqc79dSil5Iq1vRWZHz6sL70sHcJn7vGQvis/ +SvDR8h3I265nOhorLylfOr/XCsCdw02VaKc/KCACnWyRH9AYmEGLta81ZT3Tz9iQ +A0dgD2E6OloKzSl8lciftD3OFI/yQ4FK0macQSds0/1cpyPxHQAhUTSpadhtBusz +sxv5AuEwmjPaBBRrJhCiqtpaanh6kLLNo+a6jWPI0UybyKj7H2Y1QaGCaVcOj0D8 +DsaCq6iFh9fw99woTjZs3qxADhxKDypRDmCok7ZBPWzPhMus8MQXovXjFfzQzPT/ +nNMxUoz8w/Lxfmwjh/0oG/vGz/NNFke/5FODbpxbehArxJFh08NXi86PtBuboM6F +DA6l0Js0yicy3v/zXe683iO+6LYaB1mvJFILjUpCmV0B8DP/EWTeO3Q6dQc7NqTt +XUSY/frs1OUwfe/1cyDoqgvFCQC4c55HXYEmZMt7kWXIYy0qo+dCjf217tO/dhcf +065ELArOYiZlnK6q/MUk2Qjt9r4mJKxTOun5e8HyglRxg+kuYRWl+3tw0d00xCIc +7B4gNLd/nI123z49rXWDeaciZTKXPqyX4Z4Iueta8kjd+PFZrEGmACODwR0bkneT +CjGqtc4utJ0bg2DQKWxJRN8K8tnWoG4uDS4YrJIPZO2tIVarmoA= +=DXi1 +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.servlets.resolver-3.0.0-javadoc.jar.sha1 ============================================================================== --- release/sling/org.apache.sling.servlets.resolver-3.0.0-javadoc.jar.sha1 (added) +++ release/sling/org.apache.sling.servlets.resolver-3.0.0-javadoc.jar.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +1f35e9c4a7c42c3aa82ad29ceeb5f0d95409132d \ No newline at end of file Added: release/sling/org.apache.sling.servlets.resolver-3.0.0-javadoc.jar.sha512 ============================================================================== --- release/sling/org.apache.sling.servlets.resolver-3.0.0-javadoc.jar.sha512 (added) +++ release/sling/org.apache.sling.servlets.resolver-3.0.0-javadoc.jar.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +83c01ce6a0d7920acb19cd7331a6595af5400dd603d12cfbbfbdd0b59e4219f63fa79f7fa15c0c1ae9326f63240704023a42b392c87c53282a014df7c1301af7 org.apache.sling.servlets.resolver-3.0.0-javadoc.jar Added: release/sling/org.apache.sling.servlets.resolver-3.0.0-source-release.zip ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.servlets.resolver-3.0.0-source-release.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/sling/org.apache.sling.servlets.resolver-3.0.0-source-release.zip.asc ============================================================================== --- release/sling/org.apache.sling.servlets.resolver-3.0.0-source-release.zip.asc (added) +++ release/sling/org.apache.sling.servlets.resolver-3.0.0-source-release.zip.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhboHMACgkQP89Sn/Ly +egaNzg/8C32XLW/BYtxQj/RvViNqJafHt1IMI2KlOnlTr82kdoRYGfnvh36TbmCB +NTS32bM+qkvQDeFUDfUwOcBkb/31oVopzq9GfhG+mjNmb/Exf5avO/Oyao2LQj1s +jfakBu/VriUD/Vxu2VNUjXfsD3YH6LV0USvlMip00dAlcVzUoK1ddTr2bTBC4+ik +LL4VAklEK9/Zxo18QMSBGsLY+tntmWSBMV92Z/CoZ0j1H88iVb+Pf3gd3wzvuviM +INrvBHHZn7/oDq3dIqByhAakb4+K4t7Ni4hXaSOgQZQuvFcNoxv++DzcULfwkXhB +uGmgBocFDuyRunq5pBCMcQfdh8IyU8W4BSs8meoVsV8HfF1nhd/i6ZgjeNPDpVXg +LXDAFdv0kMJcfd2wkroxZ2xk78jwFsC8eZolPGgvLMVmCGauPCUlbX12GFooEXgK +7e5/ojUvR3AuRU1FdeFuXMpjhq+7r7q7yuIM3OmmyqW1+t2z985jah19JlRRXClv +5kbTRSpn6ssvMdsOlrInlVtfpG5Fb8JsTv/uE2imKhs+EqKWuTiltyfdxxmsaW56 +mF9S34Tu9zNBjhg7Z5DgQ5RqmeqCQrEZY9sVN3fnI838bcnYM0ayLIKPJKNacaFW +0crKlF8hADZrYsM3LdVfzQ4JEOCrYiBmBxYb+fuo5WaF4UnbI5o= +=tP9i +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.servlets.resolver-3.0.0-source-release.zip.sha1 ============================================================================== --- release/sling/org.apache.sling.servlets.resolver-3.0.0-source-release.zip.sha1 (added) +++ release/sling/org.apache.sling.servlets.resolver-3.0.0-source-release.zip.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +05e7bf5a7a51a3bed8c17a08a468bbd2c51bb820 \ No newline at end of file Added: release/sling/org.apache.sling.servlets.resolver-3.0.0-source-release.zip.sha512 ============================================================================== --- release/sling/org.apache.sling.servlets.resolver-3.0.0-source-release.zip.sha512 (added) +++ release/sling/org.apache.sling.servlets.resolver-3.0.0-source-release.zip.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +c08b88c04554dfb9e74e60c495afceab9ce7d7d084329e41e92e6583f506ff5cd3e67ffdeb3d712bb780ebe90c6f81b30c1d99d510380406965b81e50aa8a32b \ No newline at end of file Added: release/sling/org.apache.sling.servlets.resolver-3.0.0-sources.jar ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.servlets.resolver-3.0.0-sources.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/sling/org.apache.sling.servlets.resolver-3.0.0-sources.jar.asc ============================================================================== --- release/sling/org.apache.sling.servlets.resolver-3.0.0-sources.jar.asc (added) +++ release/sling/org.apache.sling.servlets.resolver-3.0.0-sources.jar.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhboHMACgkQP89Sn/Ly +egZ4PA/+IEUonRJ7PyN+tS5slMyAO7D7V/zBHf6ZmwJOftPA5cW3M3z2SKldQ+K9 +cDCpXMXrIZRAVTo3wLZEaZFHmTRp/9ohDDivDvlVHB0AGf746jAaUujYdHvshsgC +m48HSljJbGrz/GWPkj9cRLWsdUae98f9ChEeR1dQt2hAC3Bk+SftgSJUi1gnCmOF +LBCzJGHI47BqBIje+UOUB6mD546sMUj8u1MgUYnpujb3llqF+GHoyumczLWvv2sx +SZ+GDfrc3rHjdUxbCa0e1dLAAQEKqO7Y7j3fg2YtLW2qkJalqlTj7ky3kUu1mLkS +gu+tG0Kw2JOnWJHZsNCGh8YG9mmoJeCGTHOdMww9Uf+fSY2fPxMotlxrv+4DSBbC +qkK69Hs/okqSMnR2llZf/c4QeAVEEiqVzRkoJGoIiW+wk17j1mzArjtdobkevnKV +Q+2ep7fLx7DxZbLvR5+HqSeY2poj2W3+Sw65CEyK9E3ZvPH1AD9YSOkHv9DXkYW5 +qzUsHl4KpljwOJOyEn4OX6q8XHv11NkGDyJmLyiiVuEzKU2RHfJ2+pkn8AV9/e5/ +4Gkj0gD23Va8ROMuzgNeYhetYOdvriCeDJ7p+Sk+AbghxMHsTwcO1YF2R/c9TvpS +EEJaljrfl2+6NLHd+PCQRZlvkx89C9i8lw73DrgBbiI+80LbE5M= +=F2fn +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.servlets.resolver-3.0.0-sources.jar.sha1 ============================================================================== --- release/sling/org.apache.sling.servlets.resolver-3.0.0-sources.jar.sha1 (added) +++ release/sling/org.apache.sling.servlets.resolver-3.0.0-sources.jar.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +8a8b54498a80bd990b6b19bfc5ef0310d931f066 \ No newline at end of file Added: release/sling/org.apache.sling.servlets.resolver-3.0.0-sources.jar.sha512 ============================================================================== --- release/sling/org.apache.sling.servlets.resolver-3.0.0-sources.jar.sha512 (added) +++ release/sling/org.apache.sling.servlets.resolver-3.0.0-sources.jar.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +5a436992766da2dc693ac48336dd4823f715c0f48fe4485425fd6531682bfa8f2fe303507fd2eda062125387c7ad2e1602303162f029f157ffa242cc5b242ff7 org.apache.sling.servlets.resolver-3.0.0-sources.jar Added: release/sling/org.apache.sling.servlets.resolver-3.0.0.jar ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.servlets.resolver-3.0.0.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/sling/org.apache.sling.servlets.resolver-3.0.0.jar.asc ============================================================================== --- release/sling/org.apache.sling.servlets.resolver-3.0.0.jar.asc (added) +++ release/sling/org.apache.sling.servlets.resolver-3.0.0.jar.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhboHMACgkQP89Sn/Ly +egatYBAAh3kr7TzeyJLL5EDWZz2r5y12wHkKb4MyvqmHBY7hMPFMDAnpC32UKEYf +4CuePTAf03ttyjztiSj10frLZdb7N9r840RHrH0a+ODhkZZheOY1ztwsim5THkqg +kghPAHB9/uNEUKGs7C//hdIQEQ9CmK1hIRY/phprsAuAvDZIxhFw//p39Es9lPxA +Vep7x8ekWxCjDa++lA7Bv8Zj49kBmvvoSh0X5XrphA6jGys+Ddccmu7fdFxNr0ce +DcjkUJjxTH8UHc9th3/K1YJUH3eOh2C7SkM5lNvCAuN1p/z5UMQQSnz57knfVpeE +Zzo/hSJYBaYDicvabL2Gj61Y6wKkW6ZnPQlo6nDoZuBO+I51e1WzleP88k94B8dD +gc/yKHBPxzopjB3M3rJkU07XNSmA5TMExqQFJ2sS2MPRc1ARTZXB8Q2HDzidjGTv +H0xhKTjH+hYqj8kAXjviDzwrxmfr/TNxtHEqO0qHc05XOhqIyhvXTPdx7YdpSnTs +2xxRc69VraHWUPkTl/rA0Xn0F3Pxn2mCJroRxlXv/ERFG1CMs3IBqc3KePfeqQfh +lYDRpteOpiKTA1Z49OVmS0yd3BxYSn2akduXpjUyZWVifYNUkbPCZHhHi+ctUksV +sETbqeqm13WoVgI15yfWPTZqSFvoDrwtQxtCFoBuDwKbNreku+s= +=Iyxq +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.servlets.resolver-3.0.0.jar.sha1 ============================================================================== --- release/sling/org.apache.sling.servlets.resolver-3.0.0.jar.sha1 (added) +++ release/sling/org.apache.sling.servlets.resolver-3.0.0.jar.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +a4f08c000e2e6c8e9ca154326920ab2f7360ffcb \ No newline at end of file Added: release/sling/org.apache.sling.servlets.resolver-3.0.0.jar.sha512 ============================================================================== --- release/sling/org.apache.sling.servlets.resolver-3.0.0.jar.sha512 (added) +++ release/sling/org.apache.sling.servlets.resolver-3.0.0.jar.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +a26b7c30464268ec013b2d27e5db469a338795a4fd7c78954a16bac780c706970bc4c1fdecbc5a862355c9b069fd309c203b0a70d2a2249fd50c915c562ac2c7 org.apache.sling.servlets.resolver-3.0.0.jar Added: release/sling/org.apache.sling.servlets.resolver-3.0.0.pom ============================================================================== --- release/sling/org.apache.sling.servlets.resolver-3.0.0.pom (added) +++ release/sling/org.apache.sling.servlets.resolver-3.0.0.pom Sat Jun 28 12:30:34 2025 @@ -0,0 +1,429 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.sling</groupId> + <artifactId>sling-bundle-parent</artifactId> + <version>62</version> + <relativePath /> + </parent> + + <artifactId>org.apache.sling.servlets.resolver</artifactId> + <version>3.0.0</version> + + <name>Apache Sling Servlets Resolver</name> + <description>Bundle implementing the Sling API ServletResolver.</description> + + <scm> + <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git</developerConnection> + <tag>org.apache.sling.servlets.resolver-3.0.0</tag> + <url>https://github.com/apache/sling-org-apache-sling-servlets-resolver.git</url> + </scm> + + <properties> + <project.build.outputTimestamp>2025-06-25T07:07:22Z</project.build.outputTimestamp> + <site.jira.version.id>12314292</site.jira.version.id> + <sling.java.version>17</sling.java.version> + <org.ops4j.pax.exam.version>4.14.0</org.ops4j.pax.exam.version> + <!-- To debug the pax process, override this with -D --> + <pax.vm.options>-Xmx512M</pax.vm.options> + </properties> + + <dependencies> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.scripting.spi</artifactId> + <version>2.0.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.18.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.annotation.versioning</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.service.component.annotations</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.service.metatype.annotations</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + <version>4.0.1</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>jakarta.servlet</groupId> + <artifactId>jakarta.servlet-api</artifactId> + <version>6.1.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.http.wrappers</artifactId> + <version>6.1.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.commons.johnzon</artifactId> + <version>2.0.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.api</artifactId> + <version>3.0.0</version> + <scope>provided</scope> + </dependency> + <!-- for ServiceUserMapped (SLING-4312) --> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.serviceusermapper</artifactId> + <version>1.5.8</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.service.event</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.service.component</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.adapter</artifactId> + <version>2.0.4</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.engine</artifactId> + <version>3.0.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.util.converter</artifactId> + <version>1.0.9</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.framework</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.service.cm</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.util.tracker</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.resource</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>2.0.17</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.jetbrains</groupId> + <artifactId>annotations</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.annotation.bundle</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.healthcheck.api</artifactId> + <version>2.0.4</version> + <scope>provided</scope> + <exclusions> + <exclusion> + <groupId>org.osgi</groupId> + <artifactId>osgi.core</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.owasp.encoder</groupId> + <artifactId>encoder</artifactId> + <version>1.3.1</version> + <scope>provided</scope> + </dependency> + <!-- Testing --> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.testing.paxexam</artifactId> + <version>4.1.2</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.auth.core</artifactId> + <version>2.0.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.jcr.resource</artifactId> + <version>2.9.2</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.resourceresolver</artifactId> + <version>2.0.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.testing.osgi-mock.core</artifactId> + <version>2.4.16</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.testing.sling-mock.core</artifactId> + <version>2.5.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId> + <version>3.4.10</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId> + <version>1.4.2</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>5.15.2</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.ops4j.pax.exam</groupId> + <artifactId>pax-exam-spi</artifactId> + <version>${org.ops4j.pax.exam.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.ops4j.pax.exam</groupId> + <artifactId>pax-exam</artifactId> + <version>${org.ops4j.pax.exam.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.ops4j.pax.exam</groupId> + <artifactId>pax-exam-cm</artifactId> + <version>${org.ops4j.pax.exam.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.ops4j.pax.exam</groupId> + <artifactId>pax-exam-container-forked</artifactId> + <version>${org.ops4j.pax.exam.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.ops4j.pax.exam</groupId> + <artifactId>pax-exam-junit4</artifactId> + <version>${org.ops4j.pax.exam.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.ops4j.pax.exam</groupId> + <artifactId>pax-exam-link-mvn</artifactId> + <version>${org.ops4j.pax.exam.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.framework</artifactId> + <version>7.0.5</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-atinject_1.0_spec</artifactId> + <version>1.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>com.jayway.jsonpath</groupId> + <artifactId>json-path</artifactId> + <version>2.9.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>com.jayway.jsonpath</groupId> + <artifactId>json-path-assert</artifactId> + <version>2.9.0</version> + <scope>test</scope> + </dependency> + </dependencies> + + <build> + <pluginManagement> + <plugins> + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId>com.github.spotbugs</groupId> + <artifactId>spotbugs-maven-plugin</artifactId> + <versionRange>[3.1.11,)</versionRange> + <goals> + <goal>check</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore /> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> + </pluginManagement> + <plugins> + <plugin> + <groupId>biz.aQute.bnd</groupId> + <artifactId>bnd-maven-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.bnd.plugin.headers.parameters.remove</artifactId> + <version>1.0.0</version> + </dependency> + </dependencies> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <excludePackageNames>org.apache.sling.servlets.resolver.internal</excludePackageNames> + <doclint>none</doclint> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.servicemix.tooling</groupId> + <artifactId>depends-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>com.github.spotbugs</groupId> + <artifactId>spotbugs-maven-plugin</artifactId> + <version>4.7.3.6</version> + <configuration> + <effort>Max</effort> + <xmlOutput>true</xmlOutput> + <excludeFilterFile>findbugs-exclude.xml</excludeFilterFile> + </configuration> + <executions> + <execution> + <id>find-bugs</id> + <goals> + <goal>check</goal> + </goals> + <phase>process-classes</phase> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-failsafe-plugin</artifactId> + <configuration> + <redirectTestOutputToFile>true</redirectTestOutputToFile> + <systemPropertyVariables> + <bundle.filename>${basedir}/target/${project.build.finalName}.jar</bundle.filename> + <pax.vm.options>${pax.vm.options}</pax.vm.options> + </systemPropertyVariables> + </configuration> + <executions> + <execution> + <id>integration-test</id> + <goals> + <goal>integration-test</goal> + </goals> + <phase>integration-test</phase> + </execution> + <execution> + <id>verify</id> + <goals> + <goal>verify</goal> + </goals> + <phase>integration-test</phase> + </execution> + </executions> + </plugin> + </plugins> + </build> + +</project> Added: release/sling/org.apache.sling.servlets.resolver-3.0.0.pom.asc ============================================================================== --- release/sling/org.apache.sling.servlets.resolver-3.0.0.pom.asc (added) +++ release/sling/org.apache.sling.servlets.resolver-3.0.0.pom.asc Sat Jun 28 12:30:34 2025 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmhboHMACgkQP89Sn/Ly +egbZFQ/8C0q66k6xTca0cyeFx9UgvwR5FcFipVOboDq0G9gqpB0shFGqthSAZ+cj +DLbUsZWegwu3oGZHyR64/WrHymyQu2fJjIkJP+PuEKuh7fHml2eMPtfrjCZV5UfY +C+1HT/EAatL1lFqlN5PmpZIZ7TMoYaxz1FaCtXHvDXhZz49bOwSJQhr08m/LdgSE +0NKIzrUsXj+E6Ty450MJhWhgPPmJ2F8veIlVF8tQrOBL+9226jm1QCOh/Lk9Ai7Q +cmN7lmUeGQbUFHoL4BZdEBV814cQZcL1aRxqZLAvaPBAKMpidT3VkPD9iNMJvt11 +0TpDvR/ADrQ4zptX0oYqRU5Po581xBUZa2m+lCPTmnwaDHOr1zJEuwvrJKRD3JZY +/sL63lRb8nQnVnEjTynKxjWFB2DRC6RaNorNssWQ/YFEamCTWUmtztYDLJ7+xPTK +vj/v992U9T4/Lo0uU75VmY1NpKRg3wjqZndhxOjCDQHmeiZmKo7zs05daCaJVfK8 +tjHBayrCepbSbLQ48p6/D5DUaltTfrmUN6wpW6lMDq0gqa8lo1y0QBWe3+duJ6GS +WoDpTWJr8JkEoob91hjzVZM4KsQ/7wI1pfgNExXmZBYGMj5SA+Cd1FB4deTj+fQk +eWdYBsTJhABXWU6CQdHh7beAIQlSFvxP+Xcuy84ib7GdNvqeM8g= +=b5ZI +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.servlets.resolver-3.0.0.pom.sha1 ============================================================================== --- release/sling/org.apache.sling.servlets.resolver-3.0.0.pom.sha1 (added) +++ release/sling/org.apache.sling.servlets.resolver-3.0.0.pom.sha1 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +345f7d0382d5afdfc1a46c65d99408b2d940cba2 \ No newline at end of file Added: release/sling/org.apache.sling.servlets.resolver-3.0.0.pom.sha512 ============================================================================== --- release/sling/org.apache.sling.servlets.resolver-3.0.0.pom.sha512 (added) +++ release/sling/org.apache.sling.servlets.resolver-3.0.0.pom.sha512 Sat Jun 28 12:30:34 2025 @@ -0,0 +1 @@ +6a80bf81c9bc3a3ba888d3a4eb9d66779a967dce59f0401a735ba96c5ee46496f53115b66cd29c43e24f1b1912bc96b5f487f029ea830d1874e9816a662f0de4 org.apache.sling.servlets.resolver-3.0.0.pom
