This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
commit b44423a4fe2b16f67ecc23cb482e634117311a09 Author: Thomas Vandahl <[email protected]> AuthorDate: Tue Feb 17 14:52:31 2026 +0100 Add package info to jcache --- .../commons/jcs4/jcache/cdi/package-info.java | 21 +++++++++++++++++++++ .../commons/jcs4/jcache/jmx/package-info.java | 21 +++++++++++++++++++++ .../commons/jcs4/jcache/lang/package-info.java | 21 +++++++++++++++++++++ .../apache/commons/jcs4/jcache/package-info.java | 21 +++++++++++++++++++++ .../commons/jcs4/jcache/proxy/package-info.java | 21 +++++++++++++++++++++ .../jcs4/jcache/serialization/package-info.java | 21 +++++++++++++++++++++ .../commons/jcs4/jcache/thread/package-info.java | 21 +++++++++++++++++++++ 7 files changed, 147 insertions(+) diff --git a/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/cdi/package-info.java b/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/cdi/package-info.java new file mode 100644 index 00000000..078a4516 --- /dev/null +++ b/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/cdi/package-info.java @@ -0,0 +1,21 @@ +/* + * 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 + * + * 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. + */ + +/** + * Contains the JCS classes for Contexts and Dependency Injection. + */ +package org.apache.commons.jcs4.jcache.cdi; diff --git a/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/jmx/package-info.java b/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/jmx/package-info.java new file mode 100644 index 00000000..fad78e74 --- /dev/null +++ b/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/jmx/package-info.java @@ -0,0 +1,21 @@ +/* + * 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 + * + * 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. + */ + +/** + * Contains the JCache implementation classes for JMX integration + */ +package org.apache.commons.jcs4.jcache.jmx; diff --git a/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/lang/package-info.java b/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/lang/package-info.java new file mode 100644 index 00000000..fa41cdda --- /dev/null +++ b/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/lang/package-info.java @@ -0,0 +1,21 @@ +/* + * 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 + * + * 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. + */ + +/** + * Contains some classes borrowed from commons-lang + */ +package org.apache.commons.jcs4.jcache.lang; diff --git a/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/package-info.java b/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/package-info.java new file mode 100644 index 00000000..fae578e2 --- /dev/null +++ b/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/package-info.java @@ -0,0 +1,21 @@ +/* + * 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 + * + * 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. + */ + +/** + * Contains the JCache implementation classes for commons-jcs + */ +package org.apache.commons.jcs4.jcache; diff --git a/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/proxy/package-info.java b/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/proxy/package-info.java new file mode 100644 index 00000000..c26c7291 --- /dev/null +++ b/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/proxy/package-info.java @@ -0,0 +1,21 @@ +/* + * 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 + * + * 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. + */ + +/** + * Contains some proxy classes for JCache + */ +package org.apache.commons.jcs4.jcache.proxy; diff --git a/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/serialization/package-info.java b/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/serialization/package-info.java new file mode 100644 index 00000000..c98b7639 --- /dev/null +++ b/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/serialization/package-info.java @@ -0,0 +1,21 @@ +/* + * 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 + * + * 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. + */ + +/** + * Contains the JCache implementation classes for serialization + */ +package org.apache.commons.jcs4.jcache.serialization; diff --git a/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/thread/package-info.java b/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/thread/package-info.java new file mode 100644 index 00000000..571a8794 --- /dev/null +++ b/commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/thread/package-info.java @@ -0,0 +1,21 @@ +/* + * 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 + * + * 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. + */ + +/** + * Contains the JCache implementation classes for thread handling + */ +package org.apache.commons.jcs4.jcache.thread;
