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

asf-gitbox-commits 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 b4e28e6f8 removing cryptic MCP warning
b4e28e6f8 is described below

commit b4e28e6f83df07580194628c716891d114be2609
Author: Andrus Adamchik <[email protected]>
AuthorDate: Tue Jul 14 08:03:24 2026 -0400

    removing cryptic MCP warning
---
 .../java/org/apache/cayenne/mcp/tools/dbimport/DbImportRunMcpIT.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/cayenne-mcp-server/src/test/java/org/apache/cayenne/mcp/tools/dbimport/DbImportRunMcpIT.java
 
b/cayenne-mcp-server/src/test/java/org/apache/cayenne/mcp/tools/dbimport/DbImportRunMcpIT.java
index 14048bbab..211a4294f 100644
--- 
a/cayenne-mcp-server/src/test/java/org/apache/cayenne/mcp/tools/dbimport/DbImportRunMcpIT.java
+++ 
b/cayenne-mcp-server/src/test/java/org/apache/cayenne/mcp/tools/dbimport/DbImportRunMcpIT.java
@@ -179,7 +179,7 @@ public class DbImportRunMcpIT {
                     "jdbcDriver" : "%s",
                     "dbAdapter" : "%s"
                   },
-                  "warnings" : [ "Can't find ObjEntity for PAINTING", "Db 
Relationship (Db Relationship : toMany (ARTIST.ID, PAINTING.ARTIST_ID)) will 
have GUESSED Obj Relationship reflection. " ],
+                  "warnings" : [ "Can't find ObjEntity for PAINTING" ],
                   "validation" : {
                     "projectFound" : true,
                     "dataMapFound" : true,

Reply via email to