This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 50ef0e481 Update JavaDoc
50ef0e481 is described below
commit 50ef0e481acadcd3671c3a4fad07a482f93c1fe4
Author: stariy95 <[email protected]>
AuthorDate: Mon Dec 4 16:46:36 2023 +0400
Update JavaDoc
---
.../cayenne/configuration/server/package-info.java | 19 ++++++++++++++++
.../org/apache/cayenne/runtime/package-info.java | 25 ++++++++++++++++++++++
.../java/org/apache/cayenne/runtime/package.html | 23 --------------------
3 files changed, 44 insertions(+), 23 deletions(-)
diff --git
a/cayenne/src/main/java/org/apache/cayenne/configuration/server/package-info.java
b/cayenne/src/main/java/org/apache/cayenne/configuration/server/package-info.java
index 5f6adab81..03395407d 100644
---
a/cayenne/src/main/java/org/apache/cayenne/configuration/server/package-info.java
+++
b/cayenne/src/main/java/org/apache/cayenne/configuration/server/package-info.java
@@ -1,3 +1,22 @@
+/*****************************************************************
+ * 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.
+ ****************************************************************/
+
/**
* This is a deprecated package that contained runtime creation code
*
diff --git a/cayenne/src/main/java/org/apache/cayenne/runtime/package-info.java
b/cayenne/src/main/java/org/apache/cayenne/runtime/package-info.java
new file mode 100644
index 000000000..478b6a648
--- /dev/null
+++ b/cayenne/src/main/java/org/apache/cayenne/runtime/package-info.java
@@ -0,0 +1,25 @@
+/*****************************************************************
+ * 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.
+ ****************************************************************/
+
+/**
+ * API related to {@link org.apache.cayenne.runtime.CayenneRuntime} creation.
+ *
+ * @since 5.0
+ */
+package org.apache.cayenne.runtime;
\ No newline at end of file
diff --git a/cayenne/src/main/java/org/apache/cayenne/runtime/package.html
b/cayenne/src/main/java/org/apache/cayenne/runtime/package.html
deleted file mode 100644
index 3fd8e907c..000000000
--- a/cayenne/src/main/java/org/apache/cayenne/runtime/package.html
+++ /dev/null
@@ -1,23 +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
-
- 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.
--->
-<html>
-<body>
-API related to CayenneRuntime creation
-</body>
-</html>
\ No newline at end of file