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 beb5b43ea JavaDoc cleanup
beb5b43ea is described below

commit beb5b43ea504d208b74b34e97f5bd33c19455779
Author: stariy95 <stari...@gmail.com>
AuthorDate: Wed Dec 6 16:03:04 2023 +0400

    JavaDoc cleanup
---
 .../java/org/apache/cayenne/configuration/server/package-info.java  | 6 ++++--
 1 file changed, 4 insertions(+), 2 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 819551710..943f5164e 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
@@ -18,11 +18,13 @@
  ****************************************************************/
 
 /**
- * This is a deprecated package that contained runtime creation code
+ * This is a deprecated package that contained runtime creation code.
+ * <p>
+ * See <a href="https://issues.apache.org/jira/browse/CAY-2820";>JIRA</a> for 
details.
  *
  * @deprecated since 5.0
  * @see org.apache.cayenne.configuration.runtime
  * @see org.apache.cayenne.runtime
  */
-//@Deprecated(since = "5.0") // Java 11 seems fails to compile this annotation
+// Java 11 doesn't allow to use @Deprecated annotation here
 package org.apache.cayenne.configuration.server;
\ No newline at end of file

Reply via email to