This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch CAY-2936
in repository https://gitbox.apache.org/repos/asf/cayenne.git
discard 5b47664ea CAY-2936 Add a placeholder MCP server to the Modeler
distribution
add afd0b6545 adding worktrees to gitignore
new 4a80d9ca7 CAY-2936 Add a placeholder MCP server to the Modeler
distribution
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5b47664ea)
\
N -- N -- N refs/heads/CAY-2936 (4a80d9ca7)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 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:
.gitignore | 1 +
.../org/apache/cayenne/mcp/CayenneMcpServerIT.java | 21 ++-------
.../java/org/apache/cayenne/mcp/HelloMcpIT.java | 9 +---
.../java/org/apache/cayenne/mcp/McpStarter.java | 51 ++++++++++++++++++++++
.../org/apache/cayenne/mcp/ServerJarLocator.java | 27 ------------
5 files changed, 57 insertions(+), 52 deletions(-)
create mode 100644
cayenne-mcp-server/src/test/java/org/apache/cayenne/mcp/McpStarter.java
delete mode 100644
cayenne-mcp-server/src/test/java/org/apache/cayenne/mcp/ServerJarLocator.java