You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/19 13:49:06 UTC

[commons-jcs] branch master updated (d107794c -> 996f3738)

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

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


    from d107794c Merge pull request #148 from apache/dependabot/github_actions/actions/cache-3.3.1
     new 76b4b352 Javadoc: Convert package.html to package-info.java
     new ff0089aa Javadoc: Convert package.html to package-info.java
     new 97a2cba1 Javadoc: Convert package.html to package-info.java
     new a98683f7 Javadoc: Convert package.html to package-info.java
     new 21d959a9 Javadoc: Convert package.html to package-info.java
     new 383b9fbc Javadoc: Convert package.html to package-info.java
     new 8bbbf4d5 Javadoc: Convert package.html to package-info.java
     new 4f08b036 Javadoc: Convert package.html to package-info.java
     new b09c85a4 Javadoc: Convert package.html to package-info.java
     new 7bf4913f Javadoc: Convert package.html to package-info.java
     new e2a6cef4 Javadoc: Convert package.html to package-info.java
     new 2fcfc681 Javadoc: Convert package.html to package-info.java
     new e289abdc Javadoc: Convert package.html to package-info.java
     new 996f3738 Javadoc: Convert package.html to package-info.java

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/commons/jcs3/access/package-info.java   | 24 +++++++++++++++++++
 .../org/apache/commons/jcs3/access/package.html    | 27 ---------------------
 .../commons/jcs3/auxiliary/disk/package-info.java  | 24 +++++++++++++++++++
 .../commons/jcs3/auxiliary/disk/package.html       | 27 ---------------------
 .../jcs3/auxiliary/lateral/package-info.java       | 24 +++++++++++++++++++
 .../commons/jcs3/auxiliary/lateral/package.html    | 26 --------------------
 .../commons/jcs3/auxiliary/package-info.java       | 21 ++++++++++++++++
 .../org/apache/commons/jcs3/auxiliary/package.html | 25 -------------------
 .../jcs3/auxiliary/remote/package-info.java        | 21 ++++++++++++++++
 .../commons/jcs3/auxiliary/remote/package.html     | 25 -------------------
 .../commons/jcs3/engine/behavior/package-info.java | 21 ++++++++++++++++
 .../commons/jcs3/engine/behavior/package.html      | 25 -------------------
 .../commons/jcs3/engine/control/package-info.java  | 21 ++++++++++++++++
 .../commons/jcs3/engine/control/package.html       | 25 -------------------
 .../jcs3/engine/memory/lru/package-info.java       | 21 ++++++++++++++++
 .../commons/jcs3/engine/memory/lru/package.html    | 25 -------------------
 .../jcs3/engine/memory/mru/package-info.java       | 24 +++++++++++++++++++
 .../commons/jcs3/engine/memory/mru/package.html    | 26 --------------------
 .../commons/jcs3/engine/memory/package-info.java   | 21 ++++++++++++++++
 .../apache/commons/jcs3/engine/memory/package.html | 25 -------------------
 .../jcs3/engine/memory/soft/package-info.java      | 21 ++++++++++++++++
 .../commons/jcs3/engine/memory/soft/package.html   | 25 -------------------
 .../apache/commons/jcs3/engine/package-info.java   | 21 ++++++++++++++++
 .../org/apache/commons/jcs3/engine/package.html    | 25 -------------------
 .../java/org/apache/commons/jcs3/package-info.java | 21 ++++++++++++++++
 .../main/java/org/apache/commons/jcs3/package.html | 26 --------------------
 .../commons/jcs3/utils/config/package-info.java    | 24 +++++++++++++++++++
 .../apache/commons/jcs3/utils/config/package.html  | 28 ----------------------
 28 files changed, 309 insertions(+), 360 deletions(-)
 create mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/access/package-info.java
 delete mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/access/package.html
 create mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/package-info.java
 delete mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/package.html
 create mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/package-info.java
 delete mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/package.html
 create mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/package-info.java
 delete mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/package.html
 create mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/package-info.java
 delete mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/package.html
 create mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/behavior/package-info.java
 delete mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/behavior/package.html
 create mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/control/package-info.java
 delete mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/control/package.html
 create mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/lru/package-info.java
 delete mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/lru/package.html
 create mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/mru/package-info.java
 delete mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/mru/package.html
 create mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/package-info.java
 delete mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/package.html
 create mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/soft/package-info.java
 delete mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/soft/package.html
 create mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/package-info.java
 delete mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/package.html
 create mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/package-info.java
 delete mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/package.html
 create mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/config/package-info.java
 delete mode 100644 commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/config/package.html


[commons-jcs] 01/14: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit 76b4b352f45876c7589f79d3f1dd6c4ca3e0ec95
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:47:45 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../apache/commons/jcs3/access/package-info.java   | 24 +++++++++++++++++++
 .../org/apache/commons/jcs3/access/package.html    | 27 ----------------------
 2 files changed, 24 insertions(+), 27 deletions(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/access/package-info.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/access/package-info.java
new file mode 100644
index 00000000..c4f43c9c
--- /dev/null
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/access/package-info.java
@@ -0,0 +1,24 @@
+/*
+ * 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.
+ */
+
+/**
+ * Contains classes for accessing the cache.
+ * <p>
+ * The CacheAccess interface, which all classes in this package implement, provides all the methods a client should need to use a Cache.
+ * </p>
+ */
+package org.apache.commons.jcs3.access;
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/access/package.html b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/access/package.html
deleted file mode 100644
index 477e5cca..00000000
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/access/package.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!--
- 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.
--->
-<html>
-  <head>
-  </head>
-  <body>
-    Contains classes for accessing the cache. The CacheAccess interface, which
-    all classes in this package implement, provides all the methods a client
-    should need to use a Cache.
-  </body>
-</html>


[commons-jcs] 04/14: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit a98683f716398605eaab1e46e011a0f30a41df16
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:48:02 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../jcs3/auxiliary/remote/package-info.java        | 21 ++++++++++++++++++
 .../commons/jcs3/auxiliary/remote/package.html     | 25 ----------------------
 2 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/package-info.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/package-info.java
new file mode 100644
index 00000000..da65a20b
--- /dev/null
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/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
+ *
+ *      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.
+ */
+
+/**
+ * Root package for the remote auxiliary cache.
+ */
+package org.apache.commons.jcs3.auxiliary.remote;
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/package.html b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/package.html
deleted file mode 100644
index e002b4e0..00000000
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/package.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!--
- 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.
--->
-<html>
-  <head>
-  </head>
-  <body>
-    Root package for the remote auxiliary cache.
-  </body>
-</html>


[commons-jcs] 10/14: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit 7bf4913f18ad025f9eb482c328199c640edd7d34
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:48:30 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../jcs3/engine/memory/soft/package-info.java      | 21 ++++++++++++++++++
 .../commons/jcs3/engine/memory/soft/package.html   | 25 ----------------------
 2 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/soft/package-info.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/soft/package-info.java
new file mode 100644
index 00000000..eaa2606e
--- /dev/null
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/soft/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
+ *
+ *      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.
+ */
+
+/**
+ * A memory plugin implemented using soft references.
+ */
+package org.apache.commons.jcs3.engine.memory.soft;
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/soft/package.html b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/soft/package.html
deleted file mode 100644
index 526c18aa..00000000
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/soft/package.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!--
- 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.
--->
-<html>
-  <head>
-  </head>
-  <body>
-     A memory plugin implemented using soft references.
-  </body>
-</html>


[commons-jcs] 08/14: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit 4f08b036db38ac064eeff0dc1a6761ee31887d3d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:48:21 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../jcs3/engine/memory/lru/package-info.java       | 21 ++++++++++++++++++
 .../commons/jcs3/engine/memory/lru/package.html    | 25 ----------------------
 2 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/lru/package-info.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/lru/package-info.java
new file mode 100644
index 00000000..49266f23
--- /dev/null
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/lru/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
+ *
+ *      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.
+ */
+
+/**
+ * The primary memory plugin using a 'least recently used' removal policy.
+ */
+package org.apache.commons.jcs3.engine.memory.lru;
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/lru/package.html b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/lru/package.html
deleted file mode 100644
index af2bde56..00000000
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/lru/package.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!--
- 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.
--->
-<html>
-  <head>
-  </head>
-  <body>
-    The primary memory plugin using a 'least recently used' removal policy.
-  </body>
-</html>


[commons-jcs] 06/14: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit 383b9fbc8a1cf18e0aea65ea4b3b77e77cb7feff
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:48:12 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../commons/jcs3/engine/behavior/package-info.java | 21 ++++++++++++++++++
 .../commons/jcs3/engine/behavior/package.html      | 25 ----------------------
 2 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/behavior/package-info.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/behavior/package-info.java
new file mode 100644
index 00000000..9c635d92
--- /dev/null
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/behavior/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
+ *
+ *      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.
+ */
+
+/**
+ * Interfaces used by the core and the auxiliary caches.
+ */
+package org.apache.commons.jcs3.engine.behavior;
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/behavior/package.html b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/behavior/package.html
deleted file mode 100644
index 9cb3956c..00000000
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/behavior/package.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!--
- 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.
--->
-<html>
-  <head>
-  </head>
-  <body>
-     Interfaces used by the core and the auxiliary caches.
-  </body>
-</html>


[commons-jcs] 02/14: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit ff0089aa4660358068925c0440cf6688d9895e8e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:47:49 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../commons/jcs3/auxiliary/disk/package-info.java  | 24 +++++++++++++++++++
 .../commons/jcs3/auxiliary/disk/package.html       | 27 ----------------------
 2 files changed, 24 insertions(+), 27 deletions(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/package-info.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/package-info.java
new file mode 100644
index 00000000..9ccf95fb
--- /dev/null
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/package-info.java
@@ -0,0 +1,24 @@
+/*
+ * 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.
+ */
+
+/**
+ * The primary disk auxiliary.
+ * <p>
+ * Objects are serialized to a file on disk. This implementation uses memory keys and performs quite well. Recommended for most cases.
+ * </p>
+ */
+package org.apache.commons.jcs3.auxiliary.disk;
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/package.html b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/package.html
deleted file mode 100644
index 668a1418..00000000
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/package.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!--
- 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.
--->
-<html>
-  <head>
-  </head>
-  <body>
-    The primary disk auxiliary. Objects are serialized to a file on disk.
-    This implementation uses memory keys and performs quite well.
-    Recomended for most cases.
-  </body>
-</html>


[commons-jcs] 03/14: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit 97a2cba17ef61c99e296dddeba8b6b5829004808
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:47:58 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../jcs3/auxiliary/lateral/package-info.java       | 24 ++++++++++++++++++++
 .../commons/jcs3/auxiliary/lateral/package.html    | 26 ----------------------
 2 files changed, 24 insertions(+), 26 deletions(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/package-info.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/package-info.java
new file mode 100644
index 00000000..a18bd7d9
--- /dev/null
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/package-info.java
@@ -0,0 +1,24 @@
+/*
+ * 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.
+ */
+
+/**
+ * Root package for the lateral cache family.
+ * <p>
+ * Lateral caches broadcast puts and removals to other local caches.
+ * </p>
+ */
+package org.apache.commons.jcs3.auxiliary.lateral;
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/package.html b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/package.html
deleted file mode 100644
index d38b4ccc..00000000
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/package.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!--
- 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.
--->
-<html>
-  <head>
-  </head>
-  <body>
-    Root package for the lateral cache family. Lateral caches broadcast puts
-    and removals to other local caches.
-  </body>
-</html>


[commons-jcs] 09/14: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit b09c85a48f839ff5a23e0391122edc4fd3b88775
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:48:25 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../jcs3/engine/memory/mru/package-info.java       | 24 ++++++++++++++++++++
 .../commons/jcs3/engine/memory/mru/package.html    | 26 ----------------------
 2 files changed, 24 insertions(+), 26 deletions(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/mru/package-info.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/mru/package-info.java
new file mode 100644
index 00000000..bda51a94
--- /dev/null
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/mru/package-info.java
@@ -0,0 +1,24 @@
+/*
+ * 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.
+ */
+
+/**
+ * A memory plugin implemented using a 'most recently used' removal policy.
+ * <p>
+ * In general this is slow and should not be used.
+ * </p>
+ */
+package org.apache.commons.jcs3.engine.memory.mru;
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/mru/package.html b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/mru/package.html
deleted file mode 100644
index 2377c2de..00000000
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/mru/package.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!--
- 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.
--->
-<html>
-  <head>
-  </head>
-  <body>
-     A memory plugin implemented using a 'most recently used' removal policy.
-     In general this is slow and should not be used.
-  </body>
-</html>


[commons-jcs] 13/14: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit e289abdcb146fdc6e3f13e7ad1a0f33880dbc22f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:48:45 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../commons/jcs3/utils/config/package-info.java    | 24 +++++++++++++++++++
 .../apache/commons/jcs3/utils/config/package.html  | 28 ----------------------
 2 files changed, 24 insertions(+), 28 deletions(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/config/package-info.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/config/package-info.java
new file mode 100644
index 00000000..b4b7275b
--- /dev/null
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/config/package-info.java
@@ -0,0 +1,24 @@
+/*
+ * 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.
+ */
+
+/**
+ * This package contains utility classes that are used when configuring the cache.
+ * <p>
+ * NOTE: It is likely that these classes will be removed in the future in favor of commons-configuration.
+ * <p>
+ */
+package org.apache.commons.jcs3.utils.config;
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/config/package.html b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/config/package.html
deleted file mode 100644
index 1de5d405..00000000
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/config/package.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!--
- 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.
--->
-<html>
-  <head>
-  </head>
-  <body>
-    This package contains utility classes that are used when configuring the
-    cache. <br/>
-    NOTE: It is likely that these classes will be removed in the future in favor
-    of commons-configuration.
-  </body>
-</html>


[commons-jcs] 12/14: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit 2fcfc68130c86aabfd33e9e185a0683f9a099afc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:48:40 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../apache/commons/jcs3/engine/package-info.java   | 21 ++++++++++++++++++
 .../org/apache/commons/jcs3/engine/package.html    | 25 ----------------------
 2 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/package-info.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/package-info.java
new file mode 100644
index 00000000..d71519e1
--- /dev/null
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/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
+ *
+ *      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.
+ */
+
+/**
+ * Interfaces used by the core and the auxiliary caches.
+ */
+package org.apache.commons.jcs3.engine;
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/package.html b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/package.html
deleted file mode 100644
index 9cb3956c..00000000
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/package.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!--
- 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.
--->
-<html>
-  <head>
-  </head>
-  <body>
-     Interfaces used by the core and the auxiliary caches.
-  </body>
-</html>


[commons-jcs] 11/14: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit e2a6cef499e99ed8fd18b934347910a2bfd936b6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:48:34 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../commons/jcs3/engine/memory/package-info.java   | 21 ++++++++++++++++++
 .../apache/commons/jcs3/engine/memory/package.html | 25 ----------------------
 2 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/package-info.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/package-info.java
new file mode 100644
index 00000000..c7714e25
--- /dev/null
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/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
+ *
+ *      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.
+ */
+
+/**
+ * Parent package for memory type plugins.
+ */
+package org.apache.commons.jcs3.engine.memory;
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/package.html b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/package.html
deleted file mode 100644
index 47f02c23..00000000
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/package.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!--
- 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.
--->
-<html>
-  <head>
-  </head>
-  <body>
-    Parent package for memory type plugins.
-  </body>
-</html>


[commons-jcs] 14/14: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit 996f373853c2db5d3e3900c2e0f768a9f872c4cd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:48:50 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../java/org/apache/commons/jcs3/package-info.java | 21 +++++++++++++++++
 .../main/java/org/apache/commons/jcs3/package.html | 26 ----------------------
 2 files changed, 21 insertions(+), 26 deletions(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/package-info.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/package-info.java
new file mode 100644
index 00000000..cdde4bdb
--- /dev/null
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/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
+ *
+ *      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.
+ */
+
+/**
+ * Contains the class JCS which provides a simple interface for clients to use JCS.
+ */
+package org.apache.commons.jcs3;
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/package.html b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/package.html
deleted file mode 100644
index bce936d2..00000000
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/package.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!--
- 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.
--->
-<html>
-  <head>
-  </head>
-  <body>
-     Contains the class JCS which provides a simple interface for clients to use
-     JCS.
-  </body>
-</html>


[commons-jcs] 07/14: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit 8bbbf4d5cf90e6b6b1310fb12b94e30de3f4231d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:48:16 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../commons/jcs3/engine/control/package-info.java  | 21 ++++++++++++++++++
 .../commons/jcs3/engine/control/package.html       | 25 ----------------------
 2 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/control/package-info.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/control/package-info.java
new file mode 100644
index 00000000..18700b92
--- /dev/null
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/control/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
+ *
+ *      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.
+ */
+
+/**
+ * The primary cache classes and the hub.
+ */
+package org.apache.commons.jcs3.engine.control;
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/control/package.html b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/control/package.html
deleted file mode 100644
index 82b9a4c0..00000000
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/control/package.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!--
- 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.
--->
-<html>
-  <head>
-  </head>
-  <body>
-      The primary cache classes and the hub.
-  </body>
-</html>


[commons-jcs] 05/14: Javadoc: Convert package.html to package-info.java

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit 21d959a9052ca27f6d49bd893df086cf9e5032d4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 09:48:06 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../commons/jcs3/auxiliary/package-info.java       | 21 ++++++++++++++++++
 .../org/apache/commons/jcs3/auxiliary/package.html | 25 ----------------------
 2 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/package-info.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/package-info.java
new file mode 100644
index 00000000..123313f9
--- /dev/null
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/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
+ *
+ *      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.
+ */
+
+/**
+ * Root package for auxiliary caches.
+ */
+package org.apache.commons.jcs3.auxiliary;
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/package.html b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/package.html
deleted file mode 100644
index d1d712f8..00000000
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/package.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!--
- 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.
--->
-<html>
-  <head>
-  </head>
-  <body>
-    Root package for auxiliary caches.
-  </body>
-</html>