This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 751ed11d2a OAK-11792: mark commons.cache package as internal (#2370)
751ed11d2a is described below

commit 751ed11d2a16c47e1c7e66d4a078e9b0ceb8a6f6
Author: Julian Reschke <[email protected]>
AuthorDate: Tue Jul 8 16:12:27 2025 +0200

    OAK-11792: mark commons.cache package as internal (#2370)
---
 .../java/org/apache/jackrabbit/oak/commons/cache/package-info.java    | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/cache/package-info.java
 
b/oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/cache/package-info.java
index 1af09d3f55..ac34e19ef8 100644
--- 
a/oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/cache/package-info.java
+++ 
b/oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/cache/package-info.java
@@ -14,7 +14,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-@Version("1.0.0")
+@Version("1.0.1")
+@Internal(since=" 1.84.0")
 package org.apache.jackrabbit.oak.commons.cache;
 
+import org.apache.jackrabbit.oak.commons.annotations.Internal;
 import org.osgi.annotation.versioning.Version;
\ No newline at end of file

Reply via email to